* {
    margin: 0;
    padding: 0;
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    outline: none;
    color: #bababa;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    background: #101010;
}

a {
    color: #0e891f;
    outline: none;
}

a:hover, a:visited, a:active, a:focus {
    outline: none;
    text-decoration: none;
    color: #0e891f;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    margin: 0;
    color: white;
    font-family: 'Roboto Slab', serif;
    text-rendering: optimizeLegibility;
}

body li {
    margin: 0;
    padding: 0;
}

/* GENERAL STYLES */

ul li {
    list-style: inside disc;
}

ol li {
    list-style: inside decimal;
}

table {
    margin: 10px;
}

table tr th {
    background: #ddd;
    color: #FFF;
}

table tr, table th, table td {
    padding: 10px;
    border: 1px solid #90949c;
}

/* Mobile Nav Icon ************************************************/

#nav-icon {
    width: 25px;
    height: 0;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 50%;
    background: white;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon.open {
    position: relative;
    bottom: 2px;
}

#nav-icon span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
}

#nav-icon span:nth-child(odd) {
    left: 0;
    border-radius: 9px 0 0 9px;
}

#nav-icon span:nth-child(1), #nav-icon span:nth-child(2) {
    top: 0;
}

#nav-icon span:nth-child(3), #nav-icon span:nth-child(4) {
    top: 8px;
}

#nav-icon span:nth-child(5), #nav-icon span:nth-child(6) {
    top: 16px;
}

#nav-icon.open span:nth-child(1), #nav-icon.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon.open span:nth-child(2), #nav-icon.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(1) {
    left: 2px;
    top: 7px;
}

#nav-icon.open span:nth-child(2) {
    left: calc(50% - 2px);
    top: 7px;
}

#nav-icon.open span:nth-child(3) {
    left: -42%;
    top: 12px;
    opacity: 0;
}

#nav-icon.open span:nth-child(4) {
    left: 82%;
    top: 12px;
    opacity: 0;
}

#nav-icon.open span:nth-child(5) {
    left: 2px;
    top: 16px;
}

#nav-icon.open span:nth-child(6) {
    left: calc(50% - 2px);
    top: 16px;
}

nav.mobile-nav .nav-menu-icon {
    padding: 28px;
    float: right;
}

.main-menu-mobile {
    display: none;
    position: fixed;
    left: 0;
    top: 80px;
    width: 100%;
    height: 100%;
    color: white;
    background: black;
    z-index: 12;
    padding: 30px 10px;
    overflow-y: scroll;
}

.main-menu-mobile ul.menu-mobile li {
    list-style: none;
    color: #fff;
    padding: 20px 30px;
    border-bottom: 1px dashed #101010;
}

.main-menu-mobile ul.menu-mobile li a {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    text-align: center;
}

.branding-mobile .logo-mobile a img {
    max-width: 212px;
    max-height: 72px;
    padding: 13px 0;
    margin-left: 20px;
}

.main-menu-mobile ul.menu-mobile li ul.sub-menu {
    display: none;
    position: relative;
    background: transparent;
    border-radius: 15px;
    top: 100%;
    right: 0;
    z-index: 10;
}

.main-menu-mobile ul.menu-mobile li.sub-menu-parent a.sm_icon:after {
    content: "\f107";
    font-family: "Font Awesome\ 5 Free";
    font-style: normal;
    font-weight: bold;
    margin-left: 5px;
}

.main-menu-mobile .tools-mobile ul.social-header li {
    list-style: none;
    color: #fff;
    padding: 10px 25px;
    display: inline-block;
}

.main-menu-mobile .tools-mobile ul.social-header li a {
    font-size: 28px;
    color: white;
    text-align: center;
}

/* HEADER **********************************************/
.main-header {
    background: black;
    text-align: center;
    padding: 20px;
}

.main-navigation {
    background: black;
    border-top: 1px solid #101010;
    margin-bottom: 35px;
    margin-top: 0;
}

.main-navigation li {
    margin: 0;
    padding: 0 20px;
}

nav.main-nav {
    text-align: center;
    width: 100%;
}

nav.main-nav ul.main-menu-nav li a {
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
}

nav.main-nav ul.main-menu-nav li a:hover {
    color: #0e891f;
}

/* MAIN PAGE ARTICLES ************************************/
.post {
    padding: 35px;
    background: black;
    margin-bottom: 35px;
    position: relative;
    overflow: hidden;
}

.post-header {
    text-align: center;
}

.post .post-header .post-title a {
    color: white;
    text-transform: capitalize;
}

.post .post-header .post-meta {
    font-style: italic;
    color: #959595;
    margin: 14px 0 0px;
}

.post .featured-media {
    margin-top: 30px;
    overflow: hidden;
    text-align: center;
    background-size: cover;
    background-position: center;
}

.post .featured-media img {
    filter: grayscale(1);
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

article:hover .featured-media img {
    filter: grayscale(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.post .post-content {
    margin: 30px 0 30px;
    padding-bottom: 45px;
    border-bottom: 1px solid #101010;
}

.post .post-content .post-permalink {
    padding-top: 20px;
}

.post-content .post-permalink a {
    color: #fff;
    background: #0e891f;
    padding: 10px 20px;
    font-weight: 600;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.post-content .post-permalink a:hover {
    color: #0e891f;
    background: transparent;
    border: 1px solid #0e891f;
    padding: 10px 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.post-content .post-permalink a:hover .post-permalink a:after {
    padding-left: 10px;
}

.post-content .post-permalink a:after {
    content: "\f101";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 600;
    padding-left: 5px;
}

.pagination {
    margin: 0 0 35px;
    text-align: center;
    display: block;
}

.pagination .page-number {
    background: #0e891f;
    color: #ffffff;
    margin: 0 3px;
    display: inline-block;
    line-height: 36px;
    padding: 0 14px;
}

.pagination a.page-numbers {
    text-align: center;
    display: inline-block;
    color: #ffffff;
    background: #0e891f;
}
.pagination a.next, .pagination a.prev {
    background: transparent !important;
    border: transparent;
}
.pagination a i {
    width: 36px;
    height: 36px;
    line-height: 36px;
}

.nav-links .page-numbers {
    padding: 5px 10px;
    border: 1px solid #ddd;
}

article.post .featured {
    position: absolute;
    left: 35px;
    top: -5px;
}

article.post .featured i {
    color: #0e891f;
    font-size: 40px;
}

/* HOMEPAGE SIDEBAR *****************************************************/
.sidebar-content .sidebar-style {
    background: black;
    padding: 21px 30px;
}

.sidebar-style {
    margin-bottom: 35px;
}

.sidebar-content h4.sidebar-title {
    margin-top: 0;
    padding-bottom: 7px;
    border-bottom: 1px solid #101010;
    margin-bottom: 21px;
    position: relative;
}

.sidebar-content h4.sidebar-title:after {
    content: "";
    width: 90px;
    height: 1px;
    background: #0e891f;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sidebar-style:hover h4.sidebar-title:after {
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.search-sidebar form button {
    position: absolute;
    top: 21px;
    right: 45px;
}

.search-sidebar button.fa-search {
    color: #fff;
    border: 1px solid #101010;
    background: #0e891f;
    padding: 12px;
}

.search-sidebar button.fa-search:hover {
    color: #fff;
    background: #505050;
}

input[type="search"], input[type="text"], input[type="url"], input[type="email"], input[type="password"], textarea, .form-control {
    padding: 7px 7px;
    background: black;
    border: 1px solid #101010;
    height: 40px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

input[type="search"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="email"]:focus, input[type="password"]:focus, textarea:focus, .form-control:focus {
    background: black;
    border: 1px solid #0e891f;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.social-sidebar-content ul li {
    list-style: none;
    display: inline-block;
    padding: 2px 0;
}

.social-sidebar-content ul li a {
    display: block;
    text-align: center;
}

.social-sidebar-content ul li a i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #101010;
    color: white;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.social-sidebar-content ul li a i:hover {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid transparent;
    color: #FFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.social-sidebar-content ul li a i.fa-facebook-f:hover {
    background: #3b5998;
}

.social-sidebar-content ul li a i.fa-youtube:hover {
    background: #b31217;
}

.social-sidebar-content ul li a i.fa-instagram:hover {
    background: #bc1888;
}
.social-sidebar-content ul li a i.fa-tiktok:hover {
    background: black;
}

.social-sidebar-content ul li a i.fa-google-plus-g:hover {
    background: #dc4e41;
}

.recent-post-sidebar ul li {
    list-style: none;
    border-bottom: 1px dashed #101010;
    padding-bottom: 14px;
    margin-bottom: 14px;
}

.recent-post-sidebar ul li a {
    color: #6a6a6a;
}

.recent-post-sidebar ul li a:hover {
    color: #0e891f;
}

.recent-post-sidebar ul li span.recent_posts_date {
    font-style: italic;
    color: #959595;
}

.categories-sidebar ul li {
    list-style: none;
    position: relative;
}

.categories-sidebar ul li span.cat_count {
    position: absolute;
    top: 7px;
    right: 0;
    line-height: 26px;
    height: 26px;
    width: 26px;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.categories-sidebar ul li a {
    border-bottom: 1px dashed #101010;
    display: block;
    line-height: 40px;
    color: #959595;
}

.categories-sidebar ul li:hover a {
    color: #0e891f;
}

.categories-sidebar ul li:hover span {
    background: #0e891f;
    color: #fff;
    border-color: transparent;
}

/* ARTICLE COMMENTS ******************************************/
.comment-wrap {
    background: black;
    padding: 40px;
    margin-bottom: 40px;
}

.comment-wrap ol li header {
    position: relative;
}

.comment-wrap ol li header .comment-reply-link {
    position: absolute;
    top: 0;
    right: 0;
    background: #0e891f;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 0px 7px;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.comment-wrap ol li {
    list-style: none;
}

.comment-wrap .comment-count {
    border-bottom: 1px dashed #ebebeb;
}

.comment-wrap ol li article {
    border-bottom: 1px dashed #ebebeb;
}

#comments ol {
    margin-top: 10px;
}

#comments .comment-count {
    padding-bottom: 20px;
}

.comment-details span {
    font-style: italic;
}

.comment-details h4.commenter-name a {
    color: #000;
}

input#submit {
    color: #fff;
    background: #0e891f;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

input#submit:hover {
    color: #0e891f;
    background: transparent;
    border: 1px solid #0e891f;
    padding: 10px 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#comments article.comment.depth-2 {
    padding: 10px 0 0 5%;
}

#respond form input#author {
    width: 100%;
}

#respond form textarea {
    height: auto;
    resize: none;
}

/* FOOTER **********************************/
section.contact_form {
    background: url("../img/footer/map.jpg") center center / cover no-repeat fixed;
}

section.contact_form .cf_box {
    background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85));
}

.footer_index_form input, .footer_index_form textarea {
    border: 1px solid #394050;
    background-color: #181828;
    outline: none;
    resize: none;
    width: 100%;
    line-height: 16px;
    padding: 12px 20px;
    font-size: 17px;
    color: #99a9b5;
}

.footer_index_form input[type="submit"] {
    text-transform: uppercase;
    font-size: 21px;
    background: #0e891f;
    font-weight: bold;
    color: #181828;
}

.footer_index_form input[type="submit"]:hover {
    border: 1px solid #394050;
    background: #181828;
    color: #0e891f;
}

.footer_index_form input[type="text"], .footer_index_form input[type="email"], .footer_index_form textarea {
    color: #99a9b5;
}

.footer_index_form input::placeholder, .footer_index_form textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #99a9b5;
    opacity: 1; /* Firefox */
}

.footer_index_form input:-ms-input-placeholder, .footer_index_form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #99a9b5;
}

.footer_index_form input::-ms-input-placeholder, .footer_index_form textarea::-ms-input-placeholder { /* Microsoft Edge */
    color: #99a9b5;
}

.footer_index_form p {
    margin-bottom: 24px;
}

.cf_box_title {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 50px 0 40px;
}

.cf_box_title h3 {
    font-size: 40px;
}

.footer_index_form span.wpcf7-form-control-wrap {
    position: relative;
}

.footer_index_form span.wpcf7-form-control-wrap.your-name:after {
    content: "\f007";
    font-family: "Font Awesome\ 5 Free";
    position: absolute;
    top: -7px;
    right: 21px;
    font-size: 22px;
    color: #99a9b5;
}

.footer_index_form span.wpcf7-form-control-wrap.your-email:after {
    content: "\f0e0";
    font-family: "Font Awesome\ 5 Free";
    position: absolute;
    top: -7px;
    right: 21px;
    font-size: 22px;
    color: #99a9b5;
}

.footer_index_form span.wpcf7-form-control-wrap.telefon:after {
    content: "\f095";
    font-weight: 600;
    font-family: "Font Awesome\ 5 Free";
    position: absolute;
    top: -7px;
    right: 21px;
    font-size: 22px;
    color: #99a9b5;
}

.footer_index_form span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    position: absolute;
    width: 160px;
    left: 189px;
    top: 15px;
}

.footer_index_form p span.ajax-loader {
    visibility: hidden;
    display: inline-block;
    background: url(../../assets/loader.gif) center center / contain no-repeat;
    width: 25px;
    height: 25px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 150px;
}

.footer_index_form .wpcf7-response-output {
    margin: 0;
    color: #FFF;
}

.footer-wrap p {
    color: #99a9b5;
    margin: 0;
    padding: 12px 0px;
}

.footer-wrap p i {
    font-size: 30px;
    padding-right: 12px;
    color: #0e891f;
}

.footer-wrap h3.title-footer-contact {
    color: #FFF;
    padding: 30px 0;
    text-transform: uppercase;
}

.footer-wrap h3.title-footer-social {
    color: #FFF;
    padding: 15px 0;
    text-transform: uppercase;
}

.footer-wrap ul li {
    display: inline-block;
    list-style: none;
    padding: 10px 15px 10px 0;
}

.footer-wrap ul li:hover a i {
    color: #0e891f;
}

.footer-wrap ul li a i {
    font-size: 30px;
    color: #99a9b5;
}

.sub-footer {
    background: black;
    border-top: 1px solid #101010;
}

.sub-footer p.copyright {
    margin: 0;
    padding: 13px 30px;
    color: #fff;
}

.sub-footer p {
    display: inline-block;
    padding: 0 30px;
}

.footer-wrap address.contact-footer {
    margin-bottom: 25px;
}

/* GDPR  ****************************************************/
.gdpr-box {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999999;
    width: 100%;
    padding: 0;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.08);
}

.gdpr-contain {
    background: #0e891f;
    text-align: center;
    padding: 5px 5%;
}

.gdpr-message {
    color: #fff;
    font-size: 14px;
}

.gdpr-message a {
    color: #FFF !important;
}

.gdpr-message a:hover {
    color: #fff;
    text-decoration: underline;
}

.gdpr-message, .gdpr-contain-btn {
    padding: 0 20px;
    display: inline-block;
}

.gdpr-contain-btn a.gdpr-accept {
    font-size: 14px;
    padding: 5px 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #0e891f;
    background: #fff;
    margin: 0;
    display: inline-block;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.gdpr-contain-btn a.gdpr-accept:hover {
    background: rgba(11, 11, 11, 0.3);
    color: #FFF;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/*  BACK TO TOP           *****************************/

.back-top {
    display: inline-block;
    z-index: 9;
    position: fixed;
    bottom: 90px;
    right: 18px;
    color: #394050;
    font-size: 56px;
    text-align: center;
    line-height: 40px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

a.back-top:hover {
    background: transparent;
    opacity: 1;
    color: #394050;
    transform: scale(1.2);
}

.back-top.back-top-fade {
    opacity: .5;
}

.back-top.back-top-visible {
    visibility: visible;
    opacity: .5;
}

.back-top i {
    color: #0e891f;
}

a.back-top:hover i {
    color: #0e891f;
}

.back-top.back-top-visible, .back-top.back-top-fade, .back-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    -ms-transition: opacity .3s 0s, visibility 0s 0s;
    -o-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
