/**
 * SHARE FORM
 */

#navigationFrame .share_form .shareFinished {
	width: 100%;
	height: 100%;
	text-align: center;
	display: none;
}
#navigationFrame .share_form .shareFinished p {
	margin: 0;
	margin-top: 18%;
	font-size: 1.4%;
	color: #999;
}
#navigationFrame .share_form.navigation-list {
	position: absolute;
	display: none;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.94);
}
.share_form form {
	float: left;
	height: 100%;
	width: 100%;
}
.share_form form .required {
	font-size: 1%;
	margin-top: 0.6%;
	padding-left: 0%;
	float: left;
}
.share_form .formWrapper {
	float: left;
	width: 95%;
	height: 90%;
	margin-left: 5%;
	overflow: hidden;
}
.share_form label {
	padding: 2% 0 0 0;
	display: block;
	font-size: 1.6%;
}
.share_form input[type="radio"] {
	margin-right: 10px;
	border: solid 1px red;
	background-color: red;
	color: white;
	visibility: hidden;
	float: left;
}
.share_form div.radio {
    margin-right: 7.5%;
	margin-top: 1%;
}
.share_form .left {
	float: left;
	width: 27.6%;
	margin-right: 5.2%;
}
.share_form .right {
	float: left;
	width: 27.6%;
}
.share_form .formtextarea {
	float: left;
	display: block;
	padding-top: 2%;
	width: 60.4%;
}
.share_form .formtextarea p {
	float: left;
	margin-top: 0;
	font-size: 1.3%;
}
.share_form div p, .share_form div input[type="text"] {
  	margin-bottom: 2%;
  	clear: both;
  	font-size: 1.3%;
}
.share_form .clearfix {
	clear: both;
}
.share_form div input[type="text"], .share_form textarea {
	display: block;
	float: left;
	width: 98%;
	height: 1.8vw;
	height: 1.8em;
	padding: 0 0 0 2%;
	border:none;
	outline: none;
	-webkit-appearance: none;
	-webkit-box-shadow: inset 2px 2px 7px 0 rgb(193,193,193);
	box-shadow: inset 2px 2px 7px 0 rgb(193,193,193);

}
.share_form textarea {
	width: 98%;
	max-width: 98%;
	height: 4em;
	max-height: 7em;
	font-size: 1.3%;
	padding: 2% 0 0 2%;
}
.share_form .left, .share_form .right {
	margin-top: 2%;
}
.share_form .btn{
	/*margin-top: 30px;
	margin-left: 5%;
	margin-top: 1%;*/
	margin-left: 5%;
	margin-top: 1.1%;
	margin-bottom: 1%;
	padding: 0.6% 4.5% 0.6% 4.5%;
	line-height: 100%;
}
.share_form .background {
	/*float: left;
	background: #006790;
	width: 100%;
	height: 23%;
	border-top: solid 4px #009aba;
	margin-top: 2%;*/
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 10%;
	background: #006790;
}
.share_form .background .bgimage {
	padding-top: 4px;
	height: 15px;
	width: 100%;
	/*background: #009ABA;*/
	background-image: url(../images/navigation/formbg.png);
	/*width: 100%;
	height: 1vw;*/
}
.share_form .radio {
	background-image: url(../images/navigation/radioOff.png);
	background-repeat: no-repeat;
	display: inline-block;
	cursor: pointer;
	/*display: block;*/
	font-size: 1.2%;
	float: left;
}
.share_form.navigation-list .close {
	position: absolute;
	right: 0;
	cursor: pointer;
	bottom: auto;
	top: 0;
}

.share_form.navigation-list .prev {
	position: absolute;
	right: 3%;
	cursor: pointer;
	bottom: auto;
	top: 0;
	margin: 0;
	font-size: 2.45%;
	font-weight: normal;
	cursor: pointer;
	padding: 0.5%;
	color: #006790;
	-webkit-transition: color .1s linear 0s;
	-moz-transition: color .1s linear 0s;
	-ms-transition: color .1s linear 0s;
	-o-transition: color .1s linear 0s;
	transition: color .1s linear 0s;
	display: none;
}
.share_form.navigation-list .prev:hover {
	color: #00A7C8;
}
.share_form button.btn {
	height: 45%;
	/*padding: 1% 7.9% 1% 7.9%;*/
	font-size: 1.8vh;
	font-size: 1%;
	color: #002663;

	border: 1px solid #adafaf;
	background: #f7f7f7;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, 0 100%, 0 0, from(#f7f7f7), to(#dedfdf));
	background: -webkit-linear-gradient(#f7f7f7 0%, #dedfdf 100%);
	background: -moz-linear-gradient(#f7f7f7 0%, #dedfdf 100%);
	background: -o-linear-gradient(#f7f7f7 0%, #dedfdf 100%);
	background: linear-gradient(#f7f7f7 0%, #dedfdf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#dedfdf',GradientType=0 );
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.formImage {
	display: inline;
	float: right;
	margin: 2.6% 7% 0 0;
	width: 28.1%;
	height: 52%;
}
.formImage img {
	border: 5px solid #ffffff;
}
.formImage label {
	float: left;
	text-align: left;
	width: 100%;
	font-size: 2vh;
	font-size: 1.25%;
	line-height: 4vh;
	line-height: 100%;
	font-weight: normal;
}
.formImage label p {
	font-size: 100%;
	float: left;
}
.formImage label input {
	float: left;
	margin-left: 2%;
	margin-top: 1%;
	/*display: none;*/
}
.formImage label .checkbox {
	display: none;
	float: right;
	margin: 4.5% 0 0 0;
	width: 22px;
	height: 22px;
	border: 1px solid #e2e2e2;
	cursor: pointer;
	-webkit-box-shadow: inset 1px 1px 5px #AEAEAE;
	-moz-box-shadow: inset 1px 1px 5px #AEAEAE;
	box-shadow: inset 1px 1px 5px #AEAEAE;
}
.formImage label {
	padding: 0;
}
.formImage label .checkbox.checked {
	background-color: #006790;
}
.impressum .impressum_text h4 {
	font-size: 100%;
	font-weight: 400;
	margin-top: 1.5%;
	margin-bottom: 1%;
	color: #152974;
	font-weight: bold;
}
.impressum .impressum_text p {
	padding-bottom: 2.5%;
	font-weight: 400;
	line-height: 150%;
	font-size: 75%;
	padding-bottom: 0.5%;
	color: #000;
}
.impressum .impressum_text a {
	color: #152974;
	text-decoration: none;
	font-size: 75%;
}
.impressum .impressum_text p a {
	color: #152974;
	text-decoration: none;
	font-size: 100%;
}

.impressum .impressum_text li a {
	color: #152974;
	text-decoration: none;
	font-size: 100%;
}
.impressum .impressum_text li a:hover {
	text-decoration: underline;
}


.impressum ul li {
	font-size: 80%;
	line-height: 150%;
	color: #000;
}
.impressum ul, .impressum ol {
	margin: 0 0 3.3% 0;
	padding: 0 0 0 2%;
}
.impressum ul:first-child {
	margin-top:2%;
}
.impressum li:before {
	list-style: none;
	content: '\2022';
	display: block;
	position: relative;
	margin: 0 0 0.8% 0;
	max-width: 0px;
	max-height: 0px;
	left: -1.8%;
	top: 0;
	color: #006790;
	font-size: 190%;
	line-height: 150%;
}
.impressum ol li p,
.impressum ol li strong {
	font-size: 100%;
}
.impressum ol li p strong {
	padding-top: 0;
}
.impressum p strong, .impressum strong {
	padding-bottom: 0.3%;
	display: inline-block;
	padding-top: 1.1%;
}

/*Form END */