body {
    font-family: 'Open Sans', sans-serif;
}

textarea {
    resize: vertical;
}

#get {
    background: url(http://http-get.de/get.gif) no-repeat;
}

.content-main {
    min-height: 700px;
}

.footer-main {
    padding: 4rem 0 .4rem 0;
    margin-top: 4rem;
    background-color: #fff;
}

/* Google Maps on contact page */
.map {
    width: 100%;
    position: relative;
    height: 500px;
    margin-top: 50px;
}

.map:before, .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.map:before {
    content: '';
    z-index: 1;
}

.map iframe {
    border: none;
}

.map.active {
    z-index: 1
}

.map.active:before {
    z-index: 0
}

.wpt img {
    max-width: 100px;
}

.powered-by {
    font-size: 14px;
    font-weight: 500;
}

.powered-by small {
    font-size: 10px;
}

.wpt-adress {
    font-size: 12px;
}

.heading {
    background-color: #fff;
    border-top: 7px #000 solid;
    padding: 40px 0;
    line-height: 40px;
}

.heading .media-body {
    font-size: 11px;
    line-height: normal;
}

header {
    background-image: url('/images/header.jpg');
    min-height: 450px;
}

header .bg-light {
    background-color: #71b100 !important;
    color: #fff;
}

.logo {
    font-size: 3rem;
    color: #71b100;
    font-weight: 700;
    transition: all .4s;
}

.logo:hover {
    color: #507909;
    text-decoration: none;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    transition: all .4s;
    font-size: 1.15rem;
    margin: 0 60px;
}

#maedchenname{
    position:absolute;
    top:-9999px;
    left:-9999px;
}

@media screen and (max-width:1200px) {
    .navbar-light .navbar-nav .nav-link {
        margin: 0 30px;
    }    
}

footer hr {
    border-color: #71b100;
}

footer a {
    color: #71b100;
    transition: all .3s;
}

footer {
    -webkit-box-shadow: 0px -1px 5px -1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px -1px 5px -1px rgba(0,0,0,0.1);
    box-shadow: 0px -1px 5px -1px rgba(0,0,0,0.1);
}

footer a:hover, footer a:focus {
    color: #507909;
    text-decoration: none;
}

footer .fa {
    padding: 10px 15px 0 0;
    font-size: 1.6rem;
}

footer h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 25px 0 10px 0;
}

footer h2 {
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 25px 0 10px 0;
}

.footer-phone-number {
    font-weight: 600;
    font-size: 2.8rem;
}

.footer-email-link {
    font-size: 1.2rem;
    border-left: 3px #666 solid;
    padding: 10px 75px;
}

.home-section .card {
    border-radius: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: none;
    border-right: none;
    background-color: #71b100;
    text-align: center;
    margin: 60px 0;
    font-size: 1.25rem;
    font-weight: 700;
}

.home-section .card:hover {
    border-top: 5px #507909 solid;
    border-bottom: 5px #507909 solid;
}

.home-section a:hover {
    text-decoration: none;
}

.home-section a {
    color: #fff;
    text-align: center;
}

h1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.85rem;
    padding: 5px 0;
    margin: 30px 0 20px 0;
}

a {
    color: #71b100;
    transition: all .3s;
}

a:hover, a:focus {
    color: #507909;
    text-decoration: none;
}

::-moz-selection {
    color: #fff;
    background: #71b100;
}

::selection {
    color: #fff;
    background: #71b100;
}