* {
  border: 0; padding: 0; margin: 0;
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
/*text selection color*/
*::selection {
    background: #d79921;
}


.spacer {
    margin-right: 0.5cm;
    color: #d8d4cf;
}


.inlined {
    display: inline-block;
}
.lock {
    margin-left: 1ex;
}

.outer {
    /*position: relative;*/
}

.title {
    font-weight: bold;
    font-size: 2.5em;
    font-family: Verdana, sans-serif;

    position: absolute;
    top: 2.0em;
    left: 50%;
    transform: translate(-50%, -50%);
}

.redirect {
    border-width: 0.15ex;
    border-style: solid;
    border-radius: 25% 10%;
    border-color: #292929;
    background: #ffffff;
    padding: 5px;

    position: absolute;
    color: blue;
    top: 0.3em;
    right: 0.3em;
    font-size: 1.6em;
}
.login:hover{
    background: #48b551;
}
.logout:hover{
    background: #b01515;
}
.nolink {
    text-decoration: none;
}

body {
    /* wall3, und wall4 sind shite */
    background: url('/assets/images/wall6.jpg') no-repeat center center fixed;
    background-color: #E8E2E1;
    background-position: top;
    background-size: cover;

    font-family: "Helvetica Neue";
    font-size: 1.4em;
    text-align: center;
}

span {
    white-space: nowrap;
}

ul {
    max-width: 600px;
    width: 100%;
    text-align: left;
    margin: 250px auto;
    /*margin: 20% 20% auto;*/
}

li {
    /* Round corners */
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;

    /* Add hard shadow */
    -webkit-box-shadow: 3px 3px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow:    3px 3px 0px rgba(50, 50, 50, 0.15);
    box-shadow:         3px 3px 0px rgba(50, 50, 50, 0.25);

    /* Gradient background */
    background-image: linear-gradient(bottom, rgb(38,38,38) 0%, rgb(46,46,46) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(38,38,38) 0%, rgb(46,46,46) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(38,38,38) 0%, rgb(46,46,46) 100%);

    list-style-type: none;
    margin: 10px 5px;

    /* same as li a */
    display: block;
    color: #d8d4cf;
    line-height: 1.2em;
    text-decoration: none;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
    /* padding is always applied */

    padding: 22px;
}

li:hover {
    /* Darken background */
    background-image: linear-gradient(bottom, rgb(10,10,10) 0%, rgb(36,33,33) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(10,10,10) 0%, rgb(36,33,33) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(10,10,10) 0%, rgb(36,33,33) 100%);
}

/** li:hover:before {
 *  float: right;
 *  content: "◊";
 *  color: #2E2E2E;
 *  margin: 20px;
 *  }
 */

a.spacer {
    color: #888;
}

li a {
    display: block;

    color: #d8d4cf;
    line-height: 1.2em;
    text-decoration: none;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);

    /*padding: 20px; would be duplicate */
}


li a:hover {
    color: #ffffff;
    text-shadow: 2px 2px 0px rgba(66, 66, 66, 1);
}

footer {
    position: absolute;
    bottom:0;
    /*max-width: 1000px;*/
    width: 100%;
    text-align: center;
    /*margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: 20px;*/
    margin: 15px auto;
    /*margin: 20% 20% auto;*/
}
p {
    /* Round corners */
    /*-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;*/

    /* Add hard shadow */
    /*-webkit-box-shadow: 2px 2px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow:    2px 2px 0px rgba(50, 50, 50, 0.15);
    box-shadow:         2px 2px 0px rgba(50, 50, 50, 0.25);*/

    /* Gradient background */
    /*background-image: linear-gradient(bottom, rgb(38,38,38) 0%, rgb(46,46,46) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(38,38,38) 0%, rgb(46,46,46) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(38,38,38) 0%, rgb(46,46,46) 100%);*/

    margin-left: auto;
    margin-right: auto;
    text-align: center;
    bottom:0;

    /* same as li a */
    display: block;
    color: #ffffff;
    line-height: 1em;
    font-size: 0.8em;
    text-decoration: none;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
    /* padding is always applied */

    padding: 10px;
}
p a {
    color: #ffffff;
}
