body {
    font-family: Verdana;
}
body.touch {
    overflow: hidden;
}

h1 {
    font-size: 20px;
    margin: 0;
    padding: 0;
}
div.res_text {
    font-size: 25px;
}
div.res_text b {
    color: #ff0000;
}

.checker, .checker span, .checker input {
    border-color: #eee;
    float: left;
    height: 32px;
    margin-top: 0;
    width: 32px;
}

body.web h1 {
    text-align: center;
    height: 40px;
    margin-bottom: 10px;
    font-weight: bold;
}
body.web h1 select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border:none;
    border-radius: 0;
    background-color:transparent;
    background-image:url(web-2.0/images/down.png);
    background-position: right;
    background-repeat: no-repeat;
    font-size: 20px;
    width: 200px;
    height: 40px;
    font-weight: bold;
}
body.web h1 select::-ms-expand {
  display:none;
}
.lt-ie10 body.web h1 select {
    background-image: none;
}
body.web h1 select option {
    border:none;
    background-color:transparent;
    font-weight: normal;
}


body.touch {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
body.touch .page-header-touch h1 {
    font-weight: normal;
    font-size: 30px;
    color: #fff;
    margin-top: 7px;
}
.page-header-touch {
    display: block;
    background: #333 none repeat scroll 0 0;
    top: 0;
    position: absolute;
    height: 60px;
    padding: 0;
    width: 100%;
    z-index: 2;
    text-align: center;
}
.page-header-touch.start {
    height: 85px;
    padding-top: 10px;
}
.button {
    color: #fff;
    display: inline-block;
    font-size: 25px;
    height: 60px;
    margin: 0;
    text-align: center;
    width: 60px;
}

.button.zurueck {
    float: left;
}
.button.weiter {
    float: right;
}
.button.logout,
.button.heute {
    margin-left: 20px;
}
.button.anforderung {
    margin-right: 20px;
}
.button.logout span,
.button.anforderung span,
.button.heute span,
.button.home span,
.button.weiter span,
.button.zurueck span {
    font-family: "FontAwesome";
    font-size: 60px;
}
.preis span.leer {
    font-family: "FontAwesome";
    font-size: 25px;
}
.button.enter span {
    font-family: "FontAwesome";
    font-size: 150px;
}
.button.ohne_konto span {
    font-family: "FontAwesome";
    font-size: 90px;
}

body.web .button {
    color: #101010;
    height: 40px;
    width: 45px;
}
body.web .button.zurueck span,
body.web .button.weiter span {
    font-size: 40px;
}
body.web .button.weiter {
    margin-right: 15px;
}


.bg__red {
    background-color: rgb(227, 28, 24);
}
.bg__green {
    background-color: rgb(39,170,18);
}
.bg__blue {
    background-color: rgb(40,43,211);
}

.page-body-touch {
    display: block;
    top: 60px;
    background: #101010 none repeat scroll 0 0;
    position: absolute;
    height: calc(100% - 120px);
    padding-top: 10px;
    width: 100%;
    z-index: 1;
/*    color: #fff;    */
    color: #000;
}
.page-body-touch .bezeichnung{
    color: #fff;  
}
.page-body-touch .row {
    width:825px;
    height:250px;
    position:absolute;
    left:50%;
    top:50%;
    margin:-125px 0 0 -400px;
}

.page-body-touch .taste {
    color: #fff;
    margin-right: 25px;
    width: 250px;
    height: 220px;
    padding-top: 30px;
    text-align: center;
    float: left;
    font-size: 25px;
}
.page-body-touch .taste.wartungsarbeiten {
    margin-left: 280px;
}

.page-body-touch .taste.mein_konto,
.page-body-touch .taste.hilfe {
    background: rgb(40,43,211);
    background: -moz-linear-gradient(left, rgba(40,43,211,1) 0%, rgba(82,126,221,1) 100%);
    background: -webkit-linear-gradient(left, rgba(40,43,211,1) 0%,rgba(82,126,221,1) 100%);
    background: linear-gradient(to right, rgba(40,43,211,1) 0%,rgba(82,126,221,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282bd3', endColorstr='#527edd',GradientType=1 );
}
.page-body-touch .taste.wartungsarbeiten,
.page-body-touch .taste.reservationen {
    background: rgb(227,28,24);
    background: -moz-linear-gradient(left, rgba(227,28,24,1) 0%, rgba(234,112,112,1) 100%);
    background: -webkit-linear-gradient(left, rgba(227,28,24,1) 0%,rgba(234,112,112,1) 100%);
    background: linear-gradient(to right, rgba(227,28,24,1) 0%,rgba(234,112,112,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e31c18', endColorstr='#ea7070',GradientType=1 );
}
.page-body-touch .taste.termine {
    background: rgb(39,170,18);
    background: -moz-linear-gradient(left, rgba(39,170,18,1) 0%, rgba(117,196,100,1) 100%);
    background: -webkit-linear-gradient(left, rgba(39,170,18,1) 0%,rgba(117,196,100,1) 100%);
    background: linear-gradient(to right, rgba(39,170,18,1) 0%,rgba(117,196,100,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27aa12', endColorstr='#75c464',GradientType=1 );
}
.page-body-touch .taste.resultate {
    background: rgb(39,170,18);
    background: -moz-linear-gradient(left, rgba(255,204,0,1) 0%, rgba(255,232,146,1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,204,0,1) 0%,rgba(255,232,146,1) 100%);
    background: linear-gradient(to right, rgba(255,204,0,1) 0%,rgba(255,232,146,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc00', endColorstr='#fee891',GradientType=1 );
}

.page-body-touch .taste.sektion {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
    color: #fdc613;
}

.page-body-touch .taste span {
    font-family: "FontAwesome";
    font-size: 140px;
}

.page-footer-touch {
    background: #333 none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    display: block;
    height: 60px;
    position: absolute;
    width: 100%;
    z-index: 3;
    text-align: center;
}
#claim {
    float: left;
    font-size: 20px;
    font-weight: bold;
    margin: 17px 0 0 17px;
    text-align: left;
    vertical-align: middle;
    width: 35%;
}
#claim .rot {
    color: rgb(227, 28, 24);
}
#zeit {
    float: right;
    text-align: right;
    width: 35%;
}
#zeit input {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    font-weight: bold;
    font-size: 20px;
    margin: 17px 17px 0 0;
    text-align: right;
    color: #fff;
}

.day_date {
    width: 130px;
    display: inline;
    font-size: 20px;
    margin: 0;
    padding: 0;
    text-align: left;
    height: 40px;
    margin-bottom: 10px;
    font-weight: bold;
    border: 0;
    background-color:transparent;
    background-image:url(web-2.0/images/down.png);
    background-position: right;
    background-repeat: no-repeat;
}
.form-control[readonly].day_date {
    cursor: pointer;    
    background-color:transparent;
}




#tasten {
    display: block;
    height: 240px;
    left: 50%;
    margin: 0 0 0 -330px;
    position: absolute;
    top: calc(100% - 255px);
    width: 660px;
}
#tasten ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 62px;
}
#tasten ul li {
    margin: 0;
    padding: 0;
    float: left;
    width: 60px;
    height: 60px;
}
#taste.day,
#taste a {
    height: 50px;
    width: 61px;
    padding-top: 8px;
    display: block;
    text-decoration: none;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 2em;
    border: 2px solid #101010;
}
#taste a.over,
#taste a.normal {
    color: #101010;
    background: rgb(255,255,255);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(214,214,214,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(214,214,214,1) 100%);
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(214,214,214,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6d6d6',GradientType=1 );
}
#taste a.invers {
    color: #fff;
    background: rgb(0,0,0);
}
#taste a.over {
    color: #ccc;
}
#tasten.termin {
    top: 50%;
    margin: -225px 0 0 -225px;
    width: 500px;
    height: 450px;
}
#taste.day {
    color: #fff;
    background-color: rgb(39,170,18);
}
#tasten.termin ul li.over {
    width: 64px;
}

#login {
    left: 50%;
    top: 70px;
    margin: 0 0 0 -330px;
    width: 832px;
    position: absolute;
}
#login .bezeichnung {
    width: 250px;
    float: left;
    font-size: 35px;
    margin-bottom: 50px;
}
#login input {
    width: 400px;
    float: left;
    font-size: 35px;
    margin-bottom: 50px;
    border: 1px solid #fff;
}
#login input.focus {
    background-color: #fff;
    color: #101010;
}
#login input.normal {
    background-color: transparent;
    color: #fff;
}
#login select {
    width: 320px;
    float: left;
    font-size: 35px;
    margin-bottom: 0px;
    border: 1px solid #fff;
}

.button.enter {
    background-color: transparent;
    float: right;
    height: 150px;
    width: 150px;
    color: #fff;
    background: rgb(39,170,18);
    background: -moz-radial-gradient(center, ellipse cover, rgba(214,214,214,1) 0%, rgba(39,170,18,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(214,214,214,1) 0%,rgba(39,170,18,1) 100%);
    background: radial-gradient(ellipse at center, rgba(214,214,214,1) 0%,rgba(39,170,18,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27AA12', endColorstr='#ffffff',GradientType=1 );
    border: none;
}
.button.ohne_konto {
    background-color: transparent;
    float: right;
    height: 150px;
    width: 150px;
    color: #fff;
    background: rgb(40,43,211);
    background: -moz-radial-gradient(center, ellipse cover, rgba(214,214,214,1) 0%, rgba(40,43,211,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(214,214,214,1) 0%,rgba(40,43,211,1) 100%);
    background: radial-gradient(ellipse at center, rgba(214,214,214,1) 0%,rgba(40,43,211,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282BD3', endColorstr='#ffffff',GradientType=1 );
    border: none;
    margin-top: 18px;
}

#login.anforderung .col-sm-6 {
    display: block;
    float: left;
    width: calc(40% - 10px);
    padding: 5px;
}
#login.anforderung .col-sm-12 {
    display: block;
    float: left;
    width: calc(80% - 10px);
    padding: 5px;
}
#login.anforderung input {
    width: 100%;
    margin: 0;
    font-size: 20px;
}
#login.anforderung {
    top: calc(60% - 300px);
}

#login.anforderung .button.enter {
    margin-top: 25px;
}

.meldungsfenster {
    margin: -150px 0 0 -300px;
    color: #101010;
    font-size: 25px;
    top: 50%;
    left: 50%;
    background-color: #fff;
    height: 300px;
    position: absolute;
    width: 600px;
    padding: 20px;
    text-align: center;
    visibility: hidden;
}
.meldungsfenster.ok {
    border: 2px solid rgb(39,170,18);
}
.meldungsfenster.fehler {
    border: 2px solid rgb(227, 28, 24);
}
.meldungsfenster.warning {
    border: 2px solid rgb(40,43,211);
}
.meldungsfenster .button.enter {
    left: 245px;
    position: absolute;
    top: 170px;
    color: #fff;
}
.meldungsfenster.ok .button.enter {
    background: rgb(39,170,18);
    background: -moz-radial-gradient(center, ellipse cover, rgba(214,214,214,1) 0%, rgba(39,170,18,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(214,214,214,1) 0%,rgba(39,170,18,1) 100%);
    background: radial-gradient(ellipse at center, rgba(214,214,214,1) 0%,rgba(39,170,18,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27AA12', endColorstr='#ffffff',GradientType=1 );
}
.meldungsfenster.fehler .button.enter {
    background: rgb(227, 28, 24);
    background: -moz-radial-gradient(center, ellipse cover, rgba(214,214,214,1) 0%, rgba(227, 28, 24,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(214,214,214,1) 0%,rgba(227, 28, 24,1) 100%);
    background: radial-gradient(ellipse at center, rgba(214,214,214,1) 0%,rgba(227, 28, 24,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E31C18', endColorstr='#ffffff',GradientType=1 );
}
.meldungsfenster.warning .button.enter {
    background: rgb(40,43,211);
    background: -moz-radial-gradient(center, ellipse cover, rgba(214,214,214,1) 0%, rgba(40,43,211,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(214,214,214,1) 0%,rgba(40,43,211,1) 100%);
    background: radial-gradient(ellipse at center, rgba(214,214,214,1) 0%,rgba(40,43,211,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282BD3', endColorstr='#ffffff',GradientType=1 );
}

#myadmin .touch_table {
    width: 90%;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
}
#myadmin .touch_table th {
    text-align: left;
    background-color: #CCCCCC;
    padding: 10px 20px;
}
#myadmin .touch_table td {
    font-weight: normal;
    background-color: #FFFFFF;
    color: #000000;
    padding: 10px 20px;
}
#myadmin .touch_table td.del_row {
    padding: 0px 0px 0px 10px;
}
#myadmin .touch_table td.del_row button {
    background: transparent;
    border: 0px;
}
#myadmin .touch_table td.del_row span {
    font-family: "FontAwesome";
    font-size: 35px;
}
/*---------------------------*/
/*           TCD             */
/*---------------------------*/
.header_tcd img {
    margin-top: -20px;
}

