@charset "utf-8";
/* CSS Document */
#kontakt_kop {
	display: block;
	clear: none;
	float: left;
	width: 97%;
	height: calc(26px + 2vw);
	overflow: hidden;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: calc(22px + 1vw);
	color: #FFF;
	text-align: left;
	text-transform: uppercase;
	text-shadow: 1px 1px rgba(0,0,0,0.4);	
	padding-top: calc(10px + 1vw);
	padding-bottom: calc(15px + 1.5vw);
	padding-left: 3%;
}
#kontakt_info {
	display: block;
	clear: both;
	float: left;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	border-radius: 6px;
	color: #333;
	font-size: 16px;
	line-height: 22px;
	font-weight: 100;
	background: rgba(255,255,255,.5);
}
#kontakt_text {
	clear: none;
	float: left;
	margin-left: 0;
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	display: block;
	text-align: left;
	margin-top: 3.5%;
	margin-bottom: 1%;
}
#fachberater_kop {
	width: 100%;
	display: block;
	color: #FFF;
	border-radius: 4px;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
  	padding: 5px;
	margin-bottom: 10px;
	background-color: #777;
}
#plzsuchen_text {
	padding-bottom: 10px;
	font-size: 15px;
	line-height: 17px;
}
#historie_text {
	padding-bottom: 10px;
	font-size: 15px;
	line-height: 17px;
}
#plz_suchfenster {
  clear: none;
  float: left;
  width: 100%;
  display: block;
}
#person_overall {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	margin-top: 1%;
	margin-bottom: 1%;
	text-align: left;
}
#person {
  clear: both;
  float: left;
  margin-left: 2%; 
  width: 96%;
  display: block;
  border-bottom: solid 0px #666;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#personfoto {
  clear: both;
  float: left;
  margin-left: 0;
  width: 25%;
  display: block;
  margin-right: 5px;
}
#persontitel {
  clear: none;
  float: left;
  margin-left: 0;
  font-size: 15px;
  line-height: 18px;
  width: 70%;
  padding-left: 0;
  padding-top: 0;
  display: block;
}
#persontext {
  clear: none;
  float: left;
  margin-left: 0;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
#horizontalrule_team {
	clear: both;
	float: left;
	margin-left: 2%;
	width: 96%;
	display: block;
	height: 25px;
	background-color:;
}
/* Anfang Hover Effect */
.hover {
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
}
.hovereffect {
  width: 100%;
  max-width: 250px;
  height: 125px;
  float: none;
  display: inline-block;
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
  margin-left: 3px;
  margin-right: 3px;
  border: 4px solid #FFF;
  border-radius: 10px;
  text-align: center;
  cursor: default;
  background: -webkit-linear-gradient(180deg, #ffffff 25%, #007DC5 100%);
  background: linear-gradient(180deg, #ffffff 25%,#007DC5 100%);
  box-shadow:0 8px 20px 0px rgba(0,0,0,0.125);
}
.hover:hover .hovereffect{
  filter:blur(0px);
  opacity:1;
  transform: scale(1);
  box-shadow:none;
}
.hover:hover .hovereffect:hover{
  transform:scale(1);
  filter:blur(0px);
  opacity:1;
  box-shadow:0 8px 20px 0px rgba(0,0,0,0.125);
}
.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 0;
  text-align: center;
  background-color: rgba(65,65,65,0.3);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.hovereffect img {
  display: block;
  width: 100%;
  position: relative;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
}
.hovereffect h2 {
  text-transform: none;
  font-weight: 100;
  width: 100%;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 16px;
  padding: 6px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(57px);
  -ms-transform: translateY(57px);
  transform: translateY(57px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out
}
.hovereffect:hover h2 {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}
.hovereffect .info {
  display: block;
  text-transform: none;
  color: #fff;
  height: 100px;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: -65px;
  padding-top: 70px;
  padding-bottom: 20px;
  padding-left: 3%;
  padding-right: 3%;
  cursor: pointer;
}
.hovereffect:hover .info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.hovereffect .info:hover {
  box-shadow: 0 0 5px #fff;
}
.hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.hovereffect:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  transform: scale(0);
}
.hovereffect:hover .overlay:before, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
/* Ende Hover Effect */
@media only screen and (min-width: 1000px) {
#kontakt_kop {
	text-shadow: 2px 2px rgba(0,0,0,0.4);
}
@media only screen and (min-width: 481px) {
#kontakt_kop {
	height:1em;
	overflow: visible;
	font-size: calc(1em + 4vw);
	padding-top: 2.5%;
	padding-bottom: 0;
	padding-left: 0;
}
#kontakt_text {
	margin-top: 1.5%;
}
#fachberater_kop {
	width: 96%;
	margin-left: 2%;
}
#plzsuchen_text {
	width: 96%;
	margin-left: 2%;
}
#historie_text {
	width: 96%;
	margin-left: 2%;
}
#plz_suchfenster {
	width: 96%;
	margin-left: 2%;
}
#personfoto {
  	clear: both;
  	float: left;
	width: 25%;
	margin-left: 2%;
  	display: block;
}
#persontitel {
  clear: none;
  float: left;
  margin-left: 0;
  width: 70%;
  padding-left: 0;
  padding-top: 0;
  display: block;
}
#persontext {
  clear: both;
  float: left;
  margin-left: 2%;
  width: 96%;
  display: block;
  padding-top: 5px;
  padding-left: 0;
}
.hovereffect {
  height: 140px;
}
.hovereffect .info {
  padding-bottom: 38px;
}
.hovereffect h2 {
  -webkit-transform: translateY(68px);
  -ms-transform: translateY(68px);
  transform: translateY(68px);
}
}
/* Tablet Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 600px) {
#kontakt_text {
	width: 96%;
}
}
/* Tablet Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 769px) {
#personfoto {
  	clear: both;
  	float: left;
	width: 25%;
	max-width: 175px;
	margin-left: 2%;
  	display: block;
}
#persontitel {
  clear: none;
  float: left;
  margin-left: 0;
  width: 70%;
  padding-left: 0;
  padding-top: 0;
  display: block;
}
#persontext {
  clear: none;
  float: left;
  margin-left: 0;
  width: 70%;
  display: block;
  padding-top: 5px;
  padding-left: 0;
}
}
/* Tablet Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 900px) {
#kontakt_text {
	width: 80%;
	margin-left: 10%;
}
#plzsuchen_text {
	clear: none;
	float: left;
	width: 58%;
	margin-left: 2%;
	margin-top: 10px;
}
#plz_suchfenster {
	clear: none;
	float: right;
	width: 35%;
	margin-right: 2%;
}
}
/* Tablet Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 1250px) {
#kontakt_text {
	margin-top: 1.5%;
	margin-bottom: 1%;
	text-align: left;
}
}
@media only screen and (min-width: 1350px) {
.hover {
	padding-left: 5%;
	padding-right: 5%;
}
}
@media only screen and (min-width: 1450px) {
.hover {
	padding-left: 11%;
	padding-right: 11%;
}
}
@media only screen and (min-width: 1700px) {
.hover {
	padding-left: 18%;
	padding-right: 18%;
}
}