body {
	background-color: #ffffff !important;
}

.cola-container {
	padding: 45px 305px;
	height: 100%
}

[class*="col-"].no-padding {
	padding: 0;
}

[class*="col-"].no-padding-right {
	padding-right: 0;
}


[class*="col-"].no-padding-left {
	padding-left: 0;
}


.cola-container.no-padding-top {
	padding-top: 0;
}

.has-error .help-block {
	color: #e11352;
}

/**************** FONTS STYLE **************/

.bold {
	font-weight: 700 !important;
}

.title-lg {
	font-family: "BNPPSansCondensed";
	font-size: 48px;
	font-weight: 700;
	text-transform: uppercase;
	color: #2d2926;
}

.title-lg sup {
	font-size: 30px;
}

.title-md {
	font-family: BNPPSans;
	font-size: 21px;
	font-weight: 700;
	color: #2d2926;
	float: left;
	padding-top: 15px;
}

.title-sm {
	font-family: BNPPSans;
	font-size: 16px;
	font-weight: 700;
	color: #2d2926;
}

.title-xs {
	font-family: BNPPSans;
	font-size: 13px;
	font-weight: 400;
	color: #2d2926;
}

/**************** UNDERLINES *****************/
.underline_dotted {
	border-bottom: 2px dotted #00965e;
	cursor: pointer;
}

.underline_solid {
	border-bottom: 1px solid #2d2926;
	cursor: pointer;
}

/**************** ANOTHER STYLE **************/

.progress-bar-content.panel-suggestion {
	min-height: 187px;
	font-size: 11px;
	color: #2d2926;
	margin-bottom: -12px;
}

.has-error .input-group-addon {
	color:#e11352;
	border-color: #e11352;
}

.btn-primary[disabled], .btn-primary[disabled]:hover {
	background-color:#00965e;
	border: none;
}


/**************** PROGRESS BAR STYLE **************/

.progress-bar-nav .cola-container {
	text-align: center;
	color: #2d2926;
	font-size: 11px;
	background-color: #fff;
	width: 100%;
}

table.progress-table {
	width: 100%;
	margin-bottom: -1px;
}

.progress-bar-content {
	padding: 0;
	background-color: #fff;
	border-bottom: 0.5px solid #e4e2e1;
}

.progress-table>tbody>tr>td {
	border: none;
	padding: 0;
}

.progress-bar-nav {
	padding: 0 305px;
}

.progress-bar-text {
	font-family: BNPPSans;
	text-align: center;
	color: #c1c0bf;
	background-color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 29.4px;
}

.progress-bar-text-selected {
	color: #2d2926;
}

.progress-bar-text-selected.progress-bar-check {
	color: #00965e;
}

img.img-progress-bar-check {
	width: 15px;
	margin-left: 5px;
}

.progress-table.mobile-only img.img-progress-bar-check {
	width: 11px;
	margin-bottom: -5px;
	margin-top: -5px;
}

.progress-bar-step {
	text-align: center;
	width: 260px;
	line-height: 0;
}

.progress-bar-step.progress-step-first {
	text-align: left;
}

.progress-bar-step.progress-step-first .col-md-2 {
	text-align: right;
	padding: 0;
	right: -2px;
	z-index: 2;
}

.progress-bar-up {
	width: 4px;
	height: 5px;
	background-color: #e4e2e1;
	display: inline-block;
}



.progress-bar-up.progress-bar-up-selected {
	background-color: #00965e;
}


.ops-progress-bar {
	height: 4px;
	background-color: #e4e2e1;
	padding: 0;
}

.ops-progress-bar.ops-progress-bar-selected {
	height: 4px;
	background-color: #00965e;
	padding: 0;
	right: -2px;
	z-index: 2;
}

.progress-bar-text.progress-bar-first-step {
	text-align: left;
}

.progress-bar-text.progress-bar-last-step,
.progress-bar-step.progress-bar-last-step {
	text-align: right;
}

.progress-bar-number-selected {
	font-family: "BNPPSans";
	font-size: 11px;
	font-weight: 700;
	color: #2d2926;
	padding: 3px 8px;
	text-align: center;
}

.progress-bar-number {
	font-family: "BNPPSans";
	font-size: 11px;
	font-weight: 700;
	color: #c1c0bf;
	padding: 3px 8px;
	text-align: center;
}

.notification-container-border {
	padding: 19px 24px;
	background-color: #d1e4d9;
	color: #00965e;
	font-family: "BNPPSans";
	font-size: 16px;
	font-weight: 400;
	z-index: 2;
}

.notification-container-border img {
	width: 24px;
}

.notification-container-border span {
	padding-left: 10px;
}


/** Tooltip **/
.tooltip {
	width: 100%;
	max-width: none !important;
}

.tooltip .tooltip-inner {
	max-width: none !important;
	background-color: #00965e !important;
	opacity: 0.95;
	font-family: "BNPPSans";
	font-size: 13px;
	font-weight: 400;
	color: #ffffff;
	padding: 16px !important;
	margin-left: 0;
	margin-right: 0;
	-webkit-box-shadow: unset;
	-moz-box-shadow: unset;
	box-shadow: none;
	text-align: left;
}

.bs-tooltip-bottom .arrow::before {
	border-bottom-color: #00965e !important;
}

.bs-tooltip-top .arrow::before {
	border-top-color: #00965e !important;
}

.tooltip .tooltip-image {
	position: absolute;
	top: 14px;
	right: 10px;
	cursor: pointer;
}

/** RECAPTCHA **/

.captcha-box {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}
.g-recaptcha {
	display: inline-block;
}

ol {
	list-style-type: decimal;
}

ul li p, 
ol li p {
	display: inline-flex;
    vertical-align: top;
}


@media (max-width: 768px) {
	.title-lg {
		font-size: 30px;
	}
	
	.title-lg sup {
		font-size: 16px;
		top: -0.6em;
	}

	.title-md {
		font-size: 16px;
	}

	.captcha-box {
		margin-top: 20px;
	}

	.desktop-only {
		display: none !important;
	}

	header.header-mobile-space {
		padding: 0 10px;
	}

	.cola-container {
		padding: 20px 16px;
		justify-content: center;
	}

	.progress-bar-nav {
		padding: 10px;
	}

	.progress-bar-text {
		line-height: 48px;
	}

	.progress-bar-text {
		font-size: 11px;
	}

	.notification-container-border {
		width: 100%;
		height: 62px;
		left: 0;
		top: 0;
		position: fixed;
		z-index: 10;
	}

	body {
		overflow-y: auto;
		overflow-x: hidden;
	}
}

@media (min-width: 1311px) and (max-width: 1510px) {
	header.header-mobile-space {
		padding: 16px 205px 10px 205px;
	}

	.cola-container {
		padding: 45px 205px;
	}

	.progress-bar-nav {
		padding: 0 205px;
	}

	.confirm-btn {
		padding-bottom: 45px;
	}

}

@media (min-width: 768px) and (max-width: 1310px) {
	header.header-mobile-space {
		padding: 16px 105px 10px 105px;
	}

	.cola-container {
		padding: 45px 105px;
	}

	.progress-bar-nav {
		padding: 0 105px;
	}

	.confirm-btn {
		padding-bottom: 45px;
	}
}



@media (min-width: 769px) {
	.mobile-only {
		display: none !important;
	}

	.notification-container-border {
		position: fixed;
		top: 24px;
		right: 12px;
	}

	.confirm-btn {
		padding-bottom: 30px;
	}
}



/****** FLOATING INPUT *********/

.floating-label-input {
	position: relative;
}

.floating-label-input label.title-input {
	position: absolute;
	top: 16px;
	font-size: 16px;
	left: 16px;
	color: #919191;
	transition: all 0.3s;
	font-weight: 400;
	font-family: BNPPSans;
}

.floating-label-input select ~ label.title-input {
	color: transparent;
}

.floating-label-input input:focus ~ label.title-input,
.floating-label-input select:focus ~ label.title-input {
	top: -7px;
	font-size: 13px;
	color: #00965e;
	background: white;
	z-index: 2;
	left: 10px;
	padding: 0px 6px;
	font-weight: 400;
	font-family: BNPPSans;
}

.floating-label-input.not-empty-input input ~ label.title-input,
.floating-label-input.not-empty-input select ~ label.title-input {
	top: -7px;
	font-size: 13px;
	color: #00965e;
	background: white;
	left: 10px;
	z-index: 2;
	padding: 0px 6px;
	font-weight: 400;
	font-family: BNPPSans;
}

.floating-label-input.not-empty-input.has-error input ~ label.title-input,
.floating-label-input.not-empty-input.has-error select ~ label.title-input,
.ihreAngabenForm .has-error input ~ label.title-input {
	color: #e11352;
}

.floating-label-input .line {
	position: absolute;
	height: 1px;
	width: 100%;
	bottom: 0;
	background: #000;
	left: 0;
}
.floating-label-input .line:after {
	content: "";
	display: block;
	width: 0;
	background: #33bb55;
	height: 1px;
	transition: all 0.5s;
}
.floating-label-input input:focus ~ .line:after,
.floating-label-input input:focus ~ .line:after,
.floating-label-input input:valid ~ .line:after,
.floating-label-input select:focus ~ .line:after,
.floating-label-input select:focus ~ .line:after,
.floating-label-input select:valid ~ .line:after {
	width: 100%;
}

.formular-field-tooltipcontainer {
	padding-left: 30px;
	padding-right: 30px;
}

.formular-field-tooltip.tooltip {
	width: 100%;
	max-width: none !important;
	left: 0 !important;
	padding-bottom: 10px !important; /* space for the tooltip arrow */
	margin-top: -8px; /* vertical offset of the tooltip */
}
.formular-form-field-wrapper-left .formular-field-tooltip.tooltip {
	padding-right: 15px;
}
.formular-form-field-wrapper-right .formular-field-tooltip.tooltip {
	margin-left: 15px;
	padding-right: 15px;
}

.formular-field-tooltip .tooltip-inner {
	max-width: none !important;
	background-color: #fff4d4 !important;
	opacity: 0.95;
	font-family: "BNPPSans";
	font-size: 13px;
	font-weight: 400;
	color: #e6730e;
	padding: 16px !important;
	margin-left: 0;
	margin-right: 0;
	/* 	-webkit-box-shadow: unset; */
	/* 	-moz-box-shadow: unset; */
	box-shadow: none;
}

.formular-field-tooltip.tooltip .tooltip-arrow {
	left: 28px !important;
	border-top-color: #fff4d4 !important;
	border-width: 11px 8px 0; /* height width 0 */
}


/* Custom, iPhone Retina */
@media only screen and (min-width : 300px) {
	#cola_header_logo {
		width: 308px !important;
		height: 40px !important;
		margin-top: 10px !important;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
	#cola_header_logo {
		width: 308px !important;
		height: 40px !important;
		margin-top: 10px !important;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	#cola_header_logo {
		width: 308px !important;
		height: 40px !important;
		margin-top: 10px !important;
	}
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	#cola_header_logo {
		width: 308px !important;
		height: 40px !important;
		margin-top: 10px !important;
	}
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	#cola_header_logo {
		width: 308px !important;
		height: 40px !important;
		margin-top: 10px !important;
	}
}