body {
    background: url("../bilder/hintergrund.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: sans-serif;
    margin-top: 50px;
    margin-left: 0;
    margin-right: 0;
}

input, select{
    color: black;
    background-color: white;
    border: 0px solid;
    padding: 5px 10px 5px 10px;
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 10px 0 10px 0;
    font-size: 15px;
    width: 80%;
}

input[type="checkbox"].oeffnungszeiten{
  display:inline-block;
  width:19px;
  height:19px;
  vertical-align:middle;
  background:url(check_radio_sheet.png) left top no-repeat;
  cursor:pointer;
}

.button {
  padding: 6px 10px 6px 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.button:hover {
  background-color: #000000;
}

h1,h2,h3,h4,p {
    color: white;
}

h1.dunkel {
  color: #c5936f;
}

a.edit {
  background: url("https://cdn2.iconfinder.com/data/icons/ballicons-2-free/100/wrench-24.png");
  width: 24px;
  background-repeat: no-repeat;
  height: 24px;
  padding: 0;
  transition: 0.5s;
}

a.edit:hover {
  -ms-transform: rotate(60deg); /* IE 9 */
-webkit-transform: rotate(60deg); /* Safari 3-8 */
 transform: rotate(60deg);
}

a.rot {
    text-decoration: none;
    background-color: red;
    color: white;
    padding: 2px 5px 2px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

a.rot:hover{
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}

input[type=submit].green{
    background-color: #c5936f;
    color: white;
}

input[type=submit].green:hover{
  opacity: 0.5;
  filter: alpha(opacity=50); /* For IE8 and earlier */
}


button, input[type=submit]{
    width: 50%;
    opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}

button, input[type=submit]:hover{
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.schliessen {
	color: white;
	float: right;
	padding: 5px 10px 5px 10px;
	background-color: red;
	border: 1px solid red;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	margin: -35px -30px 0 0;
}

.schliessen:hover {
	border: 1px solid white;
}

.fehler {
    background-color: red;
    color: white;
    padding: 2px 5px 2px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.gruen {
    background-color: #478e47;
    font-size: 25px;
    color: white;
    padding: 2px 5px 2px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.edit {
    width: 400px;
    margin: auto;
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: rgba(0,0,0,0.4);
    transition-duration: 0.5s;
    color: white;
    content: "";
    clear: both;
    display: table;
}

.weiter {
  color: #FFF;
  background-color: rgba(0,0,0,0.4);
  border: 1px solid rgba(0,0,0,0.0);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  box-shadow: inset 0 0 0 0 #ffffff;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}

#outer {
  width: 440px;
  margin: 50px auto 0 auto;
  text-align: center;
}

.weiter:hover {
  border: 1px solid white;
  box-shadow: inset 440px 0 0 0 #bd8656;
}

a.no-link{
  text-decoration: none;
}

.loeschen {
  width: 400px;
  margin: 40px auto;
  padding: 5px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(255,0,0,0.4);
  transition-duration: 0.5s;
  color: white;
  text-align: center;
  clear: both;
  display: table;
}

.loeschen:hover {
  background-color: rgba(255,0,0,0.8);
}

a.decoration-none {
  text-decoration: none;
}

.anzahl {
  color: white;
  float: left;
  margin-left: -15px;
  margin-top: -15px;
  font-size: 25px;
  background-color: red;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 3px 10px 2px 10px;
}

.fixed {
  background-color: red;
  border: 1px solid white;
  color: red;
  padding: 10px 20px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: -3px -1px 105px 1px rgba(0,0,0,0.44);
  -moz-box-shadow: -3px -1px 105px 1px rgba(0,0,0,0.44);
  box-shadow: -3px -1px 105px 1px rgba(0,0,0,0.44);
}

.bilder_loeschen {
  background-color: red;
  float: right;
}

.rechnung {
  background-color: #50af50;
  padding: 8px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.kaffee_bisher {
  margin: auto;
  color: white;
  width: 440px;
  padding: 20px;
}

.kaffee_bisher a{
  text-decoration: none;
  color: #fbb898;
  transition: 0.5s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 3px 5px;
}

.kaffee_bisher a:hover{
  color: white;
  background-color: #e67a47;
}

.kaffee_bisher a.active{
  color: white;
  background-color: #e67a47;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

span.red {
  background-color: #ff7070;
  color: white;
  padding: 1px 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

span.green {
  background-color: #13ab13;
  color: white;
  padding: 1px 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

span.klein {
  font-size: 12px;
  color: #b7b7b7;
}
