#easterEgg1, #easterEgg2, #easterEgg3 {
    overflow: hidden;
}

.easterEgg {
    margin-top: -68px;
    position: fixed;
    z-index: 999;
    cursor: pointer;
}

.copy-code {
    margin: 0 auto;
    background: #fff;
    width: 295px;
    text-align: center;
    padding: 2px;
    border: 1px dashed #000;
    box-shadow: 0 0 10px -4px rgba(0,0,0,.75);
    display: block;
    text-decoration: none;
}

a[href].copy-code:hover {
    text-decoration: none;
}

.-copy:after {
    content: "Kopiert";
    position: absolute;
    z-index: 10;
    background: #fff;
    padding: 3px 10px;
    border-radius: 3px;
    font-weight: bold;
    left: 0;
    bottom: -30px;
    margin-left: 35%;
    font-size: 14px;
    color: #989393;
    width: 72px;
    box-sizing: content-box;
    border: 1px dashed;
}

.copy-code-wrap input {
    display: none;
}