/*------------------------------------*\
	COMMONS CLASSES
\*------------------------------------*/



/* roboto-slab-regular - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('fonts/roboto-slab-v24-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/roboto-slab-v24-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-slab-500 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('fonts/roboto-slab-v24-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/roboto-slab-v24-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-slab-700 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('fonts/roboto-slab-v24-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/roboto-slab-v24-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('fonts/raleway-v28-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/raleway-v28-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

h1, h2, h3, h4, h5, h6
{
    font-family: 'Roboto Slab', serif;
}

h1, h2, h3, h4, h5, h6
{
    margin-bottom: 1.1em;
}

.features,
.blog,
.gallery,
.clients,
.prefooter .container-fluid
{
    padding-top: 3.3em;
    padding-bottom: 4.2em;
}

span.typcn::before, i.typcn::before
{
    font-size: 2em;
}

span.x2:before, i.x2:before
{
    font-size: 3.4em;
}

span.x3:before, i.x3:before
{
    font-size: 4.4em;
}

span.x4:before, i.x4:before
{
    font-size: 6em;
}


/*------------------------------------*\
	HEADER
\*------------------------------------*/

header .container-fluid
{
    background-image: url('images/Kueche_BoardingAachen.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
    padding-top: 36px;
}




.logo
{
    background: none;
    border: 0px;
}

.jumbotron
{
    background: none;
    text-align: center;
}

.jumbotron h1,
.jumbotron h2,
.jumbotron h3,
.jumbotron h4,
.jumbotron h5,
.jumbotron h6,
.jumbotron small
{
    color: #FFFFFF;
}

.jumbotron p
{
    color: #FFFFFF;
    margin-bottom: 5%;
}


/*------------------------------------*\
	SECTIONS
\*------------------------------------*/

.number .container-fluid
{
    background-image: url('images/Garten_BoardingAachen.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.opalineGreen
{
    padding-top: 3em;
    padding-bottom: 3em;
    background-color: rgba(145, 167, 36, 0.75);
}
.opalineGreen h1,
.opalineGreen h2,
.opalineGreen h3,
.opalineGreen h4,
.opalineGreen h5,
.opalineGreen h6,
.opalineGreen p
{
    color: #FFFFFF;
}


.restricts .container-fluid
{
    background-image: url('images/Schlafzimmer_niedriger_BoardingAachen.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.opalineWhite
{
    padding-top: 3em;
    padding-bottom: 3em;
    background-color: rgba(255,255,255, 0.70);
}
.opalineWhite h1,
.opalineWhite h2,
.opalineWhite h3,
.opalineWhite h4,
.opalineWhite h5,
.opalineWhite h6,
.opalineWhite p
{
    color: #666666;
}



.story .container-fluid
{
    background-image: url('images/Drachen_BoardingAachen.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.opalineBlue
{
    padding-top: 3em;
    padding-bottom: 3em;
    background-color: rgba(105,163,231, 0.75);
}
.opalineBlue h1,
.opalineBlue h2,
.opalineBlue h3,
.opalineBlue h4,
.opalineBlue h5,
.opalineBlue h6,
.opalineBlue p
{
    color: #FFFFFF;
}




.opaline .boxes
{
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 5px;
    border: 1px solid #FFF;
}

.boxes .odometer.odometer-theme-default
{
  font-family: 'Roboto Slab', serif;
}



.gallery
{
    background-color: #cccccc;
}

.prefooter .container-fluid
{
    background: linear-gradient(
      rgba(207, 128, 68, 0.60),
      rgba(207, 128, 68, 0.10)
    ),

    url('images/Flur_sBoardingAachen.jpg');
}

.prefooter h1,
.prefooter h2,
.prefooter h3,
.prefooter h4,
.prefooter h5,
.prefooter h6,
.prefooter p
{
    color: #FFFFFF
}

/*------------------------------------*\
	FOOTER
\*------------------------------------*/

footer
{
    background-color: rgba(228,232,237, 1);
    padding-top: 2em;
    padding-bottom: 1.2em;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer a,
footer a:active,
footer a:visited,
footer p
{
    color: #666666;
}

footer a:hover 
{ 
    color:#88AACC; 
    text-decoration: none;
}

.social
{
    padding-top: 50px;
}
