
body, .wpcf7-form {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

#page_wrapper {
    /*margin-top: 15px;*/
}

form.wpcf7-form input,
form.wpcf7-form textarea {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    color: #555;
    padding: 6px 8px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

form.wpcf7-form input[type="submit"] {
    background-image: none;
    background-color: #76a934;
    color: #fff;
    font-weight: bold;
}

.wpcf7-form p {
    margin-bottom: 25px;
}

#post-7 form input {
    width: 300px;
}

#header_wrapper {
    height: 138px;
}

#header {
    display: none;
}

#header_bar_wrapper {
    display: none;
}

#navigation_wrapper {
    /*height: 120px;*/
    /*margin-top: 4px;*/
    /*background: url(images/header2.jpg);*/
     box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
     -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
}

.brand {
    /*color: #fff;*/
    /*font-size: 46px;*/
    /*font-size: 46px;*/
    /*line-height: 56px;*/
    /*padding-top: 15px;*/
    /*margin-left: -3px;*/
    /*text-transform: none;*/
    /*font-family: 'Handlee', cursive;*/
    /*font-weight: bold;*/
    /*text-shadow: 0 1px 3px #494949;*/
    /*text-shadow: 0 1px 3px #476327;*/
    /*-moz-text-shadow: 0 1px 3px #476327;*/
    /*-webkit--text-shadow: 0 1px 3px #476327;*/
}

.brand img{width: 100%;}

@media screen and (max-width: 750px) {
    .brand {
        padding-top: 45px;
        font-size: 36px;
    }
}

@media screen and (max-width: 460px) {
    .brand {
        font-size: 26px;
    }
}

#sidebar .widgets {
    margin-bottom: 20px;
}

#sidebar .widgets h3 {
    padding-bottom: 3px;
    border-bottom: 1px solid #76a934;
}

#sidebar .widgets .textwidget ul {
    margin-left: 25px;
}

#sidebar .widgets .textwidget li {
    font-size: 14.5px;
    line-height: 15px;
    padding-left: 2px;
}

#sidebar .widgets .textwidget li a {
    color: #666;
}

#sidebar .widgets .textwidget li:last-child a {
    text-decoration: underline;
}

/* Page styles */

h1 {
    /*font-family: 'Courgette', cursive;*/
    font-family: 'Handlee', cursive;
    font-size: 34px;
    margin: 0;
}

h2 {
    font-size: 20px;
    color: #76a934;
}

h2 {
    font-size: 20px;
    color: #76a934;
    margin-top: 30px;
}

h3 {
    font-size: 16px;
    color: #222;
}

blockquote {
    color: #76a934;
    border: 0;
}

table {
    border: 0;
}

table td {
    text-align: left;
}

#wrapper .page-layout {
    font-size: 15px;
    line-height: 1.6em;
}

#wrapper .page-layout {
    margin-bottom: 30px;
}

#wrapper .page-layout ul {
    margin-left: 24px;
}

#wrapper .page-layout ul li {
    padding: 0 0 10px 6px;
    list-style-position: outside;
}

#wrapper .page-layout ul ul {
    margin: 0 0 0 20px;
}

/* Homepage */

#post-5 h2 {
    border-bottom: 1px solid #76a934;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

#post-5 img {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #e5e5e5;
    padding: 5px;
}

/* Footer */

#footer_wrapper {
    background-color: #f5f5f5;
    border-color: #e5e5e5;
}

#footer {
    font-size: 14px;
    line-height: 20px;
}

#footer h3 {
    border: 0;
    margin-bottom: 0 !important;
}

#footer a {
    color: #999;
    text-decoration: underline;
}

#footer_nav {
    display: none;
}

#copyright_wrapper {
    background-color: #fff;
    border-top-color: #e5e5e5;
}

#copyright a {
    color: #aaa;
}

#copyright .last{ display: none; }

/* Kontakt-Box */
.kontakt-liste {
    margin: 40px 0;
    font-size: 15px;
}

.kontakt-liste .aufforderung {
    color: #76a934;
    font-size: 16px;
    margin-bottom: 20px;
}

.kontakt{
    margin-bottom: 20px;
}

.kontakt .bild {
    float: left;
    width: 120px;
}

.kontakt .text {
    float: left;
    margin-left: 20px;
}

.kontakt .text .fa {
    width: 12px;
    text-align: center;
    margin-right: 8px;
}

.kontakt .text .name {
    font-size: 18px;
    margin-bottom: 5px;
}

.kontakt .text .titel {
    margin-top: 0;
}

.kontakt:after {
    content: '';
    clear: both;
    display: block;
}