@charset "utf-8";
/* CSS Document */


html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-optical-sizing: auto;
	font-family: effra, sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #03067c;
}

.map {
	margin: 100px 0 0 0
}

.teamprofile {
	border-radius: 5px;
	padding: 10px;
	border: 1px solid rgba(0,0,0,0.2);
	margin: 20px 0;
}
.teamprofile-pic {
	width: 200px;
	height: 200px;
	background: #eaeaea;
	border-radius: 5px;
	overflow: hidden;
	margin: 0 auto 20px auto;
	background-image: url("../images/silhouette.gif");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.teamprofile-bio {
	width: 100%;
	text-align: center;
}
.teamprofile-bio p {
	font-size: 1em;
}

/* Pagebanner */
.pagebanner {
	width: 100%;
	height: 200px;
	background-image: url("../images/heropics01.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media (min-width: 768px) {
.pagebanner {
	width: 100%;
	height: 200px;
	background-image: url("../images/heropics01.jpg");
	background-position: center bottom -100px;
	background-repeat: no-repeat;
	background-size: cover;
}
}

/* Forms */
.contact {
	padding: 100px 0;
}
.contact-form {
	font-weight: 800;
	text-align: center;
}
.contact-list {
	text-align: center;
	padding: 0 0 40px 0;
}
.contact-list ul {
	list-style: none;
}
.queryform {
	border-radius: 5px;
	padding: 10px;
	margin: 0 0 20px 0;
	background: #eaeaea;
}
.queryform-header {
	background: #ffbe58;
	border-radius: 5px;
	padding: 15px 20px 5px 20px;
	text-transform: uppercase;
}
@media (min-width: 768px) {
form {
	padding-left: 30px;	
	border-left: .5px dotted #223871;
}
.queryform	form {
	padding: 0;
	border: none;
}
.hero-form	form {
	padding: 0;
	border: none;
}
.contact-form {
	margin: 50px 0 0 0;
	text-align: left;
}
.contact-list {
	text-align: right;
}
}
@media (min-width: 1200px) {
.contact {
	padding: 100px 5%;
}
}

/** Content **/
.content {
	padding: 50px 5%;
	text-align: center;
}
.content ul li {
	font-size: 1.3em;
}
@media (min-width: 768px) {
.content {
	padding: 100px 5%;
	text-align: left;
}
}
@media (min-width: 992px) {
.content {
	padding: 100px 8%;
}
}
@media (min-width: 1200px) {
.content {
	padding: 100px 15%;
}
}

/* Header */
.header {
	background-color: #03067c;
	width: 100%;
	padding: 10px;
}
.logo {
	width: 280px;
	margin: 0 auto;
}
.tel {
	text-align: center;
	font-size: 1.75em;
	font-weight: 700;
	font-style: normal;
	color: #ffbe58;
}
.gradbar {
	width: 100%;
	height: 10px;
	background: #ffbe58;
}
@media (min-width: 768px) {
.header {
	padding: 10px 2%;
}
.logo {
	width: 300px;
	margin: 5px 0 0 0;
}
.tel {
	text-align: right;
	font-size: 2.25em;
	margin: 8px 0 0 0;
}
}
@media (min-width: 992px) {
.header {
	padding: 10px 4% 10px 4%;
}
.logo {
	width: 340px;
	margin: 0 auto;
}
.tel {
	font-size: 2.5em;
	margin: 10px 0 0 0;
}
}
@media (min-width: 1200px) {
.header {
	padding: 10px 4% 10px 4%;
}
.tel {
	font-size: 2em;
	margin-top: 0;
}
}
@media (min-width: 1600px) {
.header {
	padding: 10px 10% 10px 10%;
}
.tel {
	font-size: 3em;
	margin-top: 10px;
}
.logo {
	width: 400px;
	margin: 0;
}
}

/* Hero */
.hero {
	width: 100%;
	background-image: url("../images/heropics01.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 40px 5%;
	position: relative;
}
.hero-text {
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	background: rgba(255,255,255,0.4);
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.2); 
	box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.2);
	text-align: center;
	border-radius: 5px;
}
.hero-text h1 {
	font-size: 2.5em;
	line-height: .9em;
	font-weight: 900;
	margin: 0 0 10px 0;
}
.hero-text p {
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: 500;
	margin: 0 0 15px 0;
}
.hero-text form {
	margin: 10px 0 0 0;
}
.hero-text form label {
	font-weight: 400;
}
@media (min-width: 420px) {
.hero-text {
	padding: 30px;
}
.hero-text h1 {
	font-size: 3em;
}
.hero-text p {
	font-size: 1.25em;
}
}
@media (min-width: 576px) {
.hero {
	padding: 40px 9%;
}
.hero-text {
	width: 100%;
	padding: 30px;
}
.hero-text h1 {
	font-size: 3.75em;
}
.hero-text p {
	font-size: 1.35em;
}
.hero-text form {
	margin: 20px 0 0 0;
}
}
@media (min-width: 768px) {
.hero-text {
	width: 100%;
	padding: 30px;
	margin: 0 0;
}
.hero-text h1 {
	font-size: 4em;
}
.hero-text p {
	font-size: 1.5em;
}
.hero-text form {
	margin: 20px 0 0 0;
}
}
@media (min-width: 992px) {
.hero {
	padding: 60px 5%;
}
.hero-text {
	width: 650px;
	padding: 40px;
	margin: 0 0;
}
.hero-text h1 {
	font-size: 4.5em;
	margin: 0 0 15px 0;
}
.hero-text p {
	font-size: 1.75em;
	line-height: 1.2em;

}
.hero-text form {
	margin: 20px 0 0 0;
}
}
@media (min-width: 1200px) {
.hero {
	padding: 60px 8%;
}
.hero-text {
	width: 600px;
	padding: 40px 40px 30px 40px;
	margin: 0 0;
}
}
@media (min-width: 1600px) {
.hero {
	padding: 60px 10%;
}
.hero-text {
	width: 740px;
	padding: 40px 40px 30px 40px;
	margin: 0 0;
}
.hero-text h1 {
	font-size: 5em;
	margin: 0 0 15px 0;
}
.hero-text p {
	font-size: 1.75em;
}
.hero-text form {
	margin: 20px 0 0 0;
}
}

/** Teasers **/
.teasers {
	padding: 30px 2% 20px 2%;
}
.teaser {
	margin: 0 0 20px 0;
}
.teaser-head {
	position: relative;
	background: #ffbe58;
	padding: 10px 15px 5px 15px;
	display: inline-block;
	border-radius: 5px 5px 0 0;
}
.teaser-head h2 {
	font-size: 1.5em;
	line-height: 1em;
	color: #03067c;
	font-weight: 800;
	text-transform: uppercase;
}
.teaser-text {
	background: #03067c;
	color: #fff;
	padding: 15px;
	border-radius: 0 5px 5px 5px;
}
.teaser-text p {
	font-size: 1em;
	font-weight: 300;
	letter-spacing: .5px;
}
.teaser-text a {
	color: #ffbe58;
	font-weight: 800;
}
@media (min-width: 576px) {
.teasers {
	padding: 50px 8%;
}
.teaser-head {
	padding: 15px 25px 5px 25px;
}
.teaser-head h2 {
	font-size: 1.75em;
}
.teaser-text {
	padding: 25px;
}
.teaser-text p {
	font-size: 1.25em;
}
}
@media (min-width: 992px) {
.teasers {
	padding: 50px 4%;
}
}
@media (min-width: 1200px) {
.teasers {
	padding: 50px 7%;
}
}
@media (min-width: 1600px) {
.teasers {
	padding: 50px 9%;
}
.teaser-head h2 {
	font-size: 2em;
}
.teaser-text p {
	font-size: 1.5em;
}
}


/* Header Group */
hgroup {
	margin: 20px 0;
}
@media (min-width: 768px) {
hgroup {
	margin: 0 0 40px 0;
}
}


/** Intro **/
.intro {
	padding: 20px 2%;
	text-align: center;
}
@media (min-width: 768px) {
.intro {
	padding: 20px 2%;
	text-align: left;
}
}
@media (min-width: 1200px) {
.intro {
	padding: 50px 15%;
}
}

/* Aligns */
.align-center {
	text-align: center;
}

/* Text */
strong {
	font-weight: 800;
}
h1 {
	font-size: 3em;
	line-height: 1em;
	font-weight: 800;
	margin: 0 0 10px 0;
}
h1+p {
	font-size: 1.25em;
	line-height: 1.2em;
	font-weight: 800;
}
h2 {
	font-size: 2.5em;
	line-height: 1em;
	font-weight: 800;
	margin: 0 0 10px 0;
}
h2+p {
	font-size: 1.25em;
	line-height: 1.2em;
	font-weight: 800;
}
h3 {
	font-size: 1.7em;
	line-height: 1em;
	font-weight: 800;
}
p {
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: 300;
}
@media (min-width: 992px) {
h1 {
	font-size: 3.5em;
}
h1+p {
	font-size: 1.5em;
}
h2 {
	font-size: 3.5em;
	line-height: 1em;
	font-weight: 800;
	margin: 0 0 10px 0;
}
h2+p {
	font-size: 1.75em;
	line-height: 1.2em;
	font-weight: 800;
}
p {
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: 300;
}
}
@media (min-width: 1200px) {
h1 {
	font-size: 4em;
}
h1+p {
	font-size: 1.5em;
}
}

/* Pics */
.textpic {
	width: 100%;
	height: 300px;
	margin: 0 0 20px 0;
	position: relative;
}
.textpic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.textpic-bubble {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: #03067c;
	position: absolute;
	left: -50px;
	top: 100px;
	text-align: center;
	padding: 30px 18px;
	color: #fff;
	font-weight: 800;
	font-size: 1.15em;
	line-height: 1em;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.2); 
	box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.2);
}
@media (min-width: 992px) {
.textpic {
	height: 400px;
	margin: 10px 0 0 0;
}
}
.textpic-bubble .yellowtxt {
	color: #ffbe58;
	font-size: 1.5em;
	line-height: .9em;
}

/* Rules & Dividers */
.housedivider {
	width: 120px;
	height: auto;
	margin: 0 auto;
}
.housedivider img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.secdivider {
	width: 50%;
	border-top: 1px dotted #03067c;
	margin: 50px auto;
}
.secdivider-lr {
	width: 75%;
	border-top: 1px dotted #03067c;
	margin: 20px auto;
}
@media (min-width: 992px) {
.secdivider {
	width: 25%;
	margin: 50px auto;
}
.secdivider-lr {
	width: 50%;
	margin: 20px 0;
}
}


/* Services */
.services {
	padding: 0 2% 0 2%;
}
.service {
	text-align: center;
}
.service-icon {
	width: 100px;
	height: 100px;
	background: #ffbe58;
	margin: 20px auto;
	padding: 20px;
	border-radius: 50%;
}
.service-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.service a {
	text-transform: uppercase;
}
@media (min-width: 992px) {
.services {
	padding: 50px 5% 0 5%;
}
.service {
	padding: 0 20px;	
}
.service-icon {
	width: 140px;
	height: 140px;
}
.service p {
	font-size: 1.1em;	
}
}
@media (min-width: 1600px) {
.services {
	padding: 30px 15%;
}
.service p {
	font-size: 1.3em;	
}
}

/* Testimonial */
.testimonial {
	width: 100%;
	background: #03067c;
	padding: 50px 5%;
	color: #fff;
	text-align: center;
}
blockquote p::before {
  	content: open-quote;
}
blockquote p::after {
  	content: close-quote;
}
blockquote {
  	quotes: "“" "”" "‘" "’";
}
.testimonial h2 {
	color: #ffbe58;
	margin: 0 0 0 0;
}
.blockquote p {
	font-size: 1em;
	line-height: 1.3em;
	color: #fff;
}
.blockquote-footer {
	text-align: center;
	font-weight: 300;
	font-size: 1em;
	line-height: 1em;
	margin: 20px 0 0 0;
	color: #fff;
}
.blockquote-footer cite {
	margin: 0!important;
}
.blockquote-footer::before {
    content: none;
}
.rating {
	color: #ffbe58;
	margin: 10px 0 0 0;
}
@media (min-width: 768px) {
.testimonial {
	padding: 60px 5%;
}
.blockquote p {
	font-size: 1em;
	margin: 0 0 0 30px;
}
}
@media (min-width: 992px) {
.testimonial {
	padding: 60px 10%;
}
blockquote {
	margin: 0;
	width: 100%;
}
.blockquote p {
	font-size: 1.2em;
	margin: 0 0 0 30px;
}
}

/** Footer **/
.footer {
	padding: 30px 2%;
	text-align: center;
	border-top: 1px solid #03067c;
}
.footer ul {
	list-style: none;
	margin-left: -40px;
}
.footer ul li {
	font-size: 1.2em;
	font-weight: 300;
}
.footer h3 {
	font-weight: 800;
	margin: 20px 0 10px 0;
}
@media (min-width: 768px) {
.footer {
	text-align: left;
}
}
@media (min-width: 992px) {
.footer {
	padding: 30px 5%;
}
}
@media (min-width: 1200px) {
.footer {
	padding: 30px 12%;
}
}


/** Links **/
a {
	color: #ffbe58;
	text-decoration: underline;
	font-weight: 900;
}
a:hover {
	color: #03067c;
	text-decoration: none;
}
.teaser-text a:hover {
	color: #ffbe58;
}
.footer li a {
	color: #ffbe58;
	text-decoration: underline;
	font-weight: 900;
}
.footer li a:hover {
	color: #03067c;
	text-decoration: none;
}
.footer-imprint {
	text-align: center;
	margin: 20px 0 0 0;
}
.footer-logo {
	width: 300px;
	height: auto;
	margin: 0 auto 20px  auto;
}
.footer-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}