body {
  -webkit-tap-highlight-color: transparent;
  margin: 0;
}
.btn {
  display: inline-block;
  background: #f6b232;
  padding: 15px 25px;
  border-radius: 3px;
  color: white;
}
.btn:hover {
  background: #cc932a;
}
.btn.mb {
  margin-bottom: 40px;
}
.block {
  max-width: 480px;
  margin: auto;
}
.center {
  max-width: 480px;
  margin: auto;
}
@media (min-height: 600px) {
  .center {
    transform: translate(-50%, -50%);
    position: fixed;
    padding: 0 15px;
    width: 100%;
    left: 50%;
    top: 50%;
  }
}
.wall {
  background: rgba(0, 0, 0, 0.65);
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 5;
  left: 0;
  top: 0;
}
h3 {
  font: 700 23px 'Roboto';
  margin: 40px 0 20px;
}
.ce_app .wrap {
  flex-direction: column;
  overflow: hidden;
  display: flex;
}
.ce_app .wrap .top .pwa {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 11px 10px 13px;
  background: #d8f0e8;
  display: none;
}
.ce_app .wrap .top .pwa a {
  text-decoration: underline;
}
.ce_app .wrap .top .header {
  background: #f4f4f4;
  display: flex;
}
.ce_app .wrap .top .header .grow {
  padding: 11px 0 9px 10px;
  flex: 1 1 auto;
}
.ce_app .wrap .top .header .change {
  position: relative;
}
.ce_app .wrap .top .header .change .projects {
  box-shadow: 0 4px 4px 0 #ccc;
  background: #f4f4f4;
  position: absolute;
  display: none;
  right: -90%;
  z-index: 5;
  top: 120%;
}
.ce_app .wrap .top .header .change .projects * {
  white-space: nowrap;
  padding: 15px 20px;
  display: block;
}
.ce_app .wrap .top .header .change .projects *:first-child {
  padding-top: 25px;
}
.ce_app .wrap .top .header .change .projects *:last-child {
  padding-bottom: 25px;
}
.ce_app .wrap .top .header .change .projects a {
  text-decoration: underline;
}
.ce_app .wrap .top .header .button {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  align-items: center;
  padding: 0 15px;
  display: flex;
}
.ce_app .wrap .top .project .ctrl {
  background: linear-gradient(to top, #f4c264 0%, #f6b232 100%);
  box-shadow: 0 4px 4px -4px #cccccc;
  padding: 15px 10px;
}
.ce_app .wrap .top .project .ctrl:after {
  content: '[öffnen]';
}
.ce_app .wrap .top .project .ctrl.on:after {
  content: '[schließen]';
}
.ce_app .wrap .top .project .content {
  padding: 15px 10px;
  overflow-y: auto;
  display: none;
}
.ce_app .wrap .top .project .content a {
  text-decoration: underline;
}
.ce_app .wrap .top .project .content .mb {
  margin-bottom: 7.5px;
}
.ce_app .wrap .top .project .content .add {
  position: relative;
}
.ce_app .wrap .top .project .content .add .progress {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
}
.ce_app .wrap .top .project .content .add i {
  margin-right: 10px;
}
.ce_app .wrap .top .project .content .add form {
  display: none;
}
.ce_app .wrap .top .project .content .files > * {
  margin: 30px 0;
  display: flex;
}
.ce_app .wrap .top .project .content .files span {
  align-items: center;
}
.ce_app .wrap .top .project .content .files span i {
  margin-right: 10px;
}
.ce_app .wrap .top .project .content .files img {
  width: 100%;
}
.ce_app .wrap .top .project .content .btn {
  text-decoration: none;
  text-align: center;
  display: block;
}
.ce_app .wrap .top .project .content .btn:last-child {
  margin: 30px 0 15px;
}
.ce_app .wrap .body {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.ce_app .wrap .body .scroll {
  overflow-Y: auto;
  height: 100%;
}
.ce_app .wrap .body .scroll .day {
  min-height: 60px;
  height: 14.285%;
  display: flex;
}
.ce_app .wrap .body .scroll .day > * {
  align-items: center;
  padding: 0 15px;
  display: flex;
}
.ce_app .wrap .body .scroll .day > *.trash {
  background: linear-gradient(to top, #fe8164 0%, #ff6242 100%);
  font-size: 28px;
  color: white;
}
.ce_app .wrap .body .scroll .day > *:not(.trash) {
  flex: 1 0 auto;
}
.ce_app .wrap .body .scroll .day > *:not(.trash) strong {
  margin-bottom: 5px;
  display: block;
}
.ce_app .wrap .body .scroll .day:nth-child(even) {
  background: #f4f4f4;
}
.ce_app .wrap .body .scroll .day:last-child {
  border-bottom: 1px solid #f4f4f4;
}
.ce_app .wrap .body .scroll .day.confirmed {
  background-image: linear-gradient(to right, #d8f0e8 0%, transparent 75%);
}
.ce_app .wrap .body .info {
  padding: 10px;
}
.ce_app .wrap .body .add {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
@media (min-width: 787px) {
  .ce_app .wrap {
    box-shadow: 0 0 0 1px #eee;
  }
}
.ce_app .push {
  line-height: 2;
  display: none;
  background: rgba(0, 0, 0, 0.65);
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 5;
  left: 0;
  top: 0;
}
.ce_app .push .box {
  white-space: nowrap;
  position: absolute;
  background: white;
  padding: 20px;
}
.ce_app .push .box:before {
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  content: "";
}
.ce_app .push .box img {
  vertical-align: middle;
  margin: 0 5px;
  height: 24px;
}
.ce_app .push .box.top-right {
  right: 10px;
  top: 20px;
}
.ce_app .push .box.top-right:before {
  border-bottom: 10px solid white;
  bottom: 100%;
  right: 9px;
}
.ce_app .push .box.bottom-center {
  transform: translateX(-50%);
  bottom: 20px;
  left: 50%;
}
.ce_app .push .box.bottom-center:before {
  border-top: 10px solid white;
  transform: translateX(-50%);
  left: 50%;
  top: 100%;
}
.ce_app .push .box.bottom-right {
  bottom: 20px;
  right: 10px;
}
.ce_app .push .box.bottom-right:before {
  border-top: 10px solid white;
  right: 9px;
  top: 100%;
}
.ce_add,
.ce_login,
.ce_confirm,
.ce_recording {
  padding: 20px 15px;
}
.ce_confirm .content table {
  border: 1px solid #e4e4e4;
  width: 100%;
}
.ce_confirm .content table tr:nth-child(even) {
  background: #f4f4f4;
}
.ce_confirm .content table td {
  padding: 10px;
}
.ce_add .id_nr {
  margin: -10px -10px 10px;
  max-height: 250px;
  overflow-y: auto;
  flex-wrap: wrap;
  display: flex;
}
.ce_add .id_nr strong {
  align-self: center;
  padding: 15px 10px;
}
.ce_add .id_nr strong i {
  font: 30px/0 "FontAwesome";
  vertical-align: -3px;
  margin-left: 4px;
}
/***** DIALOG *****/
.dialog {
  background: rgba(0, 0, 0, 0.65);
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 5;
  left: 0;
  top: 0;
}
.dialog .box {
  transform: translate(-50%, -50%);
  position: absolute;
  background: white;
  left: 50%;
  top: 50%;
}
.dialog .box .text {
  padding: 20px 15px;
  min-width: 340px;
}
.dialog .box .ctrl {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
}
.dialog .box .ctrl span {
  text-align: center;
  cursor: pointer;
  padding: 15px;
  flex: 1 1 50%;
}
.dialog .box .ctrl span:nth-child(n+2) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
