







/* textmarkierungen */

::selection {
    /* Textmakierungen lassen sich mit diesen Befehlen beliebig stylen */
    background: #000;
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    /* Eine Extrawurst für den Firefox */
    background: #000;
    color: #fff;
    text-shadow: none
}

.datenschutz {
    position: fixed;
    bottom: 3px;
    z-index: 1000;
    margin-left: -10px;
}

.datenschutz a {
    font-family: 'Maven Pro';
    font-size: 16px;
    color: #fff;
    background-color: #dc4935;
    padding: 10px;
    text-decoration: none;
    margin-left: 10px;
    text-transform: uppercase;
}

.datenschutz a:hover {
    text-decoration: underline;
}