/**
Theme Name: Astra Mediathek
 */
@import url("https://fonts.googleapis.com/css?family=Roboto");
body {
  font-family: Roboto, sans-serif;
  font-weight: 300; }

#masthead {
  background-color: #ff3547;
  color: #FFFFFF;
  padding: 1rem;
  text-align: center; }
  #masthead a {
    color: #FFFFFF; }

.tile {
  cursor: pointer;
  margin: 0 0; }
  .tile .image {
    padding-bottom: 100%;
    background-position: center;
    background-size: cover;
    margin-bottom: .5rem; }
  .tile h3 {
    text-align: left; }
  .tile .btn {
    margin-bottom: 1rem; }

a:hover, a:active, a:focus {
  text-decoration: none; }

.tiles, .sub-tiles {
  display: flex;
  flex-wrap: wrap; }

.user_card a {
  color: white;
  text-decoration: underline; }
  .user_card a:hover {
    color: white;
    text-decoration: underline; }

.files {
  flex-wrap: wrap;
  display: flex;
  position: relative; }
  .files .file {
    width: 20%;
    padding: .5rem;
    transition: all 1s; }
    .files .file .image {
      cursor: pointer;
      margin-bottom: 1rem; }
      .files .file .image .preview {
        background-size: cover;
        padding-bottom: 100%;
        background-position: center;
        position: relative; }
        .files .file .image .preview .date {
          position: absolute;
          bottom: 0;
          right: 0;
          color: white;
          padding: 5px;
          display: none;
          background-color: rgba(255, 53, 71, 0.2); }
        .files .file .image .preview .multichoice {
          position: absolute;
          top: .2rem;
          right: .2rem;
          padding: 5px;
          width: 1.5rem;
          height: 1.5rem;
          border: solid 1px #ff3547;
          cursor: pointer;
          display: block; }
          .files .file .image .preview .multichoice::after {
            content: '';
            display: block;
            width: calc(100% - .24rem);
            height: calc(100% - .24rem);
            position: absolute;
            left: 50%;
            top: 50%;
            border-radius: 0;
            background-color: #ff3547;
            transform: scale(0) translate(-50%, -50%);
            opacity: 0;
            transition: .3s ease; }
          .files .file .image .preview .multichoice.selected::after {
            transform: scale(1) translate(-50%, -50%);
            opacity: 1; }
          .files .file .image .preview .multichoice input {
            opacity: 0;
            width: 1px;
            height: 1px;
            position: absolute;
            left: -5000px; }
      .files .file .image h3 {
        text-align: left;
        margin-top: .2rem;
        font-size: 1rem; }
    @media (max-width: 800px) {
      .files .file {
        width: 25%; } }

.files-wrapper {
  height: 60rem;
  overflow-y: auto;
  overflow-x: hidden; }
  .files-wrapper::-webkit-scrollbar {
    width: .4rem; }
  .files-wrapper::-webkit-scrollbar-thumb {
    background-color: rgba(255, 53, 71, 0.5); }

.user_card {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem;
  background-color: #ff3547;
  color: white; }

.tiles, .sub-tiles {
  margin: 0 -.375rem 1rem -.375rem; }

.structure_text p {
  margin: 0; }

.login .login-form {
  max-width: 600px;
  margin: auto; }

.multichoice-button svg {
  margin-right: .5rem;
  display: inline-block; }

.full {
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  padding-top: 5vh;
  /*
  .download {
    position: absolute;
    z-index: 20;
    bottom: 2rem;
    right: 2rem;
  }*/ }
  .full .arrow {
    position: absolute;
    font-size: 2rem;
    color: white;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%); }
    .full .arrow.next {
      right: 1rem; }
    .full .arrow.back {
      left: 1rem; }
  .full .full-close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    color: white;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer; }
  .full .full-content {
    width: 96vw;
    height: 80vh;
    margin: auto; }
    .full .full-content .full-img {
      position: relative;
      height: 100%;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.85);
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat; }
    .full .full-content .full-title {
      color: white;
      text-align: center;
      padding-top: .5rem; }

.btn {
  position: relative; }
  .btn .progress {
    position: absolute;
    background-color: #4285f4;
    left: 0;
    bottom: 0;
    height: 100%;
    transition: .15s;
    z-index: 1;
    border-radius: 0;
    animation: alternate-reverse loadingbar infinite 1s ease; }
@keyframes loadingbar {
  from {
    background-color: #4285f4; }
  to {
    background-color: #85b1f8; } }
  .btn span {
    position: relative;
    z-index: 2; }

#main {
  min-height: 100vh;
  padding: 5rem 0; }

#colophon {
  min-height: 3rem;
  background-color: #ff3547; }

@media (min-width: 1600px) {
  .container {
    max-width: 80% !important; } }

.darkergray {
  background-color: #646464; }

.toolbar {
  padding: .5rem 0;
  margin: 1rem 0;
  border-top: #ff3547 solid 1px;
  border-bottom: #ff3547 solid 1px;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .toolbar .tool {
    margin-right: 1rem; }
  .toolbar label {
    margin: 0;
    display: inline-block;
    margin-right: 8px; }

.sk-folding-cube {
  position: absolute;
  width: 5rem;
  height: 5rem;
  top: 50%;
  z-index: -1;
  left: 50%;
  transform: translate(-50%, -50%) rotateZ(45deg); }

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1); }

.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff3547;
  transform-origin: 100% 100%;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  transform-origin: 100% 100%; }

.sk-folding-cube .sk-cube2 {
  transform: scale(1.1) rotateZ(90deg); }

.sk-folding-cube .sk-cube3 {
  transform: scale(1.1) rotateZ(180deg); }

.sk-folding-cube .sk-cube4 {
  transform: scale(1.1) rotateZ(270deg); }

.sk-folding-cube .sk-cube2:before {
  animation-delay: 0.3s; }

.sk-folding-cube .sk-cube3:before {
  animation-delay: 0.6s; }

.sk-folding-cube .sk-cube4:before {
  animation-delay: 0.9s; }

@keyframes sk-foldCubeAngle {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }
.list-complete-item {
  transition: all 1s; }

.list-complete-enter, .list-complete-leave-to
 {
  opacity: 0; }

.list-complete-leave-active {
  position: absolute; }

.fade-enter-active, .fade-leave-active {
  transition: opacity .5s; }

.fade-enter, .fade-leave-to {
  opacity: 0; }

.loading {
  pointer-events: none;
  background-color: #c8c8c8 !important; }

.unimportant {
  opacity: .8; }

/*# sourceMappingURL=style.css.map */
