.footer {
    display: none;
    position: fixed;
    margin-left: calc(50vw - 300px);
    bottom: 0;
    width: 100vw;
    max-width: 600px;
    height: 50px;
    background-color: #fbfbfb;
}
@media (max-width: 600px) {
	.footer {
			margin-left: 0;
	}
}

.bildPfeil {
    position: absolute;
    float: left;
    width: 50px;
    height: 50px;
}

.bildPfeil img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#links {
    left: 0;
}

#rechts {
    right: 0;
}

.plus {
    position: absolute;
    width: 30px;
    height: 30px;
    margin-left: calc(50% - 15px);
    margin-right: calc(50% - 15px);
    margin-top: 10px;
    cursor: pointer;
}

.plus img {
    width: 100%;
    height: 100%;
}

.bearbeiten {
    display: none;
}

.next {
    display: none;
}

.speichern {
    display: none;
}

.muell {
    display: none;
    position: absolute;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    margin-top: 10px;
    cursor: pointer;
}
