html {
    position: relative;
    min-height: 100%;
    overflow-y: scroll;
}
body {
    /* Margin bottom by footer height*/
    margin-bottom: 60px;
    /**/font: normal 16px 'Montserrat', sans-serif;
    background-color: #007847;
    color: #fff;
}

p,li,a {
    font-size: 1em;
}

a {
    color: #fff;
    text-decoration: underline;
}

a:focus,
a:hover {
    color: #bebebe;
    text-decoration: none;
}


.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    border-top: 1px solid #fff;
    color: #fff;
}

.footer a {
    color: #fff;
    font-size: .9em;
}

@media (max-width: 767px) {

    .footer a {

        font-size: .8em;
    }
}

body {

    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



.footer > .container {
    padding-right: 15px;
    padding-left: 15px;

}


h1,h2,h3,h4,h5,p,li,a {
    color: #fff;
    /*text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);   */
}


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

h1 {
    font-size: 2.4em!important;
}


@media (max-width: 767px) {
    h1 {
        font-size: 1.6em!important;
    }
}


.navbar-custom {
    background-color: #007847;
    border-color: #fff;
    padding: 20px 0 20px;
}


@media (max-width: 767px) {
    .navbar-custom {
        padding: 5px 0 5px;
    }
}


.navbar-custom .navbar-brand {
    color: #fff;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
    color: #c0c0c0;
    background-color: transparent;
}

.navbar-custom .navbar-nav {
    float: right;
    margin-top: 10px;
}



@media (max-width: 1199px) {
    .navbar-custom .navbar-nav {
        float: none;
    }
}



.navbar-custom .navbar-nav > li {
    display: inline;
    margin:0;
    padding:0;
}

.navbar-custom .navbar-nav > li > a {
    display: block;
    font-size: .9em;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}

.navbar-custom .navbar-nav > li + li {
    border-left: 1px solid #fff;
    margin-left:.5em;
    padding-left:.5em;
}

.navbar-custom .navbar-nav > li.home-mobil + li {
    border: none;
}



@media (max-width: 991px) {

    .navbar-custom .navbar-nav > li + li {
        border-left: none;
        margin-left:0;
        padding-left:0;
    }

}

/*
.navbar-custom .navbar-nav > li + li:before {
    content: " | ";
}
*/

.navbar-custom .navbar-nav > li:last-child {
   /*display: none;*/
}

.navbar-custom .navbar-nav > li > a {
    color: #fff;
    margin:0;
    padding:0;

}
.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: transparent;
    border-bottom: 2px solid #fff;
}
.navbar-custom .navbar-nav > .disabled > a,
.navbar-custom .navbar-nav > .disabled > a:hover,
.navbar-custom .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}
.navbar-custom .navbar-toggle {
    border-color: #ddd;
    background-color: inherit;
    position: relative;
    z-index: 1000;

}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
    background-color: #ddd;
}
.navbar-custom .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-custom .navbar-collapse,
.navbar-custom .navbar-form {
    border-color: transparent;
}
.navbar-custom .navbar-nav > .open > a,
.navbar-custom .navbar-nav > .open > a:hover,
.navbar-custom .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7;
}

@media (max-width: 991px) {

    .navbar-custom .navbar-nav > li:last-child {
        display: block;
    }

    .navbar-custom .navbar-nav > li > a {
        color: #fff;
        margin: 0;
        padding:0 0 0 10px;
        display: block;
        line-height: 4em;
        border-bottom: 1px solid #fff;
        background-color: #007847;
    }
    .navbar-custom .navbar-nav > li > a:hover {
        text-decoration: none;
        background-color: #969696;
    }
    .navbar-custom .navbar-nav > .active > a,
    .navbar-custom .navbar-nav > .active > a:hover,
    .navbar-custom .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #5e5e5e;
        border-bottom: 1px solid #fff;
    }
    .navbar-custom .navbar-nav > .disabled > a,
    .navbar-custom .navbar-nav > .disabled > a:hover,
    .navbar-custom .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}



@media (max-width: 767px) {


    .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-custom .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }
    .navbar-custom .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}
.navbar-custom .navbar-link {
    color: #777;
}
.navbar-custom .navbar-link:hover {
    color: #333;
}
.navbar-custom .btn-link {
    color: #777;
}
.navbar-custom .btn-link:hover,
.navbar-custom .btn-link:focus {
    color: #333;
}
.navbar-custom .btn-link[disabled]:hover,
fieldset[disabled] .navbar-custom .btn-link:hover,
.navbar-custom .btn-link[disabled]:focus,
fieldset[disabled] .navbar-custom .btn-link:focus {
    color: #ccc;
}



.navbar-brand {
    display: block;
    margin-top: -10px;
    padding-top: 0!important;
    margin-right: 20px;
}

.logo {
    width: 90%;
    margin: 0 0!important;
    padding: 0!important;
}

@media (max-width: 1199px) {
    .logo {
        width: 80%;
    }
}


@media (max-width: 767px) {
    .logo {
        width: 60%;
    }
    .navbar-brand {
        margin-top: 10px;
    }

}



.main   {

    margin-top: 70px;

}


.sp-menu {
    position: fixed;
    top: 120px;
    right: 50px;
}

.sp-menu {
    margin: 0 auto;
}

.sp-menu a {
    display: block;
    font-weight: normal;
    font-size: .8em;
    margin-bottom: 30px;
    color: #fff;
    text-decoration: none;
}

.sp-menu a:hover {
    color: #ccc;
    text-decoration: none;
}

.sp-menu a i {
    padding: 0 0 10px 0;
}


@media (max-width: 991px) {
    .sp-menu a {
        display: inline-block;
        font-weight: normal;
        font-size: .8em;
        margin: 30px;
        color: #fff;
    }
}


.jumbotron {
    background: rgba(0, 120, 71); /* Fallback */
    background-color: rgba(0, 120, 71, 0.6);
    margin-top: 15%;
}

.datenschutz .jumbotron,
.impressum .jumbotron   {

    margin-top: 5%;

}

.jumbotron p {
    font-size: 1em;
}

.home .jumbotron {
    margin-top: 20%;
    background-color: #fff;
}

.home .jumbotron h1 {
    color: #2b542c;
    font-size: 2vmax;
    font-weight: 700;
}

.home .jumbotron p {
    color: #333;
    font-size: 1.2em;
}


@media (max-width: 767px) {
    .home .jumbotron {
        margin: 0;

        background-color: #fff;

    }

    .home .main   {

        margin-top: 30px;

    }
}






section {
    padding: 20px 0 40px 0;
}


.content-head {
    padding: 0 0 30px 10px;
}

.abstand-unten {
    padding-bottom: 20px!important;
}

.abstand-oben {
    padding-top: 20px!important;
}

.abstand-special {
    margin-bottom: 50px!important;
    padding:0;
}

.abstand-special img {
    margin:10px 0 0 0;
}

@media (max-width: 767px) {
    .abstand-unten {
        padding-bottom: 10px!important;
    }

    .abstand-oben {
        padding-top: 10px!important;
    }

    .abstand-special {
        margin-bottom: 30px!important;
        padding:0;
    }
}


.caption {
    font-size: .9em;
    margin-top: 10px;
}


.content-special {

    padding:0;
}


.content-special div.content-special-text  {
     background-color: #fff!important;
    padding: 10px;
    position: relative;
    margin-top: -6px;
}
.content-special div.content-special-text li,
.content-special div.content-special-text h2,
.content-special div.content-special-text h3,
.content-special div.content-special-text h4,
.content-special div.content-special-text p {
   color: #000;
}


.content-special div.content-special-text h2 {

}

.content-special div.content-special-pikto {
    height: 110px;
    width: 100%;
    margin:0;
    padding:0;
    background-color: #fff!important;
}

.content-special div.content-special-pikto img {
    position: absolute;
    right: 30px;
}


@media (max-width: 991px) {
    .content-special div.content-special-pikto {

    }

    .content-special div.content-special-pikto img {
        position: absolute;
        right: 0;
        bottom:10px;
        max-width: 300px;
    }
}



/*** NEWS **/

.news-text-wrap {
     padding: 30px 0;
     font-weight: normal;
}

.article-headline {
    margin-bottom: 30px;
}

/*** Masonry  ***/
.grid-item-content {
    background-color: #fff;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 10px 0;
    overflow: hidden;
    position: relative;
}

.grid-item-content img {
   max-width: 100%;
   margin-bottom: 20px;
}

.grid-item-content  h3 {
    border-left: 100px solid #77B52A;
    padding: 0 0 0 10px;
    margin:0;
    font-size: .9em;
    color: #000!important;
    text-transform: uppercase;
}

.grid-offset-top {
    margin-top: 100px!important;
}


@media (max-width: 768px) {
    .grid-offset-top {
        margin-top: 0;
    }

}


@media (max-width: 1024px) {


    .grid-item-content  h3 {
        border-left: 50px solid #5e5e5e;
    }
}


#form8 {
    display: none;
    padding-top: 20px;
}

#click8 {
    position: absolute;
    right: 30px;
    top: 20px;
    cursor: pointer;
}

.powermail_frontend {
    padding-top: 40px;
}


.powermail_submit {
    margin-left: 50px;
}

.bestellung .powermail_fieldwrap_type_submit {
    float: right;
}


.absatzrahmen2 {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    color: #0f0f0f;
}

 .mason-text {
   padding: 10px;
   margin-bottom: 0;
 }

.mason-text li,
.mason-text h3,
.mason-text h4,
.mason-text p {
    color: #000!important;
    font-size: .9em;
    font-weight: normal;
}

 .mason-text h4 {
     font-weight: bold;
     text-transform: uppercase;
 }

.mason-text h3 {
    margin-bottom: 30px;
}

 .mason-rating {
     color: #77B52A;
     border-top: 2px solid #aaa;
     padding-top: 10px;
 }



.mason-links {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.mason-links > div {
   margin: 10px;
    border-top: 1px solid #5e5e5e;
    padding: 10px 0 10px 0;
}

.mason-links a {
    color: #0060AD;
}


.mason-text ul {
    margin: 20px 0 0 10px!important;
     padding: 0;
}

.mason-text ul > li {
    margin: 0!important;;
    padding: 0!important;
    max-width: 95%;
}


h1.csc-firstHeader {
    margin-bottom: 30px;
}


/**** RTE Auszeichnungen *****/


div.rahmenbox div.textspalte-links {
    width: 318px;
}
div.rahmenbox div.textspalte-rechts {
    width: 318px;
}

div.rahmenbox div.textspalte-1 {
    width: 230px;
}
div.rahmenbox div.textspalte-2 {
    width: 230px;
}
div.rahmenbox div.inhalt {

}


.text-links {
    text-align: left;
}
.text-zentriert {
    text-align: center;
}
.text-rechts {
    text-align: right;
}
.text-blocksatz {
    text-align: justify;
}


ol.alpha-klein {
    padding: 0 0 0 19px;
    margin: 0 0 1em;
    list-style-type: lower-alpha;
}

div.abstand-oben,
p.abstand-oben,
ul.abstand-oben,
ol.abstand-oben,
dl.abstand-oben,
h2.abstand-oben,
h3.abstand-oben,
h4.abstand-oben {
    margin-top: 2.5em !important;
}
div.abstand-unten,
p.abstand-unten,
ul.abstand-unten,
ol.abstand-unten,
dl.abstand-unten,
h2.abstand-unten,
h3.abstand-unten,
h4.abstand-unten {
    margin-bottom: 2.5em !important;
}

div.trennlinie-oben,
p.trennlinie-oben,
ul.trennlinie-oben,
ol.trennlinie-oben,
dl.trennlinie-oben,
h2.trennlinie-oben,
h3.trennlinie-oben,
h4.trennlinie-oben {
    border-top: 1px dotted #fff !important;
    margin-top: 1.25em !important;
    padding-top: 1.25em !important;
}
div.trennlinie-unten,
p.trennlinie-unten,
ul.trennlinie-unten,
ol.trennlinie-unten,
dl.trennlinie-unten,
h2.trennlinie-unten,
h3.trennlinie-unten,
h4.trennlinie-unten {
    border-bottom: 1px dotted #fff !important;
    margin-bottom: 1.25em !important;
    padding-bottom: 1.25em !important;
}


.textspalte-1 p,
.textspalte-2 p {
    padding: 10px!important;
}


.isotope {
 margin: 30px 0;
}


.isotope-grid {
  margin-top: 20px;
}

/* fluid 5 columns */
.isotope-grid-item {
     margin-bottom: 20px;
}


.isotope-item-content {
    height: auto;
    border: 1px solid #5e5e5e;
    background-color: #fff;
    color: #000;
    margin:0;
    padding:10px;
}

.isotope-item-content h2,
.isotope-item-content h3,
.isotope-item-content h4,
.isotope-item-content p {
     color: #000;
}




/* ---- button ---- */

.button {
    display: inline-block;
    padding: 8px 8px;
    margin-bottom: 10px;
    background-color: transparent;
    /*background: #EEE;
    border: none;
    border-radius: 7px;
    background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );

    font-family: sans-serif;
    text-shadow: 0 1px white; */
    font-size: 0.9em;
    cursor: pointer;
    color: #fff;
    border: none;
    border-bottom: 2px solid transparent;
    text-transform: uppercase;
}

.button:hover {
    color: #ccc;
}

.button:active,
.button.is-checked {
   background-color: transparent;
   outline: none;
   border-bottom: 2px solid #fff;
}

.button.is-checked {

}

.button:active {

}

/* ---- button-group ---- */

.button-group:after {
    content: '';
    display: block;
    clear: both;
}

.button-group .button {
    float: left;
    border-radius: 0;
    margin-left: 0;
    margin-right: 1px;
}


.modal-launcher .modal-content {
    background-color: #674B4A;
}

.modal-launcher .close {
    color: #fff;
}


.btn-primary {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-primary:focus,
.btn-primary.focus {
    color: #ffffff;
    background-color: #449d44;
    border-color: #255625;
}
.btn-primary:hover {
    color: #ffffff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #ffffff;
    background-color: #398439;
    border-color: #255625;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.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.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-primary .badge {
    color: #5cb85c;
    background-color: #ffffff;
}