/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14.03.2018, 11:36:59
    Author     : a.widschwendter
*/

html, body { height:100%; font-family: 'Dosis', sans-serif; }

.bg { 
    background: url('../images/bike.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap
*/

.content-height-main {
    height:812px ;
}

.content-height-sidebar {
    height:212px;
    background-color:#000;
    color:#FFF;
}

.box {
    width:600px;
    height: 200px;
    border:3px solid #000;
}
/*
.box-1 {
    border-bottom:none;
}*/

.address {
    color:#FFF;
    font-weight:400;
    font-size:13px;
    margin-top: 50px;
}

.headline {
    font-weight:600;
    margin-top:100px;
    margin-bottom: 80px;
}

a {
    color:#FFF;
}

.logo-enervit {
    margin-top:78px;
}

.logo-innrock {
    margin-top:37px;
}

.logo-innrock-sidebar {
    margin-top: 57px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
    .content-height-main {
        height:100%;
        
    }

    .content-height-sidebar {
        height:100%;
    }
    /*.box {
        float:left;
    }
    .box-1 {
        border-right:none;
        border-bottom:3px solid #000;
        float:right;
    }*/
    
    .headline {
        margin-top:290px;
        font-size:30px;
    }
    
    .logo-innrock-sidebar {

     position: relative;
   bottom:75px;
   
        
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {  }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  }
