@CHARSET "UTF-8";

html, body {
    margin: 0;
    padding: 0;
    font-family: arial;
    color: #000000;
    font-size: 12px;
    height: 100%;
    background-color: #98b2ab;

}

a:link, a:visited, a:focus, a:hover, a:active, img {
    text-decoration: none;
    border: none;
}

table {
    border: 0;
    border-spacing: 0;
}

div.main_container {
    /*width:780px;*/
    margin: 0 auto;
    position: relative;
    background-color: #FFFFFF;
}

div.container_header {
    background-color: #98b2ab;
    height: 70px;
}

div.container_content {
    margin-top: 20px;
    background-color: #FFFFFF;
    min-height: 400px;
}

div.container_footer {
    clear: both;

}

div#header img.bg_image {
    width: 100%;
    height: 100px;
}

#header #menu {
}

div#footer {
    position: relative;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding-top: 5px;
    background-color: #98b2ab;
}

div#footer span {
    color: #333333;
}

#menu ul {
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0;
}

#menu ul li {
    float: left;
    list-style: none;
    padding-right: 2px;
    /*padding: 2px 10px 2px 10px;*/
}

#menu ul li a {
    height: 70px;
    width: 150px;
    /*border:outset 5px #5a6f68;
    border-radius: 25px;*/
    text-align: center;
    display: inline-block;
    background-color: #5a6f68;
    cursor: pointer;
    padding: 0 10px;

}

#menu ul li:HOVER {
    /*background-color:#6688B2;*/
    color: #FFFFFF;
    /*border:inset 1px #4B76A9;*/
}

#menu ul li.active a {
    background-color: #778f88;
    /*border:inset 5px #778f88;*/
    color: #FFFFFF;
    cursor: auto;
    /*border:inset 1px #4B76A9;*/
}

#menu ul li a span {
    position: relative;
    top: 30%;
    color: #EEEEEE;
    font-family: arial, helvetica, clean, sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
}

#menu ul li a:HOVER {
    color: #FFFFFF;
}

.container_content div.content {
    padding: 0 20px;
}

.baustelle {
    position: relative;
    top: 40%;
    clear: both;
    width: 100%;
    background-color: #D397A2;
    text-align: center;
    padding: 10px 0;
}

.red {
    background-color: #FF0000 !important;
}

.blue {
    background-color: #1E37FF !important;
}

h1 {
    color: #000000;
    font-size: 16px;
}

h2 {
    color: #000000;
    font-size: 14px;
}

h3 {
    color: #000000;
    font-size: 12px;
}

ul {
    margin: 0 0 0 20px;
    padding: 0;
}

hr {
    border: none;
    border-top: solid 1px #4B76A9;
    overflow: hidden;
}

.block {
    text-align: justify;
}

.texteA {
    font-family: arial;
    font-size: 12px;
    color: black;
}

.texteB {
    font-family: arial;
    font-size: 14px;
    color: black;
}

.left {
    float: left;
    text-align: left;
}

.right {
    float: right;
    text-align: right;
}

.aRight {
    text-align: right;
}

.center {
    margin: 0 auto;
    text-align: center;
}

.clear {
    clear: both;
}

.block {
    text-align: justify;
    display: block;
}

.bold {
    font-weight: bold;
}

.bottom {
    vertical-align: bottom;
}

.top {
    vertical-align: top;
}

.w100 {
    width: 100px;
}

.w150 {
    width: 150px;
}

.w200 {
    width: 200px;
}

.w240 {
    width: 240px;
}

.w250 {
    width: 250px;
}

.w300 {
    width: 300px;
}

.w320 {
    width: 320px;
}

.w400 {
    width: 400px;
}

.w420 {
    width: 420px;
}

.w450 {
    width: 450px;
}

.h30 {
    height: 30px;
}

.h40 {
    height: 40px;
}

.h130 {
    height: 130px;
}

.h200 {
    height: 200px;
}

/*HOME*/
div.content.home {
    padding-top: 20px;
}

div.block_right {
    float: right;
}

/**BOOKING**/

div.content.booking {
    margin: 10px;
    padding: 0;
}

div.booking ul {
    list-style-type: none;
}

div.booking ul li {
    display: inline-block;
    margin: 0 2px 10px 0;
    width: 120px;
}

div.booking ul li a {
    border: solid 1px black;
    display: inline-block;
    padding: 10px;
    border-radius: 20px;
    height: 150px;
    overflow: hidden;
}

div.booking ul li a img {
    margin-bottom: 5px;
}

div.booking ul li a span {
    font-size: 12px;
    text-decoration: none;
    color: #111111;
    overflow: hidden;
}

div.booking ul li a.activeGreen {
    border: outset 1px darkgreen;
    box-shadow: 0 0 40px rgba(51, 155, 64, 1.9);
    background-color: rgba(37, 181, 37, 0.48);
}

div.booking ul li a.activeGreen:HOVER {
    border: inset 1px darkgreen;
    background-color: rgba(37, 181, 37, 0.8);
}

div.booking ul li a.activeRed {
    border: outset 1px darkred;
    box-shadow: 0 0 40px rgb(155, 17, 33);
    background-color: rgba(181, 68, 44, 0.48);
}

div.booking ul li a.activeRed:HOVER {
    border: inset 1px darkred;
    background-color: rgba(181, 68, 44, 0.8);
}

div.booking .booking_comment {
    margin: 20px 10px;
}

div.booking .booking_comment span {
    font-size: 22px;
    color: #444444;
    margin: 0;
}

div.booking .booking_comment input[type="text"] {
    font-size: 18px;
    color: #333333;
    width: 560px;
    height: 30px;
    line-height: 28px;
    padding: 0 5px;
}

div.box_left {
    display: inline-block;
    float: left;
    width: 400px;
}

div.box_left img {
    width: 400px;
}

div.box_right {
    display: inline-block;
    margin-left: 20px;
}

div.box_right a,
div.box_right span {
    display: block;
}

div.box_right span {
    font-size: 56px;
    color: #333333;
    margin-bottom: 20px;
}

.button, .button_small {
    height: 200px;
    width: 600px;
    text-align: center;
    font-size: 72px;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
    border-radius: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}

.button_small {
    height: 50px;
    font-size: 32px;
    line-height: 50px;
}

.button.red,
.button_small.red {
    border: outset 5px darkred;
    box-shadow: 0 0 40px rgb(155, 17, 33);
    background-color: rgb(255, 0, 0) !important;
}

.button.red:HOVER,
.button_small.red:HOVER {
    border: inset 5px darkred;
    background-color: rgb(200, 0, 0) !important;
}

/*.button.green{*/
/*border:outset 5px darkgreen;*/
/*box-shadow: 0 0 40px rgba(51, 155, 64, 1.9);*/
/*background-color: rgba(37, 181, 37, 0.48);*/
/*}*/

.button.green,
.button_small.green {
    border: outset 5px #008600;
    box-shadow: 0 0 40px rgb(58, 180, 71);
    background-color: rgba(44, 227, 44, 0.48);
}

.button.green:HOVER,
.button_small.green:HOVER {
    border: inset 5px #008600;
    background-color: rgba(44, 227, 44, 0.66);
}

.button.grey,
.button_small.grey {
    border: outset 5px #747474;
    box-shadow: 0 0 40px rgb(161, 161, 161);
    background-color: rgba(122, 122, 122, 0.21);
}

.button.grey:HOVER,
.button_small:HOVER.grey {
    border: inset 5px #747474;
    background-color: rgba(122, 122, 122, 0.3);
}

a.disabled {
    -webkit-filter: grayscale(1) opacity(0.3);
    filter: grayscale(1) opacity(0.3);
}

/****USER****/

.content.user {
    width: 100%;
    height: 100%;
    text-align: center;
}

.login_box {
    background-color: #98b2ab;
    border-radius: 20px;
    width: 650px;
    height: 100%;
    margin: 50px auto;
    padding: 10px;
}

.login_box span {
    display: inline-block;
    font-size: 28px;
    width: 250px;
    height: 50px;
    line-height: 36px;
    text-align: left;
    margin: 10px auto;
}

.login_box input[type="text"],
.login_box input[type="password"] {
    height: 50px;
    width: 300px;
    font-size: 28px;
}

.login_box input[type="submit"] {
    margin: 20px auto;
}

span.error_message, div.box_right span.error_message {
    font-size: 18px;
    color: darkred;
    margin: 0 10px;
    padding: 0;
    height: 20px;
    width: 100%;
    text-align: left;
}

.container_header .infobox {
    position: relative;
    float: right;
    padding-left: 5px;
    width: 120px;
    height: 70px;
    border-left: solid 2px #333333;
}

.infobox span {
    font-size: 18px;
    font-weight: bold;
}

#disable_screen {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999999;
    background-color: rgba(255, 255, 255, 0.92);
    font-size: 92px;
    color: #2d2d2d;
    text-align: center;
    padding: 200px 0;
}

/**Employee**/
.container_header #employee {
    position: relative;
    float: right;
}

.container_header #employee .item {
    width: 60px;
    border-top: solid 10px #FFFFFF;
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

#employee .item.activeRed {
    border-top-color: darkred;
}

#employee .item.activeRed {
    background-color: rgba(181, 68, 44, 0.48)
}

#employee .item.activeGreen {
    border-top-color: darkgreen;
}

#employee .item.activeGreen {
    background-color: rgba(37, 181, 37, 0.48)
}

#employee .item {
    width: 60px;
    position: absolute;
    text-align: center;
}

#employee .item img {
    height: 45px;
    /*width: 50px;*/
    position: relative;
}

#employee .item span {
    display: block;
    height: 15px;
    font-size: 12px;
    position: relative;
    margin: auto;
    color: #000000;
}

/****FORMULAR*****/

form {

}

.form_box {
    font-size: 14px;
}

.form_box:HOVER {
    background-color: rgb(152, 178, 171);
}

.form_box .field_key {
    display: inline-block;
    width: 200px;
}

.form_box .field_value {
    display: inline-block;

}

/** Ziffernblock **/
.number_pad {
    display: inline-block;
    position: relative;
    width: 410px;
    border: solid 1px black;
    padding: 0;
    background-color: #EEEEEE;
    text-align: center;
}

.number_pad button {
    display: inline-block;
    height: 130px;
    width: 130px;
    background-color: #C0C0C0;;
    padding: 0;
    margin: 1px 0;
    border: outset 2px #C0C0C0;;
    text-decoration: none;
    cursor: pointer;
    font-size: 48px;
    color: #111111;
}

.number_pad button:hover {
    border: inset 2px #C0C0C0;;
    background-color: #B0B0B0;
}

.number_pad div:first-child {
    height: 50px;
    border: none;
    background-color: #AEAEAE;
    font-size: 48px;
    line-height: 70px;
    letter-spacing: 60px;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.number_pad button.double {
    width: 260px;
}

#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

#overlayContent {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    background-color: white;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    border-radius: 20px;
    padding: 20px;
}