#content p>a {
    color: #487F5B;
    /**  #02C785 **/
    font-weight: bold;
    text-decoration: none;
}

.sticky-bar #pe-header:not(.top-bar-over-header) {
    padding-top: 140px !important;
}

.pkm-top-menu {
    position: absolute;
    right: 100px;
    top: 0;
    margin-top: 0;
}

@media(max-width:781px) {
    .pkm-top-menu {
        right: 50px;
    }
}

.pkm-top-menu li,
.pkm-top-menu-offcanvas li {
    display: inline;
    margin-right: 10px;
    text-decoration: none;
}

.pkm-top-menu .pkm-flags {
    text-decoration: none;
}

#pe-header-sidebar>.row {
    margin-top: 139px;
}

@media(max-width:600px) {
    .admin-bar.sticky-bar #pe-header-sidebar>.row {
        margin-top: 0px;
    }
}

#pe-header .pe-widget {
    margin-top: 0px;
}

#pe-logo-nav {
    background: #fff;
    min-height: 139px;
}

body.scrolled #pe-header-body #pe-header-body-in {
    padding: 40px 0 20px;
}

.is-style-brown-back {
    background-color: #DAD0C2;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.is-style-brown-back .wp-block-group__inner-container {
    max-width: 1420px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.is-style-green-back {
    background-color: #DBD9C7;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.is-style-green-back .wp-block-group__inner-container {
    max-width: 1420px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.is-style-grey-back {
    background-color: #EDEDED;
    padding: 10px 20px 10px 30px;
}

.is-style-grey-back-right {
    background-color: #EDEDED;
    /* margin-left: calc(50% - 50vw); */
    margin-right: calc(78.2% - 50vw);
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    /* position: relative; */
}

@media(max-width: 991px) {
    .is-style-grey-back-right {
        background-color: #EDEDED;
        /* margin-left: calc(50% - 50vw); */
        margin-right: auto;
        width: auto;
    }
}

.is-style-grey-back-right .wp-block-group__inner-container {
    max-width: 1420px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    /* position: absolute;
    right: 0;
    top: 0; */
}

.is-style-light-grey-back-dots {
    background-color: #fafafa;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto;
    position: relative;
    background-image: url('/wp-content/themes/pe-eco-energy-child/images/forside-pil.svg');
    background-repeat: no-repeat;
    background-position: 110% 50%;
    background-size: auto 80%;
    padding-left: 20px;
    padding-right: 20px;
}

.is-style-light-grey-back-dots .wp-block-group__inner-container {
    max-width: 1420px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.is-style-dots-back {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto;
    position: relative;
    background-image: url('/wp-content/themes/pe-eco-energy-child/images/Group4286.png');
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.is-style-dots-back .wp-block-group__inner-container {
    max-width: 1420px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: 10;
}

.is-style-grey-dots-back {
    background-color: #EDEDED;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto;
}

.is-style-grey-dots-back .wp-block-group__inner-container {
    max-width: 1420px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.wp-block-search__button-outside .wp-block-search__button {
    margin-left: 0;
    background-color: #000;
    color: #fff;
    box-shadow: none;
    border: none;
    position: relative;
    padding-right: 40px;
}

.wp-block-search__button-outside .wp-block-search__button:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    color: #02C785;
    position: absolute;
    padding-right: 15px;
    right: 0px;
}

.is-style-brown-back-button {
    background-color: #DAD0C2;
    padding: 40px;
}

.is-style-green-back-button {
    background-color: #DBD9C7;
    padding: 40px;
}

.is-style-brown-back-button h2,
.is-style-green-back-button h2 {
    position: relative;
    margin-bottom: 100px;
}

#content .is-style-brown-back-button h2 a,
#content .is-style-green-back-button h2 a {
    color: #000;
}

.is-style-brown-back-button h2:after,
.is-style-green-back-button h2:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    color: #02C785;
    position: absolute;
    /* padding-right: 15px; */
    /* right: 0px; */
    left: 50%;
    /* right: 50%; */
    margin-left: -0.5em;
    /* top: 70px; */
    bottom: -70px;
}

.footer-logo {
    display: flex;
    margin-bottom: 30px !important;
}

.footer-logo img {
    margin-right: 30px;
}

.map-icon,
.phone-icon,
.mail-icon,
.folder-icon {
    position: relative;
    padding-left: 40px;
}

.map-icon:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f3c5";
    height: auto;
    width: auto;
    padding-right: 20px;
    left: 0;
}

.phone-icon:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f095";
    height: auto;
    width: auto;
    padding-right: 20px;
    left: 0;
}

.mail-icon:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f0e0";
    height: auto;
    width: auto;
    padding-right: 20px;
    left: 0;
}

.folder-icon:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f07c";
    height: auto;
    width: auto;
    padding-right: 20px;
    left: 0;
}

#pe-footer a:not([class]):not([role]) {
    color: #02C785;
}

#pe-copyrights {
    background-color: #DAD0C2;
    color: #000;
}

#pe-copyrights #pe-copyrights-in {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pkm-brown-button {
    background-color: #F3F0D7;
    padding: 10px;
    text-decoration: none;
}

.pkm-green-button {
    background-color: #DBD9C7;
    padding: 10px;
    text-decoration: none;
}

.footer-menu a {
    min-width: 200px;
    position: relative;
}

.footer-menu a:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f054";
    height: auto;
    width: auto;
    padding-right: 20px;
    left: 200px;
}

.wp-block-buttons .is-style-arrow-button {
    margin-top: 20px;
}

#content .is-style-arrow-button a {
    border-radius: 0px;
    padding: 5px 18px;
    padding-right: 40px;
    position: relative;
    color: #fff;
    font-weight: 400;
}

.is-style-arrow-button a:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #02C785;
    content: "\f054";
    height: auto;
    width: auto;
    padding-left: 10px;
}

.pkm-brown-button,
.pkm-green-button {
    position: relative;
    padding-right: 25px;
}

.pkm-brown-button:after,
.pkm-green-button:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #02C785;
    content: "\f054";
    height: auto;
    width: auto;
    padding-left: 5px;
}

.pe-recent-posts-outer {
    margin-left: 0px !important;
}

.pe-recent-posts-outer .item {
    display: flex;
    /* gap: 12px; */
    justify-content: space-between;
    flex-wrap: wrap;
}

.pe-recent-posts-outer ul.thumbnails {
    padding: 40px;
    border: 1px #A2A090 solid;
    background-color: #FFFCF8;
    position: relative;
    margin-bottom: 30px;
}

.pe-recent-posts-outer ul.thumbnails:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 31px;
    background-color: #A2A090;
    left: 0;
    right: 0;
    top: 0;
}

.pe-recent-posts-outer ul.thumbnails .pe-creation-date {
    position: relative;
    display: block;
    padding-left: 20px;
    margin-bottom: 40px;
    margin-top: 20px;
}

.pe-creation-date {
    position: relative;
    display: block;
    padding-left: 20px;
    margin-bottom: 40px;
    margin-top: 20px;
}

/* .pe-recent-posts-outer ul.thumbnails .pe-creation-date:before { */
.pe-creation-date:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #A2A090;
    content: "\f133";
    height: auto;
    width: auto;
    left: 0;
    /* padding-left: 5px; */
}

#content .is-style-squares-link a,
#content .is-style-computer-link a,
#content .is-style-memo-link a,
#content .is-style-message-link a,
#content .is-style-clock-link a,
#content .is-style-marker-link a,
#content .is-style-users-link a,
#content .is-style-door-link a,
#content .is-style-scale-link a,
#content .is-style-notes-link a,
#content .is-style-folder-link a,
#content .is-style-calendar-link a {
    padding: 60px 60px 0px 20px;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    color: #000;
    hyphens: auto;
}

.is-style-squares-link,
.is-style-computer-link,
.is-style-memo-link,
.is-style-message-link,
.is-style-clock-link,
.is-style-marker-link,
.is-style-users-link,
.is-style-door-link,
.is-style-scale-link,
.is-style-notes-link,
.is-style-folder-link,
.is-style-calendar-link {
    position: relative;
    border: transparent 1px solid;
    height: 100%;
    margin-top: 0px;
}

.is-style-squares-link:hover,
.is-style-computer-link:hover,
.is-style-memo-link:hover,
.is-style-message-link:hover,
.is-style-clock-link:hover,
.is-style-marker-link:hover,
.is-style-users-link:hover,
.is-style-door-link:hover,
.is-style-scale-link:hover,
.is-style-notes-link:hover,
.is-style-folder-link:hover,
.is-style-calendar-link:hover {
    position: relative;
    border: #000 1px solid;
    webkit-box-shadow: 5px 5px 40px -1px rgb(0 0 0 / 20%);
    box-shadow: 5px 5px 40px -1px rgb(0 0 0 / 20%);
    height: 100%;
    margin-top: 0px;
}

.is-style-squares-link a:before {
    position: absolute;
    font-weight: 300;
    color: #000;
    content: url("https://politiklagemyndigheden.dk/wp-content/uploads/2025/08/unlink-2.svg");
    height: auto;
    width: auto;
    left: 20px;
    top: 15px;
}

.is-style-computer-link a:before {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    color: #000;
    content: "\f109";
    height: auto;
    width: auto;
    left: 20px;
    top: 15px;
}

.is-style-memo-link a:before {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    color: #000;
    content: "\f658";
    height: auto;
    width: auto;
    left: 20px;
    top: 15px;
}

.is-style-message-link a:before {
    position: absolute;
    font-weight: 300;
    color: #000;
    content: url("https://politiklagemyndigheden.dk/wp-content/uploads/2025/08/message-square-diff.svg");
    height: auto;
    width: auto;
    left: 20px;
    top: 15px;
}

.is-style-clock-link a:before {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    color: #000;
    content: "\f017";
    height: auto;
    width: auto;
    left: 20px;
    top: 15px;
}

.is-style-marker-link a:before {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    color: #000;
    content: "\f3c5";
    height: auto;
    width: auto;
    left: 20px;
    top: 15px;
}

.is-style-users-link a:before {
    position: absolute;
    font-weight: 300;
    color: #000;
    content: url("https://politiklagemyndigheden.dk/wp-content/uploads/2025/08/users.svg");
    height: auto;
    width: auto;
    left: 20px;
    top: 15px;
}

.is-style-door-link a:before {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    color: #000;
    content: "\f090";
    height: auto;
    width: auto;
    left: 20px;
    top: 15px;
}

.is-style-scale-link a:before {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    color: #000;
    content: "\f24e";
    height: auto;
    width: auto;
    left: 20px;
    top: 15px;
}

.is-style-notes-link a:before {
    position: absolute;
    font-weight: 300;
    color: #000;
    content: url("https://politiklagemyndigheden.dk/wp-content/uploads/2025/08/notebook-pen.svg");
    height: auto;
    width: auto;
    left: 20px;
    top: 15px;
}

.is-style-folder-link a:before {
    position: absolute;
    font-weight: 300;
    color: #000;
    content: url("https://politiklagemyndigheden.dk/wp-content/uploads/2025/08/folder.svg");
    height: auto;
    width: auto;
    left: 20px;
    top: 15px;
}

.is-style-calendar-link a:before {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    color: #000;
    content: "\f073";
    height: auto;
    width: auto;
    left: 20px;
    top: 15px;
}

.is-style-squares-link a:hover:after,
.is-style-computer-link a:hover:after,
.is-style-memo-link a:hover:after,
.is-style-message-link a:hover:after,
.is-style-clock-link a:hover:after,
.is-style-marker-link a:hover:after,
.is-style-users-link a:hover:after,
.is-style-door-link a:hover:after,
.is-style-scale-link a:hover:after,
.is-style-notes-link a:hover:after,
.is-style-folder-link a:hover:after,
.is-style-calendar-link a:hover:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #02C785;
    content: "\f054";
    height: auto;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #000;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    font-size: 0.6em;
}

.inside-left-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 200px;
}

.nk-header-text {
    max-width: 1420px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
}

.nk-header-image-div {
    position: relative;
    background-color: #000;
    overflow: hidden;
    height: 350px;
}

.nk-header-image-div img {
    width: auto;
    max-width: none;
    opacity: 0.6;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(max-width:991px) {
    .nk-header-text {
        font-size: 2em;
    }

    .nk-header-image-div {
        height: 250px;
    }
}

@media(max-width:430px) {
    .nk-header-text {
        font-size: 1.5em;
    }

    .nk-header-image-div {
        height: 150px;
    }
}

.nk-header-text-div {
    position: absolute;
    top: 50%;
    width: 100%;
}

.nk-header-text {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff;
}

.inside-left-sidebar .widget_nav_menu {
    padding-right: 0px;
}

.inside-left-sidebar .menu {
    background-color: #F3F0D7;
    padding: 20px;
    word-wrap: break-word;
    hyphens: auto;
}


.inside-left-sidebar .menu li {
    padding-bottom: 10px;
}

.inside-left-sidebar .menu a {
    text-decoration: none;
}

#pe-breadcrumbs {
    background-color: #DAD0C2;
    padding: 0px;
}

.fa-square:before {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-size: 9em;
    vertical-align: middle;
}

ul:not([class])>li:before,
ul.pe-dark>li:before,
ul.pe-light>li:before {
    background: #000;
}

.is-style-green-arrow-heading {
    position: relative;
}

.is-style-green-arrow-heading:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #02C785;
    content: "\f054";
    height: auto;
    width: auto;
    padding-left: 10px;
}

.is-style-border-group {
    border: #A2A090 1px solid;
    padding-left: 20px;
    padding-right: 20px;
}

.is-style-header-line {
    position: relative;
}

.is-style-header-line:after {
    content: '';
    /* right: 0; */
    width: 200px;
    height: 1px;
    background: #1b1f28;
    position: absolute;
    top: 50%;
    margin-left: 20px;
}

.is-style-member-card {
    height: 100%;
    border-radius: 10px;
    padding: 20px;
    webkit-box-shadow: 5px 5px 40px -1px rgb(0 0 0 / 20%);
    box-shadow: 5px 5px 40px -1px rgb(0 0 0 / 20%);
}

.is-style-member-card h5 {
    margin-bottom: 0px;
}

.is-style-member-card p {
    margin-top: 0px;
}

body.category .content-area .page-header {
    display: block;
}

body.category .content-area .page-header a {
    color: #000;
    text-transform: none;
}

body.category .content-area article {
    padding: 40px;
    border: 1px #A2A090 solid;
    background-color: #FFFCF8;
    position: relative;
}

body.category .content-area article:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 31px;
    background-color: #A2A090;
    left: 0;
    right: 0;
    top: 0;
}

.nk-archive-header-menu li {
    display: inline-block;
    position: relative;
    padding-right: 20px;
    margin-right: 20px;
}

.content-area .nk-archive-header-menu li a {
    color: #000;
}

.nk-archive-header-menu li:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    color: #02C785;
    position: absolute;
    /* padding-right: 15px; */
    right: 0px;
    margin-left: -0.5em;
    /* top: 70px; */
}

#menu-item-289>a {
    display: none;
}

@media(max-width:991px) {
    #content>.pe-row {
        display: flex;
        flex-direction: column-reverse;
    }

    .inside-left-sidebar {
        position: unset;
    }

    .pkm-brown-button,
    .pkm-green-button {
        display: none;
    }
}

.is-style-brown-table table {
    border-spacing: 0px 35px;
    border-collapse: separate;
}

.is-style-brown-table thead th {
    background-color: #DBD9C7;
    /* border: 1px solid #A2A090; */
    color: #000;
}

.is-style-brown-table tr {
    background-color: #FFFCF8;
    border: 1px solid #A2A090;
}

.is-style-brown-table thead th,
.is-style-brown-table tr td {
    border-top: 1px solid #A2A090;
    border-right: 1px solid #A2A090;
    border-bottom: 1px solid #A2A090;
}

.is-style-brown-table thead th:first-child,
.is-style-brown-table tr td:first-child {
    border-left: 1px solid #A2A090;
    border-right: none;
    width: 50%;
}

.is-style-brown-table tr {
    position: relative;
}

.is-style-brown-table tbody tr:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    position: absolute;
    left: 50%;
    margin-left: -0.5em;
    bottom: -35px;
}

.is-style-brown-table tbody tr:last-child:after {
    content: none;
}

.is-style-grey-table table {
    background-color: #EDEDED;
}

.is-style-grey-table table tr {
    border: 1px solid #A2A090;
}

.pe-article-content {
    margin-bottom: 50px;
}

#content .overview-button {
    border-radius: 0px;
    padding: 5px 18px;
    padding-left: 40px;
    position: relative;
    color: #fff;
    background-color: #32373c;
    font-weight: 400;
    text-transform: uppercase;
}

.overview-button:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #02C785;
    content: "\f053";
    height: auto;
    width: auto;
    left: 15px;
    /* padding-left: 10px; */
}

body.search .content-area .page-header,
body.single-post .content-area .page-header {
    display: block;
}

body.single-post .content-area .page-header h1 {
    text-transform: none;
    font-weight: bold;
}

body.search .content-area .page-header h2 a {
    color: #000;
}

.menu li .mPS2id-clicked {
    color: #02C785;
    font-weight: bold;
}

.menu li .mPS2id-clicked {
    color: #02C785;
    font-weight: bold;
}

@media(max-width:781px) {
    .wp-block-image .alignright {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}

.footer_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_menu li {
    color: #fff;
}

.wp-block-navigation__container.is-vertical,
.footer_menu {
    gap: 4px;
    margin-top: 40px;
}

.footer_menu li {
    position: relative;
}

.wp-block-navigation__container.is-vertical ul,
.footer_menu ul {
    width: fit-content;
}

.wp-block-navigation__container.is-vertical li a,
.footer_menu li a {
    font-size: 1rem;
    text-decoration: underline;
    color: #fff;
    position: relative;
}

.wp-block-navigation__container.is-vertical li a:after,
.footer_menu li a:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #02C785;
    content: "\f054";
    height: auto;
    width: auto;
    padding-left: 10px;
    left: 100%;
}

.wp-block-navigation__container.is-vertical li a:hover,
.footer_menu li a:hover {
    color: #fff
}

.wpdevart_org_chart_container ul:not([class])>li:before {
    background: transparent;
    border-radius: 0%;
}

#wpdevart_org_chart_container_1 li:after {
    border-radius: 0px;
}

.pkm-top-menu-div {
    position: absolute;
    right: 220px;
    top: 0px;
    margin-top: 0;
}

.pkm-top-menu-div ul {
    display: flex;
    /* align-items: center; */
    gap: 15px;
}

.pkm-top-menu-div ul li {
    padding-top: 0px;
}

.pkm-top-menu-div ul li:first-child a {
    background-color: #F3F0D7;
    padding: 10px;
    text-decoration: none;
    padding-right: 25px;
    text-transform: uppercase;
}

.pkm-top-menu-div ul li:nth-child(2) a {
    background-color: #DBD9C7;
    padding: 10px;
    text-decoration: none;
    padding-right: 25px;
    text-transform: uppercase;
}

@media(max-width: 991px) {

    .pkm-top-menu-div ul li:first-child a,
    .pkm-top-menu-div ul li:nth-child(2) a {
        display: none;
    }
}

.pkm-top-menu-div ul li:first-child a:after,
.pkm-top-menu-div ul li:nth-child(2) a:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #02C785;
    content: "\f054";
    height: auto;
    width: auto;
    padding-left: 5px;
}

.pe-recent-posts-title-tag a {
    hyphens: auto;
}

.wp-block-heading,
.category-nyheder .entry-title {
    hyphens: auto;
}

.highcontrast2.sticky-bar.scrolled .topbar-mode-on-scroll #pe-logo-nav,
.highcontrast3.sticky-bar.scrolled .topbar-mode-on-scroll #pe-logo-nav {
    background: inherit;
}

/** TOOLTIPS **/

.tooltip {
    position: absolute;
    z-index: 9999;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 12px;
    /* filter: alpha(opacity = 0); */
    /* opacity: 0; */
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

#main input[type="search"] {
    line-height: 1.5;
    vertical-align: middle;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    font-family: inherit;
    padding: 15px 15px 14px;
    border: 2px solid #161616;
    color: #161616;
    background: transparent;
    max-width: 100%;
    text-transform: none;
}

.wp-singular .post .entry-content {
    padding-bottom: 24px;
}

ul.accordion-elements li {
    list-style: none;
}

.post button.accordion-trigger,
.page button.accordion-trigger {
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    font-size: 2rem;
}