@charset "UTF-8";
/* Apps */
.apps .app-container {
  margin-bottom: -18px;
  margin-top: 10px; }

.apps h3 {
  line-height: 14px;
  font-weight: normal;
  margin: 0;
  overflow: hidden;
  display: inline;
  font-size: 12px; }
  .apps h3 a {
    background-repeat: no-repeat;
    background-position: right center;
    display: block;
    font-size: 12px;
    float: right;
    cursor: pointer; }
    .apps h3 a.edit, .apps h3 a.add, .apps h3 a.save {
      padding-right: 22px; }
    .apps h3 a.add, .apps h3 a.save {
      display: none; }
    .apps h3 a.edit {
      color: #3c3c3c;
      background-image: url("../Images/Apps/icon_bearbeiten.png"); }
    .apps h3 a.add {
      color: #3c3c3c;
      background-image: url("../Images/Apps/icon_hinzufuegen.png");
      margin-right: 20px; }
    .apps h3 a.save {
      color: #3c3c3c;
      background-image: url("../Images/Apps/icon_speichern.png");
      margin-right: 10px; }

.app {
  margin-bottom: 20px; }
  .app a {
    display: block;
    width: 100%;
    border: 2px solid #c6c6c6;
    position: relative;
    color: #333;
    background-repeat: no-repeat;
    background-size: cover;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    line-height: normal; }
    .app a .badge {
      background-color: #ff0000;
      position: absolute;
      right: 10px;
      top: 10px; }
    .app a:hover {
      background-color: #f1f1f1; }
  .app.marked a {
    border: 2px solid #fbbb00; }
    .app.marked a:hover {
      background-color: #fff8e5; }
  .app.removable a .addel {
    content: "";
    display: none;
    position: absolute;
    width: 24px;
    height: 24px;
    background-color: #008A87;
    background-image: url(../Images/Apps/icon_loeschen.png);
    background-repeat: no-repeat;
    background-position: center center;
    right: 0;
    top: 0;
    cursor: pointer; }
  .app .text {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #919191;
    width: 100%;
    font-size: .8em;
    font-weight: normal;
    text-transform: none;
    margin-bottom: 0.65em;
    line-height: 1.1; }
  .app .icon {
    font-size: 3em;
    font-size: 3vw;
    color: #919191;
    width: 100%;
    text-align: center;
    margin: 10px 0 0; }

/* Zustände: in Bearbeitung */
body.apps-edit .apps {
  background-image: url("../Images/Apps/pattern-edit.png");
  background-color: #fff; }
  body.apps-edit .apps h3 span {
    padding-left: 20px; }
  body.apps-edit .apps h3 a.add, body.apps-edit .apps h3 a.save {
    display: block; }
  body.apps-edit .apps h3 a.edit {
    display: none; }

body.apps-edit .app a {
  cursor: default;
  background-color: #fff; }

body.apps-edit .app.removable a .addel {
  display: block; }

/* Dialog zum Hinzufügen von Apps */
#appbox .modal-dialog {
  width: 750px; }

#appbox .app {
  width: 19%; }
  #appbox .app a .addel {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    background-color: #008A87;
    background-image: url(../Images/Apps/icon_hinzufuegen-weiss.png);
    background-repeat: no-repeat;
    background-position: center center;
    right: 0;
    top: 0;
    cursor: pointer; }

/* CE image gallery */
.ctype-ce_image_gallery .item {
  padding-bottom: 15px; }

/* Indexed search */
.tx-indexedsearch-browsebox {
  list-style-type: none;
  margin: 0 0 30px;
  padding: 0;
  overflow: hidden;
  text-align: center; }
  .tx-indexedsearch-browsebox > li {
    display: inline;
    margin-right: 5px; }

.tx-indexedsearch-percent {
  font-size: 10px;
  color: #666; }

.search-results {
  list-style: none;
  margin: 0;
  padding: 0; }
  .search-results > li {
    margin-bottom: 30px; }
    .search-results > li .tx-indexedsearch-redMarkup {
      color: #BE045E; }
  .search-results h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    line-height: 20px; }
    .search-results h4 a {
      color: #31708f; }
      .search-results h4 a:hover {
        color: #18577F; }
  .search-results .result-url a {
    color: #239169;
    margin: 2px 0;
    display: inline-block; }

/* FAL Filebrowser */
.tx_asfalfilebrowser .list .folderlist {
  margin: 0;
  padding: 0;
  width: 100%; }
  .tx_asfalfilebrowser .list .folderlist .folder {
    float: left;
    width: 130px;
    height: 130px;
    position: relative;
    margin: 0 10px 10px 0; }
    .tx_asfalfilebrowser .list .folderlist .folder a .image {
      text-align: center;
      height: 64px; }
    .tx_asfalfilebrowser .list .folderlist .folder a .name {
      color: black;
      font-size: 1em;
      line-height: 1.1em;
      font-weight: normal;
      padding: 0;
      text-align: center;
      display: block; }

.tx_asfalfilebrowser .list .filelist {
  margin: 0;
  padding: 0;
  width: 100%; }
  .tx_asfalfilebrowser .list .filelist .file {
    float: left;
    width: 130px;
    height: 130px;
    position: relative;
    margin: 0 10px 10px 0; }
    .tx_asfalfilebrowser .list .filelist .file a .image {
      text-align: center;
      height: 64px; }
    .tx_asfalfilebrowser .list .filelist .file a .name {
      color: black;
      font-size: 1em;
      line-height: 1.1em;
      font-weight: normal;
      padding: 0;
      text-align: center;
      display: block; }
    .tx_asfalfilebrowser .list .filelist .file a .file-info {
      position: absolute;
      top: 0;
      left: 0; }

.tx_asfalfilebrowser .meta {
  clear: both; }

/* KM Timetracker */
.tx-km-timetrack .action-nav-normal .badge {
  position: absolute;
  right: 0px;
  top: -10px; }

/* KM Playlist */
.tx_kmplaylist .media-left {
  width: 750px;
  background-color: #2E2E2E;
  vertical-align: middle;
  margin-right: 20px; }
  .tx_kmplaylist .media-left img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%; }

.tx_kmplaylist .media-body .content {
  padding-left: 15px; }

/* Math */
math {
  font-size: 26px; }

/* Prism */
pre[class*='language-'] {
  margin-bottom: 20px; }

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