.neuigkeiten-box {
    position: absolute;
    width: 15%;
    height: 5%;
    min-width: 200px;
    min-height: 250px;
    background-color: beige;
    opacity: 0.8;
    margin-left: 30px;
    padding-left: 0px;
    border-bottom-right-radius: 60px 10px;
    transform: rotate(-3deg);
    z-index: 10;
}

.neuigkeiten-box:hover {
    border-bottom-right-radius: 200px 50px;
    transform: rotate(0deg);
}

.neuigkeiten-box-hintergrund {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    min-width: 200px;
    min-height: 250px;
    background-color: bisque;
    opacity: 0.4;
    transform: rotate(0deg);
    z-index: -1;
}

.neuigkeiten-klebestreifen {
    position: absolute;
    width: 100%;
    height: 30px;
    background-color: coral;
    opacity: 0.3;
    z-index: -1;
}

.neuigkeiten-ueberschrift {
    font-family: cursive;
    font-size: 32px;
    color: black;
    text-shadow: 2px 2px orange;
    opacity: 1;
}

.neuigkeiten-text {
    font-family: cursive;
    font-size: 20px;
    color: black;
    text-decoration: underline;
    opacity: 1;
}

a.neuigkeiten-text:link {
    color: black;
}

a.neuigkeiten-text:visited {
    color: black;
}

a.neuigkeiten-text:hover,
a.neuigkeiten-text:focus {
    color: orange;
}

a.neuigkeiten-text:active {
    color: orange;
}

html,
body {
    height: 100%;
}

#wrapper {
    position: relative;
    min-height: 100%;
    background: #A9A9A9;
}

#footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
}
