body {
    margin: 0;
    padding: 0;
    font-family: Roboto, Arial, Verdana, sans-serif;
    padding-top: 158px;
}

/*---METANAVIGATION---*/

.metanavigation-container {
    background-color: #eceadb;
    width: 100%;
    height: 40px;
    position: fixed;
    z-index: 9999;
    margin-top: -158px;
}

.metanavigation-container .metanavigation {
    float: right;
}



.metanavigation-container .metanavigation li {
    float: left;
    text-transform: uppercase;
    list-style: none;
    font-size: 15px;
    font-weight: 900;
}

.responsive-metanavigation-container .metanavigation {
    margin: 0;
    padding: 0;
}

.responsive-metanavigation-container .metanavigation li {
    text-transform: uppercase;
    list-style: none;
    font-size: 15px;
    font-weight: 900;
}

.metanavigation-container .metanavigation li a,
.responsive-metanavigation-container .metanavigation li a {
    color: #6a6959;
    text-decoration: none;
    line-height: 40px;
    display: block;
    padding: 0 10px;
    transition: all ease 0.5s;
}

.responsive-metanavigation-container .metanavigation li a {
    padding: 0;
    line-height: 30px;
}

.metanavigation-container .metanavigation li.login a,
.responsive-metanavigation-container .metanavigation li.login a {
    color: #009cb4;
    padding-right: 45px;
}

.metanavigation-container .metanavigation li.login a:after,
.responsive-metanavigation-container .metanavigation li.login a:after {
    content:"";
    background-image: url("../img/icon_login.png");
    background-size: cover;
    position: absolute;
    margin-top: 8px;
    margin-left: 5px;
    width: 33px;
    height: 24px;
}

.responsive-metanavigation-container .metanavigation li.login a:after {
    margin-top: 2px;
}

.metanavigation-container .metanavigation li a:hover,
.metanavigation-container .metanavigation li.current-menu-item a {
    background-color: #d1d0c0;
}

.metanavigation-container .metanavigation li.blog a,
.responsive-metanavigation-container .metanavigation li.blog a{
    color: #009cb4;
    padding-right: 40px;
}

.metanavigation-container .metanavigation li.current-menu-item.blog a,
.metanavigation-container .metanavigation li.current_page_parent a,
.metanavigation-container .metanavigation li.current-page-ancestor a {
    background-color: #009cb4;
    color: #ffffff;
}

.metanavigation-container .metanavigation li.blog a:after,
.responsive-metanavigation-container .metanavigation li.blog a:after{
    content:"";
    background-image: url("../img/icon_close.png");
    background-size: cover;
    position: absolute;
    margin-top: 5px;
    margin-left: 5px;
    width: 24px;
    height: 28px;
}

.responsive-metanavigation-container .metanavigation li.blog a:after {
    margin-top: 0px;
}

.metanavigation-container .metanavigation li.current-menu-item.blog a:after,
.metanavigation-container .metanavigation li.current_page_parent.blog a:after,
.metanavigation-container .metanavigation li.current-page-ancestor.blog a:after{
    background-image: url("../img/icon_close_white.png");
}

/*---LOGIN FORMULAR---*/

#login {
    width: 500px;

    margin: 0 auto;
}

#login h1 {
    font-size: 30px;
    margin-bottom: 20px;
}

#login h1 a {
    color: #6a6959;
}

#login form label {
    width: 100%;
}

#login input[type=text],
#login input[type=password] {
    width: 100%;
    margin-top: 5px;
}

#login input[type=submit] {
    margin-top: 0px;
}

#login_error {
    background-color: #e30613;
    margin-bottom: 25px;
    color: #ffffff;
    padding: 15px;

}

#login_error a {
    color: #ffffff;
    text-decoration: underline;
}

#login_error a:hover {
    color: #ffffff;
    text-decoration: none;
}

/*---HEADER----*/

header {
    padding-top: 22px;
    padding-bottom: 21px;
    position: fixed;
    height: 118px;
    z-index: 9998;
    background-color: #ffffff;
    width: 100%;
    margin-top: 40px;
    margin-top: -118px;
}

/*---HAUPTNAVIGATION---*/

.hauptnavigation {
    float: right;
    margin-top: 32px;
}

.hauptnavigation li {
    float: left;
    list-style: none;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    margin-left: 15px;
}

.hauptnavigation li a {
    color: #76b62a;
    text-decoration: none;
    padding-bottom: 35px;
}

.hauptnavigation li a:hover,
.hauptnavigation li.current-menu-item a {
    color: #ec7c21;
   /* border-bottom: 5px solid #ec7c21;*/
}

/*---RESPONSIVE NAVIGATION---*/
.responsive-navigation-button {
    margin: 0;
    padding: 0;
    float: right;

}

.hamburger {
    width: 30px;
}

.hamburger path {
    fill: #76b62a;
}

.responsive-navigation-container {
    padding: 0 0 0 0;
    position: relative;
    margin-top: 50px;
    display: none;
}

.responsive-hauptnavigation {
    padding-left: 0px;
}

.responsive-hauptnavigation li {

    list-style: none;
    font-weight: 900;
    font-size: 18px;
    text-transform: uppercase;

}

.responsive-hauptnavigation li.current-menu-item a {
    color: #ec7c21;
}

.responsive-hauptnavigation li a {
    color: #76b62a;
    text-decoration: none;
    padding-bottom: 15px;
    display: block;
}

/*---MOOD---*/

.slider-element {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    /*background-attachment: fixed;*/
    width: 100%;
    height: calc(100vh - 158px);
}

.mood.content {
    height: 440px;
    background-size: cover;
}

/*---MOOD CONTENT CONTAINER---*/

.mood-content-container {
    bottom: 30px;
    position: absolute;
    width: 100%;
    z-index: 9999;
}

/*--Claim---*/

.claim {
    font-size: 88px;
    line-height: 72px;
    text-align: center;
    font-weight: 900;
    /*font-style: italic;*/
    color: #ffffff;
    text-shadow: 0 0 21px rgba(150, 150, 150, 0.7);
}

/*---ARTICLE---*/

article {
   /* padding-top: 158px;*/
}

/*---TEASER---*/

.teaser-container {

}

.teaser {
    background-color: #ffffff;
    display: block;
    text-decoration: none;
    padding: 0 15px 15px 15px;
    margin-top: 50px;
    transition: all ease 0.5s;
}

.teaser.content {
    margin-top: 0;
    background-color: #ec7c21;
    margin-bottom: 30px;
}

.teaser.content .btn-primary {
    background-color: #ffffff;
    color: #ec7c21;
}

.teaser.content .btn-primary {
    background-color: #ffffff;
    background-image: url("../img/arrow_orange.png");
}

.teaser.content:hover {
    background-color: #76b62a;
}

.teaser.content:hover .btn-primary {
    color: #76b62a;
    background-color: #ffffff;
    background-image: url("../img/arrow_green.png");
}

.teaser:hover {
    text-decoration: none;
}

.teaser .teaser-content {
    padding: 25px 30px 5px 30px;
}

.teaser .teaser-content p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 900;
    color: #ec7c21;
    text-align: center;
    margin: 0 0 15px 0;
    padding: 0;
}
.teaser.content .teaser-content p {
    color: #ffffff;
}

.teaser:hover p {
    color: #76b62a;
}

.teaser:hover .btn-primary {
    background-color: #76b62a;
}

/*---Buttons---*/

.btn {
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
}

.btn-primary {
    background-color: #ec7c21;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    background-image: url("../img/arrow_white.png");
    background-repeat: no-repeat;
    background-size: 36px 36px;
    background-position: right 7px center;
    line-height: 50px;
}

.btn-primary:hover {
    background-color: #76b62a;
}

/*---INTRO---*/

.intro {
    text-align: center;
    padding: 70px 0 45px 0;
}


.handschrift {
    font-family: 'Bad Script', cursive;
    font-size: 38px;
    color: #6a6959;
}

/*---VERANSTALTUNGEN---*/

.veranstaltungen-container {
    margin-bottom: 70px;
}

.veranstaltungen-container h2 {
    text-align: center;
    margin-bottom: 30px;
}

.teaser_veranstaltung {
    display: block;
    border-bottom: 3px solid #6a6959;
    padding-bottom: 25px;
    width: 100%;
    margin-bottom: 30px;

}

.teaser_veranstaltung .date {
    display: block;
    margin-bottom: 20px;
}

.teaser_veranstaltung .link {
    color: #76b62a;
    display: block;
    font-weight: 900;
    text-decoration: none;
    font-size: 18px;
    transition: all ease 0.5s;
}

.teaser_veranstaltung .link:after {
    content:"";
    background-image: url("../img/arrow_green.png");
    background-size: cover;
    width: 18px;
    height: 18px;
    position: absolute;
    margin: 4px 0 0 8px;
}

.teaser_veranstaltung img {
    margin-bottom: 15px;
    transition: all ease 0.5s;
}



.teaser_veranstaltung:hover {
    text-decoration: none;
}

.teaser_veranstaltung:hover img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);
}

.teaser_veranstaltung:hover .link {
    color: #6a6959;
}

/*---Teaser nächste Veranstaltungen---*/

.naechste_veranstaltungen {
    background-color: #ec7c21;
    padding: 25px 15px;
    width: 100%;
    margin-bottom: 30px;
}

.naechste_veranstaltungen h3 {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 20px;
}

.naechste_veranstaltungen h4 {
    color: #ffffff;
    font-weight: 900;
    font-size: 20px;
    margin: 0;
    padding: 0;
}

.naechste_veranstaltungen .link:after {
    content:"";
    background-image: url("../img/arrow_white.png");
    background-size: cover;
    width: 18px;
    height: 18px;
    position: absolute;
    margin: 4px 0 0 8px;
}

.naechste_veranstaltungen .veranstaltung {
    transition: all ease 0.5s;
    border-bottom: 3px solid #f0964d;
    display: block;
    padding: 7px 0;
}

.naechste_veranstaltungen .veranstaltung:hover {
    text-decoration: none;
    background-color: #c2661b;
}

.naechste_veranstaltungen .date {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 0px;
}

.naechste_veranstaltungen .link {
    color: #ffffff;
    font-size: 18px;
    font-weight: 900;
    margin: 20px 0 0 0;
    display: block;
}

.naechste_veranstaltungen h3:after {
    content: "";
    background-image: url("../img/icon_calendar.png");
    background-size: cover;
    width: 57px;
    height: 37px;
    position: absolute;
    margin: -5px 0 0 10px;
}

/*---VERANSTALTUNGEN DETAIL---*/

.future-events-container {
    margin-bottom: 45px;
}

.future-event {
    background-color: #ec7c21;
    padding: 20px 15px 15px 15px;
    margin-bottom: 15px;
}

.future-event a {
    background-color: #ffffff;
    color: #ec7c21;
    font-weight: 700;
    padding: 10px 15px;
    margin: 10px 0;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
}

.future-event a:hover {
    background-color: #6a6959;
    text-decoration: none;
    color: #ffffff;
}

.future-event h3,
.future-event p {
    color: #ffffff;
}

.future-event h3 {
    margin-bottom: 0px;
}

.past-events-container {

}

.past-events-container .past-event {
    padding: 30px 0;
    border-bottom: 3px solid #6a6959;
    display: block;
    text-decoration: none;
}

.past-events-container .past-event img {
    transition: all ease 0.5s;
}

.past-events-container .past-event:hover img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);

}

.past-events-container .past-event:first-of-type {
    padding-top: 15px;
}

.past-events-container .past-event h3 {
    margin-bottom: 0px;
}



.past-events-container .past-event .link {
    color: #76b62a;
    display: block;
    font-weight: 900;
    text-decoration: none;
    font-size: 18px;
    transition: all ease 0.5s;
}

.past-events-container .past-event .link:after {
    content: "";
    background-image: url(../img/arrow_green.png);
    background-size: cover;
    width: 18px;
    height: 18px;
    position: absolute;
    margin: 4px 0 0 8px;
}

.past-events-container .past-event:hover .link {
    color: #6a6959
}

.past-events-container h2 {
    margin-bottom: 0;
}

/*---Pagination---*/

.pagination {
    font-size: 18px;
    margin-top: 15px;
}

.pagination .prev.page-numbers,
.pagination .next.page-numbers {
    font-weight: 900;
    text-decoration: none;
    color: #76b62a;
    padding-left: 0;
}

.pagination .prev:hover,
.pagination .next:hover,
.pagination .page-numbers:hover {
    color: #6a6959;
}

.pagination .prev.page-numbers,
.pagination .next.page-numbers {
    padding-top: 1px;
    border: 0;
    background: 0;
    margin-left: 0;
}

.pagination .prev.page-numbers {
    padding-left: 26px;
}

.pagination .next.page-numbers {
    padding-left: 10px;
}

.pagination .prev {
    padding-right: 10px;

}

.pagination .next {
    padding-left: 10px;
}

.pagination .prev:before {
    content: "";
    background-image: url(../img/arrow_green_left.png);
    background-size: cover;
    width: 18px;
    height: 18px;
    position: absolute;
    margin: 3px 8px 0 -26px;
}

.pagination .next:after {
    content: "";
    background-image: url(../img/arrow_green.png);
    background-size: cover;
    width: 18px;
    height: 18px;
    position: absolute;
    margin: 4px 0 0 8px;
}

.pagination .page-numbers {
    font-weight: 900;
    text-decoration: none;
    color: #ffffff;
    padding: 1px 10px 0 10px;
    margin-right: 10px;
    background-color: #76b62a;
}

.pagination .page-numbers:hover {
    background-color: #6a6959;
    color: #ffffff;
}

.pagination .prev.page-numbers:hover,
.pagination .next.page-numbers:hover{
    background: none;
    color: #6a6959;
}

.pagination .page-numbers.current {
    font-weight: 900;
    text-decoration: none;
    color: #ffffff;
    background-color: #ec7c21;
}

.pagination .page-numbers:first-of-type.current {


}

.pagination .page-numbers.current {
    padding: 1px 10px 0 10px;
}

/*---VERANSTALTUNGEN DETAIL---*/

.gallery-container {
    margin-top: 30px;
    margin-bottom: 30px;
}

.backtolink a {
    margin-left: 26px;
    font-weight: 900;
    text-decoration: none;
    color: #76b62a;
    padding-left: 0;
    font-size: 18px;
}

.backtolink a:hover {
    color: #6a6959;
}

.backtolink a:before {
    content: "";
    background-image: url(../img/arrow_green_left.png);
    background-size: cover;
    width: 18px;
    height: 18px;
    position: absolute;
    margin: 3px 8px 0 -26px;
}

#sidebar ul {
    list-style-type: none;
    padding: 0;
}

/*---VERANSTALTUNGEN ANMELDUNG---*/

/*.acf-form {
    margin: 0px;
}

.acf-form-submit {
    padding: 0px;
}

.acf-notice.-error {
    background-color: #e30613;
    border: 0px;
}

.acf-field .acf-notice.-error {
    display: none;
}

.acf-field.acf-error .acf-input input {
    border: 4px solid #e30613;
}


.acf-fields>.acf-field {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

*/

/*.acf-fields>.acf-field {
    padding-right: 0px !important;
    padding-left: 0px !important;
}*/

.acf-form {
    margin: 0 -12px;
}

.acf-required {
    color: #6a6959;
}

a.acf-icon.-minus:hover,
a.acf-icon.-cancel:hover,
a.acf-icon:hover {
    text-decoration: none;
}

a.acf-icon.-minus:hover {
    background-color: #e30613;
}

a.acf-icon:hover {
    background-color: #76b62a;
}

.acf-field .acf-notice.-error {
    display: none;
}

.is-required.acf-error input[type=text] {
    border: 3px solid #e30613;
}

.acf-notice.-error {
    background-color: #e30613;
    border: 0;
    margin: 0 12px;
}

.acf-actions .acf-button.button.button-primary {
    font-weight: 700;
    float: left;
    margin-left: 0px;
}

.acf-actions .acf-button.button.button-primary:after {
    content:'';
    background-image: url("../img/icon_plus_green.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    margin: 2px 0 0 5px;
}

.acf-actions .acf-button.button.button-primary:hover:after {
    content:'';
    background-image: url("../img/icon_plus_dark.png");}

.acf-actions .acf-button.button.button-primary:hover {
    text-decoration: none;
    color: #6a6959;
}

.acf-table>tbody>tr>th, .acf-table>thead>tr>th {
    color: #6a6959;
}


/*---FOOTER---*/

footer {
    background-color: #ebeada;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: #6a6959;
    font-size: 15px;
    line-height: 22px;
    margin-top: 45px;
}

footer .adresse-container {
    padding: 25px 0 25px 0;
}

footer p {
    font-size: 15px;
    line-height: 22px;
}

footer .mail,
footer .phone {
    display: block;
    padding-left: 30px;
}


footer .mail {
    margin-bottom: 10px;
}
footer .mail a {
    color: #76b62a;
    transition: all ease 0.5s;
}

footer .mail a:hover {
    color: #ec7c21;
    text-decoration: none;
}

footer .mail:before {
    content: "";
    background-image: url("../img/icon_mail.png");
    background-size: cover;
    position: absolute;
    width: 23px;
    height: 17px;
    margin-top: 2px;
    margin-left: -30px;
}

footer .phone:before {
    content: "";
    background-image: url("../img/icon_phone.png");
    background-size: cover;
    position: absolute;
    width: 24px;
    height: 24px;
    margin-left: -30px;
}

footer a {
    transition: all ease 0.5s;
}

footer .copyright {

}

footer .webdesignby {
    text-align: right;
}

.copyright-container {
    background-color: #d1d0c0;
    padding: 25px 0 25px 0;
}

.copyright-container a {
    color: #6a6959;
    text-decoration: none;
}

.copyright-container a:hover {
    color: #76b62a;
    text-decoration: none;
}

a {
    color: #76b62a;
}

a:hover {
    color: #ec7c21;
}

/*---TYPOGRAFIE---*/

h1 {
     font-size: 38px;
     line-height: 42px;
     color: #6a6959;
     font-weight: 900;
     margin: 35px 0 35px 0;
     padding: 0;
}

.intro h1 {
    margin: 0 0 35px 0;
}


h2 {
    font-size: 28px;
    line-height: 32px;
    color: #6a6959;
    font-weight: 900;
    margin: 0px 0 15px 0;
    padding: 0;
}

h3 {
    font-size: 24px;
    line-height: 32px;
    color: #6a6959;
    font-weight: 900;
    margin: 0px 0 5px 0;
    padding: 0;
}

h4,
h5,
h6 {
    color: #6a6959;
}

/*.text-block h2:first-of-type {
    margin-top: 0px;
}*/

p {
    font-size: 18px;
    line-height: 22px;
    color: #6a6959;
    font-weight: 900;
    margin: 0 0 10px 0;
    padding: 0;
}

p a {
    color: #76b62a;
    text-decoration: none;
    transition: all ease 0.5s;
}

p a:hover {
    color: #ec7c21;
    text-decoration: none;
}

.legend {
    font-size: 16px;
    line-height: 22px;

    font-weight: 500;
    font-style: italic;
    margin: 0;
    padding: 15px;
    display: block;
    position: absolute;
    bottom: 0;
    background-color: #009cb4;
    color: #eceadb;
   /* text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);*/

}


/*---TEXT BLOCK---*/

.text-block {
    margin-bottom: 15px;
}

.text-block .text {
    margin-bottom: 15px;
}

.text-block.color {
    background-color: #76b62a;
    padding: 25px 25px 15px 25px;
   margin-bottom: 35px;
}

.text-block.color p,
.text-block.color h2,
.text-block.color h3,
.text-block.color ul {
    color: #ffffff;
}

/*--AUFZÄHLUNG---*/

.text-block ul {
    list-style: square;
    font-size: 18px;
    line-height: 22px;
    color: #6a6959;
    font-weight: 900;
    margin: 0 0 10px 18px;
    padding: 0;
}

/*---FORMULAR---*/

/*---Antrag für eine Mitgliedschaft---*/

form input[type=radio] {
    color: red;
    margin: 0;
    padding: 0;
}

.wpcf7-form-control .wpcf7-radio span {
    color: red;
}

.radio {
    width: 100%;
    border-bottom: 2px solid #c4c3b6;
    background-color: #dcdbcc;
    padding: 15px;
    text-align: center;
    margin-bottom: 15px;
}

.radio-description {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
    display: block;
    font-weight: 600;
    /*margin-left: 18px;*/
    color: #6a6959;
}

form fieldset .wpcf7-radio label {
    margin: 0;
    padding:0;
    text-transform: none;
}

span.wpcf7-list-item {
    margin: 0;
}

form fieldset {
    background-color: #ebeada;
    padding: 15px 15px 0 15px;
    margin-bottom: 15px;
}


form span.beitrag input[type=text] {
    border: 0;
    width: 50px;
    margin-bottom: 0;
    height: 30px;
    border-bottom: 2px solid #c4c3b6;
    text-align: center;
    margin-top: 0;
    background-color: #ffffff;
    color: #6a6959;
    font-size: 14px;
    font-weight: 600;
}

form input[type=text],
form select,
form input[type=email],
form input[type=password]{
    border: 0;
    height: 40px;
    padding: 0 5px;
    width: 100%;
    margin-bottom: 2px;
    border-bottom: 2px solid #c4c3b6;
    background-color: #dcdbcc;
    color: #6a6959;
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
}

form textarea {
    border: 0;
    height: 100px;
    padding: 5px;
    width: 100%;
    margin-bottom: 2px;
    border-bottom: 2px solid #c4c3b6;
    background-color: #dcdbcc;
    color: #6a6959;
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
}

form input.wpcf7-not-valid,
form select.wpcf7-not-valid {
    border-bottom: 2px solid #ec7c21;
}

form select {
    padding: 0px;
    text-indent: 0;
}

form input[type=text]:focus {
    background-color: #ffffff;
}

form label {
    font-size: 16px;
    line-height: 22px;
    color: #6a6959;
    font-weight: 900;
}

form input[type=radio] {
    display: block;
    /* background-color: lime; */
    text-align: center;
    margin: 0 auto 10px auto;
    width: 20px;
    height: 20px;
}

input[type=submit] {
    width: 100%;
    margin: 10px 0 0 0;
    background-color: #ec7c21;
    color: #ffffff;
    border: 0;
    font-size: 16px;
    height: 40px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: all ease 0.5s;
}

input[type=submit]:disabled {
    background-color: #dcdbcc;
}

input[type=submit]:hover {
    background-color: #6a6959;;
}

span.wpcf7-not-valid-tip {
    display: none;
}

div.wpcf7-response-output {
    margin: 0;
    padding: 0;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok {
    border: 0;
    background-color: #ec7c21;
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 900;
    padding: 15px;
}

div.wpcf7-mail-sent-ok {
    background-color: #76b62a;
}

/*---MITGLIEDER---*/

/*---Tabs---*/

.nav.nav-tabs {

}

.nav-tabs {
    border-bottom: 3px solid #6a6959;
    font-weight: 900;
    font-size: 18px;
}

.nav-tabs .nav-item {
    width: 260px;
    margin-right: 5px;
}

.nav-tabs .nav-link {
    background-color: #6a6959;
    border-radius: 0px;
    color: #ffffff;
    border: 0px;
    padding-top: 13px;
    padding-bottom: 10px;
    border-top: 3px solid #6a6959;
    border-left: 3px solid #6a6959;
    border-right: 3px solid #6a6959;
    /*border-bottom: 3px solid #6a6959;*/

}

.nav-tabs .nav-link .nav-link-text {
    display: block;
}

.nav-tabs .nav-link.active {
    color: #6a6959;
    border-color: #dee2e6 #dee2e6 #fff;
    border-top: 3px solid #6a6959;
    border-left: 3px solid #6a6959;
    border-right: 3px solid #6a6959;
    /*border-bottom: 9px solid red;*/
    background-color: #ffffff;
    /*margin-bottom: 5px;
    padding-bottom: 5px;*/
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    /*border-color: #6a6959 #6a6959 #6a6959;*/
    background-color: #ffffff;
    color: #6a6959;
    border-color: #dee2e6 #dee2e6 #fff;
    border-top: 3px solid #6a6959;
    border-left: 3px solid #6a6959;
    border-right: 3px solid #6a6959;
    color: #6a6959;
}

.nav-tabs .nav-item .white {
    background-color: #ffffff;
    width: 254px;
    height: 5px;
    position: absolute;
    float: left;
    margin: 9px 0 0 -16px;
    padding: 0px;
    display: none;

}

.nav-tabs .nav-item .nav-link:hover .white {
    display: block;
}

.nav-tabs .nav-item .active .white {
    background-color: #ffffff;
    width: 254px;
    height: 5px;
    position: absolute;
    float: left;
    margin: 9px 0 0 -16px;
    padding: 0px;
    display: block;
}

.tab-content {
    padding-top: 30px;
}

.member-item {
    background-color: #ececec;
    padding: 15px;
    font-size: 16px;
    color: #6a6959;
    width: 100%;
    margin-bottom: 30px;
}

.member-item img {
    width: 100%;
    margin-bottom: 20px;
}

.member-item .member-status {
    font-weight: 900;
    display: block;
    font-size: 12px;
    color: #93927b;
    font-style: italic;
}

.member-item .member-name {
    font-weight: 900;
    display: block;
    hyphens: auto;
}

.member-item .member-street {
    display: block;
    hyphens: auto;
}

.member-item .member-city {
    display: block;
    margin-bottom: 15px;
    hyphens: auto;
}

.member-item .member-website a {
    display: block;
    color: #76b62a;
    font-weight: 900;
    margin-bottom: 15px;
}

.member-item .member-email a,
.member-item .member-website a {
    text-overflow: ellipsis;
    overflow: hidden;
}

/*---Infos im geschützten Bereich---*/

.contact-person-container {

    border-top: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    padding: 15px 0;
    margin-bottom: 15px;
}

.member-area-of-activity {
    width: 100%;
    display: block;
    margin-bottom: 15px;
   /* word-wrap: break-word;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;*/
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    word-break:break-word;
    hyphens: auto;

}

.contact-person-container .contact-person {
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 900;
}

.contact-person-container .member-phone,
.contact-person-container .member-fax {
    width: 100%;
    display: block;
    padding-left: 22px;
}

.contact-person-container .member-phone {
    margin-top: 5px;
}

.contact-person-container .member-phone:before {
    content:"";
    position: absolute;
    background-image: url("../img/icon_phone_small.png");
    background-size: cover;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    margin-left: -22px;
}

.contact-person-container .member-fax:before {
    content:"";
    position: absolute;
    background-image: url("../img/icon_fax_small.png");
    background-size: cover;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    margin-left: -22px;
}

.contact-person-container .member-email a {
    font-size: 14px;

    color: #76b62a;
    width: 100%;
    display: block;
}

.contact-person-container .member-first-last-name {
    width: 100%;
    display: block;
}

@media(max-width: 600px) {
    .row.members-container {
        margin-left: -5px;
        margin-right: -5px;
    }
    .member-container {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media(max-width: 350px) {
    .member-item .member-phone,
    .member-item .member-fax {
        font-size: 80%;
    }

    .member-item {
        padding: 10px;
    }
}


/*---MEMBERS von A-Z----*/

.hl-address-letter {
    clear: both;
}

.hl-address-letter-title {
    font-size: 18px;
    line-height: 22px;
    color: #6a6959;
    font-weight: 900;
    margin: 0 0 10px 0;
    padding: 0;
}

.alphabet-container {


}

.alphabet {
    padding: 0px;
    display: block;
    width: 100%;
    float: left;
}

.alphabet li {
    float: left;
    list-style: none;
}

.alphabet li a {
    color: #ececec;
    font-weight: 900;
    text-transform: uppercase;
    border: 1px solid #ececec;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.alphabet li a.has-addresses {
    color: #76b62a;
    font-weight: 900;
    text-transform: uppercase;
    border: 1px solid #ececec;
}

.alphabet li a {
    text-decoration: none;
    color: #ececec;
    border: 1px solid #ececec;
    cursor: text;
}

.alphabet li a.has-addresses:hover {
    text-decoration: none;
    color: #ec7c21;
    border: 1px solid #ec7c21;
    cursor: pointer;
}

/*--nach Branche---*/

form.branchen,
form.sucheMitgliederliste {
    margin-bottom: 30px;
}

form.branchen select,
form.sucheMitgliederliste input{
    margin-top: 0px;
    float: left;
}

form.sucheMitgliederliste input{
    width: auto;
}

form.sucheMitgliederliste input{

}

form.sucheMitgliederliste input[type=submit]{
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 5px;
}

.tab-content select,
.tab-content input[type=text]{
    margin-top: 0px;
}

/*---BLOG---*/

/*---neuer Beitrag Button---*/

.button-container {
    margin-bottom: 30px;
}

.blog-entry {
    margin-bottom: 45px;
}

.blog-entry .more {
    background-color: #ebeada;
    padding: 15px;
}

.blog-entry .more a {
color: #76b62a;
display: block;
font-weight: 900;
text-decoration: none;
font-size: 18px;
transition: all ease 0.5s;
}

.blog-entry .more a:hover {
    color: #6a6959;
}

.more.overviewLink {
    margin-left: 26px;
    font-weight: 900;
    text-decoration: none;
    color: #76b62a;
    padding-left: 0;
    font-size: 18px;
    margin-top: 25px;
}

.more.overviewLink:before {
    content: "";
    background-image: url(../img/arrow_green_left.png);
    background-size: cover;
    width: 18px;
    height: 18px;
    position: absolute;
    margin: 3px 8px 0 -26px;
}

.search-highlight {
    background: #eceadb;
}

/*---AVATAR----*/

.avatar {
    border: 1px solid #ececec;
}

/*--BLOG---*/

span.user, span.date {
    color: #6a6959;
    font-size: 14px;
    font-weight: 700;
}

.blog-title {
    margin-top: 35px;
}

.blog-title h1 {
    margin-top: 0px;
    margin-bottom: 15px;
}

/*---THEMA-TEXT----*/

.blog-content .alignnone { max-width: 100%; }

.blog-entry p,
.blog-entry table,
.blog-entry table tr td,
.blog-content p,
.blog-content table tr td,
.blog-content table tr th,
.blog-content ul,
.blog-content ol,
.commentlist .comment .comment-body p {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #6a6959;
}

.blog-content table {
    margin: 25px 0;
}

.blog-content table tr th {
    font-weight: 700;
    border-bottom: 1px solid #ebeada;
    font-size: 16px;
    padding: 7px 5px 6px 5px;
    background-color: #6a6959;
    color: #fff;
}

.blog-content a {
    font-weight: 700;
}

.blog-content {
    margin-bottom: 30px;
    border-bottom: 2px solid #6a6959;
}

.blog-content table,
.blog-content table td,
.blog-content table th {
    border: none;
}

.blog-content table {
    width: 100%;
    border-bottom: 2px solid #ebeada;
    margin-bottom: 15px;
}

.blog-content table tr td {
    vertical-align: top;
    padding: 5px;
}

.blog-content table tr:nth-child(odd) td {
    background: #ebeada;
}

.blog-entry .date {
    color: #6a6959;
    font-size: 14px;
    font-weight: 700;
}
.blog-content p {
    font-weight: normal;
}

.blog-content img {
    max-width: 100%;
    height: auto;
    margin: 25px 0;
}

.blog-content .aligncenter {
    margin: 0 auto;
    display: block;
}
.blog-content .alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0; /* standard wp */
}
.blog-content .alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em; /* standard wp */
}
.blog-content blockquote {
    margin-left: 40px;
    margin-bottom: 0;
    font-style: italic;
}
.blog-content h1 { font-size: 30px; margin: 10px 0 0 0; }
.blog-content h2 { font-size: 26px; margin: 10px 0 0 0; }
.blog-content h3 { font-size: 22px; margin: 10px 0 0 0; }
.blog-content h4 { font-size: 18px; margin: 10px 0 0 0; }
.blog-content h5 { font-size: 16px; margin: 10px 0 0 0; }
.blog-content h6 { font-size: 12px; margin: 10px 0 0 0; }

/*---KOMMENTAR---*/

.comment-author {
    margin-bottom: 5px;
}

.children {
    list-style: none;
}

.comment-body {
    margin-bottom: 15px;
    border-bottom: 1px solid #c4c3b6;
    padding-bottom: 5px;
}


.comment-body:first-of-type {
   /* background-color: #ebeada;*/
}

.comment-author.vcard a {
    color: #76b62a;
}

.comment-author.vcard a:hover {
    color: #ec7c21;
    text-decoration: none;
}

.avatar {
    max-width: 100px;
}

.comment-meta {
    font-size: 12px;
}

.comment-form-comment textarea {
    margin-top: 0px;
}

.comment-form input[type=submit] {
    margin-top: 0px;
}

.comment-list .comment p {

}

/*---DSGVO---*/

p.text-muted a {
    font-weight: 700;
}

/*---SIDEBAR---*/

#sidebar .widget {
    margin-bottom: 30px;
}

#sidebar .widget.widget_search label {
    display: none;
}

#sidebar .widget.widget_search input[type=text] {
    margin: 0px;
}

#sidebar .widget.widget_search input[type=submit] {
    margin-top: 10px;
}

#sidebar .widget a {
    color: #76b62a;
}

#sidebar .widget a:hover {
    color: #6a6959;
    text-decoration: none;
}

#sidebar .widget li {
    color: #6a6959;

}

#sidebar .widget li.current-cat a {
    color: #6a6959;
}


/*---Kommentarliste---*/

.commentlist {
    list-style: none;
    padding: 10px 0px;
    /*border-bottom: 2px solid #c4c3b6;*/

}

.comment-author {
    /*background: #ebeada;*/
    color: #6a6959;
}

/*---TEXT MARKIERUNG---*/

::-moz-selection {
    color:#FFFFFF;
    background: #009cb4;
    text-shadow: none;
}

::selection {
    color:#FFFFFF;
    background: #009cb4;
    text-shadow: none;
}

/*
.wp-editor-tabs,
#mceu_90,
#mceu_64,
#mceu_67,
#mceu_70,
#mceu_71,
#mceu_72,
#mceu_101,
#mceu_104
{
    display: none;
}
*/

#scrollToTop {
    position: fixed;
    background-color: #697d91;
    right: 35px;
    bottom: 70px;
    background-image: url(../img/arrow_totop_green.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 9999;
}

#scrollToTop:hover {
    background-image: url(../img/arrow_totop_orange_hover.png);
    cursor: pointer;
}

/*---GOOGLE RECAPTCHA BADGE---*/
.grecaptcha-badge {
    visibility: hidden;
}

.dsgvo {
    margin: 30px 0 0 0;
}

.acf-field-5ccc2b2e8e866 {
    display: none;
}

.no-events-planned {
    font-weight: 400;
    color: white;
    font-size: 16px;
}

#loginform .wp-pwd .wp-hide-pw {
    display: none !important;
}

.forgetmenot {
    margin-top: 1rem;
}

.forgetmenot label {
    display: inline;
}

body:not(.logged-in) .menu-item.blog {
    display: none;
}