body{
    background-color: #c8c29f;
    color: #ffffff;
    text-shadow: rgba(0,0,0,0.35) 1px 1px 2px;
    font-size: 18px;
}


#disclaimerContainer{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
#disclaimer{
	background-color: #c8c29f;
	width: 800px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 1em;
	font-size: 16px;
}
#disclaimer p.accept{
	text-align:right;
}
#disclaimer a.accept{
	padding:1em;
	background-color: #ff0267;
	color: #ffffff;
}
#teamgallery{
    list-style-type: none;
    margin-left: 0px;
}
#teamgallery li{
    display: inline-block;
    width: 20%;
}

#teamlist {
    list-style-type: none;
    text-align: center;
}
section{
    margin-bottom: 1em;
}

h2{
    font-size: 1.5rem;
    margin-bottom: 0px;
    text-align: center;
}
h3{
    font-size: 1.25rem;
    border-bottom: 1px rgba(255,255,255,0.5) solid;
}
hr{
    margin-top: 0px;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
}
section#oeffnungszeiten ul{
    list-style-type: none;
    margin-left: 0px;
}
section#oeffnungszeiten ul li span {
    font-weight: bold;
}
.grid-container{
    max-width: 900px;
}
section#leistungsangebot{
    font-size: 16px;
}
section#leistungsangebot span{
    font-weight: bold;
    font-style: normal;
}
@media screen and (max-width: 39.9375em) {
    .no-js .top-bar {
        display: none;
    }
}
@media print, screen and (min-width: 40em) {
    .no-js .title-bar {
        display: none;
    }
}
[data-sticky] {
    width: 100%;

}
.sticky-container {
    z-index: 5;
}
#nav-menu{
    max-width: 900px;
    margin: auto;
    color:  black;
}
#example-menu{
    background-color: #e0d9ae;
    box-shadow: rgba(0,0,0,0.25) 4px 4px 4px;
}
#example-menu ul{
    background-color: #e0d9ae;
}
#example-menu a{
    color:  white;
}
#map{
    width: 100%;
}
#header{
    margin-bottom:0.5em;
}
#header h1, #header h2{
    text-align: right;
    margin-bottom: 0;
}
#header hr{
    margin: 0;
}
#welcome p{
    text-align: right;
}
#welcome p a{
    color: white;
    text-decoration: underline;
}
#welcometext{
    color: #ff0267;
    font-size: 2em;
}
#cerecVideo{
	margin-top:50px;
}
#welcome .extraInfo{
	color: #ff0267;
	font-size: 1.5em;
}
#terminvereinbarung{
    text-align: center;
}
#terminvereinbarung ul{
    list-style-type: none;
    margin-left: 0;
}
#terminvereinbarung a{
    color: white;
    text-decoration: underline;
}
.tel{
    display: inline-block;
    white-space: nowrap;
}
#leistungsangebot em{
    font-weight: bold;
}
footer{
    text-align: center;
    margin-bottom: 2em;
}