#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(26px + 2vw);
	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(20px + 1.5vw);
	padding-left: 3%;

}
#kontakt_info {
	display: block;
	clear: both;
	float: left;
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
	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;
}
#kontakt_text {
	clear: none;
	float: left;
	margin-left: 0;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	display: block;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
#ab_gmbh {
	width: 100%;
	display: block;
	background: #777;
	color: #CCC;
	border-radius: 4px;
}
#gmbh_adresse {
  	display: block;
	font-size: 15px;
  	padding: 10px;
  	width: 100%;
  	margin-top: 0px;
}
#gmbh_tel {
  	display: block;
  	padding: 10px;
  	width: 100%;
  	margin-top: 12px;
}
#gmbh_amt {
  	display: block;
  	padding: 10px;
  	width: 100%;
  	margin-top: 12px;
}
#gmbh_adresse:hover {
  	background: #999;
	color: #FFF;
	transition: .5s;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}
#gmbh_tel:hover {
  	background: #999;
	color: #FFF;
	transition: .5s;
}
#gmbh_amt:hover {
  	background: #999;
	color: #FFF;
	transition: .5s;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
#ab_bv {
	width: 100%;
	display: block;
	margin-top: 15px;
	background: #777;
	color: #CCC;
	border-radius: 4px;
}
#bv_postadresse {
  display: block;
  padding: 10px;
  width: 100%;
  margin-top: 0px;
}
#bv_besucheradresse {
  display: block;
  padding: 10px;
  width: 100%;
  margin-top: 10px;
}
#bv_tel {
  display: block;
  padding: 10px;
  width: 100%;
  margin-top: 10px;
}
#bv_hr {
  display: block;
  padding: 10px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
#bv_postadresse:hover {
  	background: #999;
	color: #FFF;
	transition: .5s;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}
#bv_besucheradresse:hover {
  	background: #999;
	color: #FFF;
	transition: .5s;
}
#bv_tel:hover {
  	background: #999;
	color: #FFF;
	transition: .5s;
}
#bv_hr:hover {
  	background: #999;
	color: #FFF;
	transition: .5s;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
@media only screen and (min-width: 1000px) {
#kontakt_kop {
	text-shadow: 2px 2px rgba(0,0,0,0.4);
}
}
/* Tablet Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@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_info {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
	background: rgba(255,255,255,.5);
}
#kontakt_text {
	margin-top: 1.5%;
	margin-bottom: 1%;
}
#ab_gmbh {
	width: 96%;
	display: block;
	margin-left: 2%;
}
#gmbh_adresse {
  display: inline-block;
  vertical-align: bottom;
}
#gmbh_tel {
  display: inline-block;
  vertical-align: bottom;
}
#gmbh_amt {
 	display: inline-block;
	vertical-align: bottom;
}
#ab_bv {
	width: 96%;
	display: block;
	margin-left: 2%;
}
#bv_postadresse {
  display: inline-block;
  vertical-align: bottom;
}
#bv_besucheradresse {
  display: inline-block;
  vertical-align: bottom;
}
#bv_tel {
  display: inline-block;
  vertical-align: bottom;
}
#bv_hr {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 0px;
}
}
/* 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%;
	margin-left: 2%;
}
#gmbh_adresse {
 	width: auto;
}
#gmbh_tel {
 	width: auto;
}
#gmbh_amt {
	width: auto;
}
#gmbh_adresse:hover {
  	background: transparent;
	color: #FFF;
	transition: .5s;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}
#gmbh_tel:hover {
  	background: transparent;
	color: #FFF;
	transition: .5s;
}
#gmbh_amt:hover {
  	background: transparent;
	color: #FFF;
	transition: .5s;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
#bv_postadresse {
  width: auto;
}
#bv_besucheradresse {
  width: auto;
}
#bv_tel {
  width: auto;
}
#bv_hr {
  width: auto;
}
#bv_postadresse:hover {
  	background: transparent;
	color: #FFF;
	transition: .5s;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}
#bv_besucheradresse:hover {
  	background: transparent;
	color: #FFF;
	transition: .5s;
}
#bv_tel:hover {
  	background: transparent;
	color: #FFF;
	transition: .5s;
}
#bv_hr:hover {
  	background: transparent;
	color: #FFF;
	transition: .5s;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
}
/* 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;
}
#ab_gmbh {
	width: 80%;
	display: table;
	margin-left: 10%;
}
#gmbh_adresse {
  display: table-cell;
  width: 27%;
}
#gmbh_tel {
  display: table-cell;
  width: 27%;
}
#gmbh_amt {
  display: table-cell;
  width: auto;
}
#gmbh_adresse:hover {
  	background: #999;
	color: #FFF;
	transition: .5s;
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
}
#gmbh_tel:hover {
  	background: #999;
	color: #FFF;
	transition: .5s;
}
#gmbh_amt:hover {
  	background: #999;
	color: #FFF;
	transition: .5s;
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
}
#ab_bv {
	width: 80%;
	display: table;
	margin-left: 10%;
}
#bv_postadresse {
  display: table-cell;
  width: 23%;
}
#bv_besucheradresse {
  display: table-cell;
  width: 23%;
}
#bv_tel {
  display: table-cell;
  width: 23%;
}
#bv_hr {
  display: table-cell;
  width: auto;
}
#bv_postadresse:hover {
  	background: #999;
	color: #FFF;
	transition: .5s;
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
}
#bv_besucheradresse:hover {
  	background: #999;
	color: #FFF;
	transition: .5s;
}
#bv_tel:hover {
  	background: #999;
	color: #FFF;
	transition: .5s;
}
#bv_hr:hover {
  	background: #999;
	color: #FFF;
	transition: .5s;
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
}
}
/* Tablet Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 1500px) {
#kontakt_text {
	width: 80%;
	margin-left: 10%;
}
}
