@font-face {
    font-family: bernard;
    src: url('font/bernhc.ttf');
}
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body, html {
    font-size: 16px;
    line-height: normal;
    font-family: bernard;
}
.ticket_shop_head {
    position: relative;
    left: 0;
    top: 0;
    background-color: #fff9df;
    border-bottom: 4px solid #316593;
    background-image: url(images/bier.png);
    background-position: -80px -197px;
    background-repeat: no-repeat;
    background-size: auto;
    height: 123px;
    line-height: 119px;
    padding: 0 0 0 487px;
}
.ticket_shop_head h1 {
    font-size: 83px;
    color: #095394;
}
.ticket_shop {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}
.ticket_shop_content {
    width: 100%;
    border-right: 4px solid #316593;
    position: relative;
    left: 0;
    top: 0;
    padding: 0 0 82px 0;
    
}

.ticket_shop_footer {
    border-top: 4px solid #316593;
    height: 82px;
    line-height: 78px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff9df;
    width: 100%;
}
.ticket_shop_footer h2 {
    color: #e41e24;
    font-size: 45px;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    top: -57px;
}
.ticket_shop_footer_images {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 10px 60px 10px 30px;
}
.ticket_shop_footer_images div {
    text-align: center;
}
.ticket_shop_footer_images img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 156px;
    max-height: 57px;
    margin: 0 auto;
}
img.ticket_shop_content_image_1 {
    position: absolute;
    right: 0;
    top: -1px;
    width: 328px;
    display: block;
    height: auto;
}
img.ticket_shop_content_image_2 {
    position: absolute;
    left: 0;
    bottom: 81px;
    display: block;
    height: auto;
    width: 208px;
}
img.ticket_shop_content_image_3 {
    position: absolute;
    right: -23px;
    bottom: 74px;
    display: block;
    height: auto;
    width: 310px;
    z-index: 2;
}
.ticket_inner {
    padding: 0 0 50px 0;
}
.tickets {
    position: relative;
    left: 0;
    top: 0;
    z-index: 3;
    padding: 25px 20px 166px 20px;
}
.tickets h2 {
    color: #0a5292;
    font-size: 48px;
}
.ticket {
    display: inline-block;
    margin: 20px 20px 0 0;
    width: 224px;
    vertical-align: top;
    text-align: center;
}
.ticket_name {
    position: relative;
    left: 0;
    top: 0;
    background-image: url(images/hintergrund_ohne_neu.png);
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 24px 10px;
    box-shadow: 2px 2px 3px #e4e4e4;
    border-radius: 10px;
    margin: 0 0 10px 0;
    cursor: pointer;
}
.ticket_name.new {
    background-image: url(images/hintergrund.png);
}
.ticket_name.ribbon {
    background-image: url(images/hintergrund_1.png);
}
.ticket_name .info {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: #e31f25;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 14px;
    border-radius: 16px;
    border: 1px solid white;
    color: white;
    font-size: 9px;
}
.name {
    font-size: 43px;
    line-height: 43px;
    color: #0a5292;
}
.subname {
    color: #e31f25;
    font-size: 17px;
    line-height: 17px;
    margin: 4px 0 0 0;
}
.ticket_price {
    font-size: 23px;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    color: #2f2e29;
}
.text_border_white {
    text-shadow: 4px 4px 0px white,
                 4px 3px 0px white,
                 4px 2px 0px white,
                 4px 1px 0px white,
                 4px 0px 0px white,
                 4px -1px 0px white,
                 4px -2px 0px white,
                 4px -3px 0px white,
                 4px -4px 0px white,

                 3px -4px 0px white,
                 2px -4px 0px white,
                 1px -4px 0px white,
                 0px -4px 0px white,
                 -1px -4px 0px white,
                 -2px -4px 0px white,
                 -3px -4px 0px white,
                 -4px -4px 0px white,
                 -4px -3px 0px white,
                 -4px -2px 0px white,
                 -4px -1px 0px white,
                 -4px 0px 0px white,
                 -4px 1px 0px white,
                 -4px 2px 0px white,
                 -4px 3px 0px white,
                 -4px 4px 0px white,

                5px 5px 10px black;
}
.text_border_white_thin {
    text-shadow: 3px 3px 0px white,
                 3px 2px 0px white,
                 3px 1px 0px white,
                 3px 0px 0px white,
                 3px -1px 0px white,
                 3px -2px 0px white,
                 3px -3px 0px white,

                 2px -3px 0px white,
                 1px -3px 0px white,
                 0px -3px 0px white,
                 -1px -3px 0px white,
                 -2px -3px 0px white,
                 -3px -3px 0px white,

                 -3px -2px 0px white,
                 -3px -1px 0px white,
                 -3px 0px 0px white,
                 -3px 1px 0px white,
                 -3px 2px 0px white,
                 -3px 3px 0px white,

                5px 5px 10px black;
}

.text_border_white_light {
    text-shadow: 1px 1px 0 white,
                1px 0px 0 white,
                1px -1px 0 white,
                -1px 1px 0 white,
                -1px -1px 0 white,
                0px 1px 0 white,
                0px -1px white,
                2px 2px 2px black;
                
}





.ticket_shop_details {
    width: 300px;
    padding: 15px 10px 50px 10px;
    position: relative;
    left: 0;
    top: 0;
}
.ticket_shop_details h2 {
    color: #e51e20;
    font-size: 32px;
    text-align: center;
    line-height: 32px;
}
table.pricing {
    width: 100%;
    font-family: arial;
    font-weight: 600;
    font-size: 15px;
    margin: 25px 0 15px 0;
    table-layout: fixed;
    text-align: left;
    border: none;
    border-collapse: collapse;
}
table.pricing th {
    padding: 0 0px 25px 0px;
    border: none;
}
table.pricing td {
    padding: 5px 0;
    border: none;
}
table.pricing th.ar,
table.pricing td.ar {
    text-align: right;
}
.ticket_shop_total {
    font-family: arial;
    font-weight: 600;
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 0;
    bottom: 85px;
    line-height: 50px;
    padding: 0 10px;
    font-size: 19px;
}


div#popup {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 84%);
    z-index: 10;
    font-family: arial;
}
.popup_close {
    width: 34px;
    height: 34px;
    position: absolute;
    right: 30px;
    top: 24px;
    color: #ae3c3c;
    padding: 7px;
    cursor: pointer;
    z-index: 10;
}
.popup_content {
    background-color: white;
    padding: 35px;
    position: absolute;
    left: 20px;
    top: 20px;
    bottom: 20px;
    right: 20px;
}
img.ticket_shop_head_image_1, img.ticket_shop_head_image_2 {
    width: 90px;
    height: auto;
    position: absolute;
    left: 18px;
    display: block;
    top: 12px;
}
img.ticket_shop_head_image_2 {
    left: auto;
    right: 18px;
}
.ticket_links {
    border-top: 4px solid #316593;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 82px;
    text-align: center;
    padding: 24px 10px 0 10px;
}
.ticket_links a {
    text-decoration: none;
    font-weight: 400;
    display: inline-block;
    padding: 7px 10px;
    color: #0a5292;
}
.ticket_links a:hover {
    text-decoration: underline;
}