.site-title{
	margin:10px;
}
.bwimg{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	margin: 0px;
}
.bwimg:hover{
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	margin: 0px;
}
.siteLink{
	color: #000;
	text-decoration: none;
}
.siteLink:hover{
	color: #000;
	text-decoration: none;
}
.darkerRow{
	background: #F4F4F4;
	vertical-align: middle;
}
.teamTable{
	  border-spacing: 1px;
    border-collapse: separate;
		padding: 1px;
	margin: 0px;
}
.oeffnungszeiten{
		margin: 0px;
		max-width: 250px;
}
.oeffnungszeiten td{
	padding:3px;
}
.adrDiv{
	padding:1px 1px;
	float: right;
	overflow: visible;
	position: relative;
  z-index: 1;
	width: 250px;
	height: 0px;
	font-size: 12px;
	text-align: right;
	top: -85px
}
@media (max-width: 767px) {
	.adrDiv {
	display: none !important;
	}
	.stamped{
		display: none !important;
	}
}
.stamped {
    -ms-transform: rotate(20deg); /* IE 9 */
    -webkit-transform: rotate(20deg); /* Safari */
    transform: rotate(20deg); /* Standard syntax */
	opacity: 0.8;
  filter: alpha(opacity=80);
	background: #30BBF2;
	width: 400px;
	height: 100px;
	top: 25px;
	position: absolute;
	right: -150px;
	font-size: 20px;
	color: white;
	font-weight: bold;
	padding: 10px;
	z-index: 50;
}
.stamped a{
	text-decoration: none;
	display: block;
	color: white;
}
.aRight{
	text-align: right;
}
.input{
	border: 0px;
}
.wpcf7-tel{
	border: 1px solid #eee;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0.6em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}
select{
	border: 1px solid #eee;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0.6em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}