/** Diese Datei nicht Auto-formatten
Sonst geht ein Teil des CSS kaputt **/
.a {
	color: #5CB4F3;
	
	line-height: 20px;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	
	font-family: "Open Sans";
font-size: 13px;
font-weight: 500;
letter-spacing: 1px;
	
}

.modal-button{
	cursor: pointer;
}
html, body {
	height: 100%;
}

.page-wrapper {
	width: 1280px;
	margin: 0 auto;
}

header {
	height: 550px;
	background: linear-gradient(0deg, #48799A 0%, #6C98B6 100%);
}


#header1 {
	height: 105px;
}

#header1 .left, #header1 .right {
	float: left;
	width: 50%;
}

#header1 #logo {
	padding: 25px 0 0 80px;
	width: 53px;
}

#header1 .right .inner-wrapper, footer {
	height: 28px;
	color: rgba(255,255,255,0.5);
	font-family: "Open Sans";
	font-size: 12px;
	line-height: 28px;
	text-align: right;

}
#header1 .right .inner-wrapper {
		margin: 38px 70px 0 0;
}

#header1 .right .inner-wrapper .modal-button:hover, .switch-lang:hover{
	color: #fff;
}
#header2 {
	position: fixed;
	top: 105px;
	width: 100%;
	height: 85px;

	z-index: 1;
		-webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    background-color: transparent ;	
}

#header2 .inner-wrapper{
	width: 1180px;
	background-color: #3E6985;
	height: 85px;
	margin: 0 auto;
	border-radius: 2px;

}

#header2.docked {
	-webkit-transition: background-color 300ms ease-in;
    transition: background-color 300ms ease-in;
	background-color: #3E6985;

	border-radius: 0;
}

#header2 button {
	width: 350px;

}

#header2 .left {
	float: left;
	width: 815px;
}

#header2 .left .progress {
	position: relative;
	left: 30px;
	top: 42px;
	background: rgba(255, 255, 255, 0.1);
	height: 1px;
	width: 710px;
}

.progress {
	font-family: "museo-slab";
	font-size: 12px;
	font-weight: 700;
}

.progress .oval {
	display: inline-block;
	box-sizing: border-box;
	height: 13px;
	width: 13px;
	border: 3px solid #3E6985;
	background-color: #FFFFFF;
	border-radius: 13px;
	position: relative;
	top: -14px;
}
.progress.step-1 .oval {
	top: -13px;
}
.progress.step-0 .oval {
	top: -6px;
}

.progress .oval.active {
	color: #FFFFFF;
	text-align: center;
	top: -15px;
	box-sizing: border-box;
	height: 31px;
	width: 31px;
	border-radius: 31px;
	border: 3px solid #3E6985;
	padding-top: 6px;
	background: linear-gradient(135deg, #5CB4F3 0%, #8ED0FF 100%);
}

.progress .oval.completed {
	display: inline-block; 
	background: none;
	background-image:url(../images/Checked.png);
	width: 21px;
	height: 21px;
	border: 0;
	top: -10px;

}

#header2 .right {
	float: left;
	width: 350px;
	margin: 15px 0 0 0;
}

body.welcome header {
	height: 698px;
}
article.page.welcome {
	padding-top: 75px;
	width: 1180px;
	display: block;
}
article.page.welcome h1 {
	height: 46px;
	width: 720px;
	color: #FFFFFF;
	font-family: "museo-slab";
	font-size: 38px;
	letter-spacing: 0;
	font-weight: 300;
	line-height: 46px;
}

article.page.welcome h2 {
	height: 108px;
	width: 1120px;
	opacity: 0.7;
	color: #FFFFFF;
	font-family: "museo-slab";
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 0;
	font-weight: 100;
	padding-bottom: 0;
}

#btnMoreInfo {
margin-top: 40px;
}
article.page.welcome article {
	padding-top: 220px;
}
article.page.welcome section {

	overflow: hidden;
	width: 100%;
}
article.page.welcome section h3 {
	float: left;
	height: 28px;
	width: 320px;
	color: #333333;
	font-family: "Open Sans";
	font-size: 15px;
	font-weight: 600;
	line-height: 28px;
	padding: 0;
	margin: 0;

}
article.page.welcome section div {
	float: left;
	margin-bottom: 100px;
	width: 720px;
	color: rgba(102, 102, 102, 0.7);
	font-family: "museo-slab";
	font-size: 20px;
	line-height: 30px;
	font-weight: 100;

}


.btn-blue {

	height: 55px;
	width: 400px;
	color: #FFFFFF;
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: 500;
	line-height: 19px;
	text-align: center;
	border: 1px solid;
	background: linear-gradient(135deg, #5CB4F3 0%, #8ED0FF 100%);
	border-radius: 4px;
	cursor: pointer;
		border:0;
	padding-left: 12px; /* Korrektur für Pfeil bei Hover */
}

.btn-blue .arrow {
	background-image:url(../images/Arrow-White.png);
	width: 12px;
	height: 8px;
	display: inline-block;
	margin-left: 10px;
	visibility: hidden;

}
.btn-blue:hover .arrow {
	visibility: visible;
}
.btn-blue.not-active:hover .arrow{
	visibility: hidden;
}
.btn-blue.not-active {
	color: #666;
	background: none #F5F5F5;
}

body#modal-message {
	background: linear-gradient(0deg, #48799A 0%, #6C98B6 100%);
	height: 100%;

}


body#modal-message article.message-content {
	padding: 40px;
	height: 475px;
	width: 480px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

body#modal-message header {
	color: #FFFFFF;
	font-family: "Open Sans";
	font-size: 15px;

	line-height: 95px;
	padding: 0 40px 0 40px;
	height: 95px;
	border-radius: 2px 2px 0 0;
	background: none #3E6985;

}

body#modal-message .headerIcon.pinIcon{
	background-image:url(../images/Shape.png);
	background-repeat: none;
	display: inline-block;
	width: 16px;
	height: 21px;
	margin-top: 37px;
	float: left;
	margin-right: 15px;
}
body#modal-message .headerIcon.finishIcon {
	background-image:url(../images/Group.png);
	background-repeat: none;
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-top: 38px;
	float: left;
	margin-right: 9px;	
}
body#modal-message .headerIcon.errorIcon{
	background-image:url(../images/Notice.png);
	background-repeat: none;
	display: inline-block;
	width: 20px;
	height: 18px;
	margin-top: 37px;
	float: left;
	margin-right: 11px;
}


body#modal-message header #logo {
	width: 34px;
	float: left;
	padding-top: 30px;
}
body#modal-message header span.headline {
	float: left;

	width: 335px;	
}

body#modal-message p {
	margin: 0;
	color: #333333;
	font-family: "Open Sans";
	font-size: 15px;
	line-height: 25px;


}

body#modal-message article.message-content section {

	border-radius: 2px;
	background-color: #FFFFFF;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
	padding: 25px 40px 40px 40px;

}
body#modal-message section .modal {
	text-transform: none;
	text-decoration: underline;
	color: #333;
	letter-spacing: normal;
}
body#modal-message section .user-input-wrp {
	margin-top: 50px;
	padding-bottom: 50px;
}
body#modal-message section .btn {
	margin-top: 10px;
}
footer {
	display: none;
}
.user-input-wrp .floating-label, .user-input-wrp .inputText {
	font-family: "Open Sans";
	font-weight: 500;
	color: rgba(102,102,102, 0.8); /* 666 */
	outline: none;
}
.user-input-wrp .inputText {
	color: #333;
}
.user-input-wrp .inputText, section.question.invalid .extension-wrapper .user-input-wrp .inputText {
	position: relative;
	height: 28px;
	font-size: 16px;
	line-height: 28px;
	width: 100%;
	border: 0;
	border-bottom: 2px solid #EBEBEB;
	padding-bottom: 4px;
}

.user-input-wrp {
	position: relative;
	width: 100%;
	font-family: "Open Sans";
	padding-bottom: 50px;
	padding-top: 5px;
}

.user-input-wrp-1 {
	width: 640px;
	float: left;
}

.user-input-wrp-2 {
	float: left;
	width: 300px;
	margin-right: 40px;
}
.user-input-wrp-23 {
	float: left;
	width: 413px;
	margin-right: 40px;
}
.user-input-wrp-3 {
	float: left;
	width: 186px;
	margin-right: 40px;
}
/* last in line */
.user-input-lil {
	margin-right: 0px;
}

.user-input-wrp .inputText:invalid {
	box-shadow: none !important;
}

.user-input-wrp .inputText:focus {
	border-color: #000;
}

.user-input-wrp .floating-label {
	position: absolute;
	pointer-events: none;
	top: 18px;
	left: 0px;
	transition: 0.2s ease all;
	opacity: 0.8;

}

.user-input-wrp .error-label {
	position: absolute;
	top: 65px;
	left: 0px;
	display: none;
	height: 14px;
	font-family: "Open Sans";
	font-size: 12px;
	font-weight: 500;
	line-height: 14px;
}

.user-input-wrp input:focus ~ .floating-label, 
.user-input-wrp input:not(:focus):valid ~ .floating-label {
	top: 0px;
	left: 0px;
	font-size: 12px;
	opacity: 1;
	color: #999999;
}

.user-checkbox-wrp {
	color: #333333;
	font-family: "Open Sans";
	font-size: 15px;
	line-height: 20px;
	display: block;
	position: relative;
	padding-left: 40px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.user-checkbox-wrp input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.user-checkbox-wrp .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	border: 2px solid #666666;
	border-radius: 2px;
}

.questionaire .btnNextPage {
	display: none;
}

/* On mouse-over, add a grey background color
.user-checkbox-wrp:hover input ~ .checkmark {
	background-color: #ccc;
} */

/* When the checkbox is checked, add a blue background */
.user-checkbox-wrp input:checked ~ .checkmark {
	background-color: #48799A;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.user-checkbox-wrp input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.user-checkbox-wrp .checkmark:after {
	left: 6px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* Customize the label (the container) */
.user-radio-wrp {
	display: block;
	position: relative;
	padding-left: 40px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-family: "Open Sans";
	color: rgba(51,51,51, 0.8); /* #333333 */
	line-height: 20px;
}

/* Hide the browser's default radio button */
.user-radio-wrp input {
	position: absolute;
	opacity: 0;
}

/* Create a custom radio button */
.user-radio-wrp .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 18px;
	width: 18px;
	background-color: none;
	border: 2px solid #666;
	border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.user-radio-wrp:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.user-radio-wrp input:checked ~ .checkmark {
	border-color: #48799A;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.user-radio-wrp .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.user-radio-wrp input:checked ~ .checkmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.user-radio-wrp .checkmark:after {
	top: 3px;
	left: 3px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #48799A;
}




/* Modal Content/Box */
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
	overflow-x: hidden;
    overflow-y: auto; /* Enable scroll if needed */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */

    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
	margin-left: 6.25%;
	width: 93.75%;
    background-color: #fefefe;
	height: auto;
	min-height: 100%;
    border: 1px solid #888;
}

.modal-content article.inner {
	    padding: 80px 160px 80px 160px; 
}

.modal-content h1{
	color: #333;
	font-family: "museo-slab";
	font-size: 38px;
	letter-spacing: 0;
	font-weight: 300;
	line-height: 46px;
	font-weight: 300;
}
.modal-content h2{
	opacity: 0.7;
	color: rgba(102, 102, 102, 0.7);
	font-family: "museo-slab";
	font-size: 24px;
	line-height: 36px;
	font-weight: 300;
}
.modal-content h3{
	color: #111;
	font-family: "Open Sans";
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
}
.modal-content section{
	padding-top: 40px;
	color: #333;
	font-family: "Open Sans";
	font-size: 16px;
	line-height: 28px;

}
/* The Close Button */
.modal .close {
	display: inline-block;
	top: 60px;
	left: 96.875%;
    color: #333;
   position: relative;
    font-size: 36px;
    font-weight: bold;
    margin-right: 56px;
    width: 44px;
    height: 44px;
     border-radius: 50px;
     border: 1px solid rgba(102, 102, 102, 0.7);
     text-align: center;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


span.switch-lang {
	cursor: pointer;
}

#pinForm .modal-button {
	text-decoration: underline;
}

