
body {
    overflow-x: hidden;
    font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.text-muted {
    color: #777
}

.text-primary {
    color: #009241
}

p {
    font-size: 14px;
    line-height: 1.75
}

p.large {
    font-size: 16px
}

a, a:hover, a:focus, a:active, a.active {
    outline: 0
}

a {
    color: #550000
}

a:hover, a:focus, a:active, a.active {
    color: #801515
}

h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700
}

.img-centered {
    margin: 0 auto
}

.bg-light-gray {
    background-color: #f7f7f7
}

.bg-darkest-gray {
    background-color: #222
}

.btn-primary {
    color: #ffffff;
    background-color: #009241;
    border-color: #009241;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #fffffff;
    background-color: #009241;
    border-color: #009241
}

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    background-color: #550000;
    border-color: #009241
}

.btn-primary .badge {
    color: #550000;
    background-color: #fff
}

.btn-xl {
    color: #fff;
    background-color: #009241;
    border-color: #009241;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    font-size: 18px;
    padding: 20px 40px
}

.btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
    color: #fffffff;
    background-color: #009241;
    border-color: #009241
}

.btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
    background-image: none
}

.btn-xl.disabled, .btn-xl[disabled], fieldset[disabled] .btn-xl, .btn-xl.disabled:hover, .btn-xl[disabled]:hover, fieldset[disabled] .btn-xl:hover, .btn-xl.disabled:focus, .btn-xl[disabled]:focus, fieldset[disabled] .btn-xl:focus, .btn-xl.disabled:active, .btn-xl[disabled]:active, fieldset[disabled] .btn-xl:active, .btn-xl.disabled.active, .btn-xl[disabled].active, fieldset[disabled] .btn-xl.active {
    background-color: #009241;
    border-color: #009241
}

.btn-xl .badge {
    color: #009241;
    background-color: #ffffff;
}

.navbar-default {
    background-color: #ffffff;
    border-color: transparent
}

.navbar-default .navbar-brand {
    color: #009241;
    font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:active, .navbar-default .navbar-brand.active {
    color: #009241
}

.navbar-default .navbar-collapse {
    border-color: rgba(255, 255, 255, .02)
}

.navbar-default .navbar-toggle {
    background-color: #009241;
    border-color: #009241
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {

}

.navbar-default .nav li a {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: #009241
}

.navbar-default .nav li a:hover, .navbar-default .nav li a:focus {
    color: #009241;
    outline: 0
}
/*Hintergrund wenn Auswahl aktiv ist*/
.navbar-default .navbar-nav > .active > a {
    border-radius: 0;
    color: #ffffff;
    background-color: #009241
}

.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: white;
    background-color: #009241
}
@media (max-width: 768px) {
    .navbar-default .nav li a {
        font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-weight: 400;
        letter-spacing: 1px;
        color: #009241;
       margin-left: 20px;
    }

}
@media (min-width: 768px) {
    .navbar-default {
        background-color: #FFFFFF;
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
        border: 0
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s
    }

    .navbar-default .navbar-nav > .active > a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        /*background-color: #222;*/
        /*padding: 10px 0*/

        background-color: #FFFFFF;
        border-color: transparent;
        padding:10px 0;
        border-bottom: solid;
        border-color: #009241;
        border-width: 1px;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em
    }
}


@media (min-width: 768px) {

}

@media (min-width: 992px) {

}
@media (min-width:1200px) {

}

section {
    padding: 100px 0
}

section h2.section-heading {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px
}

section h3.section-subheading {
    font-size: 16px;
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 75px
}

@media (min-width: 768px) {
    section {
        padding: 150px 0
    }
}

.service-heading {
    margin: 15px 0;
    text-transform: none
}


#service .service-item {
    margin: 0 0 15px;
    right: 0
}

#service .service-item .service-link {
    display: block;
    position: relative;
    max-width: 400px;
    margin: 0 auto
}

#service .service-item .service-link .service-hover {
    background: rgba(254, 209, 54, .9);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s
}

#service .service-item .service-link .service-hover:hover {
    opacity: 1
}

#service .service-item .service-link .service-hover .service-hover-content {
    position: absolute;
    width: 100%;
    height: 20px;
    font-size: 20px;
    text-align: center;
    top: 50%;
    margin-top: -12px;
    color: #fff
}

#service .service-item .service-link .service-hover .service-hover-content i {
    margin-top: -12px
}

#service .service-item .service-link .service-hover .service-hover-content h3, #pservice .service-item .service-link .service-hover .service-hover-content h4 {
    margin: 0
}

#service .service-item .service-caption {
    max-width: 400px;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    padding: 25px
}

#service .service-item .service-caption h4 {
    text-transform: none;
    margin: 0
}

#service .service-item .service-caption p {
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 16px;
    margin: 0
}

#service * {
    z-index: 2
}

@media (min-width: 767px) {
    #service .service-item {
        margin: 0 0 30px
    }
}


#portfolio .portfolio-item {
    margin: 0 0 15px;
    right: 0
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    max-width: 400px;
    margin: 0 auto
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    background: rgba(122, 20, 32, .9);

    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    width: 100%;
    height: 20px;
    font-size: 20px;
    text-align: center;
    top: 50%;
    margin-top: -12px;
    color: #fff
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3, #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0
}

#portfolio .portfolio-item .portfolio-caption {
    max-width: 400px;
    margin: 0 auto;
    background-color: #f7f7f7;
    text-align: center;
    padding: 25px
}

#portfolio .portfolio-item .portfolio-caption h4 {
    text-transform: none;
    margin: 0
}

#portfolio .portfolio-item .portfolio-caption p {
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 16px;
    margin: 0
}

#portfolio * {
    z-index: 2
}

@media (min-width: 767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px
    }
}

.img-fluid {
    max-width: 100%;
    height: auto;
}
.process .process-heading h3 {
    color: #FFFFFF;
    text-align: left;
    text-transform: none;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700
}


.process .process-body > p, .process .process-body > ul {
    margin-bottom: 0
}
.rounded-circle {
    border-radius: 50%;
}
@media (min-width: 768px) {
    .process:before {
        left: 50%
    }

    .process > li {
        margin-bottom: 100px;
        min-height: 100px
    }

    .process > li .process-panel {
        width: 41%;
        float: left;
        padding: 0 20px 20px 30px;
        text-align: right
    }

    .process > li .process-image {
        width: 100px;
        height: 100px;
        left: 50%;
        margin-left: -50px
    }

    .process > li .process-image h4 {
        font-size: 13px;
        margin-top: 16px;
        line-height: 18px
    }

    .process > li.process-inverted > .process-panel {
        float: right;
        text-align: left;
        padding: 0 30px 20px 20px
    }
}

@media (min-width: 992px) {
    .process > li {
        min-height: 150px
    }

    .process > li .process-panel {
        padding: 0 20px 20px
    }

    .process > li .process-image {
        width: 150px;
        height: 150px;
        margin-left: -75px
    }

    .process > li .process-image h4 {
        font-size: 18px;
        margin-top: 30px;
        line-height: 26px
    }

    .process > li.process-inverted > .process-panel {
        padding: 0 20px 20px
    }
}

@media (min-width: 1200px) {
    .process > li {
        min-height: 170px
    }

    .process > li .process-panel {
        padding: 0 20px 20px 100px
    }

    .process > li .process-image {
        width: 170px;
        height: 170px;
        margin-left: -85px
    }

    .process > li .process-image h4 {
        margin-top: 40px
    }

    .process > li.process-inverted > .process-panel {
        padding: 0 100px 20px 20px
    }
}

.team-member {
    text-align: center;
    margin-bottom: 50px
}

.team-member img {
    margin: 0 auto;
    border: 7px solid #fff
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none
}

.team-member p {
    margin-top: 0
}

aside.clients img {
    margin: 50px auto
}

section#contact {
    background-color: #009241;

    background-position: center;
    background-repeat: no-repeat
}
.process:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    content: '';
    background-color: #f1f1f1; }
.process > li {
    position: relative;
    min-height: 50px;
    margin-bottom: 50px; }
.process > li:after, .process > li:before {
    display: table;
    content: ' '; }
.process > li:after {
    clear: both; }
.process > li .process {
    position: relative;
    float: right;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left; }
.process > li .process:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0; }
.process > li .process:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0; }
.process > li .process-image {
    position: absolute;
    z-index: 100;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    text-align: center;
    color: white;
    border: 7px solid #f1f1f1;
    border-radius: 100%;
    background-color: #FFFFFF; }
.process > li .process-image h4 {
    font-size: 10px;
    line-height: 14px;
    margin-top: 12px; }
.process > li.process-inverted > .process-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left; }
.process > li.process-inverted > .process-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0; }
.process > li.process-inverted > .process-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0; }
.process > li:last-child {
    margin-bottom: 0; }
.process .process-heading h4 {
    margin-top: 0;
    color: inherit; }
.process .process-heading h4.subheading {
    text-transform: none; }
.process .process-body > ul,
.process .process-body > p {
    margin-bottom: 0; }

@media (min-width: 768px) {
    .process:before {
        left: 50%; }
    .process > li {
        min-height: 100px;
        margin-bottom: 100px; }
    .process > li .process-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right; }
    .process > li .process-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px; }
    .process > li .process-image h4 {
        font-size: 13px;
        line-height: 18px;
        margin-top: 16px; }
    .process > li.process-inverted > .process-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left; } }

@media (min-width: 992px) {
    .process > li {
        min-height: 150px; }
    .process > li .process-panel {
        padding: 0 20px 20px; }
    .process > li .process-image {
        width: 150px;
        height: 150px;
        margin-left: -75px; }
    .process > li .process-image h4 {
        font-size: 18px;
        line-height: 26px;
        margin-top: 30px; }
    .process > li.process-inverted > .process-panel {
        padding: 0 20px 20px; } }

@media (min-width: 1200px) {
    .process > li {
        min-height: 170px; }
    .process > li .process-panel {
        padding: 0 20px 20px 100px; }
    .process > li .process-image {
        width: 170px;
        height: 170px;
        margin-left: -85px; }
    .process > li .process-image h4 {
        margin-top: 40px; }
    .process > li.process-inverted > .process-panel {
        padding: 0 100px 20px 20px; } }

section#contact .section-heading {
    color: #fff
}

section#contact .form-group {
    margin-bottom: 25px
}

section#contact .form-group input, section#contact .form-group textarea {
    padding: 16px
}

section#contact .form-group input.form-control {

}

section#contact .form-group textarea.form-control {
    height: 236px
}

section#contact .form-control:focus {
    border-color: #83D0F5;
    box-shadow: none
}

section#contact ::-webkit-input-placeholder {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb
}

section#contact :-moz-placeholder {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb
}

section#contact ::-moz-placeholder {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb
}

section#contact :-ms-input-placeholder {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb
}

section#contact .text-danger {
    color: #e74c3c
}

.map {
    height: 500px;
}

@media(max-width:768px) {
    .map {
        height: 75%;
    }
}

.btn:focus, .btn:active, .btn.active, .btn:active:focus {
    outline: 0
}


::-moz-selection {
    text-shadow: none;
    background: #009241
}

::selection {
    text-shadow: none;
    background: #009241
}

img::selection {
    background: 0 0
}

img::-moz-selection {
    background: 0 0
}

body {
    webkit-tap-highlight-color: #83D0F5
}