body {
	max-width: none;
}
.masthead {
  height: 500px;
  background-image: url('/Assets/img/headline2.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.site-page {
	margin: 0 auto;
	max-width: 1920px;
}
.formular {
	background-color: #f7f8fb;
}
.formular input {
	background-color: #f7f8fb;
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #222;
}
.formular textarea {
	background-color: #ffffff;
	border-radius: 0;
	border: 1px solid #222;
}
#map_canvas {
  width: 100%;
  height: 100%;
}

#infoContainer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	max-height: 768px;
	min-height: 468px;
    height: calc(100vh - 70px);
    color: #4a4a4a;
}
.infow {
	line-height: 1.5;
	min-width: 300px;
	font-size: 16px;
}
.footer-other-content-sector {
	background: #000;
	color: #fff;
	font-weight: 300;
	font-size: 14px;
}
.footer-other-content-sector a {
	color: #fff !important;
}
.situated-left {
	float: left;
	height: 30px;
}
.situated-right {
	float: right;
	height: 30px;
}
.first-row {
    height: 50px;
    border-bottom: 1px solid #787878;
    padding: 10px 0 0 0;
}
.second-row {
    padding: 10px 0 0 0;
    height: 50px;
}
.footer-bottom-link {
	text-transform: uppercase;
}
.social-icons a {
	margin: 0 10px;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s
}

.btn-sa-primary {
    background-color: #4ba82e;
    color: #ffffff;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 0;
}
.btn-sa-primary:hover {
    color: #ffffff;
}
@media (max-width: 768px) {
	.teaser img {
		height: 150px;
	}
	.masthead {
		height: 300px;
	}
}
@media  (max-width: 468px) {
	.masthead {
		height: 250px;
	}
}
@media  (min-width: 0px) {
	.teaser img {
		height: 150px;
	}
}
@media  (min-width: 768px) {
	.teaser img {
		height: 200px;
	}
}

@media  (min-width: 1000px) {
	.teaser img {
		height: 250px;
	}
}
@media and (min-width: 1440px) {
	.teaser  {
		height: 300px;
	}
}
