
h1 {
    font-size: 30px;
    font-family: Arial;
    font-weight: bold;
    display:inline;
}

h2.berichte {
  font-size: 24px;
  font-family: Arial;
  font-weight: bold;
}

h3.berichte {
  font-size: 24px;
  font-family: Arial;
  font-weight: bold;
}

span.berichte_datum {
  font-size: 16px;
  font-family: Arial;
  font-weight: normal;
}

@media (max-device-width: 480px) {
    #div_header_desktop {
         visibility: hidden;
         height: 0px;
    }

    #div_menue_desktop {
         visibility: hidden;
         height: 0px;
    }

    #div_header_mobile {
        position: fixed;
        width:100%;
        height:72px;
        z-index:1000;
        background-color:ghostwhite;
        border-bottom: 1px solid black;
        padding-top:0px;
        margin-top:0px;
    }

    #div_header_image {
        padding-top:72px;
    }

    #div_mobile_menue {

    }

    #table_header_mobile {
        border-collapse: collapse;
        width:100%;
    }

    #table_header_mobile_menue_icon {
        float:left;
        padding-top:0px;
        padding-left:10px;
    }

    #td_header_mobile_text {
        float:right;
        padding-top:20px;
        padding-right:10px;
    }

    #a_mobile_menue_icon {
        font-size: 55px;
        font-family: Arial;
        font-weight: normal;
        text-decoration: none;
        color: blue;
        height: 72px;
    }

    #a_mobile_menue_icon:hover {
        color: #ff4500;
    }

    span.mobile_menue_element {
        padding-left: 50px;
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
    }

    span.mobile_menue_element_sub {
        padding-left: 100px;
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
    }

    a.mobile_menue_element{
        font-size: 40px;
        font-family: Arial;
        font-weight: bold;
        text-decoration: none;
        color: blue;
        text-align:left;
    }

    a.mobile_menue_element:hover {
        color: #ff4500;
    }

    a.mobile_menue_element_sub:hover {
        color: #ff4500;
    }
}


@media (min-device-width: 481px) {
    #div_header_desktop {
        position: fixed;
        width:100%;
        height:38px;
        z-index:1000;
        background-color:ghostwhite;
        border-bottom: 1px solid black;
        padding-top:0px;
        margin-top:0px;
        }

    #div_header_mobile {
         visibility: hidden;
         height: 0px;
        }

    #div_menue_desktop {
        }

    #div_header_image {
        padding-top:38px;
    }

    #div_mobile_menue {
         visibility: hidden;
         height: 0px;
    }

    #table_header_desktop {
        border-collapse: collapse;
        width:100%;
    }

    #tr_header_desktop {
        padding-top:0px;
    }

    td.header_desktop_left {
        float:left;
        padding-top:0px;
    }

    td.header_desktop_right {
        float:right;
        padding-top:0px;
    }

    a.header_desktop {
        font-size: 16px;
        font-family: Arial;
        font-weight: bold;
        text-decoration: none;
        color: blue;
        height: 38px;
        display: inline-block;
        text-align: center;
        margin-left: 5px;
        margin-right:5px;
    }
    span.header_desktop {
        text-align:center;
        line-height:38px;
        display:block;
    }
    #span_header_desktop_text {
        position:absolute;
        top:0px;
        left:0;
        right:0;
        margin-left:auto;
        margin-right:auto;
        font-size: 16px;
        font-family: Arial;
        font-weight: bold;
        text-align: center;
        width:365px;
        display: inline-block;
        line-height:38px;
        margin-top:0px;
    }

    span.menue_top {
        text-align:center;
        line-height:32px;
        display:block;
    }

    span.menue_sub {
        text-align:left;
        line-height:32px;
        display:block;
        margin-left:20px;
    }
}

div.element_center {
    width: 830px;
    display: block;
    margin-left:auto;
    margin-right:auto;
    margin-top: 0px;
    padding-top: 0px;
}









a.picture_control_close { text-decoration: none; font-family:sans-serif; font-size:40px; color:silver; }
a.picture_control_close:hover { text-decoration: none; font-family:sans-serif; font-size:40px; color:gold; }
a.picture_control_single { text-decoration: none; font-family:sans-serif; font-size:70px; color:silver; }
a.picture_control_single:hover { text-decoration: none; font-family:sans-serif; font-size:70px; color:gold; }
a.picture_control { text-decoration: underline; color: black; }
a.picture_control:hover { text-decoration: underline; color: silver; }

#menue {
  position: absolute;
}

#menue ul {
  list-style-type:none;
  list-style-image:none;
  margin:0px;
  padding:0px;
}

#menue li.menue_top_fb {
  float:left;
}

.menue_top_fb a {
  float:left;
  width:30px;
}


#menue li.menue_top_0 {
  float: left;
  font-size: 18px;
  font-family: Arial;
  font-weight: bold;
}


.menue_top_0 li {
  width:167px;
}

.menue_top_0 a:hover {
  color: #ff4500;
  background-color:black;
}


.menue_top_0 ul{
  display:none;
 }

.menue_top_0 a{
  float:left;
  width:167px;
  padding:0px 0px;
  color: white;
  text-decoration:none;
  background-color: black;
  margin:0;
}


.menue_top_0:hover ul {
  display:block;
  z-index:500;
}


#menue li.menue_top_1 {
  float: left;
  font-size: 18px;
  font-family: Arial;
  font-weight: bold;
}


.menue_top_1 li {
  width:167px;
}

.menue_top_1 a:hover {
  color: #ff4500;
  background-color:black;
}


.menue_top_1 ul{
  display:none;
 }

.menue_top_1 a{
  float:left;
  width:167px;
  padding:0px 0px;
  color: white;
  text-decoration:none;
  background-color: black;
  margin:0;
}


.menue_top_1:hover ul {
  display:block;
  z-index:500;
}


#menue li.menue_top_2 {
  float: left;
  font-size: 18px;
  font-family: Arial;
  font-weight: bold;
}


.menue_top_2 li {
  width:172px;
}

.menue_top_2 a:hover {
  color: #ff4500;
  background-color:black;
}


.menue_top_2 ul{
  display:none;
 }

.menue_top_2 a{
  float:left;
  width:172px;
  padding:0px 0px;
  color: white;
  text-decoration:none;
  background-color: black;
  margin:0;
}

.menue_sub_2 a{
  width:165px;
  clear: both;
  position:relative;
  font-size: 18px;
  font-family: Arial;
  font-weight: normal;
  color: black;
  background-color: white;
}

.menue_sub_2 a:hover{
  width:165px;
  clear: both;
  position:relative;
  font-size: 18px;
  font-family: Arial;
  font-weight: normal;
  color: #ff4500;
  background-color: white;
}

.menue_top_2:hover ul {
  display:block;
  z-index:500;
}


#menue li.menue_top_3 {
  float: left;
  font-size: 18px;
  font-family: Arial;
  font-weight: bold;
}


.menue_top_3 li {
  width:162px;
}

.menue_top_3 a:hover {
  color: #ff4500;
  background-color:black;
}


.menue_top_3 ul{
  display:none;
 }

.menue_top_3 a{
  float:left;
  width:162px;
  padding:0px 0px;
  color: white;
  text-decoration:none;
  background-color: black;
  margin:0;
}

.menue_sub_3 a{
  width:145px;
  clear: both;
  position:relative;
  font-size: 18px;
  font-family: Arial;
  font-weight: normal;
  color: black;
  background-color: white;
}

.menue_sub_3 a:hover{
  width:145px;
  clear: both;
  position:relative;
  font-size: 18px;
  font-family: Arial;
  font-weight: normal;
  color: #ff4500;
  background-color: white;
}

.menue_top_3:hover ul {
  display:block;
  z-index:500;
}


#menue li.menue_top_4 {
  float: left;
  font-size: 18px;
  font-family: Arial;
  font-weight: bold;
}


.menue_top_4 li {
  width:162px;
}

.menue_top_4 a:hover {
  color: #ff4500;
  background-color:black;
}


.menue_top_4 ul{
  display:none;
 }

.menue_top_4 a{
  float:left;
  width:162px;
  padding:0px 0px;
  color: white;
  text-decoration:none;
  background-color: black;
  margin:0;
}


.menue_top_4:hover ul {
  display:block;
  z-index:500;
}


.bilder  { background: silver; border: 5px solid silver; border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; color: black; text-decoration: none; }
.bilder:hover { background: gold;border: 5px solid gold; border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; ;color: white; text-decoration: none; ; cursor: zoom-in;}
.bilder_voll  { background: silver;border: 10px solid silver; border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; color: black; text-decoration: none; }
.bilder_voll:hover { background: gold;border: 10px solid gold; border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; box-shadow: 2px 2px 2px #666;color: white; text-decoration: none; ; cursor: zoom-out;}

tr.appointment_class_1 {
  background-color:silver;color:black;
}
tr.appointment_class_2 {
  color:black;background-color:white;
}

img.borderImage {
	border: 1px solid black;
}

#tickets > a {
    background-color: #3b1c4a;
    color: white;
}

#tickets > a:hover {
    color: #ff4500;
}

#tickets_mobile {

}
#tickets_mobile > a {

}

.seat_template {
    width: 31px;
    height: 30px;
    position: absolute;
    text-align: center;
    font-family: sans-serif;
    color: black;
    font-size: 16px;
    font-weight: 400;
    background-color: white;
    border: 1px solid black;
}

.seat_template > span {
    line-height: 31px;
    pointer-events: none;
}

.seat_template > span > a{
    text-decoration:none; color:inherit;
}

.seat_blocked {
    background-color: red;
}

.seat_blocked > span {
    color: white;
    font-weight: bold;
}

.seat_reserved {
    background-color: blue;
}

.seat_reserved > span {
    font-weight: bold;
    color: white;
}

.table_template {
    width: 154px;
    height: 66px;
    position: absolute;
    border: 1px solid black;
    background-color: #deaa87;
    transform: rotate(-90deg) translateX(-44px) translateY(-44px);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
    font-size: 24px;
}

.error {
    color: red;
    font-family: sans-serif;
    font-weight: bold;
}

.dialog {
    border-radius: 10px;
    padding: 30px 5px;
    max-width: 80%;
    margin: 0 auto 20px auto;
    text-align: center;
    font-family: sans-serif;
    font-weight: bold;
    box-shadow: rgba(0, 0, 0, 0.7) 0 5px 15px;
}

.dialog.error {
    background-color: #E84B55;
    color: white;
    border: 1px solid red;
}

.dialog.info {
    background-color: #83ABFF;
    color: black;
    border: 1px solid blue;
}

#ticket_container {
    font-family:Arial;
}

#ticket_site_header {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

#ticket_info {
    hyphens: auto;
    text-align: justify;
    padding: 0 10px;
}

#ticket_info_order_phone {
    hyphens: auto;
    text-align: center;
    border: 1px solid black;
    padding: 45px 10px;
    box-shadow: 5px 5px 5px black;
    font-weight: bold;
    border-radius: 10px;
    margin: 10px 3% 30px;
    line-height: 1.5rem;
    background-color: #ffff4d;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 18px;

}

#ticket_info_order_phone::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: -41px;
    top: 11px;
    border-color: transparent #33f transparent transparent;
    border-style: solid;
    border-width: 25px 20px;
}

#ticket_info_order_phone::after {
    content: 'Information';
    position: absolute;
    left: -1px;
    background: #33f;
    width: 140px;
    text-align: center;
    border-radius: 0 12px 12px 0;
    font-size: 1.2rem;
    top: 11px;
    height: 28px;
    line-height: 28px;
    color: #ffffff;
}

#errorRefresh {
    margin-bottom: 10px;
}

.hidden {
    display: none;
}

.center {
    text-align: center;
}
.select-wrapper {
    position: relative;
    width: 650px;
    display: inline-block;
}

.select-wrapper::before {
    color: #fff;
    font-size: 20px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 10px;
}

.select-wrapper::after {
    content: "\25BC";
    margin-left: -32px;
    color: white;
}

#eventSelect {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #3b1c4a;
    border: none;
    border-radius: 3px;
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,.3);
    color: #fff;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    outline: none;
    padding-left: 10px;
    width: 100%;
}

#eventSelect option {
    color: #666;
}

#eventSelect::-ms-expand {
    display: none;
}

#eventSelect:focus::-ms-value {
    background-color: transparent;
}

#seatSelect {
    margin-top: 15px;
    caret-color: transparent;
}

#header_report_20191123 {
    font-size: 21px;
    text-align: left;
}

.report {
    padding:8px;
    text-align:left;
    font-size:16px;
    font-family:Arial;
}

.bold {
    font-weight: bold;
}

.dontSplit {
    white-space: nowrap;
}

.increaseFont25 {
    font-size: 1.25rem;
}
