* {
	margin: 0;
	padding: 0;
}
:focus {
	outline: 0;
} /* SAFARI */
input:focus {
	outline: none !important;
	box-shadow: 0 0 0;
}
input:focus {
	color: #e7450d !important;
}
select:focus {
	color: #e7450d !important;
}
select {
	color: #e7450d;
}
select {
	outline: none !important;
	box-shadow: 0 0 0;
}

::selection {color: white; background-color: #FF4E00;}
select:focus,
button:focus,
textarea:focus,
input[type="text"]:focus,
input[type="checkbox"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	box-shadow: 0 0 0 !important;
	outline: none;
	border-color: #e7450d !important;
}

.form-control::-webkit-input-placeholder { color: #4A4A4A; font-weight: normal; text-transform: none; }  /* WebKit, Blink, Edge */
.form-control:-moz-placeholder { color: #4A4A4A; font-weight: normal; text-transform: none; }  /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder { color: #4A4A4A; font-weight: normal; text-transform: none; }  /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder { color: #4A4A4A; font-weight: normal; text-transform: none; }  /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder { color: #4A4A4A; font-weight: normal; text-transform: none; }  /* Microsoft Edge */

hr {
	margin-top: 2.5rem;
	margin-bottom: 3.5rem;
	border: 0;
	border-top: 1px solid #B2C0D2;
}
body {
	background: #fff;
	padding: 0;
	font-family: "proxima-nova",sans-serif;
	font-weight: normal;
	font-size: 24px;
	color: #012f6a;
	background-size: contain !important;
	line-height: 1.4;
	min-height: 1rem !important;
}
a {
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	color: #E7450D;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
a:active, a:focus {
	outline: 0;
	-moz-outline-style: none;
	color: #E7450D;
}
h1 {
	font-size: 48px;
	color: #042C5E;
	margin-bottom: 0;
	font-weight: 800;
	text-transform: none;
	margin-top: 35px;
	margin-left: 17px;
	line-height: 1;
	letter-spacing: -0.4px;
}
h2 {
	font-size: 24px;
	color: #042C5E;
	margin-bottom: 0;
	font-weight: bold;
	text-transform: none;
}
h3 {
	font-size: 18px;
	color: #042C5E;
	margin-bottom: 0;
	font-weight: bold;
	text-transform: none;
	margin-top: 17px;
	padding: 0;
	border-bottom: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.popover-header {
	font-size: 18px;
	margin-bottom: 0;
	padding: 0px 15px 25px 50px;
	border-bottom: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.popover-body {
	padding: 0;
}
p {
	margin-bottom: 20px;
}
legend {
	font-size: 1.1rem;
	font-weight: bold;
}
label {
	display: inline-block;
	margin-bottom: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1.2px;
}
.custom-checkbox label {
	font-weight: normal;
	text-transform: none;
	font-size: 18px;

	float: left;
}
select.form-control:not([size]):not([multiple]) {
	height: 56px;
}
.navbar-brand {
	padding-top: 0;
	padding-bottom: 0;
	font-size: 0;
	line-height: inherit;
	white-space: nowrap;
	display: block;
	width: 100%;
	margin: 0 auto;
	max-width: 200px;
	display: block;
}
.navbar-brand img {
	vertical-align: middle;
	border-style: none;
	max-width: 200px;
	margin: 0 auto;
	width: 100%;
}
.or {
	color: #E7450D;
}
.border,
.border-top,
.border-right,
.border-bottom,
.border-left {
	border-color: #f7c7b6 !important;
}

.infoBox,
.popover {
	display: none;
	background: #E7450D;
	color: #fff;
	padding: 10px 32px;
	font-size: 12px;
	color: #fff;
	border-radius: 0;
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
	border-right-color: #E7450D !important;
}
.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
	border-bottom-color: #E7450D;
}
.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
	border-top-color: #E7450D;
}
.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
	border-bottom: 1px solid #E7450D;
}
.popover {
	display: block;
	margin-left: 18px !important;
}
.popover-header {
	background: url(../media/svg/ico-info-weiss.svg) no-repeat left center transparent;
	background-size: 35px;
	height: 40px;
	line-height: 40px;
	margin: 10px 0;
}
.popover-body {
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
}
.infoBox ul,
.popover ul {
	padding-left: 15px;
}
.infoBox ul li,
.popover ul li {
	list-style: disc;
	padding-left: 5px;
	word-wrap: normal;
}

.header .column-1 {
	padding: 130px 0;
}
.header .column-2 .row {
	height: 50%;
}
.teaserText .column-1 .row {
	height: 100%;
}
.teaserText .column-2 {
	padding: 27px 32px 10px;
}
.contact a {
	color: #E7450D;
}
.contact .column-3 {
	padding: 27px 32px;
}
.contact .column-3 strong {
	font-size: 18px;
}
.form {
	font-size: 12px;
}
.form p {
	font-size: 18px;
}
.form .column-1 {
	padding: 40px 32px;
}
.form .column-1 .container {
	padding: 0;
}
.form .row {
	margin: 15px -15px;
}
.form-control {
	color: #e7450d;
	background-color: #fff;
	border: 1px solid #012f6a;
	border-radius: 0;
	outline: none;
	height: 56px;
	font-size: 1.2em;
	font-weight: bold;
}
.form-control:focus,
.form-control:hover {
	border-color: #e7450d;
}
.custom-checkbox label{
	cursor: pointer;
}
.custom-checkbox .custom-control-label::before {
	border-radius: 0rem;
}
.custom-control-label::before {
	position: absolute;
	top: 0px;
	left: 0;
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	pointer-events: none;
	content: "";
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #fff;
	border: 1px solid #012f6a;
}
.custom-control-label::after {
	position: absolute;
	top: -5px;
	left: 0;
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	background-color: #e7450d;
}
.custom-checkbox .custom-control-input:hover~.custom-control-label::before {
	border: 1px solid #e7450d;
}

.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	background-color: #e7450d;
	border: 1px solid #e7450d;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background-image: none;
}
.custom-control {
	padding-left: 2.5rem;
}
.btn-primary {
	color: #fff;
	background-color: #e7450d;
	border-color: #e7450d;
	border-radius: 0 !important;
	width: 100%;
	margin: 0 auto;
	white-space: normal;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 15px 0;
}
.btn-primary:hover {
	color: #e7450d;
	background-color: #fff;
	border-color: #e7450d;
	border-radius: 1px !important;
}
.sendForm {
	margin: 35px -15px !important;
}
.custom-control .icoInfo {
	background: url("../media/svg/ico-info-orange.svg") no-repeat right center;
	padding-right: 20px;
	cursor: pointer;
	background-size: 14px;
	float: left;
	display: block;
	width: 20px;
	height: 14px;
	margin-top: 5px;
}
.custom-checkbox {
	position: relative;
	margin: 5px 0;
}
.custom-checkbox small {
	position: absolute;
	z-index: 5;
	margin-left: 15px;
	height: auto;
}
.infoText p {
	font-size: 24px;
}
footer {
	font-size: 14px;
	padding: 20px 0;
	border-bottom: 1px solid #e7450d;
}
footer ul {
	padding: 17px 0;
	float: right;
	padding: 0;
	margin: 0;
}
footer ul li {
	list-style: none;
	float: left;
	margin: 0 25px;
	font-weight: bold;
}
footer ul li a,
footer ul li a:hover {
	color: #e7450d;
}
footer .copy {
	letter-spacing: 0.3px;
}

/* Validation Styles */
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	background-color: #e7450d !important;
}
.custom-control-input.is-valid~.custom-control-label, .was-validated .custom-control-input:valid~.custom-control-label {
	color: #012f6a;
}
.was-validated .form-control:valid {
	border-color: #012f6a;
}
.custom-control-input.is-valid~.custom-control-label::before {
	background-color: #fff !important;
}
.was-validated .custom-control-input:valid~.custom-control-label::before {
	background-color: #fff;
}
.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
	border-color: #e7450d;
}
/* For larger displays */
@media (min-width: 1400px) {
}
