body { font-family: 'Roboto', sans-serif; background-image: url("images/concrete-bg_xs.jpg")}
p { font-size: 20px;}
h1 { font-size: 28px;}
.form-control { border: 0px; border-radius: 0; background-color: #EBEBEB;}
.btn-primary { border: 0px; border-radius: 0; background-color: #1B98E0;}
.color_01{ color: #004F9E;}
.color_02{ color: #1B98E0;}
.bg_color_01{ background-color: #004F9E;}
.bg_color_02{ background-color: #1B98E0;}
.bg_lightgrey{ background-color: #EBEBEB;}
.darkgrey{ color: #707070;}
.vertical-center {
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	}
.smallFont{ font-size: 13px;}
.marg{ margin: 15px 15px 15px 15px;}
.paddi{ padding: 15px 15px 15px 15px;}
.no-webp .masthead {
  height: 10vh;
  min-height: 311px;
  background-image: url('images/StadtvillaWeb_xs.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.webp .masthead {
  height: 10vh;
  min-height: 311px;
  background-image: url('images/StadtvillaWeb_xs.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}