#dropzone {
  min-height: 100px;
  border: 2px dashed blue;
}
#dropzone .dz-message {
  color: #aaa;
  font-size: 150%;
}
.profile-image {
  cursor: pointer;
}
.modal-crop .modal-body {
  text-align: center;
  height: 400px;
}
.modal-crop .modal-body .modal-crop-area {
  display: inline-block;
  width: 350px;
  height: 350px;
}
.modal-crop .modal-body .croppy-commit {
  margin: 5px auto;
}
label.required:after {
  content: " *";
  color: #f00;
}
.needsAuth {
  display: none;
}
.member {
  border-top: 2px solid #eee;
  padding-top: 20px;
  padding-bottom: 20px;
}
.member:last-of-type {
  border-bottom: 2px solid #eee;
}
.member .member-title {
  color: #777;
  font-size: 130%;
  margin-top: -0.35em;
}
body.startseite #courseList {
  padding: 0;
}
body.startseite #courseList .course:nth-child(3) {
  border-bottom: 1px solid #eee;
}
body.startseite #courseList .course:nth-child(n+4) {
  display: none;
}
.course {
  border-top: 1px solid #eee;
  padding-top: 20px;
  padding-bottom: 20px;
  cursor: pointer;
}
.course:last-of-type {
  border-bottom: 1px solid #eee;
}
.course .course-date {
  display: inline-block;
  text-align: center;
  background-color: #eee;
  width: 2.5em;
  margin-left: 30%;
}
.course .course-date .course-date-day-of-week {
  font-size: 60%;
  text-transform: uppercase;
  background-color: #e22;
  color: white;
  margin: 0;
}
.course .course-date .course-date-day-of-month {
  color: #666;
  font-size: 110%;
  line-height: 110%;
}
.course .course-date .course-date-month {
  font-size: 60%;
  line-height: 100%;
  color: #aaa;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.course .course-title {
  color: #777;
  font-size: 130%;
  margin-top: -0.35em;
}
.course .course-title-info {
  color: #bbb;
  font-size: 80%;
}
.course .course-credits {
  text-align: center;
}
.course .course-credits .course-credits-title {
  color: #666;
  font-size: 60%;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0.5em;
  margin-top: -0.35em;
}
.course .course-credits .course-credits {
  background-color: #eee;
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 2.5em;
  color: #666;
}
.course .course-details {
  display: none;
}
.course.active {
  background-color: #444;
  padding-bottom: 0;
}
.course.active .course-details {
  display: block;
  padding-bottom: 20px;
  background-color: #eee;
  margin-top: 20px;
}
.course.active .course-details .course-details-label,
.course.active .course-details .course-details-content {
  font-size: 80%;
}
.course.active .course-details .course-details-label {
  color: #666;
  font-weight: bold;
}
.course.active .course-details .course-details-content {
  color: #777;
}
.course.active .course-details .course-detail-attachment {
  display: inline-block;
  border: 3px solid #f00;
  border-radius: 20px;
  font-size: 80%;
  color: #f00;
  font-weight: bold;
  padding: 0 10px;
  margin-top: 20px;
}
.course.active .course-title {
  color: #eee;
}
.course.active .course-title-info {
  color: #aaa;
}
.course.active .course-credits .course-credits-title {
  color: #eee;
}
.course.active .course-credits .course-credits {
  color: #666;
}
/*# sourceMappingURL=main.css.map */