/*
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 : 30.05.2018, 12:12:19
    Author     : Oliver Baran VESCH DIGITAL GmbH <ob@vesch.de>
*/
.kontakt .panel-grid:last-child {
    background: #FFF !important;
}

#navbar-example{
    display: none !important;
}
.newsletter-form{
    padding-left: 3%
}
.newsletter-form .row{
    margin-left: -15px;
    margin-right: -15px;
}
.newsletter-form .row .form-group{
    padding-right: 15px;
    padding-left: 15px;
}
.has-error{
    color: red;
}
.has-error .form-control{
    border-color: red;
}

.help-block{
    display: block;
    font-size: 80%;
    line-height: 1;
    margin-bottom: .5em;
}

.btn{
    
}
.newsletter-form .btn-default{
    color: #FFF;
    background: #096C30;
    text-transform: uppercase;
    float: right;
}