/* lora-italic - latin */
@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/lora-v12-latin-italic.eot');
    /* IE9 Compat Modes */
    src: local('Lora Italic'), local('Lora-Italic'),
        url('../fonts/lora-v12-latin-italic.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/lora-v12-latin-italic.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/lora-v12-latin-italic.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/lora-v12-latin-italic.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/lora-v12-latin-italic.svg#Lora') format('svg');
    /* Legacy iOS */
}

/* SIMPLE RESET */
html,
body,
button,
div,
img {
    margin: 0;
    padding: 0;
}

button {
    display: block;
    background: none;
    border: 0;
}

img {
    border: 0;
}

html {
    box-sizing: border-box;
}

*,
::before,
::after {
    box-sizing: inherit;
}

/* BASE */
body {
    background-color: #82ab51;
    min-width: 320px;
}

#wrapper {
    max-width: 1236px;
    width: 100%;
    height: auto;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 80px;
}

.content {
    max-width: 1118px;
    width: 100%;
    margin: 0 auto;
}

.header-img {
    width: 100%;
    height: 395px;
    background-size: cover;
    background-position: center center;
}

/* HEADLINES / TEXT / LINKS */
p {
    font-size: 14px;
    line-height: 25px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
}

strong {
    color: #3d3d3d;
}

a {
    color: #82ab51;
}

a:hover {
    color: #97c264;
}

h1 {
    font-size: 30px;
    font-family: 'Lora', serif;
    color: #3d3d3d;
    text-align: left;
    margin: 0;
    font-style: italic;
}

h2 {
    font-size: 30px;
    font-family: 'Lora', serif;
    color: #3d3d3d;
    text-align: left;
    margin: 0 0 15px 0;
    font-style: italic;
}

h2:before {
    content: "•";
    color: #82ab51;
    font-size: 90px;
    vertical-align: middle;
    margin-left: -40px;
    line-height: 0px;
    margin-right: 5px;
    padding-top: 3px;
}

h3 {
    font-size: 19px;
    font-family: 'Lora', serif;
    color: #3d3d3d;
    font-weight: normal;
    font-style: italic;
    margin-top: 10px;
}

h4 {
    font-size: 48px;
    font-family: 'Lora', serif;
    color: #3d3d3d;
    text-align: center;
    font-style: italic;
}

h5 {
    font-size: 17px;
    font-family: 'Lora', serif;
    color: #3d3d3d;
    padding: 0 0 0 30px;
    font-style: italic;
}

h5:before {
    content: "•";
    color: #82ab51;
    font-size: 40px;
    vertical-align: middle;
    margin-left: -30px;
    line-height: 0px;
    margin-right: 5px;
    padding-top: 2px;
}

.h5-small {
    font-size: 15px;
    line-height: 20px;
}

.news-img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.content p {
    color: #848484;
}

.space {
    margin-bottom: 20px;
}

.content ul {
    padding-left: 15px;
    list-style-position: outside;
}

.content ul > li {
    list-style-type: none;
    color: #848484;
    line-height: 23px;
    text-indent: -20px;
    padding-left: 1em;
}

.content ul > li:before {
    content: "•";
    color: #82ab51;
    font-size: 40px;
    vertical-align: middle;
    margin-right: 5px;
}

.dot-highlight {
    background-color: #82ab51;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    font-family: 'Lora', serif;
    font-style: italic;
    padding: 22px 10px;
    color: #fff;
    text-align: center;
    float: left;
    margin: 0 20px 0 0;
}

.dot-hl {
    font-size: 20px;
    line-height: 20px;
}

.dot-bl {
    font-size: 15px;
    line-height: 15px;
}

/* BUTTON */
.btn-primary {
    background-color: #82ab51;
    border: none;
}

.btn-primary:hover {
    background-color: #97c264;
}

.btn-primary:active,
.btn-primary:active:focus {
    color: #fff;
    background-color: #97c264;
    border-color: #97c264;
}

.btn {
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 18px;
    border-radius: 50px;
    padding: 15px 20px;
    margin-top: 15px;
}

.ansprech-img {
    width: auto !important;
}

/* NAVIGATION */

.box-shadow {
    -webkit-box-shadow: 0 1px 10px #bbb;
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0 1px 10px #bbb;
    /* Firefox 3.5 - 3.6 */
    box-shadow: 0 1px 10px #bbb;
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.active {
    background-color: #eee;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 620px;
}

.container-fluid {
    padding: 0 60px;
}

.navbar-default {
    background-color: #fff;
    border: none;
}

.navbar {
    max-width: 1236px;
    width: 100%;
    min-height: 80px;
    margin-bottom: 0;
    border-radius: 0;
    margin: 0 auto;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.navbar-brand {
    height: 80px;
    padding: 5px 0;
}

.navbar-right {
    margin-top: 25px;
}

.navbar-default .navbar-nav > li > a {
    color: #3d3d3d;
    font-size: 13px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    text-transform: uppercase;
    padding: 5px 15px;
}

.navbar-default .navbar-nav > li > a:hover {
    background-color: #eee;
}

.dropdown {
    border-left: 1px solid #e2e2e2;
}

.navbar-fixed-top.navbar-collapse.dropdown {
    border-left: none;
}

.dropdown:first-child {
    border: none;
}

.caret {
    margin-left: 5px;
    color: #82ab51;
}

.navbar-toggle {
    margin-top: 23px;
}

.navbar-default .navbar-nav > li > a {
    font-size: 13px;
}

.dropdown-menu > .active > a {
    font-size: 13px;
    background-color: #eee;
    color: #3d3d3d;
}

.dropdown-menu > .active > a:hover {
    background-color: #eee;
    color: #3d3d3d;
}

/* HEADER */

#header-content {
    position: absolute;
    z-index: 1;
    top: 80px;
    right: 60px;
}

.header-links {
    width: 340px;
    height: 55px;
    background-color: #fffa;
    display: block;
    padding: 7px 0 0 15px;
    margin-bottom: 5px;
}

.header-links:hover .dots {
    margin-left: 15px;
    transition: .2s;
}

.header-links a {
    color: #000;
    font-size: 30px;
    font-family: 'Lora', serif;
    font-style: italic;
}

.header-links a:hover {
    text-decoration: none;
}

.dots {
    margin: -13px 10px 0 0;
    transition: .2s;
}

/* THUMBNAILS */
.thumbnail {
    border: none;
    border-left: 1px solid #e2e2e2;
    border-radius: 0;
    margin: 0;
    padding: 0 25px;
    background: none;
}

.intro-thumb {
    padding: 0 20px 0 50px;
}

.first-thumb {
    border: 0;
    padding: 0 20px;
}

.caption {
    margin-top: 5px;
}

.thumbnail .caption {
    color: #848484;
    padding: 9px 0;
}

.beratung-thumb {
    padding: 5px;
}

.news-thumb {
    padding: 0 15px 0 0 !important;
}

.intro-cap {
    padding: 10px !important;
}

.basegreen {
    background-color: #f2f6ed;
}

.no-border {
    border: none;
}

.news {
    padding: 15px 20px !important;
}

.content-center {
    text-align: center;
}

.content-center > p {
    color: #848484;
}

.angebote-img {
    width: 100%;
}

/* FOOTER */
#footer {
    background-color: #f2f6ed;
    color: #8b8c8b;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

#footer .container-fluid {
    padding: 0 50px;
}

#footer .col-lg-12,
#footer .col-lg-4 {
    margin-bottom: 15px;
    padding: 0;
}

.footer-content {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.bua {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.copyright {
    height: 40px;
    background-color: #fff;
    width: 100%;
    margin: 0;
    padding: 9px 1% 0 1%;
}

.copy-left {
    float: left;
}

.copy-right {
    float: right;
}

.row {
    padding: 20px 0;
    margin: 0;
}

.col-md-4 {
    margin-top: 20px;
    padding: 0;
}

/* UNTERSEITEN */
.head-img {
    max-width: 1236px;
    width: 100%;
    height: 187px;
    background-image: url("../img/head-img.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-left: auto;
    margin-right: auto;
}

.head-img-hl {
    color: #fff;
    position: absolute;
    margin-top: 90px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.pages-hl {
    margin: 10px 10px;
}

.row > img {
    width: auto;
    height: auto;
}

/* FORMULAR */
#formular {
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
    margin-bottom: 50px;
    margin-top: 20px;
}

#formular p {
    color: #848484;
}

#formular .col-md-3 {
    padding: 0 20px;
}

textarea {
    max-width: 100%;
    min-width: 100%;
    max-height: 400px;
}

label {
    color: #848484;
    font-weight: normal;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.form-control {
    border: 1px solid #82ab51;
    border-radius: 0;
    height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    border-color: #82ab51;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(130, 171, 81, .6);
}

.line-break {
    width: 100%;
    border: 1px solid #e2e2e2;
    margin: 15px 0;
}

.custom-control-input {
    border: 1px solid #82ab51;
}

textarea.form-control {
    min-height: 130px;
}

.message-send {
    font-size: 23px;
    padding: 0 15px;
    margin: 15px 0;
    color: #ffc257;
    font-weight: 300;
}

.btn-submit {
    width: 200px;
}

.hide-robot {
    display: none;
}

/* SLIDER */

#carousel {
    width: 100%;
    height: auto;
}

.carousel-inner {
    height: 100%;
}

.carousel-indicators li {
    border: none;
    background: #fff;
    opacity: .5;
}

#carousel-example-generic .active {
    background-color: #82ab51;
    opacity: 1;
}

.item {
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
}

.item img {
    visibility: hidden;
}

/* TABLES */

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #f2f6ed;
}

.table > tbody > tr > th,
.table > tbody > tr > td {
    border: none;
}

.table > thead > tr > th {
    border-bottom: 2px solid #82ab51;
}

table {
    color: #848484;
    font-weight: normal;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

/* FLEXBOX */

.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 30px;
}

.flex-col {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}

.flex-info {
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.flex-info img {
    width: 150px;
    height: 150px;
}

.flex-link {
    margin-top: auto;
    text-align: center;
}

@media (max-width: 991px) {
    .intro-thumb {
        border: none;
        padding: 0 20px;
    }
}

/* RESPONSIVE */
@media (min-width: 768px) and (max-width: 1190px) {

    #footer .container-fluid {
        padding: 0 10px;
    }

    .dot-highlight {
        float: none;
    }

    h2 {
        font-size: 24px;
    }

    h2:before {
        font-size: 70px;
        margin-left: -33px;
    }

    .navbar-right {
        margin-top: 0px !important;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .dropdown {
        border-left: none !important;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }

    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        padding-right: 0;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        /*margin: 7.5px -15px;*/
        margin: 8px 0 8px -15px
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }

    .content {
        padding: 0 20px;
    }

    .footer-content {
        padding-left: 35px !important;
        padding-right: 35px !important;
    }

    h5 {
        font-size: 13px;
    }

    .h5-small {
        font-size: 11px;
    }

    .news-thumb {
        padding: 0 !important;
    }

}

@media (min-width: 768px) and (max-width: 1440px) {
    .news-thumb {
        padding: 0 30px 0 0 !important;
    }
}

@media (max-width: 595px) {

    #footer .container-fluid {
        padding: 0 10px !important;
    }

    h4 {
        font-size: 25px !important;
    }

    #header-content {
        top: 115px;
        right: 30px;
    }

    .header-links {
        width: 260px;
        height: 40px;
    }

    .header-links a {
        font-size: 20px;
    }

    .copy-left p,
    .copy-right p {
        font-size: 10px;
    }

}

@media (max-width: 767px) {

    #footer .container-fluid {
        padding: 0 10px !important;
    }

    .dot-highlight {
        float: none;
    }

    .container-fluid {
        padding: 0 20px !important;
    }

    .flex {
        display: block;
        width: 100%;
        padding: 0 30px;
    }

    .flex-col {
        display: block;
    }

    .content {
        padding: 0 20px;
    }

    .caption {
        margin-top: 5px;
    }

    .thumbnail {
        padding: 0;
    }

    .thumbnail .caption {
        padding: 9px 0;
    }

    .intro-thumb {
        padding: 0 20px;
    }

    .h5-small {
        font-size: 18px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 15px;
    }

    .dropdown-menu > .active > a {
        font-size: 15px;
    }

    .news-thumb {
        padding: 0 !important;
    }

    .footer-content {
        padding-left: 35px !important;
        padding-right: 35px !important;
    }

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

    .bua {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .news {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    #formular {
        padding: 0 10px;
    }

    table {
        font-size: 7px;
    }

    h2 {
        font-size: 24px;
    }

    h2:before {
        font-size: 70px;
        margin-left: -33px;
    }

    h5:before {
        margin-left: -20px;
    }

    h5 {
        padding: 0 0 0 20px;
    }

}

.news-thumb {
    margin-top: 20px !important;
}

.mehrinfos_btn {
    padding: 5px 10px 5px;
    background-color: #82ab51;
    border-radius: 20px;
    display: inline-block;
    font-family: 'Lora', serif;
    font-style: italic;
    color: #fff;
    cursor: pointer;
    margin-bottom: 20px;
}

.mehrinfos_btn:hover {
    background-color: #97c264;
}

a.mehrinfos_btn {
    color:#fff;
    text-decoration: none;
}

#teaser01,
#teaser02,
#teaser03 {
    display: none;
    margin-bottom: 20px;
}

#teaser01.active,
#teaser02.active,
#teaser03.active {
    display: block;
    background-color: #fff;
}

#btn_teaser01,
#btn_teaser02,
#btn_teaser03 {
    display: inline-block;
}

#btn_teaser01.active,
#btn_teaser02.active,
#btn_teaser03.active {
    display: none;
}

.news-thumb p span {
    color: #97c264; 
}

.news-thumb p strong {
    font-family: 'Lora', serif;
    font-style: italic;
    font-size:17px;
    margin-top:10px;
}
