@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:100|Roboto:400,700,400italic,700italic);

.menubar {display:none !important;}

/* ----- GENERAL ----- */
Body {
font-family: 'Roboto', sans-serif;
font-size: 100%;
color: #747474;
  _
  background-repeat:no-repeat;
    background-size:100% 100%;
}
}

A {
color: #3878a5;
text-decoration: underline;
font-weight: bold;
}

/*------- LAYOUT --------- */
.slicknav_menu{ display: none; }

#header{
  background-image: no-repeat center top url('../Docs/images/background/logo.png');
}

#header .page_margins .page{
  margin: 1rem 0 0 0;
  padding: 0;
  height: 50px;
}

#col1_content{ padding: 0; }

#header,
#nav2,
#col1_content > .ModuleBorder,
#col1_content > .ModuleBorder.ModuleBorderfullwidth .ModuleContent{
  width: 100%;
  min-width: 760px;
  max-width: 1200px;
  margin: 0 auto;
}

/*--------- NAVIGATION -------*/
.menubar ul{
  text-align: center;
  width: 100%;
  margin: 1rem 0 0 0;
  padding: 0;
}

.menubar ul li {
  display: inline-block;
  margin: 0 15px;
  font-size: 1.2rem;
  float: none;
}

.menubar ul li a,
.menubar ul li a:hover,
.menubar ul li.active a:hover{
  color: #7CBCBB;
  font-weight: normal;
  text-transform: uppercase;
}

/*-------- MODULLAYOUTS -------*/
#col1_content > .ModuleBorder.ModuleBorderfullwidth{
width: 100%;
  max-width: 100%;
  min-width: 100%;
}

#col1_content > .ModuleBorder .subcolumns img{
  width: 100%;
  height: auto;
}

#col1_content > .ModuleBorder .subcolumns .ModuleContent{
  max-width: auto;
  min-width: auto;
  width: 100%;
}

.ModuleTitle h2{
  font-family: 'Roboto Slab', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0;
}

.ModuleContent{
  padding: 2rem 0;
}


#M1156ContentDiv {
  z-index: 10 !important;
  height: 1500px;
  width: 300px;
    background: grey;
  margin-top: -1880px;
  margin-left: -360px;
  
}


#M1142ContentDiv{
  _background:  center center url('../Docs/images/background/background-pattern-19.jpg');
  min-height: 300px;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
  margin-top:400px;
  margin-left:-400px;
 
}
}

#M1142ModuleBorder h2,
#M1142ModuleBorder h3{
	font-family: 'Roboto Slab', sans-serif;
}

#M1142ModuleBorder h2{
  font-weight: 100;
  font-size: 3rem;
}

#M1142ModuleBorder h3{
  font-size: 2rem;
  font-weight: 100;
  margin-bottom: 1rem;
}

#M1142ModuleBorder p{ font-size: 1.2rem; }

a.cta{
  border: 2px solid #fff;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5rem;
  text-decoration: none;
  padding: 0.2rem 0.7rem;
  font-weight: normal;
  background-color: rgba(255,255,255,0.3);
}

#M1139ModuleBorder{
  background: no-repeat center center url('../Docs/images/background/background-1.jpg');
  min-height: 350px;
  background-size: cover;
  color: #fff;
  

@media screen and (max-width: 760px){
  
  #header,
  #nav2,
  #col1_content > .ModuleBorder,
  #col1_content > .ModuleBorder.ModuleBorderfullwidth .ModuleContent{
    width: 100%;
    min-width: auto;
    max-width: auto;
  }
  
  .subcolumns .c50l,
  .subcolumns .c50r{
    width: 100% !important;
    float: none;
  }
  
  .subcolumns .c50l .subcl,
  .subcolumns .c50r .subcr{
    padding: 0 1rem;
  }
  
  .ModuleTitle h2{ font-size: 1.3rem; }

  #M1142ModuleBorder h2{
    font-size: 2rem;
  }

  #M1142ModuleBorder h3{
    font-size: 1rem;
  }
}


