@font-face {
	font-family: "Open Sans";
	src: url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"),
	url("../fonts/OpenSans-Bold.woff") format("woff"),
	url("../fonts/OpenSans-Bold.ttf") format("truetype"),
	url("../fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
	font-weight: 700;
}

@font-face {
	font-family: "Open Sans";
	src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"),
	url("../fonts/OpenSans-Regular.woff") format("woff"),
	url("../fonts/OpenSans-Regular.ttf") format("truetype"),
	url("../fonts/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
	font-weight: 300;
}

@font-face {
	font-family: "Open Sans";
	src: url("../fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"),
	url("../fonts/OpenSans-Light.woff") format("woff"),
	url("../fonts/OpenSans-Light.ttf") format("truetype"),
	url("../fonts/OpenSans-Light.svg#OpenSans-Light") format("svg");
	font-weight: 200;
}

* {
	box-sizing: border-box;
}

b {
    font-weight: 700;    
}

body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.teaserBackground {
	background-image: url("../images/background.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100vh;
	position: relative;
}

.verticalAlignWrapper {
	display: table;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.verticalAlignCell {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

h1 {
	color: #fff;
	font-size: 60px;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	margin: 0;
}

h2 {
	color: #fff;
	font-size: 24px;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	margin:0;
}

.bookButton {
	padding: 15px 45px;
	border: 2px solid #fff;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	color: #fff;
	display: inline-block;
	cursor: pointer;
	margin-top: 20px;
	text-decoration: none;
}

.textComponent {
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	color: #000;
	text-align: center;
}

.innerTextWrapper {
	width: 100%;
	max-width: 550px;
	margin: 0 auto;
}

.textComponent .headline {
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	font-size: 24px;
	margin-bottom: 40px;
	padding-left: 10px;
	padding-right: 10px;
}

.textComponent .text {
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
}

.signUpComponent {
	background-image: url("../images/background2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 30px;
	padding-bottom: 150px;
}

.signUpComponent .headline {
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	color: #fff;
	font-size: 40px;
	text-align: center;
}

.signUpComponent .subHeadline {
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	color: #fff;
	font-size: 24px;
	text-align: center;
	margin-bottom: 40px;
}

.container {
	max-width: 1100px;
	margin: 0 auto;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

.signUpComponent .inputBox {
	width: 100%;
	background-color: #fff;
	padding: 10px;
	border: 2px solid #ddd;
	margin-top: 15px;
	margin-bottom: 15px;
}

.signUpComponent .inputLabel {
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	color: #000;
	font-size: 10px;
}

.signUpComponent .inputLabel.active {
	font-weight: 700;
}

.signUpComponent .inputBox input {
	width: 100%;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	color: #000;
	font-size: 16px;
	border: none;
}

.signUpComponent .inputBox input:focus,
.inputBox textarea:focus {
	outline: none;
}

.inputBox textarea {
	border: 0;
	width: 100%;
	height: 150px;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	color: #000;
	font-size: 16px;
}

.sendButton {
	background-color: rgb(190, 201, 0);
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	color: #fff;
	margin-top: 15px;
	padding-top: 15px;
	cursor: pointer;
	padding-bottom: 15px;
}

.sendButton.disabled {
	background-color: #d3d3d3;
	color: #aaa;
	cursor: auto;
}

.footer  {
	width: 100%;
	text-align: center;
	padding-top: 45px;
	padding-bottom: 45px;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	color: #000;
	font-size: 16px;
	background-color: #fff;
}


.footer a {
	color: #000;
	font-weight: 700;
}

.checkLegalText {
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	color: #fff;
	font-size: 16px;
	user-select: none;
}

.checkLegalText a {
	color: #fff;
}

.contactOptions {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.contactOptions .option {
	display: table-cell;
	font-size: 0;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

.phoneIcon {
	display: inline-block;
	height: 42px;
	width: 100%;
	background-size: contain;
	background-image: url("../images/phone.png");
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	margin-right: 10px;
}


.mailIcon {
	display: inline-block;
	height: 42px;
	width: 100%;
	background-size: contain;
	background-image: url("../images/mail.png");
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	margin-right: 10px;
}

.contactText {
	vertical-align: middle;
	font-size: 38px;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	color: #fff;
	display: inline-block;
}

.contactText a {
	text-decoration: none;
	color: #fff;
}


.textComponent.orange {
	background-color: #a5ac1c;
	color: #fff;
}

#mapTable {
	width: 100%;
	display: table;
	height: 500px;
	table-layout: fixed;
}

#mapOverlay {
	display: table-cell;
	height: 500px;
	width: 500px;
	padding-top: 60px;
	background-color: #fff;
}

#mapOverlay .headline {
	font-size: 28px;
	text-align: center;
	font-family: "Open Sans", sans-serif;
	margin-bottom: 30px;
}

#mapOverlay .text {
	font-size: 16px;
	text-align: center;
	font-family: "Open Sans", sans-serif;
	color: #000;
	padding-left: 50px;
	padding-right: 50px;
}

#mapOverlay .table {
	width: 100%;
	margin-top: 30px;
	display: table;
	padding-left: 30px;
	padding-right: 30px;
}

#mapOverlay .location {
	padding-left: 10px;
	padding-right: 10px;
	display: table-cell;
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	color: #000;
	text-align: center;
}

.houseIcon {
	background-image: url("../images/house.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 32px;
	margin-bottom: 10px;
}

#springsMap {
	display: table-cell;
	width: 100%;
	height: 500px;
}

@media screen and (max-width: 1000px) {
	#mapTable {
		display: block;
		height: auto;
	}

	#mapOverlay {
		display: block;
		width: 100%;
		height: auto;
		padding-bottom: 60px;
	}

	#springsMap {
		display: block;
		width: 100%;
		height: 500px;
	}
}

@media screen and (max-width: 810px) {
	.contactText {
		font-size: 24px;
	}

	.mailIcon,
	.phoneIcon {
		height: 24px;
	}
}