/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto/roboto-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

body{
	font-family: 'Roboto', Verdana, sans-serif;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Roboto', Verdana, sans-serif;
}	
p{
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0;
    color: #666;
    line-height: 1.6em;
    margin: 0.5em 0 0.5em 0;
}
a {
    color: #fbb910 !important;
}

.top-nav ul li a {
    letter-spacing: 0;
}

#toTop {
    width: 49px;
    height: 49px;
}

h3.tittle-w3l {
    margin-bottom: 1em;
}
.tittle-w2 {
    font-size: 3em;
    color: #061e4f;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1em;
}
h4.tittle-w3l {
    font-size: 2em;
    color: #fbb910;
    text-transform: none;
    text-align: center;
    margin-bottom: 0.5em;
}

.caption {
    font-size: 0.8em;
}
.btn-mcs {
    color: #fff;
    background-color: #fbb910;
    border-color: #fbb910;
}

.header{
	background: #061e4f;	
}
.footer {
    background: #061e4f;
}



.footer p {
	color: #fff !important;
}
.property-grids {
    background: #061e4f;
}
figure.effect-moses {
    background: -webkit-linear-gradient(-45deg, #000 0%,#000 100%);
    background: linear-gradient(-45deg, #000 0%,#000 100%);
        background-color: rgba(0, 0, 0, 0);
    	background: rgba(0, 51, 102, 0);
        background-image: linear-gradient(-45deg, rgb(0, 51, 102) 0%, rgb(0, 51, 102) 100%);
}
.header img {
	float: left;
	margin-right: 10px;
	height: 62px;
	width: auto;
}
@media (max-width: 414px) {
.header img {
	float: none;
	clear: both;
	margin-bottom: 10px;
}
}
.navbar-brand span {
    font-size: 14px;
    letter-spacing: 2px;	
	font-family: 'Roboto', Verdana, sans-serif;
    text-transform: uppercase;
}
.w3ls_footer_grid h2 span {
	font-family: 'Roboto', Verdana, sans-serif;
    display: block;
    color: #ffffff;
    font-weight: 100;
    font-size: 14px;
	padding-top: 4px;
	line-height: 1.2em;
}
@media (max-width: 414px) {
  h1 a.navbar-brand {
    font-size: 0.9em ;
}
}
.top-nav {
    margin: 1em 0 1em 0;
}
.top-nav ul li a:hover, .top-nav ul li a.active{
    color: #fbb910 !important;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fbb910 !important;
}
@media (max-width: 767px) {
	.navbar-nav {
    background: rgba(36, 64, 97, 0.7);
}
}
.banner {
	background-image: url(../images/banner.jpg);
}

.w3l_banner_info h3 {
    color: #061e4f;
    letter-spacing: 0;
    text-transform: lowercase;
}
.w3l_banner_info p {
    text-transform: none;
    color: #061e4f;
	font-size: 1.2em;
	letter-spacing: 0;
	margin: 1em 0 6em;
}
.flex-control-nav {
    top: 0;
}
.flex-control-paging li a {
    color: #fff !important;
    background: #061e4f;
}
.flex-control-paging li a.flex-active  {
    color: #061e4f !important;
    background: #fff;
}



.agileinfo_banner_bottom_left h3 {
    text-transform: none;
}
.w3l-services-grid ul {
    color: #c5c5c5;
	margin-left: 12px;
}
.w3l-services-grid:nth-child(1),
.w3l-services-grid:nth-child(2),
.w3l-services-grid:nth-child(3) {
    padding-top: 0;
    padding-bottom: 1em;
}
.w3l-services-grid:hover div.w3ls-services-img i {
    color: #fbb910;
}
.betreuung {
	background: url(../images/bg-betreuung.jpg)no-repeat center fixed;
	background-size: cover;
	padding:3em 0;
	color: #fff;
}
.agileits-services-info p,
.agileits-services-info ul {
	color: #fff;
}
.property-grids ul {
	color: #fff;
	margin-left: 12px;
	text-align: left;
}
.home-agile-text.w3-tex-2 {
    padding: 1em 2em;
}
.home-agile-text h4 {
	font-size: 2em;
    margin: 0.5em 0 0.5em 0;
    line-height: 1.8em;
}
.home-agile-text p {
    margin: 0.5em 0 0.5em 0;
    line-height: 1.8em;
}
#umgebung img {
	width: 100%;
	height: 100%;
}
@media (max-width: 767px) {
#umgebung  .sm-margin {
	margin-bottom: 1em;
}
}
.kontakt, .termine, .umgebung {
	padding:3em 0;
}
.impressum {
	padding:0 15px 2em 15px;
}
.impressum.center {
	text-align: center;
}

@media (max-width: 767px) {
.impressum.center {
	margin-left: 15px;
	margin-right: 15px;
}
}
.contact-left-w3ls .glyphicon {
    border: 1px solid #fbb910;
    padding: 10px 15px;
    color: #fbb910;
}