/*
|----------------------------------------------------------------------------
	Multi-Step-Form - PHP Multi Step Multipurpose Ajax Form Script Main CSS
	Author: MGScoder
	Author URL: https://codecanyon.net/user/mgscoder
	Version: 3.0
|----------------------------------------------------------------------------
*/

/*
|------------------------------------------------------------------
	[Table of contents]:

	1. COMMON CSS
	2. FORM DESIGN
	3. STEP PROGRESS
	4. ATTCHMENT FIELD
	5. SELECT BOX
	6. SERVICES
	7. FINAL STEP REVIEW
	8. MATH CAPTCHA
	9. BUTTON
	10. CALENDAR STYLE
	11. RESPONSIVE
	
|-------------------------------------------------------------------
*/

/*
|----------------------------------------------------------------------------
	1. COMMON CSS
|----------------------------------------------------------------------------
*/
body, .form-control {
	font-family: sans-serif;
	font-size: 1.1rem;
}


.intro-text {
	border: 1px solid #3e3e3e;
    border-radius: 10px;
    font-size: 18px;
    /* margin: 50px 20%; */
	margin-top: 50px;
    padding: 30px;
}

.QuoteForm-section{
	background-attachment: fixed;
	background-image: url(https://www.fws.ch/wp-content/uploads/2018/04/kurse-02-1920x1440.jpeg);
	background-position: center center;
	background-repeat:  no-repeat;
	background-size:  cover;
    margin: 0 auto;
    padding: 0;
	position: relative;
    width: 100%;
	z-index: 1;
}
.QuoteForm-section::before{
	background-color: #fff;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	opacity: 0.7;
	top: 0;
    width: 100%;
	z-index: -1;
}
.column {
	margin: 0 0 50px;
}
.display-table {
    display: table;
    height: 100vh;
    width: 100%;
}
.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}
.form-wrap {
    background-color: rgba(250, 250, 250, 0.9);
    border-radius: 4px;
    /* margin: 30px auto; */
	margin: 0px auto;
    padding: 30px;
}
h2.form-title {
    font-size: 32px;
    font-weight: bold;
	color: #ba3e50;
    margin: 20px 0;
    /*
	padding: 0 30px;
    text-align: center;
	*/
}
h3.section-title {
	background-color: rgba(62, 62, 62, 0.9);
    border: 1px solid rgba(62, 62, 62, 0.9);
    border-radius: 10px;
	color: #fff;
	font-weight: bold;
    padding: 10px;
    margin: 50px 0;
    text-align: center;
}
.section-wrap {
    overflow: hidden;
    position: relative;
}
.section {
    overflow: hidden;
	-webkit-transition: all 0.23s ease-in-out 0s;
    -moz-transition: all 0.23s ease-in-out 0s;
    -ms-transition: all 0.23s ease-in-out 0s;
    -o-transition: all 0.23s ease-in-out 0s;
    transition: all 0.23s ease-in-out 0s;
	min-height: 800px;
}
.section.slide-right {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    width: 100%;
}
.section.slide-left {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
	-webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
.section.open {
    height: auto;
    opacity: 1;
}

/*
|----------------------------------------------------------------------------
	2. FORM DESIGN
|----------------------------------------------------------------------------
*/
form.QuoteForm {
    margin: 0 0 20px;
}
.QuoteForm h4 {
    /* font-size: 16px; */
	font-size: 1.2rem;
    font-weight: bold;
	margin: 10px 0 15px;
}
.form-group {
    /* margin: 0 0 30px; */
	margin:0;
	margin-bottom: 1rem;
	position: relative;
	width: 100%;
}
.form-control {
	padding-left: 50px;
}

.form-control {
	padding-left: 50px;
}

.register-select {
	width:92%;
	margin-bottom:1.4rem;
	background-image: linear-gradient(45deg, transparent 50%, #0379ca 50%),
		linear-gradient(135deg, #0379ca 50%, transparent 50%),
		radial-gradient(transparent 66%, transparent 66%);
	background-position: calc(100% - 18px) calc(1em + 2px),
		calc(100% - 13px) calc(1em + 2px),
		calc(100% - .5em) .5em;
	background-size: 5px 6px, 6px 5px, 1.5em 1.5em;
	background-repeat: no-repeat;
	display: inline-block;
    box-sizing: border-box;
    -webkit-appearance: none;
}

.input-group-icon {
    background-color: rgba(3, 121, 202, 0.7);
    border: 0 none;
    border-radius: 4px 0 0 4px;
    color: #fff;
    display: table-cell;
    font-size: 14px;
    height: 100%;
    padding: 8px 7px;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
    width: 40px;
    position: absolute;
    top: 0;
}
.QuoteForm .has-error .form-control {
    border-color: #ce0606;
}
.QuoteForm .has-error .input-group-icon {
    background-color: #ce0606;
    color: #ffffff;
}
.QuoteForm .form-control:focus, .QuoteForm .has-error .form-control:focus {
	border-color: #0311ca;
	box-shadow: 0 1px 1px rgba(3, 17, 202, 0.075) inset, 0 0 8px rgba(3, 17, 202, 0.6);
}
.QuoteForm .form-control:focus + .input-group-icon, .QuoteForm .has-error .form-control:focus + .input-group-icon{
    background-color: #0311ca;
    color: #fff;
}
.help-block {
    color: #ce0606;
    margin: 0;
    position: absolute;
    bottom: -30px;
}
.help-block.with-errors.mandatory-error {
    bottom: auto;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}
.form-group .help-block ul {
    margin-bottom: 8px;
}
.form-group .help-block ul li {
    background-color: #ce0606;
    color: rgba(255, 255, 255, 0.99);
	padding: 1px 5px;
    border-radius: 2px;
    top: 3px;
    font-size: 12px;
	position: relative;
	max-height: 24px;
}
/* Pfeil oberhalb "Muss erfüllt sein" (Schritt 2)
.form-group .help-block ul li::after {
	content: "";
    position: absolute;
    height: 0;
    width: 0;
    right: 50%;
    top: -9px;
    border: 5px solid transparent;
    border-bottom: 5px solid #ce0606;
}
*/
.text-danger {
    color: #ce0606;
    font-size: 20px;
}

/*Check box / Radio button */
.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
    margin: 3px 0 0 -20px;
}
.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline  {
	margin-left: 0;
}
.checkbox-inline, .radio-inline  {
	margin: 0 10px 5px 0;
}
.checkbox-inline.display-inline, .radio-inline.display-inline  {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.validagree .checkbox label {
    font-weight: bold;
}
.mgs-checkbox li, .mgs-radio li {
    display: inline-block;
    margin: 0 3% 0 0;
	width: 30%
}
.mgs-checkbox li:last-child, .mgs-radio li:last-child {
    margin: 0;
}
.mgs-checkbox input[type="checkbox"][id^="cb"], .mgs-radio input[type="radio"][id^="opsys"] {
	display: none;
}
.mgs-radio input[type="radio"][id^="opsys"] {
	display: block;
	position: relative;
	left: 3px;
	top: 17px;
	z-index: 1;
}
.mgs-radio input[type="radio"][id^="opsys"]:checked {
	display: none;
}
.mgs-checkbox label, .mgs-radio label {
	border: 1px solid #0379ca;
	border-radius: 10px;
	padding: 10px;
	display: block;
	position: relative;
	cursor: pointer;
}
.mgs-checkbox label img, .mgs-radio label img {
	max-width: 100%;
	border-radius: 10px;
}
.mgs-checkbox :checked + label, .mgs-radio :checked + label {
	border-color: #0311ca;
}
.mgs-checkbox :checked + label:before, .mgs-radio :checked + label:before {
	color: #0311ca;
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-size: 30px;
	font-weight: 700;
    left: 8px;
    position: absolute;
    top: -5px;
}
.QuoteForm .mgs-checkbox :checked + label, .QuoteForm .mgs-radio :checked + label,
/* .QuoteForm .checkbox-switch :checked + label, */
.QuoteForm .mgs-checkbox label:hover, .QuoteForm .mgs-radio label:hover {
    border-color: rgba(3, 121, 202, 0.7);
    background-color: rgba(3, 121, 202, 0.7);
}

/************** MgsRadioStyle Radio button ***************/
.mgsradio-circle-buttons label {
    display: block;
    position: relative;
    padding: 0 25px;
    height: 20px;
    z-index: 9;
    cursor: pointer;
}
.mgsradio-circle-buttons input[type="radio"]:checked ~ .check {
    /* border: 11px solid rgba(3, 121, 202, 0.7); */
	border: 11px solid #2b8718;
	width: 0;
	height: 0;
}
.mgsradio-circle-buttons input[type="radio"] {
    position: absolute;
    visibility: hidden;
}
.mgsradio-circle-buttons .check {
    display: block;
    position: relative;
    border: 1px solid #a0a0a0;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    top: -25px;
    z-index: 5;
}
.radio-inline.mgsradio-circle-buttons {
    padding-left: 0;
	margin: 0;
	height: 24px;
}

/************** MgsCheckbox Style Checkbox ***************/
.mgsstyle-checkbox.mgscheckbox-style li {
    display: inline-block;
	width: auto;
    margin: 0 3% 0 0;
}
.mgsstyle-checkbox.mgscheckbox-style li:last-child {
    margin: 0;
}
.mgsstyle-checkbox.mgscheckbox-style input[type="checkbox"] {
	display: none;
}
.mgsstyle-checkbox.mgscheckbox-style label  {
	position: relative;
	padding: 5px 30px;
}
.mgsstyle-checkbox.mgscheckbox-style label:before {
	border: 1px solid #a0a0a0;
	border-radius: 3px;
	content: "";
	left: 0;
	position: absolute;
	top: 4px;
	width: 24px;
	height: 24px;
}
.mgsstyle-checkbox.mgscheckbox-style :checked + label:before {
	/* border: 12px solid rgba(3, 121, 202, 0.7); */
	border: 12px solid #2b8718;
	border-radius: 3px;
	content: "";
	left: 0;
	position: absolute;
	top: 5px;
	width: auto;
	height: auto;
}

/*
|----------------------------------------------------------------------------
	3. STEP PROGRESS
|----------------------------------------------------------------------------
*/
.progress-01, .progress, .progress-03, .progress-04 {
	background-color: rgba(62, 62, 62, 0.3);
    margin: 0 0 0px;
	padding: 0;
	position: relative;
	height: 32px;
}
.progress-bar-01, .progress-bar, .progress-bar-03, .progress-bar-04 {
    background-color: rgba(3, 121, 202, 0.99);
}
.progress-bar-text {
    font-size: 16px;
	font-weight: bold;
    left: 50%;
    margin-left: -38px;
	padding: 6px 0;
    position: absolute;
}

/*
|----------------------------------------------------------------------------
	4. ATTCHMENT FIELD
|----------------------------------------------------------------------------
*/
.section .form-group.attachmentFile {
	/* display: table; */
	/* margin: 15px 0 40px; */
	margin: 28px 0 10px;
}
.section .input-group-btn ~ .form-control {
    border-radius: 0 4px 4px 0;
    cursor: not-allowed;
    padding-left: 10px;
}
.section .input-group-btn > .btn {
    background-color: rgba(3, 121, 202, 0.7);
    border: 1px solid rgba(3, 121, 202, 0.7);
    border-radius: 4px 0 0 4px;
    color: #fff;
    height: 34px;
    padding: 4.5px 14px;
}
.attachmentFile .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-left: 0;
}
.section .input-group-btn > .btn > input[type="file"] {
    display: none;
}

/*upload file b4 fix*/
.form-group.attachmentFile .input-group-btn ~ .form-control {
	/* width: calc(98% - 105px); */
	width: calc(98% - 212px);
	margin-left: -5px;
	border-left: none;
	display: inline;
}
.form-group.attachmentFile .input-group-btn > .btn {
	/* width: 90px; */
	width: 105px;
	/* margin-top: -5px; */
	/* height: 38px; */
	height: 41px;
	margin-bottom: 3px;
}

/*
|----------------------------------------------------------------------------
	5. SELECT BOX
|----------------------------------------------------------------------------
*/
.QuoteForm select {
	background-color: transparent;
	display: inline-block;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.QuoteForm select {
	background-image: linear-gradient(45deg, transparent 50%, #0379ca 50%),
		linear-gradient(135deg, #0379ca 50%, transparent 50%),
		radial-gradient(transparent 66%, transparent 66%);
	background-position: calc(100% - 18px) calc(1em + 2px),
		calc(100% - 13px) calc(1em + 2px),
		calc(100% - .5em) .5em;
	background-size: 5px 6px, 6px 5px, 1.5em 1.5em;
	background-repeat: no-repeat;
}
.QuoteForm select:focus {
	background-image: linear-gradient(45deg, transparent 50%, #0c43b3 50%),
		linear-gradient(135deg, #0c43b3 50%, transparent 50%),
		radial-gradient(transparent 66%, transparent 66%);
}
.QuoteForm select::-ms-expand {
    display: none;
}


/*Form Step*/
.QuoteForm .form-layer-steps {
	margin: 30px 0 50px;
    overflow: hidden;
    position: relative;
}
.QuoteForm .form-layer-progress {
    background-color: #b5b5b5;
    height: 1px;
    left: 0;
    position: absolute;
    top: 26px;
    width: 100%;
}
.QuoteForm .form-layer-progress-line {
    background-color: #0379ca;
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
}
.QuoteForm .form-layer-tolal-steps-5 .form-layer-step {
    float: left;
    padding: 0;
    position: relative;
	text-align: center;
    width: 20%;
}
.QuoteForm .form-layer-tolal-steps-4 .form-layer-step {
    float: left;
    padding: 0;
    position: relative;
	text-align: center;
    width: 25%;
}
.QuoteForm .form-layer-step-icon {
    background-color: #b5b5b5;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-top: 4px;
    width: 40px;
	text-align: center;
}
.QuoteForm .form-layer-step-icon.activestep {
    background-color: #3e3e3e;
}
.QuoteForm .form-layer-step.activated .form-layer-step-icon {
    background-color: #fff;
    border: 1px solid #0379ca;
    color: #0379ca;
    line-height: 38px;
}
.QuoteForm .form-layer-step.active .form-layer-step-icon {
    background-color: #0379ca;
    font-size: 22px;
    height: 48px;
    line-height: 48px;
    margin-top: 0;
    width: 48px;
}
.QuoteForm .form-layer-step p.steptitle {
    margin: 5px 0 10px;
}
.QuoteForm .form-layer-step.active p.steptitle {
    margin: 0 0 10px;
}
.QuoteForm .form-layer-step.currentstep p.steptitle {
    border: 1px solid;
    border-radius: 3px;
    padding: 2px;
}
.QuoteForm .form-layer-step.currentstep .form-layer-step-icon::before {
    position: absolute;
    left: calc(50% - 8px);
    top: 18px;
    color: #3e3e3e;
    content: "\f0dd";
    font-family: "Font Awesome 5 Free";
    font-size: 28px;
    font-weight: 700;
}


/************************ Theme 2 ************************/
.QuoteForm .form-layer-steps.mgscmultisteptheme2 {
	padding: 0 5px;
}
.QuoteForm .form-layer-steps.mgscmultisteptheme2 .form-layer-step p.steptitle {
    margin: 10px 0 10px;
}
.QuoteForm .form-layer-steps.mgscmultisteptheme2 .form-layer-step.currentstep p.steptitle {
    margin: 7px 0 10px;
}
.QuoteForm .form-layer-steps.mgscmultisteptheme2 .form-layer-step-icon {
	background-color: #ddd;
}
.QuoteForm .form-layer-steps.mgscmultisteptheme2 .currentstep .form-layer-step-icon {
	background-color: #696969;
}
.QuoteForm .form-layer-steps.mgscmultisteptheme2 .form-layer-step-icon {
	color: #333;
}
.QuoteForm .form-layer-steps.mgscmultisteptheme2 .active .form-layer-step-icon {
	background-color: #0379ca;
}
.QuoteForm .form-layer-steps.mgscmultisteptheme2 .form-layer-step-icon:hover,
.QuoteForm .form-layer-steps.mgscmultisteptheme2 .form-layer-step.active .form-layer-step-icon,
.QuoteForm .form-layer-steps.mgscmultisteptheme2 .currentstep .form-layer-step-icon {
	color: #fff;
}
.QuoteForm .form-layer-steps.mgscmultisteptheme2 .form-layer-progress {
    top: 23px;
    width: calc(100% - 20px);
	background-color: transparent;
}
.QuoteForm .form-layer-steps.mgscmultisteptheme2 .form-layer-progress-line {
	background-color: transparent;
}	
.QuoteForm .form-layer-steps.mgscmultisteptheme2 .form-layer-step-icon,
.QuoteForm .form-layer-steps.mgscmultisteptheme2 .currentstep .form-layer-step-icon {
    border-radius: inherit;
    width: calc(100% - 20px);
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	margin-top: 4px;
}
.QuoteForm .form-layer-steps.mgscmultisteptheme2 .form-layer-step-icon:hover {
	background: #696969;
}
.QuoteForm .form-layer-steps.mgscmultisteptheme2 .active .form-layer-step-icon:hover {
	background: #0379ca;
}
.QuoteForm .form-layer-steps.mgscmultisteptheme2 .form-layer-step-icon::before,
.QuoteForm .form-layer-steps.mgscmultisteptheme2 .currentstep .form-layer-step-icon::before {
	content: "";
	position: absolute;
	top: 24px;
	margin-top: -20px;
	border-width: 20px 0 20px 16px;
	border-style: solid;
	border-color: #ddd #ddd #ddd transparent;
	left: -5px;
}
.QuoteForm .form-layer-steps.mgscmultisteptheme2 .currentstep .form-layer-step-icon::before {
	border-color: #696969 #696969 #696969 transparent;
}
.QuoteForm .form-layer-steps.mgscmultisteptheme2 .form-layer-step-icon:hover::before {
	border-color: #696969 #696969 #696969 transparent;
}
.QuoteForm .form-layer-steps.mgscmultisteptheme2 .form-layer-step-icon::after,
.QuoteForm .form-layer-steps.mgscmultisteptheme2 .currentstep .form-layer-step-icon::after {
	content: "";
	position: absolute;
	top: 24px;
	margin-top: -20px;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 16px solid #ddd;
	right: -5px;
}
.QuoteForm .form-layer-steps.mgscmultisteptheme2 .currentstep .form-layer-step-icon::after {
	border-left: 16px solid #696969;
}
.QuoteForm .form-layer-steps.mgscmultisteptheme2 .form-layer-step-icon:hover::after {
	border-left-color: #696969;
}
.QuoteForm .form-layer-steps.mgscmultisteptheme2 .form-layer-step.active .form-layer-step-icon::before {
	border-color: #0379ca #0379ca #0379ca transparent;
}
.QuoteForm .form-layer-steps.mgscmultisteptheme2 .form-layer-step.active .form-layer-step-icon::after {
	border-left-color: #0379ca;
}


/*
|----------------------------------------------------------------------------
	6. SERVICES
|----------------------------------------------------------------------------
*/
.service-item {
    border: 1px solid #0c43b3;
    border-radius: 10px;
    margin: 0 0 50px;
    padding: 30px 15px;
	text-align: center;
}
.service-item i {
	border: 1px solid #0c43b3;
    border-radius: 50%;
    color: #0c43b3;
    font-size: 24px;
    line-height: 48px;
    width: 48px;
}
.service-item:hover i {
	background-color: #0311ca;
	border-color: #0311ca;
    color: #fff;
}
.service-item > h4 {
	color: #0c43b3;
    margin: 15px 0 0;
}
.service-item:hover > h4 {
	color: #0311ca;
}

/*
|----------------------------------------------------------------------------
	7. FINAL STEP REVIEW
|----------------------------------------------------------------------------
*/
.review-submit-section h4 {
    background-color: transparent;
    border: 1px solid #3e3e3e;
    border-radius: 6px;
    color: #222;
    padding: 10px;
	font-weight: bold;
	text-align: center;
}
.review-submit-section h5 {
    background-color: rgba(62, 62, 62, 0.7);
    border-radius: 6px;
    color: #fff;
    padding: 10px;
	margin: 50px 0 20px;
	font-size: 18px;
	text-align: center;
}
p#AggreData {
    margin: 0 0 40px;
}
.section-info-box strong {
    padding-right: 5px;
}

/*
|----------------------------------------------------------------------------
	8. MATH CAPTCHA
|----------------------------------------------------------------------------
*/
#humanCheckCaptchaBox {
    font-weight: bold;
}
#humanCheckCaptchaBox, #humanCheckCaptchaInput, #firstDigit, #secondDigit,  #mathfirstnum, #mathsecondnum {
    display: inline;
}
#humanCheckCaptchaInput.form-control {
    height: 30px;
    margin-left: 10px;
    padding: 4px;
    text-align: center;
    width: 45px;
}
#firstDigit #mathfirstnum, #secondDigit #mathsecondnum {
	border: none;
	box-shadow: none;
    width: 30px;
    height: 30px;
	padding: 0;
    pointer-events: none;
    text-align: center;
}

/*
|----------------------------------------------------------------------------
	9. BUTTON
|----------------------------------------------------------------------------
*/
.btn-default {
    background-color: transparent;
    border-color: #ba3e50;
    color: #fff;
}
.form-control[disabled], .form-control[readonly], .form-control {
    background-color: transparent;
    border: 1px solid #666
}
.btn {
    overflow: hidden;    
	font-size:16px;
	padding: 6px 20px;
}
.btn-custom {
    background-color: rgba(186, 83, 108, 0.8);
	border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 1px transparent;
	color: #fff;
    display: inline-block;
    position: relative;
	/* text-transform: capitalize; */
    -webkit-transform: perspective(1px) translateZ(0px);
    -moz-transform: perspective(1px) translateZ(0px);
    -ms-transform: perspective(1px) translateZ(0px);
    -o-transform: perspective(1px) translateZ(0px);
    transform: perspective(1px) translateZ(0px);
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    vertical-align: middle;
}

.fixed-left {
	position:fixed;
	top: 50%;
	left:0;
	width: 6rem;
    height: 2.5rem;
	border-radius: 4px 0 0 4px;
}

.fixed-right {
	position:fixed;
	top: 50%;
	right:0;
	width: 6rem;
    height: 2.5rem;
	border-radius: 4px 0 0 4px;
}

#WrapperSendFormSection01 .fa-arrow-right,
#WrapperSendFormSection02 .fa-arrow-right,
#WrapperSendFormSection02Left .fa-arrow-right,
#WrapperSendFormSection03 .fa-arrow-right,
#WrapperSendFormSection03Left .fa-arrow-right,
#WrapperSendFormSection04 .fa-arrow-right,
#WrapperSendFormSection04Left .fa-arrow-right,
#WrapperSendFormSection05Left .fa-arrow-right {
	color:#fff;
}

#WrapperSendFormClose .fa-lock {
	color:#fff;
}

#WrapperSendFormSection01 span,
#WrapperSendFormSection02 span,
#WrapperSendFormSection03 span,
#WrapperSendFormSection04 span,
#WrapperSendFormClose span {	
    bottom: -1px;
    right: 80px;
    line-height: 38px;
    overflow: hidden;
    padding: 0;
    position: absolute;
	-webkit-transition: all 0.50s ease 0s;
    -moz-transition: all 0.50s ease 0s;
    -ms-transition: all 0.50s ease 0s;
    -o-transition: all 0.50s ease 0s;
    transition: all 0.50s ease 0s;
    white-space: nowrap;
    width: 0;
}

#WrapperSendFormSection02Left span,
#WrapperSendFormSection03Left span,
#WrapperSendFormSection04Left span,
#WrapperSendFormSection05Left span {	
    bottom: -1px;
    left: 75px;
    line-height: 33px;
    overflow: hidden;
    padding: 0;
    position: absolute;
	-webkit-transition: all 0.50s ease 0s;
    -moz-transition: all 0.50s ease 0s;
    -ms-transition: all 0.50s ease 0s;
    -o-transition: all 0.50s ease 0s;
    transition: all 0.50s ease 0s;
    white-space: nowrap;
    width: 0;
}

/*
#WrapperSendFormSection02 span.text-left {
	left: 75px;
}
*/


#WrapperSendFormSection01 a:hover span, #WrapperSendFormSection02 a:hover span, #WrapperSendFormSection02Left a:hover span, #WrapperSendFormSection03 a:hover span, #WrapperSendFormSection03Left a:hover span, #WrapperSendFormSection04 a:hover span, #WrapperSendFormSection04Left a:hover span, #WrapperSendFormSection05Left a:hover span, #WrapperSendFormClose a:hover span { width:auto; padding:0 30px;overflow:visible;border: 1px solid #ba3e50; border-radius: 4px 0 0 4px; }
#WrapperSendFormSection01 a:hover, #WrapperSendFormSection02 a:hover, #WrapperSendFormSection02Left a:hover, #WrapperSendFormSection03 a:hover, #WrapperSendFormSection03Left a:hover, #WrapperSendFormSection04 a:hover, #WrapperSendFormSection04Left a:hover, #WrapperSendFormSection05Left a:hover, #WrapperSendFormClose a:hover {text-decoration:none;}
#WrapperSendFormSection01 a span,
#WrapperSendFormSection02 a span,
#WrapperSendFormSection02Left a span,
#WrapperSendFormSection03 a span,
#WrapperSendFormSection03Left a span,
#WrapperSendFormSection04 a span,
#WrapperSendFormSection04Left a span,
#WrapperSendFormSection05Left a span,
#WrapperSendFormClose a span {
	background-color:#ba3e50;
	color:#fff;
}

.btn-custom::before {
    background-color: #ba3e50;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
	-webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50% 50% 0;
	-moz-transform-origin: 50% 50% 0;	
	-ms-transform-origin: 50% 50% 0;	
	-o-transform-origin: 50% 50% 0;	
    transform-origin: 50% 50% 0;
	-webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    z-index: -1;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom:active {
    border-color: #ba3e50;
    color: #fff;
}
.btn-custom:hover::before, .btn-custom:focus::before, .btn-custom:active::before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
	transform: scaleX(1);
}
.btn.btn-default.disable {
    pointer-events: none;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	opacity: 1;
}

/*
|----------------------------------------------------------------------------
	10. CALENDAR STYLE
|----------------------------------------------------------------------------
*/
.datepicker.datepicker-dropdown {
    width: 360px;
    max-width: 100%;
	padding: 30px 3px;
}
.datepicker.datepicker-dropdown table.table-condensed {
    width: 100%;
}
.datepicker.datepicker-dropdown .datepicker-switch {
    background-color: #0379ca;
    color: #fff;
    font-size: 20px;
}
.datepicker.datepicker-dropdown .datepicker-switch:hover {
    background-color: rgba(3, 121, 202, .5);
    color: #000;
}
.datepicker.datepicker-dropdown table.table-condensed th.next, .datepicker.datepicker-dropdown table.table-condensed th.prev {
    color: #0379ca;
    font-size: 24px;
}
.datepicker.datepicker-dropdown table.table-condensed thead > tr:nth-child(2) {
    height: 50px;
}
.datepicker.datepicker-dropdown table.table-condensed thead tr:nth-child(3) {
    background-color: #ddd;
}
.datepicker.datepicker-dropdown tfoot th.today:hover {
    background-color: #0379ca;
    color: #fff;
}
.datepicker.datepicker-dropdown td.available:hover, .datepicker.datepicker-dropdown th.available:hover,
.datepicker.datepicker-dropdown table tr td span:hover, .datepicker.datepicker-dropdown table tr td.day:hover {
    background-color: rgba(3, 121, 202, .8);
    color: #fff;
}
.datepicker.datepicker-dropdown table tr td span {
	background-color: rgba(3, 121, 202, .1);
}
.datepicker.datepicker-dropdown table tr td.disabled, .datepicker.datepicker-dropdown table tr td.disabled:hover,
.datepicker.datepicker-dropdown table tr td span.disabled, .datepicker.datepicker-dropdown table tr td span.disabled:hover {
	cursor: not-allowed;
    color: #999;
}

/*
|----------------------------------------------------------------------------
	11. CUSTOMIZED
|----------------------------------------------------------------------------
*/

.section-title { display:none; }
.progress { display:none; }
.hide { display:none; }

.float-left {
	float:left;
}
.half-width li {
	width: 48%;
}
.full-width li {
	width: 100%;
}

#section-4 .wrapper-form-group {
	background-color: #f1f1f1;
}

#section-4 .input-group-btn > .btn {
	padding: 7.5px 10px;
}


     /*
     .QuoteForm input, .QuoteForm input:invalid, .QuoteForm input:focus {
       margin-top: 30px;
       border-bottom: 3px solid #333;
       outline: none;
       box-shadow:none;
       padding: 0;
     }
     .QuoteForm input:invalid:-moz-placeholder {
         box-shadow:none !important;
     }
	 */
	 
     .text-label-animate { margin-top: 26px; }
	 
	 .text-label-animate label {
	   padding-left: 50px;
       transform: translatey(-30px);
       pointer-events: none;
       transition: all 0.3s ease;
     }
     .text-label-animate input:focus + label,
     .text-label-animate input:not(:placeholder-shown) + label {
       transform: translatey(-62px);
     }
	 
	 .text-label-animate .help-block  {
		bottom: -5px;
	 }
	 
     /*
	 .QuoteForm input:not(:placeholder-shown){
     border-bottom: 3px solid red;
     }
     .QuoteForm input:not(:placeholder-shown) + label {
       color: red;
     }
     .QuoteForm input:valid + label{
       color: green;
     }
     .QuoteForm input:valid{
     border-bottom: 3px solid green;
     }
	 */


.wrapper-form-group {
	border: 1px solid #0379ca;
	border-radius: 10px;
	padding-top: 14px;
	padding-left: 24px;
	padding-right: 16px;
	margin-bottom:2rem;
}

.radio-inline.mgsradio-circle-buttons {
    display: inline-block;
}
.checkbox-switch [type="checkbox"],
.checkbox-switch [type="radio"] {
  position: relative;
  left: 30px;
  top: 0px;
  z-index: 0;
  -webkit-appearance: none;
}
.checkbox-switch [type="checkbox"] + label,
.checkbox-switch [type="radio"] + label {
  position: relative;
  display: block;
  cursor: pointer;
  /* font-family: sans-serif; */
  /* font-size: 24px; */
  /*font-size: 1.2rem; */
  line-height: 1.3;
  padding-left:70px;
  position: relative;
  margin-top: -30px;
}
.checkbox-switch [type="checkbox"] + label:before,
.checkbox-switch [type="radio"] + label:before {
  width: 60px;
  height: 30px;
  border-radius: 30px;
  /* border: 2px solid #ddd; */
  /* border: 1px solid #0379ca; */
  /* background-color: #EEE; */
  background-color: #d13613;
  content: "";
  margin-right: 15px;
  transition: background-color 0.5s linear;
  z-index: 5;
  position: absolute;
  left: 0px;
}
.checkbox-switch [type="checkbox"] + label:after,
.checkbox-switch [type="radio"] + label:after {
  width: 30px;
  height: 28px;
  border-radius: 30px;
  background-color: #fff;
  content: "";
  transition: margin 0.1s linear;
  box-shadow: 0px 0px 5px #aaa;
  position: absolute;
  left: 2px;
  top: 1px;
  z-index: 10;
  /*
  background-image: url(../images/cross-red.png);
  background-size: 18px 18px;
  background-position: center;
  background-repeat: no-repeat;
  */
  /* background: repeating-radial-gradient(circle at 50% 50%, rgba(200,200,200,.2) 0%, rgba(200,200,200,.2) 2%, transparent 2%, transparent 3%, rgba(200,200,200,.2) 3%, transparent 3%), conic-gradient(white 0%, silver 10%, white 35%, silver 45%, white 60%, silver 70%, white 80%, silver 95%, white 100%); */
}
.checkbox-switch [type="checkbox"]:checked + label:before,
.checkbox-switch [type="radio"]:checked + label:before {
  background-color: #2b8718;
}
.checkbox-switch [type="checkbox"]:checked + label:after,
.checkbox-switch [type="radio"]:checked + label:after {
  margin: 0 0 0 30px;
  /* background-image: url(../images/500px-Light_green_check.svg.png); */
  background-size: 18px 18px;
  background-position: center;
  background-repeat: no-repeat;
}

.validSWKINein,
.validSiphonWarmwasserNein {
	margin-top: 16px;
}

.swal-text {
    font-size: 16px;
    position: relative;
    float: none;
    line-height: 135%;
    vertical-align: top;
    text-align: left;
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    font-weight: 400;
    color: rgba(0,0,0,1.0);
    max-width: calc(100% - 20px);
    overflow-wrap: break-word;
    box-sizing: border-box;
}

.wrapper-has-error {
    border: 1px solid #ce0606;
	background-color:#ce0606;
	color:#fff;
}

.wrapper-has-error .radio-has-error {
    border: 2px solid #ffffff;
}



/*
|----------------------------------------------------------------------------
	12. RESPONSIVE
|----------------------------------------------------------------------------
*/
@media screen and (max-width: 767px) {		
	h2.form-title {
		padding: 0;
	}
	.form-wrap {
		padding: 30px 15px;
	}
	.intro-text {
		margin: 50px 15%;
	}
}
@media screen and (max-width: 568px) {
	.intro-text {
		margin: 50px 10%;
	}
}
@media screen and (max-width: 480px) {
	.col-xs-6 {
		width: 100%;
	}
}
@media screen and (max-width: 420px) {
	#firstDigit #mathfirstnum, #secondDigit #mathsecondnum {
		width: 20px;
	}
}
@media screen and (max-width: 360px) {	
	.QuoteForm span.sub-text {
		right: 30px;
	}
	.datepicker.datepicker-dropdown {
		width: 90%;
		max-width: 100%;
	}
}
@media screen and (max-width: 340px) {
	.form-group.quoteForm-step-1 {
		text-align: right;
	}
	.btn {
		margin: 0 0 20px 10px;
	}
}






.board {
  max-width: 490px;
  width: 100%;
  border-radius: 12px;
}
.board header {
  --start: 15%;
  height: 130px;
  background-image: repeating-radial-gradient(circle at var(--start), transparent 0%, transparent 10%, rgba(54, 89, 219, 0.33) 10%, rgba(54, 89, 219, 0.33) 17%), linear-gradient(to right, #5b7cfa, #3659db);
  color: #fff;
  position: relative;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}
.board header .board__title {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: calc(var(--start) * .75);
  transform: translateY(-50%);
  text-transform: uppercase;
  margin: 0;
}
.board header .board__title span {
  display: block;
}
.board header .board__title--top {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 6.5px;
}
.board header .board__title--bottom {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 3.55px;
  opacity: 0.65;
  transform: translateY(-2px);
}
.board header .board__icon {
  fill: #fff;
  opacity: 0.35;
  width: 50px;
  position: absolute;
  top: 50%;
  left: var(--start);
  transform: translate(-50%, -50%);
}
.board__profiles {
  /* background-color: #fff; */
  /* border-radius: 0 0 12px 12px; */
  /* padding: 15px 15px 20px; */
  display: grid;
  row-gap: 8px;
}

.board__profiles a:hover {
	text-decoration:none;
}

.board__profiles h1 {
	font-size: 20px;
	text-align:left;
    padding: 10px 0 0px 0;
    border-bottom: 0px solid #dee0e4;
}

.board__profile {
  /* display: grid; */
  /* grid-template-columns: 1fr 3fr 1fr; */
  /* grid-template-columns: 2fr 3fr 1fr; */
  /* align-items: center; */
  padding: 10px 30px 10px 10px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 5px 7px -1px rgba(51, 51, 51, 0.23);
  cursor: pointer;
  transition: transform 0.25s cubic-bezier(0.7, 0.98, 0.86, 0.98), box-shadow 0.25s cubic-bezier(0.7, 0.98, 0.86, 0.98);
  background-color: #fff;
}
.board__profile:hover {
  transform: scale(1.2);
  box-shadow: 0 9px 47px 11px rgba(51, 51, 51, 0.18);
}
.board__picture {
  max-width: 100%;
  width: 60px;
  border-radius: 50%;
  box-shadow: 0 0 0 10px #ebeef3, 0 0 0 22px #f3f4f6;
}
.board__title {
  color: #979cb0;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.64px;
  margin-left: 12px;
}

.board__date {
  color: #979cb0;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.64px;
  margin-left: 12px;
}

.board__name {
  color: #979cb0;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.64px;
  margin-left: 12px;
}
.board__value {
  color: #35d8ac;
  font-weight: 700;
  font-size: 34px;
  text-align: right;
}
.board__value > span {
  opacity: 0.8;
  font-weight: 600;
  font-size: 13px;
  margin-left: 3px;
}
.board__icon {
	text-align:right;
}


.board {
  /* box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.4); */
}




.ews-32-laenge-01, .ews-32-laenge-02, .ews-32-laenge-03,
.ews-40-laenge-01, .ews-40-laenge-02, .ews-40-laenge-03,
.ews-50-laenge-01, .ews-50-laenge-02, .ews-50-laenge-03 { width:22%; }
input.small { width:76%; }


.progress-01, .progress, .progress-03, .progress-04 {
    display: -ms-flexbox;
    display: flex;
    height: 20px;
    overflow: hidden;
    font-size: .75rem;
    /* background-color: #e9ecef */
	/* background-color: rgba(250, 250, 250, 0.9); */
	background-color: #f1f1f1;
    border-radius: .25rem;
	margin-top: 10px;
}
.progress-bar-01, .progress-bar, .progress-bar-03, .progress-bar-04 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #28a745;
    transition: width .6s ease;
	font-size: 16px;
	text-align: center;
}

#uploadStatus-01, #uploadStatus, #uploadStatus-03, #uploadStatus-04 {
	padding: 0px 20px;
    margin-top: 10px;
	font-size:18px;
	text-align: center;
}

.alert-missing-value::before{
	color: #ce0606;
    content: "\f12a"; /* f35a */
    font-family: "Font Awesome 5 Free";
    font-size: 30px;
	font-weight: 700;
    left: -16px;
    position: absolute;
    top: 6px;
	animation: pulse 1s infinite;	
}

@-webkit-keyframes pulse {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.15, 1.15, 1.15);
  transform: scale3d(1.15, 1.15, 1.15);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  }
  @keyframes pulse {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.15, 1.15, 1.15);
  transform: scale3d(1.15, 1.15, 1.15);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  }
