﻿@charset "UTF-8";
/**
 * Contao Open Source CMS
 *
 * Copyright (c) 2005-2015 Leo Feyer
 *
 * @license LGPL-3.0+
 */
/**
 * Reset the margin and padding of the block elements
 */
body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, code, ol, ul, li, dl, dt, dd, figure, table, th, td, form, fieldset, legend, input, textarea {
  margin: 0px;
  /*padding: 0px;*/ }

/**
 * Basic element formatting
 */
table {
  border-spacing: 0px;
  border-collapse: collapse; }

caption, th, td {
  text-align: left;
  /*vertical-align: top;*/ }

abbr, acronym {
  font-variant: normal;
  border-bottom: 1px dotted #666;
  cursor: help; }

blockquote, q {
  quotes: none; }

fieldset, img {
  border: 0; }

ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

del {
  text-decoration: line-through; }

ins {
  text-decoration: none; }

header, footer, nav, section, aside, article, figure, figcaption {
  display: block; }

input, button, textarea, select {
  font-family: inherit;
  font-weight: inherit; }

input {
  background-color: transparent; }

pre, code {
  font-family: Monaco,monospace; }

label, legend {
  font-weight: 300; }

.viertel, .fuenftel, .sechstel, .appContainer {
  display: inline;
  float: left;
  margin: 10px calc(40px / 2); }
  .viertel.noMargin, .fuenftel.noMargin, .sechstel.noMargin, .noMargin.appContainer {
    margin: 10px 0; }
  .viertel.noMarginTop, .fuenftel.noMarginTop, .sechstel.noMarginTop, .noMarginTop.appContainer {
    margin-top: 0;
    margin-bottom: 0; }

.sechstel, .appContainer {
  width: calc((100% / 6) - 40px); }
  .sechstel.noMargin, .noMargin.appContainer {
    width: calc(100% / 6); }

.fuenftel {
  width: calc(20% - 40px); }
  .fuenftel.noMargin {
    width: 20%; }

.viertel {
  width: calc(25% - 40px); }
  .viertel.noMargin {
    width: 25%; }

@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello/font/fontello.eot");
  src: url("../fonts/fontello/font/fontello.eot?#iefix") format("embedded-opentype"), url("../fonts/fontello/font/fontello.woff") format("woff"), url("../fonts/fontello/font/fontello.ttf") format("truetype"), url("../fonts/fontello/font/fontello.svg#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/Ubuntu/Ubuntu-Light.eot");
  src: url("../fonts/Ubuntu/Ubuntu-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Ubuntu/Ubuntu-Light.woff") format("woff"), url("../fonts/Ubuntu/Ubuntu-Light.ttf") format("truetype"), url("../fonts/Ubuntu/Ubuntu-Light.svg#fontello") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/Ubuntu/Ubuntu-Regular.eot");
  src: url("../fonts/Ubuntu/Ubuntu-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Ubuntu/Ubuntu-Regular.woff") format("woff"), url("../fonts/Ubuntu/Ubuntu-Regular.ttf") format("truetype"), url("../fonts/Ubuntu/Ubuntu-Regular.svg#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/Ubuntu/Ubuntu-Medium.eot");
  src: url("../fonts/Ubuntu/Ubuntu-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Ubuntu/Ubuntu-Medium.woff") format("woff"), url("../fonts/Ubuntu/Ubuntu-Medium.ttf") format("truetype"), url("../fonts/Ubuntu/Ubuntu-Medium.svg#fontello") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/Ubuntu/Ubuntu-Bold.eot");
  src: url("../fonts/Ubuntu/Ubuntu-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Ubuntu/Ubuntu-Bold.woff") format("woff"), url("../fonts/Ubuntu/Ubuntu-Bold.ttf") format("truetype"), url("../fonts/Ubuntu/Ubuntu-Bold.svg#fontello") format("svg");
  font-weight: bold;
  font-style: normal; }

/******************* Schriften *********************/
/******************* Farben **********************/
/************************************** Basics ********/
body, html {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  position: relative;
  opacity: 1;
  background: #000; }

body {
  position: relative;
  font-family: Ubuntu, Arial, sans-serif;
  font-weight: 300;
  color: #000000;
  line-height: 1.25em; }

#wrapper {
  margin: 0 auto;
  position: relative;
  height: 100%; }

.hidden {
  visibility: hidden; }

.displayNone {
  display: none; }

.displayBlock {
  display: block; }

.left {
  float: left; }

.right {
  float: right; }

.fixed {
  position: fixed;
  top: 0;
  left: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: Ubuntu, Arial, sans-serif;
  color: #1d1d1b;
  font-weight: 400;
  line-height: 1.25em;
  margin-top: 0em;
  margin-bottom: 0.3em; }

p, ul, ol, table, form, label, legend {
  font-size: 1em;
  line-height: 1.3em;
  font-weight: normal;
  font-style: normal; }

strong {
  font-weight: 600; }

a {
  color: #1d1d1b;
  text-decoration: underline;
  outline-style: none; }
  a:hover {
    color: #990000; }

h1 {
  font-size: 2.25em;
  font-weight: 300; }

h2 {
  font-size: 1.75em;
  font-weight: 300; }

h3 {
  font-size: 1.3em;
  font-weight: 300; }

h4 {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 400; }

h5 {
  font-size: 1em;
  text-transform: uppercase; }

h6 {
  font-size: 1em; }

span.small {
  font-size: 0.65em;
  font-family: Verdana, Arial, sans-serif; }

#bgImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  zzbackground: url("../images/backGrounds/background_1.jpg");
  background-color: #000;
  background-position: center center;
  background-size: cover; }

#wrapper {
  overflow: hidden; }
  #wrapper.logIn .inside {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 350px;
    height: 100%;
    box-sizing: border-box; }
    #wrapper.logIn .inside .top, #wrapper.logIn .inside .bottom {
      position: relative;
      float: left;
      height: calc(40% - 50px);
      width: 100%;
      margin: 0;
      margin-bottom: 50px;
      padding: 0;
      border: 0; }
      #wrapper.logIn .inside .top .inside, #wrapper.logIn .inside .bottom .inside {
        float: left;
        margin: 0;
        padding: 0 25px 25px 25px;
        box-sizing: border-box;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.7) 100%, rgba(255, 255, 255, 0.8) 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.7) 100%, rgba(255, 255, 255, 0.8) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.7) 100%, rgba(255, 255, 255, 0.8) 100%);
        -webkit-box-shadow: 0 -4px 10px rgba(255, 255, 255, 0.85);
        -moz-box-shadow: 0 -4px 10px rgba(255, 255, 255, 0.85);
        box-shadow: 0 -4px 10px rgba(255, 255, 255, 0.85);
        -webkit-border-radius: 0px 0px 25px 25px;
        -moz-border-radius: 0px 0px 25px 25px;
        -ms-border-radius: 0px 0px 25px 25px;
        border-radius: 0px 0px 25px 25px;
        border: 3px solid rgba(255, 255, 255, 0.25);
        border-top: 0;
        border-bottom: 0; }
    #wrapper.logIn .inside .top .inside .settings {
      margin-top: 25px;
      text-align: center; }
      #wrapper.logIn .inside .top .inside .settings button {
        width: 40px;
        height: 40px;
        outline-style: none;
        cursor: pointer;
        position: relative;
        vertical-align: middle;
        background: none;
        border: 0;
        box-sizing: border-box;
        margin: 1em;
        padding: 0;
        -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.3);
        -moz-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.3);
        box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.3);
        background-color: rgba(255, 255, 255, 0.1);
        color: rgba(255, 255, 255, 0.75);
        font-size: 0,75em;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%; }
        #wrapper.logIn .inside .top .inside .settings button::before, #wrapper.logIn .inside .top .inside .settings button::after {
          box-sizing: inherit;
          content: '';
          position: absolute;
          border-radius: 100%;
          width: 100%;
          height: 100%; }
        #wrapper.logIn .inside .top .inside .settings button span:before {
          font-family: 'fontello';
          font-style: normal;
          font-variant: normal;
          speak: none;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\e82b"; }
        #wrapper.logIn .inside .top .inside .settings button span strong {
          display: none; }
        #wrapper.logIn .inside .top .inside .settings button.key span:before {
          font-family: 'fontello';
          font-style: normal;
          font-variant: normal;
          speak: none;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\e88c"; }
        #wrapper.logIn .inside .top .inside .settings button:hover span {
          color: #fff; }
    #wrapper.logIn .inside .top .inside .logo {
      //position: absolute;
      //bottom: 60px;
      left: 0;
      width: 100%; }
      #wrapper.logIn .inside .top .inside .logo img {
        max-width: 300px;
        display: block;
        margin: 0 auto; }
    #wrapper.logIn .inside .top .inside .welcomeText {
      //position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
      #wrapper.logIn .inside .top .inside .welcomeText p {
        display: block;
        margin: 0 auto;
        padding: 15px 0;
        text-align: center;
        color: #e6004b;
        font-size: 1.5em;
        font-weight: 300;
        text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); }
    #wrapper.logIn .inside .bottom {
      margin: 0;
      margin-top: 50px;
      height: calc(60% - 50px); }
      #wrapper.logIn .inside .bottom .inside {
        padding: 25px 25px 0 25px;
        margin-bottom: 0;
        -webkit-box-shadow: 0 -4px 6px rgba(255, 255, 255, 0.75);
        -moz-box-shadow: 0 -4px 6px rgba(255, 255, 255, 0.75);
        box-shadow: 0 -4px 6px rgba(255, 255, 255, 0.75);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0) 100%);
        -webkit-border-radius: 25px 25px 0px 0px;
        -moz-border-radius: 25px 25px 0px 0px;
        -ms-border-radius: 25px 25px 0px 0px;
        border-radius: 25px 25px 0px 0px;
        text-align: center; }
        #wrapper.logIn .inside .bottom .inside p {
          text-align: center;
          font-weight: 300;
          margin: 0;
          color: #000; }
        #wrapper.logIn .inside .bottom .inside button {
          width: 4em;
          height: 4em;
          outline-style: none;
          cursor: pointer;
          position: relative;
          vertical-align: middle;
          background: none;
          border: 0;
          box-sizing: border-box;
          margin: 1em 0 0 0;
          padding: 0;
          -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.6);
          -moz-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.6);
          box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.6);
          background-color: rgba(0, 0, 0, 0.2);
          color: rgba(255, 255, 255, 0.9);
          font-size: inherit;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          -ms-border-radius: 100%;
          border-radius: 100%; }
          #wrapper.logIn .inside .bottom .inside button::before, #wrapper.logIn .inside .bottom .inside button::after {
            box-sizing: inherit;
            content: '';
            position: absolute;
            border-radius: 100%;
            width: 100%;
            height: 100%; }
          #wrapper.logIn .inside .bottom .inside button span:before {
            font-family: 'fontello';
            font-style: normal;
            font-variant: normal;
            speak: none;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\e82b"; }
          #wrapper.logIn .inside .bottom .inside button.key span:before {
            font-family: 'fontello';
            font-style: normal;
            font-variant: normal;
            speak: none;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\e88c"; }
          #wrapper.logIn .inside .bottom .inside button:hover span {
            color: #fff; }

.spin {
  padding: 0; }
  .spin:hover {
    color: #e6004b; }
  .spin::before, .spin::after {
    top: 0;
    left: 0; }
  .spin::before {
    border: 2px solid transparent; }
  .spin:hover::before {
    border-top-color: #e6004b;
    border-right-color: #e6004b;
    border-bottom-color: #e6004b;
    transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s; }
  .spin::after {
    border: 0 solid transparent; }
  .spin:hover::after {
    border-top: 2px solid #e6004b;
    border-left-width: 2px;
    border-right-width: 2px;
    transform: rotate(270deg);
    transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s; }

/************************** Login/Anmeldung***************************/
/*input[type="text"], input[type="password"]*/ 
.txtpassword{
  position: relative;
  vertical-align: middle;
  box-sizing: border-box;
  width: 80%;
  margin: 20px 10% 0 10%;
  padding: 10px 16px;
  outline-style: none;
  color: #000;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 2px #fff;
  -moz-box-shadow: inset 0 0 0 2px #fff;
  box-shadow: inset 0 0 0 2px #fff;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  font-size: 1em;
  text-align: center;
  border: 0; }
  input[type="text"]::placeholder, input[type="password"]::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1;
    /* Firefox */ }
  input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000; }
  input[type="text"]::-ms-input-placeholder, input[type="password"]::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000; }

body.apps {
  background-image: url("../images/backGrounds/background_1.jpg");
  background-color: #000;
  background-position: center center;
  background-size: cover; }

#fadeOut {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 9999999; }

.appContainer {
  margin-top: 100px;
  position: relative; }
  .appContainer .appIcon {
    width: 140px;
    height: 140px;
    display: block;
    outline-style: none;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    background: none;
    border: 0;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    -webkit-box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.3);
    background-color: rgba(0, 0, 0, 0.7);
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.75em;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%; }
    .appContainer .appIcon::before, .appContainer .appIcon::after {
      box-sizing: inherit;
      content: '';
      position: absolute;
      border-radius: 100%;
      width: 100%;
      height: 100%; }
    .appContainer .appIcon .icon {
      float: left;
      width: calc(100% - 20px);
      padding: 10px;
      margin: 10px;
      box-sizing: border-box;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%;
      background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.18) 51%, rgba(255, 255, 255, 0.1) 100%);
      background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.18) 51%, rgba(255, 255, 255, 0.1) 100%);
      background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.18) 51%, rgba(255, 255, 255, 0.1) 100%); }
      .appContainer .appIcon .icon .inside {
        float: left;
        width: calc(100% - 20px);
        padding: 10px;
        background-color: rgba(255, 255, 255, 0.1);
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%; }
        .appContainer .appIcon .icon .inside img {
          display: block;
          width: 80%;
          padding: 10%;
          margin: 0 auto; }
    .appContainer .appIcon .push {
      display: none;
      position: absolute;
      z-index: 999999;
      bottom: 10px;
      right: -1em;
      width: auto;
      box-sizing: border-box;
      border: 2px solid #e6004b;
      background-color: #000;
      -webkit-border-radius: 14px;
      -moz-border-radius: 14px;
      -ms-border-radius: 14px;
      border-radius: 14px; }
      .appContainer .appIcon .push .inside {
        float: left;
        margin: 2px;
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        text-align: center;
        background: -moz-linear-gradient(top, #e6004b, #9d0033);
        background: -webkit-linear-gradient(top, #e6004b, #9d0033);
        background: -o-linear-gradient(top, #e6004b, #9d0033);
        background: -ms-linear-gradient(top, #e6004b, #9d0033);
        background: linear-gradient(to bottom, #e6004b, #9d0033);
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px; }
        .appContainer .appIcon .push .inside p {
          padding: 4px 10px;
          box-sizing: border-box;
          float: left;
          width: 100%;
          font-family: Verdana, Arial, sans-serif;
          font-size: 0.775em;
          font-weight: bold;
          color: #fff; }
      .appContainer .appIcon .push.active {
        display: block; }
  .appContainer .appName, .appContainer .appName .inside {
    float: left;
    width: 100%;
    margin: 0;
    margin-top: 5px;
    padding: 0; }
    .appContainer .appName .inside {
      text-align: center; }
      .appContainer .appName .inside p {
        display: inline;
        text-align: center;
        width: auto;
        color: #fff;
        font-weight: 300;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 4px 12px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px; }
  .appContainer.active .appIcon {
    -webkit-box-shadow: inset 0 0 0 4px rgba(230, 0, 75, 0.8);
    -moz-box-shadow: inset 0 0 0 4px rgba(230, 0, 75, 0.8);
    box-shadow: inset 0 0 0 4px rgba(230, 0, 75, 0.8); }
  .appContainer.active .appName .inside p {
    background-color: rgba(230, 0, 75, 0.9); }

#footer {
  position: absolute;
  bottom: 10px;
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  padding: 10px;
  z-index: 9999999; }
  #footer #appsView {
    opacity: 0;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%; }
    #footer #appsView .inside {
      display: block;
      float: left;
      background-color: rgba(0, 0, 0, 0.8);
      border: 4px solid rgba(0, 0, 0, 0.95);
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      border-radius: 20px;
      width: 30%;
      margin: 0 35%;
      padding: 10px 20px;
      box-sizing: border-box; }
      #footer #appsView .inside .appViewContainer {
        float: left;
        width: calc((100% / 4) - 20px);
        margin: 10px; }
        #footer #appsView .inside .appViewContainer .inside {
          width: 73px;
          height: 73px;
          display: block;
          outline-style: none;
          cursor: pointer;
          position: relative;
          vertical-align: middle;
          background: none;
          border: 0;
          box-sizing: border-box;
          margin: 0 auto;
          padding: 0;
          -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.3);
          -moz-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.3);
          box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.3);
          background-color: rgba(0, 0, 0, 0.7);
          color: rgba(255, 255, 255, 0.75);
          font-size: 0.75em;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          -ms-border-radius: 100%;
          border-radius: 100%; }
          #footer #appsView .inside .appViewContainer .inside::before, #footer #appsView .inside .appViewContainer .inside::after {
            box-sizing: inherit;
            content: '';
            position: absolute;
            border-radius: 100%;
            width: 100%;
            height: 100%; }
          #footer #appsView .inside .appViewContainer .inside .delete {
            display: none;
            cursor: pointer;
            position: absolute;
            top: 25%;
            left: 25%;
            width: calc(50%);
            height: calc(50%);
            background-color: rgba(0, 0, 0, 0.5);
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            -ms-border-radius: 100%;
            border-radius: 100%;
            text-align: center;
            font-size: 1.75em;
            color: rgba(255, 255, 255, 0.7); }
            #footer #appsView .inside .appViewContainer .inside .delete span:before  {
              float: left;
              width: 100%;
              margin-top: 0.35em;
              font-family: 'fontello';
              font-style: normal;
              font-variant: normal;
              speak: none;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              content: "\e80b";
              font-family: 'fontello'; }
            #footer #appsView .inside .appViewContainer .inside .delete span strong {
              display: none; }
          #footer #appsView .inside .appViewContainer .inside .appIconView {
            float: left;
            width: calc(100% - 10px);
            margin: 5px;
            padding: 5px;
            box-sizing: border-box;
            background-color: rgba(255, 255, 255, 0.2);
            border: 4px solid rgba(0, 0, 0, 0.2);
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            -ms-border-radius: 100%;
            border-radius: 100%; }
            #footer #appsView .inside .appViewContainer .inside .appIconView img {
              float: left;
              width: 76%;
              margin: 12%; }
          #footer #appsView .inside .appViewContainer .inside:hover .delete {
            color: white;
            background-color: rgba(230, 0, 75, 0.8); }
  #footer .appButton {
    width: 100%;
    text-align: center; }
    #footer .appButton button {
      cursor: pointer;
      width: 80px;
      height: 80px;
      display: inline-block;
      outline-style: none;
      cursor: pointer;
      position: relative;
      vertical-align: middle;
      background: none;
      border: 0;
      box-sizing: border-box;
      margin: 0;
      padding: 8px;
      -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
      -moz-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
      box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
      background-color: rgba(0, 0, 0, 0.75);
      color: rgba(255, 255, 255, 0.5);
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%; }
      #footer .appButton button::before, #footer .appButton button::after {
        box-sizing: inherit;
        content: '';
        position: absolute;
        border-radius: 100%;
        width: 100%;
        height: 100%; }
      #footer .appButton button span {
        height: 64px;
        width: 64px;
        font-size: 2.5em;
        display: block;
        padding: 10px;
        line-height: 1em;
        background-color: rgba(255, 255, 255, 0.1);
        -webkit-box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.1);
        -moz-box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.1);
        box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.1);
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
        box-sizing: border-box; }
        #footer .appButton button span:before {
          display: block;
          font-family: 'fontello';
          font-style: normal;
          font-variant: normal;
          speak: none;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\e89a";
          margin-top: 0.2em; }
        #footer .appButton button span strong {
          display: none; }
      #footer .appButton button.appQuit, #footer .appButton button.appView {
        width: 60px;
        height: 60px; }
        #footer .appButton button.appQuit span, #footer .appButton button.appView span {
          font-size: 1.75em;
          width: 44px;
          height: 44px; }
          #footer .appButton button.appQuit span:before, #footer .appButton button.appView span:before {
            margin-top: 0.1em;
            content: "\e80b"; }
      #footer .appButton button.appHome {
        z-index: 9999; }
      #footer .appButton button.appView span:before {
        margin-top: 0.2em;
        content: "\e820"; }
      #footer .appButton button.active {
        -webkit-box-shadow: inset 0 0 0 2px rgba(230, 0, 75, 0.7);
        -moz-box-shadow: inset 0 0 0 2px rgba(230, 0, 75, 0.7);
        box-shadow: inset 0 0 0 2px rgba(230, 0, 75, 0.7); }
      #footer .appButton button:hover {
        color: #fff; }
  #footer .appSettings {
    position: absolute;
    top: 30%;
    height: 30px;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 30px 0 0 30px;
    -moz-border-radius: 30px 0 0 30px;
    -ms-border-radius: 30px 0 0 30px;
    border-radius: 30px 0 0 30px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-right: 0;
    padding: 10px 0px 10px 20px; }
    #footer .appSettings button {
      cursor: pointer;
      float: left;
      margin: 0 10px;
      background: none;
      border: 0;
      font-size: 1.25em;
      color: rgba(255, 255, 255, 0.8); }
      #footer .appSettings button span:before {
        font-family: 'fontello';
        font-style: normal;
        font-variant: normal;
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e890"; }
      #footer .appSettings button span strong {
        display: none; }
      #footer .appSettings button:hover span {
        color: #e6004b; }
      #footer .appSettings button.pinQuit {
        text-transform: uppercase;
        letter-spacing: 1px; }
        #footer .appSettings button.pinQuit span:before {
          margin: 0;
          content: "\e8a0";
          border: 1px solid #fff;
          padding: 1px 0px 1px 1px; }
        #footer .appSettings button.pinQuit span strong {
          font-weight: 400; }
        #footer .appSettings button.pinQuit:hover span {
          color: #008855;
          background-color: #fff; }
      #footer .appSettings button.pinLock span:before {
        content: "\e88c"; }
    #footer .appSettings a {
      color: rgba(255, 255, 255, 0.8);
      text-decoration: none; }
      #footer .appSettings a:hover {
        color: #e6004b; }

.spinApp {
  padding: 0; }
  .spinApp:hover {
    color: #e6004b; }
  .spinApp::before, .spinApp::after {
    top: 0;
    left: 0; }
  .spinApp::before {
    border: 4px solid transparent; }
  .spinApp:hover::before {
    border-top-color: #e6004b;
    border-right-color: #e6004b;
    border-bottom-color: #e6004b;
    transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s; }
  .spinApp::after {
    border: 0 solid transparent; }
  .spinApp:hover::after {
    border-top: 4px solid #e6004b;
    border-left-width: 4px;
    border-right-width: 4px;
    transform: rotate(270deg);
    transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s; }

span.delete_icon:before {
  float: left;
  width: 100%;
  margin-top: 0.35em;
  font-family: 'fontello';
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e80b";
  font-family: 'fontello'; }

/********************* Device Besonderheiten ***************************/
@media (min-width: 1680px) {
  #wrapper {
    width: 80%; }
  /* Schriftgroesse */
  body {
    font-size: 90%; }
  /* ein-/ ausblenden einzelner Elemente */
  .mobile {
    display: none; }
  .tablet {
    display: block; }
  .desktop {
    display: block; }
  #footer #appsView .inside .appViewContainer .inside {
    font-size: 2.5em; }
    #footer #appsView .inside .appViewContainer .inside .delete {
      font-size: 1.25em; }
      #footer #appsView .inside .appViewContainer .inside .delete span:before {
        margin-top: 0.6em; } }

@media (min-width: 1280px) and (max-width: 1679px) {
  #wrapper {
    width: 80%; }
  /* Schriftgroesse */
  body {
    font-size: 100%; } }

@media (min-width: 1025px) and (max-width: 1279px) {
  /**/
  #wrapper {
    width: 95%; }
  /* Schriftgroesse */
  body {
    font-size: 100%; } }

@media (max-width: 767px) {
  .appContainer {
    width: calc((100% / 3) - 40px); } }

@media (min-width: 980px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  /**/
  #wrapper {
    width: 98%;
    margin: 0; }
  /* Schriftgroesse */
  body {
    font-size: 100%; }
  /**/
  #wrapper.logIn .inside .top {
    height: calc(45% - 25px);
    margin-bottom: 25px; }
    #wrapper.logIn .inside .top .inside .settings {
      margin-top: 10px; }
    #wrapper.logIn .inside .top .inside .logo {
      bottom: 50px; }
      #wrapper.logIn .inside .top .inside .logo img {
        max-width: 200px; }
    #wrapper.logIn .inside .top .inside .welcomeText p {
      font-size: 1em; }
  #wrapper.logIn .inside .bottom {
    height: calc(55% - 25px);
    margin-top: 25px; }
    #wrapper.logIn .inside .bottom .inside {
      padding-top: 25px; }
      #wrapper.logIn .inside .bottom .inside button {
        margin-top: 20px; }
  #footer {
    height: 125px; }
    #footer #appsView .inside {
      width: 46%;
      margin: 0 27%; }
      #footer #appsView .inside .appViewContainer {
        width: calc((100% / 4) - 20px);
        margin: 10px; }
        #footer #appsView .inside .appViewContainer .inside .delete {
          font-size: 1em;
          font-weight: bold; }
          #footer #appsView .inside .appViewContainer .inside .delete span:before  {
            margin-top: 0.5em; }
    #footer #appsView .appButton button {
      width: 120px;
      height: 120px;
      margin: 0 15px;
      padding: 8px; }
      #footer #appsView .appButton button span {
        height: 104px;
        width: 104px;
        font-size: 4.5em;
        padding: 10px; }
        #footer #appsView .appButton button span:before {
          margin-top: 0.3em; }
      #footer #appsView .appButton button.appQuit, #footer #appsView .appButton button.appView {
        width: 100px;
        height: 100px; }
        #footer #appsView .appButton button.appQuit span, #footer #appsView .appButton button.appView span {
          font-size: 3.5em;
          width: 84px;
          height: 84px; }
          #footer #appsView .appButton button.appQuit span:before, #footer #appsView .appButton button.appView span:before {
            margin-top: 0.3em; } }

@media (min-width: 980px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  /**/
  #wrapper {
    width: 96%;
    margin: 0 2%; }
  /* Schriftgroesse */
  body {
    font-size: 120%; }
  #wrapper.logIn .inside {
    width: 500px; }
    #wrapper.logIn .inside .top .inside .settings button {
      width: 60px;
      height: 60px;
      font-size: 1.25em; }
    #wrapper.logIn .inside .top .inside .logo {
      bottom: 75px; }
    #wrapper.logIn .inside .top .inside .welcomeText p {
      font-size: 1.5em;
      padding: 20px 0; }
    #wrapper.logIn .inside .bottom .inside {
      padding-top: 75px; }
      #wrapper.logIn .inside .bottom .inside button {
        margin-top: 50px; }
  .appContainer {
    width: calc(25% - 40px); }
  #footer {
    height: 150px; }
    #footer #appsView .inside {
      width: 70%;
      margin: 0 15%; }
      #footer #appsView .inside .appViewContainer {
        width: calc((100% / 4) - 20px);
        margin: 10px; }
        #footer #appsView .inside .appViewContainer .inside .delete {
          font-size: 2em;
          font-weight: bold; }
          #footer #appsView .inside .appViewContainer .inside .delete span:before  {
            margin-top: 0.75em; }
    #footer .appButton button {
      width: 120px;
      height: 120px;
      margin: 0 15px;
      padding: 8px; }
      #footer .appButton button span {
        height: 104px;
        width: 104px;
        font-size: 4.5em;
        padding: 10px; }
        #footer .appButton button span:before {
          margin-top: 0.3em; }
      #footer .appButton button.appQuit, #footer .appButton button.appView {
        width: 100px;
        height: 100px; }
        #footer .appButton button.appQuit span, #footer .appButton button.appView span {
          font-size: 3.5em;
          width: 84px;
          height: 84px; }
          #footer .appButton button.appQuit span:before, #footer .appButton button.appView span:before {
            margin-top: 0.3em; } }

@media (min-width: 767px) and (min-width: 979px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  /**/
  #wrapper {
    width: 96%;
    margin: 0 2%; }
  /* Schriftgroesse */
  body {
    font-size: 120%; }
  .sechstel, .appContainer, .fuenftel, .viertel {
    width: 96%;
    display: inline;
    margin: 10px 2%; }
    .sechstel.noMargin, .noMargin.appContainer, .fuenftel.noMargin, .viertel.noMargin {
      width: 100%;
      display: inline;
      margin: 10px 0; }
  .appContainer {
    width: calc((100% / 6) - 40px);
    margin: 25px 20px; } }

@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  /**/
  #wrapper {
    width: 96%;
    margin: 0 2%; }
  /* Schriftgroesse */
  body {
    font-size: 100% !important; }
  .sechstel, .appContainer, .fuenftel, .viertel {
    width: 96%;
    display: inline;
    margin: 10px 2%; }
    .sechstel.noMargin, .noMargin.appContainer, .fuenftel.noMargin, .viertel.noMargin {
      width: 100%;
      display: inline;
      margin: 10px 0; }
  /**/
  #wrapper.logIn .inside {
    width: 500px; }
  .appContainer {
    width: calc((100% / 3) - 40px); } }


.spinner {
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    border: 5px solid orange;
    border-top-color: #002147;
    box-sizing: border-box;
    background: transparent;
    animation: loading 1s linear infinite;
}

@keyframes loading {
    0% {
        transform: rotate(0deg);
    }

    0% {
        transform: rotate(360deg);
    }
}

.Loader {
    display: block;
    position: fixed;
    z-index: 999999; /* High z-index so it is on top of the page */
    top: 50%;
    right: 50%; /* or: left: 50%; */
    margin-top: -..px; /* half of the elements height */
    margin-right: -..px; /* half of the elements widht */
}