
/*.vips_formelement::before{
	content: 'validation error occurred';
  position: absolute;
  top: -4px;
  color: red;
}*/
.request_msg_container {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
}

.request_msg {
	z-index: 20;
	position: absolute;
	border: 1px solid lightgrey;
	border-radius: 5px;
	background-color: #fff;
	padding: 20px;
	width: 50%;
	top: 30%;
	left: 30%;
}

.request_msg_close {
	cursor: pointer;
	text-align: right;
}

.vips_msg_toggle button {
	padding: 16px 0px;
	border: 1px solid #4dab30;
	border-radius: 5px;
	width: 90%;
	text-align: center;
	margin-top: 20px;
}

.vips_msg_nomsg {
	padding: 16px 0px;
	width: 90%;
	text-align: left;
	margin-top: 20px;
	color: #1f2a3c;
	font-weight: 600;
}

.vips_nodata {}

.vips_contactinfo {}

.vips_img_overlay {
	margin-top: 20px;
}

.vips_img_overlay span {
	background-color: rgba(31, 42, 60, 1);
	color: #fff;
	padding: 5px 10px;
	border-radius: 3px;
}

.vips_overlay_flame svg {
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 1.2em;
}

.vips_overlay_star svg {
	margin-bottom: 5px;
	font-size: .8em;
	margin-right: 5px;
}

.vips_resultlist_buttons {
	display: flex;
	justify-content: center;
	flex-direction: row;
}

.vips_resultlist_button {
	width: 25%;
	margin: 10px;
	padding: 20px;
}

.vips_resultlist_button button, .vips_resultlist_button input[type=submit] {
	width: 100%;
	padding: 16px;
	background-color: #1f2a3c;
	border: 2px solid #1f2a3c;
	border-radius: 5px;
	font-size: 1.1em;
	color: #fff;
	font-family: Rubik !important;
}

.vips_resultlist_button div {
	width: 100%;
	padding: 16px;
}

.vips_resultlist_button button:hover, .vips_resultlist_button input[type=submit]:hover {
	cursor: pointer;
}

.vips_result_button_bottom {
	text-align: center;
	margin-top: 10px;
}

.vips_input_row_flex {
	display: flex;
	justify-content: center;
}

.vips_input_flex {}

table.vips_table, .vips_table tr, .vips_table tr td {
	border: none !important;
	text-align: left;
}

.vips_table tr td {
	padding: 20px !important;
}

.vips_table input, .vips_table select {
	width: 100%;
	font-size: 1.2rem;
	padding: 10px;
}

.vips_table textarea {
	width: 100% !important;
	font-size: 1.2rem !important;
	padding: 10px !important;
}

.vips_submit {
	background-color: #fff !important;
	color: #fff !important;
	border: none;
}

.vips_single_offer {
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
}

.vips_single_offer input {
	width: unset !important;
}

.vips_offer_radio {
	width: 5%;
	float: left;
}

.vips_offerprice {
	float: right;
}

.vips-title {
	padding-left: 20px;
	width: 100%;
}

.vips_progress {
	width: 100%;
	padding: 0 20px 0 10px;
}

.vips_progress p {
	font-size: 1.2rem;
}

.vips_progress progress {
	height: 20px;
	width: 100%;
}

.vips-form table {
	font-size: 1.2rem;
	line-height: 36px;
	font-weight: normal;
	margin: 20px;
	width: 50%;
}

.vips-form table tr td {
	padding: 10px;
}

.vips-form, .vips-list {
	/*display:flex;*/
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

.vips-form, .vips-form label, .vips-left {
	text-align: left !important;
}

.vips-form textarea {
	width: 100%;
	height: 100px;
}

.vips-form input, .vips-form select {
	width: 100%;
	font-size: 1.2rem;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
}

.vips-form > div {
	padding: 20px;
}

.vips-list > div {
	padding: 20px 40px 20px 0;
}

.vips-form-1 {
	width: 100%;
}

.vips-form-2 {
	width: 50%;
}

.vips-form-3 {
	width: 33%;
}

.vips-form-2_3 {
	width: 66%;
}

.vips_offer_more:hover, .vips_offer_close:hover, .vips_offer_less:hover {
	cursor: pointer;
}

.vips_offer_more, .vips_offer_close, .vips_offer_less {
	font-weight: 600;
}

.vips_full_offer {
	display: none;
	width: 100%;
	z-index: 10;
	background-color: #fff;
}

.vips_required {
	padding-left: 20px;
	text-align: left;
	color: #fff;
}

.vips_input_row {
	width: 100%;
}

.vips_col {
	float: left;
	padding-right: 20px;
}

.vips_col-12 {
	width: 100%;
}

.vips_col-6 {
	width: 50%;
}

.vips_col-4 {
	width: 33.33%;
}

.vips_col-3 {
	width: 25%;
}

.vips_col-2 {
	width: 24%;
}

.vips_col-1 {
	width: 20%;
}

.vips_formsteps {
	display: none;
}

/*#vips_formstep_1{
	display:block
}*/
.vips_btn_forward {
	margin-left: 20px;
	text-align: left;
	width: fit-content;
}

.vips_warning {
	display: none;
	padding: 10px;
	border: 1px solid #bbb;
	width: fit-content;
	margin-left: 20px;
	margin-bottom: 10px;
	border-radius: 3px;
}

.vips_alert {
	display: none;
	padding: 10px;
	border: 1px solid #bbb;
	width: fit-content;
	margin-top: -50px;
	margin-bottom: 5px;
	border-radius: 3px;
	position: absolute;
	background-color: #fff;
}

.vips_alert::before {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #bbb;
	border-bottom: 10px solid transparent;
	right: 50%;
	bottom: -23px;
}

.vips_alert::after {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff;
	border-bottom: 10px solid transparent;
	right: 50%;
	bottom: -18px;
}

.vips_forward_row {
	display: flex;
	flex-direction: column-reverse;
}

.vips_btn_back {
	text-decoration: underline;
	margin-top: 10px;
	font-size: 1.2rem;
	margin-left: 20px;
	text-align: left;
	font-weight: 200;
	margin-bottom: 20px;
}

.vips_btn_forward:hover, .vips_btn_back:hover {
	cursor: pointer;
}

.vips_not_valid, select.vips_not_valid {
	background-color: #fdd !important;
}

.vips_single_offer input.vips_not_valid {
	width: 10px;
	height: 10px;
	-webkit-border: 1px solid red;
	border-radius: 50%;
	outline: none;
	box-shadow: 0 0 0 2px red;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.vips_tooltip {
	cursor: pointer;
	position: absolute;
	text-align: center;
	width: 20px;
	padding-left: 5px;
}

.vips_tooltip1 {
	margin-top: 6px;
}

.vips_tooltip2 svg {
	font-size: 1.1em;
}

.vips_tooltip1 svg {
	font-size: 1.1em;
	color: #ccc;
}

.vips_tooltipcontent {
	display: none;
	border: 1px solid #666;
	padding: 5px;
	position: absolute;
	background-color: #1f2a3c;
	color: #fff;
	right: 0px;
	border-radius: 5px;
	width: 160px;
	bottom: 100%;
}

.btnmultistep {
	background-color: grey;
}

#multistep2, #multistep3 {
	display: none;
}

.vips_label {
	margin-right: 20px;
}

.vips_label input {
	width: auto !important;
	margin-right: 10px;
}

/*results*/
.vips_result_container {
	display: flex;
	flex-wrap: wrap;
}

.vips_single_result {
	flex: 45%;
	padding: 20px;
	margin: 10px;
	border: 1px solid rgba(31, 42, 60, 1);
	border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1);
	max-width: 45%;
	text-align: left;
}

.vips_single_qualified_result {
	flex: 100%;
	padding: 20px;
	margin: 10px;
	border: 1px solid #ccc;
	border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1);
	max-width: 100%;
	text-align: left;
}

.vips_services_left {
	width: 45%;
	float: left;
}

.vips_services_right {
	float: right;
	width: 45%;
}

.vips_quote_right {
	margin-right: 10px;
}

.vips_quote_left {
	margin-left: 10px;
}

.vips_result_img {
	width: 25%;
	float: left;
	text-align: center;
	padding-top: 10px;
}

.vips_circle {
	font-size: 18px;
}

.vips_circle_plus {
	color: #4dab30;
	padding-left: 1.5px;
	margin-right: 5px;
}

.vips_circle_plus svg {
	margin-bottom: 2px;
}

.vips_circle_minus {
	color: darkgrey;
}

.vips_circleclose {
	height: 27px;
}

.vips_circle_close {
	color: #1f2a3c;
	font-size: 21px;
	padding-right: 1px;
	margin-right: 3px;
}

.vips_result_img img {
	border: 1px solid #ccc;
	width: 100px;
	height: 100px;
	border-radius: 80px;
	object-fit: cover;
	margin-bottom: 18px;
}

.vips_result_company {
	width: 65%;
	float: right;
	padding-left: 40px;
	margin-bottom: 20px;
}

.vips_result_company h4, .vips_result_company h2 {
	white-space: nowrap;
	overflow: hidden;
	font-family: arial !important;
	text-overflow: ellipsis;
}

.vips_result_company_subtitle {
	margin-top: -10px !important;
	margin-bottom: 10px !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.vips_company_trusted svg {
	margin-bottom: 10px;
	color: #1f2a3c;
}

.vips_icon_award svg {
	margin-bottom: 5px;
	font-size: 20px;
}

.vips_trusted_box {
	font-size: 1em;
	color: rgba(31, 42, 60, 1);
	border: 2px solid rgba(31, 42, 60, 1);
	border-radius: 5px;
	margin-top: 10px;
	padding: 0px 10px;
	width: auto;
	display: inline-block;
}

.vips_trusted_box:hover {
	cursor: pointer;
}

.vips_trusted_box svg {
	margin-bottom: 5px;
}

.vips_trusted_tooltip {
	display: none;
	border: 1px solid #666;
	padding: 5px;
	position: absolute;
	background-color: #1f2a3c;
	color: #fff;
	margin-top: 10px;
	border-radius: 5px;
	width: 160px;
	font-size: 1em !important;
}

.clearfix {
	clear: both;
}

.vips_continue {
	text-align: center;
	margin-top: 40px;
}

.vips_continue input[type=submit] {
	background-color: #4dab30;
	color: white;
	font-weight: 200;
	fon-size: 1.1em;
	padding: 20px 40px;
}

.vips_star {
	color: gold;
}

.vips_result_button {
	margin-top: 20px;
	width: 100%;
}

.vips_result_button button {
	width: 90%;
	color: #fff;
	background-color: #4dab30;
}

.vips_sendrequet {
	text-align: center;
}

button.vips_request_button {
	width: 90%;
	border-radius: 5px;
	color: #fff;
	background-color: #e30c12;
	padding: 16px 0;
	font-size: 1.1em;
}

.vips_request_button_dark {
	width: 90%;
	border-radius: 5px;
	color: #fff !important;
	background-color: rgba(31, 42, 60, 1);
	padding: 16px 0;
	font-size: 1.1em;
	display: block;
	margin-top: 10px;
	text-align: center;
}

.vips_request_button_dark:hover {
	cursor: pointer;
}

.vips_request_button_dark svg {
	font-size: 1.5em;
	margin-right: 10px;
	color: #fff !important;
}

span.vips_request_msg {
	color: #4dab30;
	font-weight: 600;
}

.vips_success_msg {
	margin-top: 20px;
}

.vips_result_companyinfo {
	display: block;
}

.vips_result_companyinfo_hidden, .vips_hidden {
	display: none;
}

.aff_info {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.aff_info p {
	padding-bottom: 0px !important;
}

.box-more {
	-webkit-line-clamp: unset !important;
}

.info_more {
	font-weight: bold;
	color: #000;
}

.info_more:hover {
	cursor: pointer;
}

.vips_result_distance {
	margin-top: 15px;
}

.box-hide {
	display: none;
}

.infobox {}

.profil_show {
	margin-top: 20px;
}

.profil_show:hover {
	cursor: pointer;
}

.vips_btn_icon svg {
	margin-right: 10px;
	font-size: 1.2em;
}

.vips_result_distance {
	text-align: center;
	margin-bottom: 10px;
}

.vips_rating_container {
	width: 100%;
	display: none;
}

.vips_rating_container textarea {
	width: 90%;
	resize: none !important;
}

.vips_rating_left {}

.vips_rating_open {}

.vips_rating_open:hover {
	cursor: pointer;
}

.vips_ratingtable {
	border: #eee;
}

.vips_ratingtable tr td {
	border: none;
}

.vip_ratinglist {
	display: none;
	background-color: #fff;
	position: absolute;
	margin-top: 10px;
	border: 1px solid #eee;
	padding: 10px 5px 20px 5px;
	max-height: 200px;
	overflow-x: scroll;
	box-shadow: rgba(0, 0, 0, .19) 0px 10px 20px, rgba(0, 0, 0, .23) 0px 6px 6px;
	border-radius: 5px;
	width: 500px;
	z-index: 10;
}

.vip_ratinglist table td {
	padding: 5px 10px 5px 5px;
}

.vip_ratinglist table tr {
	border-bottom: 1px solid #eee;
}

.vip_ratinglist_open {
	margin-left: 5px;
	font-size: .8em;
	text-decoration: underline;
}

.vip_ratinglist_new {
	margin-left: 5px;
	font-size: .8em;
}

.vip_ratinglist_open:hover, .vip_ratinglist_close:hover {
	cursor: pointer;
}

.vip_ratinglist_close {
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
	font-size: 1.1em;
}

.vip_ratingtable_header {
	font-weight: 800;
}

@media only screen and (max-width: 1200px) {
	.vips_single_result {
		flex: 100%;
		max-width: 80%;
	}
}

@media only screen and (max-width: 1000px) {
	.vips_result_company {
		width: 100% !important;
	}
	
	.vips_result_company h2 {
		text-align: center;
	}
	
	.vips_result_img {
		width: 100% !important;
	}
	
	.vips_contactinfo {
		margin-top: 12px;
	}
}

@media only screen and (max-width: 800px) {
	.vip_ratinglist {
		left: 5px;
		right: 5px;
		width: 100%;
	}
}

@media only screen and (max-width: 680px) {
	.vips_resultlist_buttons {
		flex-direction: column;
		padding-right: 30px;
	}
	
	.vips_resultlist_button {
		margin: 0px;
		padding: 14px;
		width: auto;
	}
	
	.vips_offerprice {
		float: none;
	}
	
	.vips-form-2, .vips-form-3, .vips-form-2_3, .vips-form-1 {
		width: 100%;
	}
	
	.vips_progress {
		margin-bottom: 20px;
	}
	
	.vips-form div {
		padding: 0 20px !important;
	}
	
	.vips_col {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.vips-form table {
		width: 100%;
		font-size: unset;
	}
}

@media only screen and (max-width: 460px) {
	.vips_services_right {
		margin-top: 10px;
		width: 100%;
		float: unset;
	}
	
	.vips_services_left {
		width: 100%;
		float: unset;
	}
	
	.vips_result_company {}
	
	.vips_result_img img {
		width: 60px;
		height: 60px;
		border-radius: 40px;
	}
	
	.aff_info p {
		font-size: .8em;
	}
	
	.vips_result_img {
		padding-top: 20px;
	}
	
	.vips_single_result {
		max-width: 100%;
	}
	
	/*	.vips_result_img{
		width:100%;
		}*/
	.profil_show {}
	
	button.vips_request_button, .vips_request_button_dark {
		width: 100%;
	}
	
	.vips_buttons_container {
		padding-left: 20px;
		padding-right: 50px;
	}
}

@media only screen and (max-width: 366px) {
	.vips_result_company {}
	
	.aff_info p {
		font-size: .7em;
	}
	
	.vips_result_company h4 {
		font-size: 1.5em !important;
	}
}

.lds-spinner {
	color: official;
	display: none;
	position: absolute;
	width: 80px;
	height: 80px;
	left: 45%;
}

.lds-spinner div {
	transform-origin: 40px 40px;
	animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
	content: " ";
	display: block;
	position: absolute;
	top: 3px;
	left: 37px;
	width: 6px;
	height: 18px;
	border-radius: 20%;
	background: #aaa;
}

.lds-spinner div:nth-child(1) {
	transform: rotate(0deg);
	animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
	transform: rotate(30deg);
	animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
	transform: rotate(60deg);
	animation-delay: -.9s;
}

.lds-spinner div:nth-child(4) {
	transform: rotate(90deg);
	animation-delay: -.8s;
}

.lds-spinner div:nth-child(5) {
	transform: rotate(120deg);
	animation-delay: -.7s;
}

.lds-spinner div:nth-child(6) {
	transform: rotate(150deg);
	animation-delay: -.6s;
}

.lds-spinner div:nth-child(7) {
	transform: rotate(180deg);
	animation-delay: -.5s;
}

.lds-spinner div:nth-child(8) {
	transform: rotate(210deg);
	animation-delay: -.4s;
}

.lds-spinner div:nth-child(9) {
	transform: rotate(240deg);
	animation-delay: -.3s;
}

.lds-spinner div:nth-child(10) {
	transform: rotate(270deg);
	animation-delay: -.2s;
}

.lds-spinner div:nth-child(11) {
	transform: rotate(300deg);
	animation-delay: -.1s;
}

.lds-spinner div:nth-child(12) {
	transform: rotate(330deg);
	animation-delay: 0s;
}

@keyframes lds-spinner {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

/*drei kreise*/

/*.loader, .loader:before, .loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation-fill-mode: both;
  animation: bblFadInOut 1.8s infinite ease-in-out;
}
.loader {
  color: rgba(31,42,60,0.6);
  font-size: 7px;
  position: absolute;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
  left:45%;
  display:none;
  margin-top:50px
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}

@keyframes bblFadInOut {
  0%, 80%, 100% { box-shadow: 0 2.5em 0 -1.3em }
  40% { box-shadow: 0 2.5em 0 0 }
}*/

/*Lupe*/

/*.loader {
  width: 48px;
  height: 48px;
  display: block;
  margin: 20px auto;
  position: abolute;
  border: 3px solid rgba(55,143,208,1);
  border-radius: 50%;
  box-sizing: border-box;
  animation: animloader 2s linear infinite;
  left:45%;
  display:none;
  margin-top:50px
}
.loader::after {
  content: '';  
  box-sizing: border-box;
  width: 6px;
  height: 24px;
  background: rgba(55,143,208,1);
  transform: rotate(-45deg);
  position: absolute;
  bottom: -20px;
  left: 46px;
}

@keyframes animloader {
  0% {
    transform: translate(-10px, -10px);
  }
  25% {
    transform: translate(-10px, 10px);
  }
  50% {
    transform: translate(10px, 10px);
  }
  75% {
    transform: translate(10px, -10px);
  }
  100% {
    transform: translate(-10px, -10px);
  }
}
  
.loader2{
    width:120px;
    height:24px;
    -webkit-mask:
      radial-gradient(circle closest-side,#eee 94%,#0000) 0 0/25% 100%,
      linear-gradient(#fff 0 0) center/calc(100% - 12px) calc(100% - 12px) no-repeat;
    mask:
      radial-gradient(circle closest-side,#eee 94%,#0000) 0 0/25% 100%,
      linear-gradient(#fff 0 0) center/calc(100% - 12px) calc(100% - 12px) no-repeat;
    background: linear-gradient(rgba(55,143,208,1) 0 0) left/0% 100% no-repeat #fff;
    animation:bblprg 2s infinite linear;
    left:45%;
  display:none;
  margin-top:100px;
  position:absolute;
  }
  @keyframes bblprg {
      100% {background-size:100% 100%}
  }*/

/*Sprechblase*/

/*  .loader3{
  width: 100px;
  height: 75px;
  margin: 0 auto;
  background: #eee;
  position: absolute;
  border-radius: 100%;
  left:45%;
  display:none;
  margin-top:150px
}
.loader3:before {
  content: '';
  position: absolute;
  box-sizing: border-box;
  border: 15px solid transparent;
  border-top: 25px solid #eee;
  transform: rotate(45deg);
  top: 50px;
  left: -15px;
}

.loader3:after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50% , -50%);
  border-radius: 50%;
  background-color: #FF3D00;
  box-shadow: 20px 0 #FF3D00, -20px 0 #FF3D00;
  animation: flash 0.5s ease-out infinite alternate;
}

@keyframes flash {
  0% {
    background-color: rgba(255, 60, 0, 0.25);
    box-shadow: 20px 0 rgba(255, 60, 0, 0.25), -20px 0 #FF3D00;
  }
  50% {
    background-color: #FF3D00;
    box-shadow: 20px 0 rgba(255, 60, 0, 0.25), -20px 0 rgba(255, 60, 0, 0.25);
  }
  100% {
    background-color: rgba(255, 60, 0, 0.25);
    box-shadow: 20px 0 #FF3D00, -20px 0 rgba(255, 60, 0, 0.25);
  }
}*/

/*Linie*/

/*.loader4{
      display: block;
      position: absolute;
      height: 12px;
      width: 80%;
      border: 1px solid #eee;
      border-radius: 10px;
      overflow: hidden;
      left:45%;
  	  display:none;
  	  margin-top:250px
    }
    .loader4::after {
      content: '';
      width: 40%;
      height: 100%;
      background: rgba(55,143,208,1);
      position: absolute;
      top: 0;
      left: 0;
      box-sizing: border-box;
      animation: animloader 2s linear infinite;
    }
    
    @keyframes animloader {
      0% {
        left: 0;
        transform: translateX(-100%);
      }
      100% {
        left: 100%;
        transform: translateX(0%);
      }
    }*/

/*Loader Kreis*/
.loader-container {
	margin-top: 2%;
	position: absolute;
	width: 100%;
	display: flex;
	justify-content: center;
	left: 0px;
}

.loader {
	width: 30px;
	height: 30px;
	border: 5px solid #1f2a3c;
	border-bottom-color: transparent;
	border-radius: 50%;
	display: inline-block;
	display: none;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

.loader-container2 {
	margin-left: 10px;
	margin-top: -5px;
	position: absolute;
	width: 100%;
	display: flex;
}

.loader2 {
	width: 20px;
	height: 20px;
	border: 5px solid rgba(31, 42, 60, .4);
	border-bottom-color: transparent;
	border-radius: 50%;
	display: inline-block;
	display: none;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
}

.loader-container3 {
	left: 50%;
	position: absolute;
	text-align: center;
}

.loader3 {
	width: 20px;
	height: 20px;
	border: 5px solid rgba(31, 42, 60, .4);
	border-bottom-color: transparent;
	border-radius: 50%;
	display: inline-block;
	display: none;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
}
