.picture_element {
  display: inline-block;
  position: relative;
  padding: 5px;
  vertical-align: middle;
  text-align: center;
  background-color: none;
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  font-size: 0.9em;
  overflow: visible;
  box-sizing: content-box;
}
@media screen and (min-width: 1025px) {
  .picture_element {
    margin-right: 32px;
    margin-bottom: 32px;
    width: 128px;
    max-height: 200px;
  }
  .picture_element img {
    max-width: 128px;
    max-height: 128px;
  }
}
@media screen and (max-width: 1024px) {
  .picture_element {
    margin-right: 22.5px;
    margin-bottom: 22.5px;
    width: 90px;
    max-height: 150px;
  }
  .picture_element img {
    max-width: 90px;
    max-height: 90px;
  }
}
.picture_element:hover {
  background-color: #fefefe;
  color: #000;
  border: 1px solid #0d47a1;
}
@media screen and (min-width: 1025px) {
  .picture_element .picture_draggable {
    visibility: hidden;
  }
}
.picture_element:hover .picture_draggable {
  visibility: visible;
}
@media screen and (min-width: 1025px) {
  .picture_element .picture_delete {
    visibility: hidden;
  }
}
.picture_element:hover .picture_delete {
  visibility: visible;
}
.picture_picture {
  display: inline-block;
  position: relative;
  padding: 5px;
  vertical-align: middle;
  text-align: center;
  background-color: none;
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  font-size: 0.9em;
  overflow: visible;
  box-sizing: content-box;
}
@media screen and (min-width: 1025px) {
  .picture_picture {
    margin-right: 32px;
    margin-bottom: 32px;
    width: 128px;
    max-height: 200px;
  }
  .picture_picture img {
    max-width: 128px;
    max-height: 128px;
  }
}
@media screen and (max-width: 1024px) {
  .picture_picture {
    margin-right: 22.5px;
    margin-bottom: 22.5px;
    width: 90px;
    max-height: 150px;
  }
  .picture_picture img {
    max-width: 90px;
    max-height: 90px;
  }
}
.picture_picture:hover {
  background-color: #fefefe;
  color: #000;
  border: 1px solid #0d47a1;
}
@media screen and (min-width: 1025px) {
  .picture_picture .picture_draggable {
    visibility: hidden;
  }
}
.picture_picture:hover .picture_draggable {
  visibility: visible;
}
@media screen and (min-width: 1025px) {
  .picture_picture .picture_delete {
    visibility: hidden;
  }
}
.picture_picture:hover .picture_delete {
  visibility: visible;
}
.picture_selected {
  border: 1px solid #0d47a1;
  background-color: #2196f3;
  color: #fff;
}
.picture_selected:hover {
  border: 1px solid #0d47a1;
  background-color: #2196f3;
  color: #fff;
}
.picture_draggable {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #ffffff;
  border: 1px solid #0d47a1;
  border-radius: 2px;
}
@media screen and (min-width: 1025px) {
  .picture_draggable {
    cursor: move;
    right: -5px;
    top: -5px;
    padding: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .picture_draggable {
    cursor: move;
    right: -5px;
    top: -5px;
    padding: 5px;
  }
}
.picture_draggable_cursor {
  background-color: #ffffff;
}
@media screen and (min-width: 1025px) {
  .picture_draggable_cursor {
    height: 25px;
    width: 25px;
  }
  .picture_draggable_cursor .material-icons {
    font-size: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .picture_draggable_cursor {
    height: 25px;
    width: 25px;
  }
  .picture_draggable_cursor .material-icons {
    font-size: 25px;
  }
}
.picture_draggable_cursor .material-icons {
  color: #23282d;
}
.picture_content {
  overflow: hidden;
}
.picture_content img {
  background-image: linear-gradient(45deg, #808080 25%, transparent 25%), linear-gradient(-45deg, #808080 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #808080 75%), linear-gradient(-45deg, transparent 75%, #808080 75%);
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}
@media screen and (min-width: 1025px) {
  .picture_content {
    width: 128px;
    max-height: 200px;
  }
  .picture_content img {
    max-width: 128px;
    max-height: 128px;
  }
}
@media screen and (max-width: 1024px) {
  .picture_content {
    width: 90px;
    max-height: 150px;
  }
  .picture_content img {
    max-width: 90px;
    max-height: 90px;
  }
}
.event {
  display: flex;
  flex-flow: row;
  padding: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.event:last-child {
  border-bottom: 0px;
}
.event .date {
  width: 120px;
  text-align: center;
}
.event .date .dayname {
  font-size: 0.8em;
}
.event .date .day {
  font-size: 2.4em;
}
.event .date .month {
  font-size: 0.8em;
}
.event .date .year {
  font-size: 0.8em;
  padding-top: 5px;
  font-size: 1.1rem;
}
.event .date .smalldaycircle {
  height: 50px;
  width: 50px;
  display: inline-block;
  padding: 0px;
  line-height: 50px;
  font-size: 1.8rem;
}
.event .date .daycircle {
  height: 80px;
  width: 80px;
  display: inline-block;
  padding: 0px;
  line-height: 80px;
}
.event .date .datewrapper {
  display: flex;
  margin: 0 auto;
  padding-left: 10px;
  flex-flow: row;
}
.event .date .datewrapper .dayname,
.event .date .datewrapper .month {
  margin-left: 5px;
  margin-right: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1rem;
}
.event .info {
  flex: 1;
  font-size: 1.1em;
}
.event .info .additionalinfo {
  font-size: 0.9em;
}
.event .info .additionalinfo .time {
  margin-top: 10px;
  font-size: 0.7rem;
}
