/* Contact Form */
.contact-form-input-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: column;
}

.contact-form-input-container p,
[data-class="wpcf7cf_group"],
.skills-selection {
	width: calc(50% - 20px);
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	position: relative;
	margin: 5px 0 !important;
}

.contact-form-input-container label{
	margin-right: 15px;
}

.contact-form-input-container input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
	width: 100% !important;
	/*     position: absolute !important; */
	bottom: 5px !important;
	left: 0 !important;
	height: 40px !important;
	background-color: #eee !important;
	border: none !important;
	font-size: 1.3rem !important;
	color: #004f7c !important;
}


.contact-form-input-container .wpcf7-select {
    width: 100% !important;
    height: 40px !important;
    background-color: #eee !important;
    border: none !important;
    font-size: 1.3rem !important;
    color: #004f7c !important;
}

.contact-form-input-container h3 {
	padding-bottom: 0;
	width: calc(50% - 20px);
    padding-top: 25px;
}


.contact-form-input-container input[type="submit"]{
	min-width: 250px;
    border-radius: 100px;
    padding: 5px 20px !important;
    font-size: 1.3rem!important;
    font-weight: 700;
    font-family: inherit;
    color: #fff!important;
    display: inline-block;
    text-align: center;
    background-color: #f27b00!important;
    margin-top: 25px;
    margin-bottom: 25px;
    width: auto!important;
    height: auto!important;
    border: 0 !important;
    cursor: pointer;
}

.contact-form-input-container select[multiple] {
	height: 150px !important;
}

.wpcf7-response-output {
	background-color: rgba(255,255,255,.5);
    padding: 5px 15px!important;
    margin: 0!important;
    border: 0!important;
}

.wpcf7-response-output .general-message {
	font-size: 16px;
	font-weight: 600;
	color: red;
}

.wpcf7-response-output .field-messages {
    color: red;
}

.wpcf7-not-valid-tip {
	font-size: 12px;
}

/*Calendar*/

.ui-state-active,
.ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #f27b27;
    background: #f27b27;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover, 
.ui-widget-header .ui-state-hover, 
.ui-state-focus, 
.ui-widget-content .ui-state-focus, 
.ui-widget-header .ui-state-focus, 
.ui-button:hover, 
.ui-button:focus {
	background: #eeeeee;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	background: rgba(242, 123, 39, .56);
}

.ui-widget.ui-widget-content {
    border: 1px solid #e5e5e5;
}

.ui-state-default,
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default, 
.ui-button, html .ui-button.ui-state-disabled:hover, 
html .ui-button.ui-state-disabled:active {
	    border: 1px solid #e5e5e5;
}

/*#Calendar*/

@media only screen and (max-width: 767px) {
	.contact-form-input-container p,
	[data-class="wpcf7cf_group"],
	.skills-selection,
	.question-item,
	.mws-prosoft hr,
	.contact-form-input-container h3 {
		width: 100%!important;
	}
}

/* #Contact Form */

/*Skill Item*/

[data-class="wpcf7cf_group"] {
	margin-bottom: 13px!important;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
}

.question-item {
	display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: calc(50% - 20px);
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    position: relative;
    margin: 5px 0 !important;
}

.skill-item {
	display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
	margin: 5px 0 !important;
}

.skill-item-auspraegung {
	display: flex;
}
 
.wpcf7-radio {
	display: flex;
    flex-wrap: nowrap;
}


.wpcf7-radio .wpcf7-list-item [type="radio"][value="null"] + .wpcf7-list-item-label {
	display: none;
}

.wpcf7-radio .wpcf7-list-item,
.skill-item-auspraegung-value {
	margin: 0;
	position: relative;
	margin-left: 5px;
	font-size: 13px;
}

/*.mws-prosoft .wpcf7-form-control-wrap {
    text-align: right;
}
 */

.wpcf7-form-control.wpcf7-not-valid {
	justify-content: flex-end;
}

.wpcf7-radio .wpcf7-list-item [type="radio"][value="0"]:checked + span:before,
.wpcf7-radio .wpcf7-list-item [type="radio"][value="0"]:not(:checked) + span:before,
.skill-item-auspraegung[data-art="1"] [type="radio"][value="1"]:checked + span:before,
.skill-item-auspraegung[data-art="1"] [type="radio"][value="1"]:not(:checked) + span:before,
.skill-item-auspraegung[data-art="2"] [type="radio"][value="4"]:checked + span:before,
.skill-item-auspraegung[data-art="2"] [type="radio"][value="4"]:not(:checked) + span:before {
	border-color: #f28527;
}



.wpcf7-radio .wpcf7-list-item [type="radio"][value="0"]:checked + span:after,
.wpcf7-radio .wpcf7-list-item [type="radio"][value="0"]:not(:checked) + span:after,
.skill-item-auspraegung[data-art="1"] [type="radio"][value="1"]:checked + span:after,
.skill-item-auspraegung[data-art="1"] [type="radio"][value="1"]:not(:checked) + span:after,
.skill-item-auspraegung[data-art="2"] [type="radio"][value="4"]:checked + span:after,
.skill-item-auspraegung[data-art="2"] [type="radio"][value="4"]:not(:checked) + span:after {
	background-color: #f28527;
}

.skill-item-auspraegung[data-art="1"] [type="radio"][value="2"]:checked + span:before,
.skill-item-auspraegung[data-art="1"] [type="radio"][value="2"]:not(:checked) + span:before {
	border-color: #ebc129;
}

.skill-item-auspraegung[data-art="1"] [type="radio"][value="2"]:checked + span:after,
.skill-item-auspraegung[data-art="1"] [type="radio"][value="2"]:not(:checked) + span:after {
	background-color: #ebc129;
}

.wpcf7-radio .wpcf7-list-item [type="radio"][value="1"]:checked + span:before,
.wpcf7-radio .wpcf7-list-item [type="radio"][value="1"]:not(:checked) + span:before,
.skill-item-auspraegung[data-art="1"] [type="radio"][value="3"]:checked + span:before,
.skill-item-auspraegung[data-art="1"] [type="radio"][value="3"]:not(:checked) + span:before,
.skill-item-auspraegung[data-art="2"] [type="radio"][value="5"]:checked + span:before,
.skill-item-auspraegung[data-art="2"] [type="radio"][value="5"]:not(:checked) + span:before {
	border-color: #30c22f;
}

.wpcf7-radio .wpcf7-list-item [type="radio"][value="1"]:checked + span:after,
.wpcf7-radio .wpcf7-list-item [type="radio"][value="1"]:not(:checked) + span:after,
.skill-item-auspraegung[data-art="1"] [type="radio"][value="3"]:checked + span:after,
.skill-item-auspraegung[data-art="1"] [type="radio"][value="3"]:not(:checked) + span:after,
.skill-item-auspraegung[data-art="2"] [type="radio"][value="5"]:checked + span:after,
.skill-item-auspraegung[data-art="2"] [type="radio"][value="5"]:not(:checked) + span:after {
	background-color: #30c22f;
}

.wpcf7-radio [type="radio"]:checked,
.wpcf7-radio [type="radio"]:not(:checked),
.skill-item [type="radio"]:checked,
.skill-item [type="radio"]:not(:checked) { 
	position: absolute; 
	width: 20px;
    height: 20px;
    z-index: 1;
    margin: 0;
    opacity: 0;
}

.wpcf7-radio [type="radio"]:checked + span,
.wpcf7-radio [type="radio"]:not(:checked) + span,
.skill-item [type="radio"]:checked + span,
.skill-item [type="radio"]:not(:checked) + span { 
	position: relative; 
	padding-left: 20px; 
	cursor: pointer; 
	line-height: 20px; 
	display: inline-block; 
	color: #666; 
}

.skill-item [type="radio"]:checked + span,
.skill-item [type="radio"]:not(:checked) + span {
	cursor: default;
}

.wpcf7-radio [type="radio"]:checked + span:before,
.wpcf7-radio [type="radio"]:not(:checked) + span:before,
.skill-item [type="radio"]:checked + span:before,
.skill-item [type="radio"]:not(:checked) + span:before { 
	content: ''; 
	position: absolute; 
	left: -2px; 
	top: 0; 
	width: 16px; 
	height: 16px; 
	border: 2px solid #000; 
	border-radius: 100%; 
	background: #fff; 
}

.skill-item [type="radio"] {
	cursor: pointer;
}

.wpcf7-radio [type="radio"]:checked + span:after,
.wpcf7-radio [type="radio"]:not(:checked) + span:after,
.skill-item [type="radio"]:checked + span:after,
.skill-item [type="radio"]:not(:checked) + span:after {
	 content: ''; 
	 width: 10px; 
	 height: 10px; 
	 background-color: #000000; 
	 position: absolute; 
	 top: 5px; 
	 left: 3px; 
	 border-radius: 100%;
	 -webkit-transition: all 0.2s ease; 
	 transition: all 0.2s ease; 
}

.wpcf7-radio [type="radio"]:not(:checked) + span:after,
.skill-item [type="radio"]:not(:checked) + span:after {
	 opacity: 0; -webkit-transform: scale(0); 
	 transform: scale(0); 
}

.wpcf7-radio  [type="radio"]:checked + span:after,
.skill-item  [type="radio"]:checked + span:after { 
	opacity: 1;
	-webkit-transform: scale(1); 
	transform: scale(1); 
}

.wpcf7-checkbox {
	font-size: 0;

}

.question-item .wpcf7-checkbox{
	display: block;
    margin-right: 15px;
}

.wpcf7-checkbox [type="checkbox"] {
  	padding: 0;
  	cursor: pointer;
    height: 18px;
    width: 18px;
    position: absolute;
    margin: 0;
    opacity: 0;
    z-index: 1;
  	cursor: pointer;
}

.wpcf7-checkbox [type="checkbox"] + span.wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
}

.wpcf7-checkbox [type="checkbox"] + span.wpcf7-list-item-label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #f28527;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}


.wpcf7-checkbox [type="checkbox"]:checked + span.wpcf7-list-item-label:after {
  content: '';
  display: block;
  position: absolute;
  top: -7px;
  left: 8px;
  width: 3px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.wpcf7-checkbox [type="checkbox"]:checked + span.wpcf7-list-item-label:before {
	background-color: #30c22f;
	border-color: #30c22f;
}

label.question-item {
	width: 100%;
	flex-direction: column-reverse;
    justify-content: flex-start;
}

label.question-item br {
	display: none;
}

label.question-item .wpcf7-form-control-wrap {
	position: static;
}

 .mws-prosoft label.question-item .wpcf7-form-control-wrap {
    text-align: left;
}

label.question-item .wpcf7-form-control-wrap + br + span,
label.question-item .wpcf7-not-valid-tip {
	padding-left: 40px;
}

label.question-item .wpcf7-form-control.wpcf7-checkbox {

}

label.question-item span.wpcf7-list-item {
	position: absolute;
    top: 0;
    left: 0;
}

.mws-prosoft hr {
	width: calc(50% - 20px);
    margin-left: 0;
    border: 0;
    border-top: 1px solid #eeeeee;
    margin-top: 20px;
    margin-bottom: 20px;
}

/*#Skill Item*/

.language-selector-section .et_pb_row:not(.et_pb_row_0) img {
	-webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.language-selector-section .et_pb_row:not(.et_pb_row_0) .et_pb_image_wrap {
	overflow: hidden;
	border: 1px solid #e5e5e5;
}

.language-selector-section .et_pb_row:not(.et_pb_row_0) .et_pb_module.et_pb_image:hover img {
	transform: scale(1.2); 
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.language-selector-section .et_pb_column {
	position: relative;
}

.language-selector-section .et_pb_row:not(.et_pb_row_0) .et_pb_text  {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50%;
    text-align: center;
    z-index: -1;
    color: #0e608d;
    font-weight: 600;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    opacity: 0;
}

.language-selector-section .et_pb_row:not(.et_pb_row_0) .et_pb_module.et_pb_image:hover + .et_pb_text {
    bottom: 0;
    opacity: 1;
}

.d-none {
	display: none!important;
}

.half-items {
	width: calc(50% - 20px);
	display: flex;
    justify-content: space-between;
	border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    position: relative;
    margin: 5px 0 !important;
}

.half-items > p {
	width: auto;
	padding: 0;
    margin: 0!important;
    width: 98%;
}

.half-items > p:first-child {
	margin-right: 2%!important;
}

/*Contact Form 7 Repeater*/

.wpcf7-field-groups  {
	width: calc(50% - 20px);
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    position: relative;
    margin: 5px 0 !important;
}

.wpcf7-field-groups p {
	width: auto;
}

.wpcf7-field-group-add,
.wpcf7-field-group-remove {
	min-width: 100px;
    border-radius: 100px;
    padding: 5px 20px !important;
    font-size: 1.3rem!important;
    font-weight: 700;
    font-family: inherit;
    color: #fff!important;
    display: inline-block;
    text-align: center;
    background-color: #f27b00!important;
    width: auto!important;
    height: auto!important;
    border: 0;
    cursor: pointer;
}

.wpcf7-field-group-add:hover,
.wpcf7-field-group-remove:hover {
	background-color: #ff9425!important;
}

.wpcf7-field-group-remove  {
	margin-right: 5px;
}

/*#Contact Form 7 Repeater*/


/*File Uploader Wrap*/

.file-uploader-wrap {
	display: flex;
	flex-direction: column;
	width: calc(50% - 20px);
}

.wpcf7-form-control-wrap.files {
	width: 100%;
}

/*#File Uploader Wrap*/

/*region Digital Signature*/
.digital-signature-wrap {
	display: flex;
	flex-direction: column;
	width: calc(50% - 20px);
	margin-top: 20px;
}

.wpcf7-form-control-signature-global-wrap {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.wpcf7-form-control-signature-wrap {
	width: 100% !important;
	height: initial !important;
	padding-bottom: 60%;
}

.wpcf7-form-control-signature-body {
	height: 100%;
	border: 1px solid #eeeeee;
}

.wpcf7-form-control-clear-wrap {
	width: 100%;
	margin-top: 20px;
}
/*endregion*/


@media only screen and (min-width: 1101px) and (max-width: 1200px) {
	.language-selector-section .et_pb_row:not(.et_pb_row_0) .et_pb_text {
		font-size: 14px;
	}
}

@media only screen and (max-width: 1100px) {
	.language-selector-section .et_pb_row:not(.et_pb_row_0) .et_pb_text {
		position: static;
		opacity: 1;
		font-size: 14px;
	}


	.language-selector-section .et_pb_module.et_pb_image {
		margin-bottom: 5px;
	}
}

@media only screen and (max-width: 767px) {

	.half-items {
		flex-direction: column;
		width: 100%;
	}

	.half-items > p {
    	margin-right: 0!important;
    	width: 100%;
	}

	.wpcf7-field-groups  {
		width: 100%;
	}

	.file-uploader-wrap, .digital-signature-wrap {
		width: 100%;
	}

}