@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%;
}
#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: 0px;
}
#persontext {
  clear: none;
  float: left;
  margin-left: 0;
  width: 100%;
  display: block;
  margin-bottom: 1px;
}
#horizontalrule_links {
	clear: both;
	float: left;
	margin-left: 2%;
	width: 96%;
	display: block;
	height: 25px;
}
#bv_postadresse {
	clear: both;
  	display: block;
  	width: 96%;
	margin-left: 2%;
	font-size: 13px;
	line-height: 18px;
}

/* Anfang Accordion */
.accordion > input[name="collapse"] {
	display: none;
}
.accordion label {
	width: 100%;
	transition: 0.5s;
	display: block;
	color: #333;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 2px;
	padding-left: 35px;
	text-indent: -30px;
	line-height: 15px;
	padding-top: 8px;
	padding-bottom: 6px;
	background: rgba(0, 0, 0, 0.2);
	user-select: none;
	text-align: left;
	margin-top: 5px;
	height: auto;
	border-bottom: solid 2px #666;	
}
.accordion .content {
	width: 100%;
	transition: 0.5s;
	font-size: 14px;	
	background: rgba(255, 255, 255, 1);
	overflow: hidden;
	max-height: 0;
	transition: 0.5s;
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
	line-height: 18px;
}
.accordion label:hover,
.accordion label:focus {
	background: #333;
	color: #FFF;
}
.accordion > input[name="collapse"]:checked ~ .content {
	border-top: 0;
	max-height: 3000px;
	overflow-y: hidden;
	transition: 1.5s linear;
	padding-right: 15px;
}
.accordion {
	margin-bottom: 0px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.accordion .handleAW, .accordion .handleVDLM {
	margin: 0;
}
.accordion .handleAW label:before, .accordion .handleVDLM label:before {
	font-family: FontAwesome;
	content: "\f107";
	transform: rotate(-90deg);
	display: inline-block;
	margin-right: 10px;
	margin-left: 5px;
	font-size: 20px;
	line-height: 1em;
	vertical-align: middle;
	transition: 0.8s;
	padding-left: 0px;
	text-indent: -0px;
}
.accordion > input[name="collapse"]:checked ~ .handleAW label:before, .accordion > input[name="collapse"]:checked ~ .handleVDLM label:before {
    transform: rotate(0deg);
    transform-origin: center;
    transition: 0.5s;
	padding-left: 0px;
	text-indent: -0px;
}
/* Ende - Links - Accordion */
@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%;
}
#persontext {
  clear: both;
  float: left;
  margin-left: 2%;
  width: 96%;
  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: 75%;
	margin-left: 13%;
}
#horizontalrule_links {
	clear: both;
	float: left;
	margin-left: 4%;
	width: 92%;
	display: block;
	height: 25px;
}
#bv_postadresse {
	clear: both;
  	display: block;
  	width: 92%;
	margin-left: 4%;
	font-size: 13px;
	line-height: 18px;
}
}