#flaggen-container {
    position: fixed;
    right: 0px;
    top: 15%;
    z-index: 99;
}

@media (max-width: 770px) {
	#flaggen-container {
    position: absolute;
	}
}

#flaggen-container .rechts {
    float: right;
	padding: 10px;
    background: #efefef;
	border: 1px #d6d6d6 solid;
    border-right: 0px;
	border-radius: 0px 0px 0px 5px;
}

#flaggen-container .links {
    float: left;
	padding: 10px;
	background: white;
    border-radius: 5px 0px 0px 5px;
	border: 1px #d6d6d6 solid;
    border-right: 0px;
}

.oeffnungszeiten_beschreibung img {
    height: 160px;
	cursor: pointer;
}

.facebook, .insta {
    font-size: 22px;
    margin-top: 10px;
    text-align: center;
}

#flaggen-container h3 {
    margin-bottom: 5px;
}
