#oeffnungszeiten{
	color: var(--white-color);	
}

.post-entry blockquote{
	background: var(--accent-color) !important;
}

.team-sidebar-body-min-height{
	min-height: 860px !important;
}

.team-sidebar-body-min-height-2{
	min-height: 700px !important;
}

.team-sidebar-image img{
	aspect-ratio: 1 / 1.5 !important;
}

.team-sidebar-body ul li{
	font-size: 20px !important;
}

.video-js {
  border-radius: 20px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

/* This appears to be needed because the control bar (or its contents) will otherwise break out of the player. */
.video-js .vjs-control-bar {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.privacywire-show-options{
    background-color: transparent;
    border: 1px solid #333;
    box-shadow: none;
}

#map { 
	height: 1000px; 
	width: 600px;
}