/* Top banner */
#main {
	margin-top: 0px !important;
	padding-top: 120px;
}
@media (min-width: 576px) {
	#main {
		padding-top: 110px;
	}
}

/* Contact */
#contact {
	margin-bottom: 0px;
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 1400px) {
}

/* Breadcrumb */
.bc a {
  color: #000;
  font-weight: 400;
  text-decoration: none;
}
.bc .separator {
  padding: 0px 0.5rem;
  color: #00A6E2;
  font-weight: 600;
}
.bc .current {
  color: #004388;
  font-weight: 600;
}
.bc hr {
  border-bottom: 1px solid #F2F5F9;
  border-color: #F2F5F9 !important;
}
@media (min-width: 992px) {
  .bc {
    margin-top: 1rem !important;
  }
}

/* Headline */
.headline h1 {
	margin-bottom: 1.5rem;
	font-size: 2.5rem;
	font-weight: 900;
	line-height: 2.75rem;
	color: #004388;
  text-align: center;
}
.headline p {
	color: #000;
	font-weight: 600;
  text-align: center;
}
@media (min-width: 768px) {
	.headline h1 {
		font-size: 2rem;
		line-height: 2.2rem;
  }
}
@media (min-width: 992px) {
  .headline h1 {
		margin-bottom: 1.5rem;
		font-size: 5.25rem;
    line-height: 5.75rem;
  }
}
@media (min-width: 1200px) {
	.top-banner-headline h1 {
		font-size: 4rem;
		line-height: 4.5rem;
	}
}
@media (min-width: 1400px) {
	.top-banner-headline h1 {
		font-size: 5rem;
		line-height: 5.25rem;
	}
}
@media (min-width: 1600px) {
	.top-banner-headline h1 {
		font-size: 5.25rem;
		line-height: 5.75rem;
	}
}

.form-ui-hidden { display: none }
.wpcf7-form a {
  color: #00A6E2;
}
.wpcf7-form p {
  margin-bottom: 0px;
}
.wpcf7-form label {
  width: 100%;
  color: #004388;
  font-size: 0.8rem;
  font-weight: 600;
}
.wpcf7-form input.wpcf7-form-control.wpcf7-text,
.wpcf7-form textarea.wpcf7-form-control.wpcf7-textarea {
  padding: 0.4rem;
  width: 100%;
}
.wpcf7-form input.wpcf7-form-control.wpcf7-text::placeholder,
.wpcf7-form textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
  color: #aeaeae;
  font-weight: 600;
}
.wpcf7-form textarea.wpcf7-form-control.wpcf7-textarea {
  height: 6rem;
}
.wpcf7-form .wpcf7-list-item {
  margin-left: 0px !important;
  margin-bottom: 2rem;
}
.wpcf7-form input.acceptCheckbox {
  margin-top: 2px;
  width: 13px;
  vertical-align: top;
}
.wpcf7-form .wpcf7-list-item-label {
  padding-left: 0.5rem;
  display: inline-block;
  width: calc(100% - 16px - 0.5rem);
  font-weight: 400;
}
.acceptance-title {
  padding-bottom: 1em;
  display: block;
  font-weight: 600;
}
.wpcf7-not-valid-tip {
  display: inline;
}
.wpcf7-form .btn-submit {
  padding: 0.7rem 2.7rem !important;
  background-color: #004388 !important;
  border: 0px !important;
  border-radius: 40px !important;
  /* background-image: none !important; */
  transition: all 0.3s;
  font-weight: 600;
  color: #fff;
}
.wpcf7-form .btn-submit:hover {
	color: #000;
	background-color: #00a6e2 !important;
}
@media (min-width: 768px) {
  .wpcf7-form label {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .wpcf7-form a {
    text-decoration: underline;
  }
  .wpcf7-form input.wpcf7-form-control.wpcf7-text,
  .wpcf7-form textarea.wpcf7-form-control.wpcf7-textarea {
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
  .wpcf7-form textarea.wpcf7-form-control.wpcf7-textarea {
    height: 10rem;
  }
  .wpcf7-form input.acceptCheckbox {
    margin-top: 5px;
  }
}
