html, body{
    height: 100%;
}

body{
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    color: #505050;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
    font-family: 'Oswald', sans-serif;
}

.top-info-bar{
    width: 100%;
    height: 40px;
    font-size: 0.9em;
    z-index: 9999;
    position: relative;
    background: #4E4D4A;
    color: #ecf0f1;
    border-bottom: 1px solid #666;
}

.top-info-bar .phone{
    display: inline-block;
    padding: 10px;
}

.top-info-bar a{
    color: #ecf0f1;
    display: inline-block;
    padding: 10px 10px 11px 10px;
    -webkit-transition: background 500ms;
        -moz-transition: background 500ms;
            transition: background 500ms;
}

.top-info-bar a.first-child{
    margin-left: -25px;
}

.top-info-bar a:hover{
    text-decoration: none;
    background: #242424;
}

.top-info-bar .hidden-sm{
    display: inline-block !important;
}

@media (min-width: 768px) and (max-width: 991px){
    .top-info-bar .hidden-sm {
        display: none !important;
    }
}

.slogan{
    margin-top: -20px;
    margin-bottom: 3px;
}

@media (min-width: 768px) and (max-width: 991px){
 
    .slogan{
        margin-top: -35px;
    }
    
}

@media(max-width: 449px){
    .slogan{
        margin-top: 0px !important;
    }
    .slogan h3{
        top: 0 !important;
    }
}

@media(max-width: 768px){
    
    .slogan{
        text-align: center;
        margin-top: -25px;
    }
    /*
    .logo{
        max-width: 190px;
        height: auto;
    }
    */
}

.logo{
    background: url(../images/logo.png) no-repeat left center;
    width: 210px;
    height: 83px;
    display: inline-block !important;
    padding: 0;
    margin: 0;
}

.slogan h3{
    display: inline-block;
    padding: 17px 0 0 12px;
    margin: 0;
    color: #909090;
    font-size: 1.3em;
    position: relative;
    top: 60px;
}

.navbar-static-top{
    right: 0;
    left: 0;
}

.navbar{
    margin-bottom: 0px !important;
}

.navigation{
    background: #fff;
    border: 0;
    -webkit-box-shadow: 0 0 16px 0 rgba(50, 50, 50, 0.3);
        -moz-box-shadow: 0 0 16px 0 rgba(50, 50, 50, 0.3);
            box-shadow: 0 0 16px 0 rgba(50, 50, 50, 0.3);
    transition: all 1s;
}

.navigation .navbar-nav{
    margin-top: 20px;
}

.navigation .navbar-nav > li > a{
    font-size: 14px;
    color: #444;
    text-shadow: none;
    margin-left: 10px;
    border: 2px solid rgba(0, 0, 0, 0);
    padding: 6px 10px;
    background: none;
    -webkit-transition: background .9s;
        -moz-transition: background .9s;
            -transition: background .9s;
}

.navigation .navbar-nav > li a:hover,
.navigation .navbar-nav > li a:focus{
    background: #4E4D4A;
    color: #eee;
    filter: none;
    padding: 6px 10px;
    text-decoration: none;
    box-shadow: none;
    border-radius: 3px;
}

.navigation .navbar-nav > .active > a, .navigation .navbar-nav > .active > a:hover,
.navigation .navbar-nav > .active > a:focus{
    color: #fff;
    filter: none;
    padding: 6px 10px;
    text-decoration: none;
    box-shadow: none;
    border-radius: 3px;
    background: #55B430;
    font-weight: 600;
}

@media (min-width: 768px) and (max-width: 991px){
    
    .navigation{
        height: 85px;
    }
 
    .navigation .navbar-nav{
        margin-top: -50px;
    }

    
}

@media(max-width: 768px){
    
    .navigation .navbar-nav{
        margin-top: 0px !important;
        border-top: 1px solid #CCCCCC;
    }

    
    .navigation .navbar-header > .navbar-toggle{
        padding: 8px;
        display: block;
        margin: 0 auto;
        float: none;
    }
    
    .navigation .navbar-toggle .icon-bar{
        background: #505050;
    }
    
    .navigation .navbar-nav > li a{
        color: #505050;
        margin-left: 0px;
    }
    
    .navigation .navbar-nav li{
        padding-top: 2.5px;
    }
    
    .navigation .navbar-nav > .active > a, .navigation .navbar-nav > .active > a:hover,
    .navigation .navbar-nav > .active > a:focus{
        background: #55B430;
    }
}

.text-color{
    color: #55B430; 
}

.text-15px{
    font-size: 15px;
}

.left-1em{
    padding-left: 1em;
}

.primary-font{
    font-family: 'Roboto', sans-serif;
}

.headline{
    padding-bottom: 1px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    line-height: 50px;
}
.headline span{
    padding-bottom: 4px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
h3.headline span{
    padding-bottom: 8px;
}

.features, .start{
    margin-top: 30px;
    margin-bottom: 60px;
}

.feature-item i{
    float: left;
    margin: 20px 15px 0 0;
    -webkit-transition: all 500ms;
        -moz-transition: all 500ms;
            transition: all 500ms;
}

.feature-item .item-desc{
    overflow: hidden;
}

.portfolio{
    margin-bottom: 30px;
}

.portfolio-item > .portfolio-img{
    position: relative;
    display: block;
    overflow: hidden;
}

.portfolio-item > .portfolio-img > img{
    border-radius: 3px;
}

.portfolio-item > .portfolio-img > .hover{
    position: absolute;
    left: -40px;
    width: auto;
    height: 100%;
    padding: 10px;
    bottom: 0;
    background: #505050;
    color: #fff;
    -webkit-transition: left 500ms;
        -moz-transition: left 500ms;
            -transition: left 500ms;
}

.portfolio-item > .portfolio-img > .hover li > a{
    color: #fff;
    font-size: 21px;
}

.portfolio-item > .portfolio-img > .hover li{
    margin-top: 10px;
}

.portfolio-item > .portfolio-img:hover > .hover{
    left: 0;
}

.portfolio-desc{
	padding: 0 5px;
	margin-bottom: 20px;
}
.portfolio-desc > h3{
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 10px;
}

.contact-headline{
    margin-top: 0;
}

.kontakt .panel-heading{
    color: #fff;
    background: #55B430;
    -webkit-border-radius: 0 0 0 0;
        -moz-border-radius: 0 0 0 0;
            border-radius: 0 0 0 0;
    border-bottom: 1px solid 
}

.kontakt .panel-body{
    background: #F7F7F7;
}

.kontakt .panel-body .section-title{
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    margin-top: 0;
    padding-bottom: 10px;
    padding-top: 0;
    text-transform: uppercase;
}

.kontakt .panel{
    border: 1px solid #eee;
    -webkit-border-radius: 0 0 0 0;
        -moz-border-radius: 0 0 0 0;
            border-radius: 0 0 0 0;
    margin-top: 15px;
}

.kontakt input, .kontakt textarea{
    -webkit-border-radius: 0 0 0 0;
        -moz-border-radius: 0 0 0 0;
            border-radius: 0 0 0 0;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    height: auto;
    margin-top: 0;
    margin-bottom: 10px;
}

.kontakt input:focus, .kontakt textarea:focus{
    border-color: #55B430;
    -webkit-box-shadow: none;
        -moz-box-shadow: none;
            box-shadow: none;
}

.btn-primary{
    color: #fff;
    background: #55B430;
    border: none;
    -webkit-border-radius: 0 0 0 0;
        -moz-border-radius: 0 0 0 0;
            border-radius: 0 0 0 0;
}

.btn-primary:hover, .btn-primary:focus{
    background: #50B265;
}

.main-footer{
    background: #353432;
    margin-top: 30px;
    -webkit-box-shadow: 0 -2px 6px -2px #000;
        -moz-box-shadow: 0 -2px 6px -2px #000;
            box-shadow: 0 -2px 6px -2px #000;
    color: #ECF0F1;
}

.main-footer h3{
    border-bottom: 1px solid #4E4D4A;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.main-footer h3 > span{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 5px;
}

.sub-footer .container{
    border-top: 1px solid  #4E4D4A;
    padding-top: 15px; 
    margin-top: 10px;
}

.sub-footer a{
    color: #55B430;
}

.sub-footer a:focus, .sub-footer a:hover{
    text-decoration: underline;
}

.modal{
    z-index: 11000;
}

.modal-backdrop{
    z-index: 10000;
}