@import url(http://fonts.googleapis.com/css?family=Clicker+Script);
html,body{min-height:100%}
body{
  background:#59c1d6 url(http://bestellungaufgeben.paderta.com/cook.png)  center no-repeat;
  background-size:auto
   ;
  font-family: 'Clicker Script', cursive;
  color:#333;
  text-align:center;
  font-size: 32px;
  margin:0
}
h1{
  margin:0;
  padding:50 0;
  font-weight:400;
  color:rgba(255,255,255,0.9);
  height:100px;
 box-shadow:0 200px 150px -150px  rgba(0,0,0,0) inset;
}

.btn {
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 8px 15px;
  text-decoration: none;
  text-align: center;
  min-width: 60px;
  position: relative;
  transition: all 0.2s;
}
.btn:hover {
  background: #ee6f70;
}
.btn.btn-big {
  font-size: 24px;
  padding: 15px 20px;
  min-width: 100px;
}
.btn-close {
  color: #aaaaaa;
  font-size: 28px;
  text-decoration: none;
  padding:10px;
  position: absolute;
  right: 7px;
  top: 0;
}
.btn-close:hover {
  color: #ee6f70;
}
.modale:before {
  content: "";
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.opened:before {
  display: block;
}
.opened .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 20%;
}
.modal-dialog {
  background: rgba(238, 111, 112,0.8);
  border: #333333 solid 0px;  
  margin-left: -200px;
  text-align:center;
  color: #fff;
  position: fixed;
  left: 50%;
  top: -100%;
  z-index: 11;
  width: 440px;
  box-shadow:0 5px 10px rgba(0,0,0,0.3);
  -webkit-transform: translate(0, -500%);
  -ms-transform: translate(0, -500%);
  transform: translate(0, -500%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal-body {
  padding: 20px;
}
.modal-body span{
  font-weight:normal
}
.modal-header,
.modal-footer {
  padding: 10px 20px;
}
.modal-header {
  border-bottom: #eeeeee solid 0px;
}
.modal-header h2 {
  font-size: 20px;
}