/* Fonts */

@font-face {
    font-display: swap;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    src: url('/user/themes/lcd/fonts/rubik-v31-latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    src: url('/user/themes/lcd/fonts/rubik-v31-latin-600.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 900;
    src: url('/user/themes/lcd/fonts/rubik-v31-latin-900.woff2') format('woff2');
}

@font-face {
    font-display: block;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 100;
    src: url('/user/themes/lcd/fonts/lato-v25-latin-100.woff2') format('woff2');
}

@font-face {
    font-display: block;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: url('/user/themes/lcd/fonts/lato-v25-latin-300.woff2') format('woff2');
}

@font-face {
    font-display: block;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('/user/themes/lcd/fonts/lato-v25-latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: block;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('/user/themes/lcd/fonts/lato-v25-latin-700.woff2') format('woff2');
}

@font-face {
    font-display: block;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: url('/user/themes/lcd/fonts/lato-v25-latin-900.woff2') format('woff2');
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: url(/user/themes/lcd/fonts/roboto-v20-latin-regular.woff2) format("woff2");
    font-display: block;
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    src: url(/user/themes/lcd/fonts/roboto-v20-latin-700.woff2) format("woff2");
    font-display: block;
}

@font-face {
    font-family: "Roboto Mono";
    font-style: normal;
    font-weight: 400;
    src: url(/user/themes/lcd/fonts/roboto-mono-v7-latin-regular.woff2) format("woff2");
    font-display: block;
}

/* Setup */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: "rubik";
    line-height: 1.5;
    font-size: 1.25rem;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    color: #161616;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

/* Main page hero */

#lcd_header {
    width: 100%;
    height: 64px;
    position: relative;
    text-align: center;
    align-content: center;
}

#lcd_hero {
    width: 100%;
    height: 600px;
    /* Holds absolute #lcd_hero_info_text */
    position: relative;
    text-align: center;
    align-content: center;
    background-image: url( "/user/themes/lcd/images/lambretta_produktion_abgedunkelt.webp" );
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    padding: 20px;
}

#lcd_hero_info_text {
    position: absolute;
    min-width: 20px;
    padding: 2px 8px;
    bottom: 16px;
    right: 16px;
    color: #ffffff;
    background-color: #336699;
    border-radius: 8px;
    font-size: 100%;
    user-select: none;
    z-index: 500;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.5);
}

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

.rubkik {
    font-family: "Rubik";
}

.rubkik_xbold {
    font-family: "Rubik";
    font-weight: 900;
}

/* Page logo */

#lcd_page_head_logo {
    position: absolute;
    line-height: 48px;
    vertical-align: center;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
    height: 48px;
}

#lcd_page_head_logo img {
    padding: 10px 0 0 0;
    max-height: 48px;
}

/* Main menu */

#lcd_desktop_menu {
    position: fixed;
    top: 32px;
    /* Align left */
    left: 32px;
    /* Align center */
    /*
    left: 50%;
    transform: translateX(-50%);
    */
    max-width: 80%;
    background-color: rgba( 255, 255, 255, 1);
    border-radius: 32px;
    height: 48px;
    max-height: 48px;
    color: #323232;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.5);
    white-space: nowrap;
    overflow-x: hidden;
    z-index: 1100;
}

/* Burger menu */

#lcd_menu_icon {
    z-index: 1000;
    position: fixed;
    top: 32px;
    left: 32px;
    background-color: rgba( 255, 255, 255, 1);
    border-radius: 32px;
    height: 48px;
    width: 48px;
    max-height: 48px;
    color: #323232;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.5);
}

.lcd_burger_icon {
    position: relative;
    top: 0;
    left: 0%;
    font-weight: bold;
    height: 32px;
    width: 32px;
    padding: 0;
    margin: 0;
}

.lcd_menu_item {
    position: relative;
    top: 0;
    left: 0%;
    font-weight: bold;
    height: 32px;
    width: 32px;
    padding: 30px 0px;
    margin: 40px 0px;
    font-size: 150%;
}

/* Mobile menu animation, CSS only */

.burger-nav {
    position: relative;
    height: 0;
    width: 0;
}

#burger-toggle {
    display: none;
    width: 32px;
    height: 32px;
}

.burger-icon {
    display: none;
    width: 30px;
    height: 25px;
    cursor: pointer;
    position: relative;
}

.burger-icon span,
.burger-icon span::before,
.burger-icon span::after {
    display: block;
    width: 100%;
    height: 4px;
    background: white;
    border-radius: 2px;
    position: absolute;
    transition: all 0.3s ease-in-out;
}

.burger-icon span {
    top: 50%;
    transform: translateY(-50%);
}

.burger-icon span::before {
    content: "";
    top: -8px;
}

.burger-icon span::after {
    content: "";
    bottom: -8px;
}

@media (max-width: 1280px) {
    .burger-icon {
        display: block;
    }

    .nav-links {
        position: absolute;
        display: none;
        width: 100vw;
        height: 600px;
        top: 0;
        left: 0;
        background: rgba(50, 50, 50, 1.0);
        color: #f0f0f0;
        padding: 2.5em 0 2.5em 0;
        padding-top: 2.5em;
        padding-bottom: 2.5em;
        margin-bottom: 2.5em;
        /* Above hero & hero info, below menu buttons */
        z-index: 600;
    }

    .nav-links a {
        display: block;
        text-align: center;
        padding: 0;
        margin: 0;
        line-height: 300%;
        background: none;
        width: 100%;
        color: #f0f0f0;
        border-bottom: 1px solid #666;
        max-width: 100%;
        white-space: nowrap;
        overflow-x: scroll;
    }

    .nav-links a.mobile_level_2 {
        font-size: 80%;
        border-bottom: 0px;
        padding: 0;
    }

    .nav-links a.mobile_level_2:before {
        /* &raquo; */
        content: "\00BB ";
        padding: 0 6px 0 0;
    }

    .nav-links a:hover {
        color: #b0b0b0;
    }

    #burger-toggle:checked ~ .nav-links {
        visibility: visible;
        display: block;
    }
}

/* Search icon */

#lcd_search_icon {
    z-index: 1000;
    position: fixed;
    top: 32px;
    right: 32px;
    background-color: rgba( 255, 255, 255, 1);
    border-radius: 32px;
    height: 48px;
    width: 48px;
    max-height: 48px;
    color: #323232;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.5);
}

.lcd_search_item {
    font-weight: bold;
    height: 32px;
    width: 32px;
    padding: 30px 0px;
    margin: 40px 0px;
    font-size: 150%;
}

.lcd_desktop_menu_item {
    display: inline;
    height: 48px;
    line-height: 48px;
    padding: 10px 10px;
    margin: 10px;
}

/* 1st Child */

.lcd_desktop_menu_item:first-of-type {
    /*
    padding-left: 0;
    margin-left: 0;
    */
}

/* Last Child */

.lcd_desktop_menu_item:last-of-type {
    /*
    padding-right: 0;
    margin-right: 0;
    */
}

.lcd_desktop_menu_item a:hover {
    color: #336699;
}

#lcd_logo_mainpage {
    max-height: 200px;
}

#lcd_main_title {
    hyphens: auto;
    font-weight: bold;
    font-size: 350%;
    text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.75);
}

#lcd_main_subtitle {
    hyphens: auto;
    font-weight: 600;
    font-size: 125%;
    text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.75);
}

.lcd_desktop_menu_link:hover {
    color: #646464;
}

.lcd_menu_left {
    text-align: left;
}

.lcd_menu_right {
    text-align: right;
    float: right;
}

/* Partner */

#lcd_partners {
    background-color: #323232;
    color: #d0d0d0;
    text-align: center;
    padding: 12px;
    width: 100%;
    vertical-align: text-top;
    user-select: none;
}

/* Partner: Text */

.lcd_partner_link {
    display: inline-block;
    text-decoration: none;
    color: #a0a0a0;
    padding: 0 10px;
    margin: 0;
    line-height: 20px;
    white-space: nowrap;
}

.lcd_partner_link:hover {
    color: #ffffff;
    fill: #ffffff;
}

/* Partner: SVG */

.lcd_partner_image {
    display: block;
    border-radius: 0;
    max-height: 20px;
    position: relative;
    /* Push down 3px */
    top: 3px;
}

.lcd_partner_image:hover {
    width: auto;
    filter: brightness( 200% );
}

.lcd_footer_logo {
    max-height: 32px;
    padding: 0;
    margin: 0;
}

p {
    hyphens: auto;
}

/* Content */

.lcd_content p:last-of-type {
    margin-bottom: 20px;
}

.lcd_content {
    background-color: #ffffff;
    color: #000000;
    padding: 1em 15%;
}

.lcd_content h1,
.lcd_content h2,
.lcd_content h3,
.lcd_content h4,
.lcd_content h5 {
    font-family: "Rubik";
    font-weight: 900;
}

/* Content Weiß */

.lcd_content_white {
    background-color: #ffffff;
    color: #323232;
}

.lcd_content_white a,
.lcd_content_white a:hover {
    color: #323232;
    text-decoration: underline;
    text-decoration-color: #b0b0b0;
}

/* Content Grau */

.lcd_content_gray {
    background-color: #e0e0e0;
    color: #000000;
}

.lcd_content_gray a,
.lcd_content_gray a:hover {
    color: #000000;
    text-decoration: underline;
    text-decoration-color: #646464;
}

/* Content Orange */

.lcd_content_orange {
    background-color: #ffa000;
    color: #000000;
}

.lcd_content_orange a,
.lcd_content_orange a:hover {
    color: #000000;
    text-decoration: underline;
    text-decoration-color: #B87400;
}

/* Content Blau */

.lcd_content_blue {
    background-color: #336699;
    color: #f8f8f8;
}

.lcd_content_blue a,
.lcd_content_blue a:hover {
    color: #f8f8f8;
    text-decoration: underline;
    text-decoration-color: #e0e0e0;
}

/* Content misc */

.cite,
.lead {
    font-size: 0.75rem;
    font-weight: 300;
    margin-top: -16px;
    padding-top: 0;
    color: #969696;
}

.cite {
    margin-left: 1em;
    padding-top: 4px;
}

.nobr {
    white-space: nowrap;
}

/* Footer */

.lcd_dl_stripe {
    width: 100%;
    height: 30px;
    /*
    Türkis #22B1BD
    Rot    #FF3300
    Senf   #DAA70E
    */
    background: linear-gradient(
        0deg,
        rgba(34, 177, 189, 1) 1%,
        rgba(34, 177, 189, 1) 33%,
        rgba(218, 167, 14, 1) 34%,
        rgba(218, 167, 14, 1) 66%,
        rgba(255, 51, 0, 1) 67%,
        rgba(255, 51, 0, 1) 100%
    );
}

.lcd_footer {
    text-align: center;
    background-color: #ffffff;
    color: #000000;
    font-size: 80%;
    padding: 1em;
    border-top: 1px dashed #d0d0d0;
}

.lcd_footer_link {
    font-size: 80%;
    text-decoration: underline;
    color: #000000;
    padding: 0 5px;
}

/* Media queries */

@media (max-width: 1280px) {
    #lcd_page_head_logo {
        display: block;
    }
    #lcd_desktop_menu {
        width: 25%;
        min-width: 25%;
        max-width: 25%;
    }
    #lcd_main_title {
        font-size: 250%;
    }
    #lcd_main_subtitle {
        font-size: 100%;
    }
    .lcd_content {
        padding: 0.25em 5%;
        font-size: 90%;
    }
    #menu_mobile {
        display: block;
    }
    #lcd_desktop_menu {
        display: none;
    }
}

@media (min-width: 1281px) {
    .nav-links {
        display: none;
    }
    #lcd_page_head_logo {
        display: none;
    }
    #menu_mobile {
        display: none;
    }
    #lcd_menu_icon {
        display: none;
    }
    #menu_desktop {
        display: block;
    }

}

/* Farben */

.green {
    color: #00a000;
}

.blue {
    color: #0066CC;
}

.red {
    color: #a00000;
}

.dark_red {
    color: #800000;
}

/* Stock */

b,
strong {
    font-weight: 600;
}

em {
    /* Add a litte to the right */
    margin-right: 3px;
}

.shadow {
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.5);
}

a {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}
a:hover,
a:focus {
    text-decoration: none;
    
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1.25;
    text-rendering: optimizeLegibility;
    hyphens: auto;
}
h1 {
    font-size: 2rem;
}
h2 {
    font-size: 1.5rem;
}
h3 {
    font-size: 1.25rem;
}
h4,
h5,
h6 {
    font-size: 1rem;
}
p {
    margin-bottom: 1rem;
}
ul,
ol,
dl {
    margin-left: 1em;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
}
hr {
    position: relative;
    margin: 1.5rem 0;
    border: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #fff;
}
abbr {
    font-size: 85%;
    font-weight: 700;
    color: #555;
    text-transform: uppercase;
}
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #e5e5e5;
}
code,
pre {
    font-family: Menlo, Monaco, "Courier New", monospace;
    word-break: keep-all;
    text-wrap-mode: nowrap;
    overflow-x: auto;
    max-width: 90%;
}
code {
    padding: 4px;
    font-size: 90%;
    color: #bf616a;
    /* background-color: #f9f9f9; */
    border-radius: 3px;
}
pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    padding: 0.5rem;
    font-size: 0.85rem;
    line-height: 1.4;
    white-space: pre;
    white-space: pre-wrap;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f9f9f9;
}
pre code {
    padding: 0;
    color: inherit;
    /* background-color: #fff0; */
}
.highlight {
    margin-bottom: 1rem;
    border-radius: 4px;
}
.highlight pre {
    margin-bottom: 0;
}
.gist .gist-file {
    font-family: Menlo, Monaco, "Courier New", monospace !important;
}
.gist .markdown-body {
    padding: 15px;
}
.gist pre {
    padding: 0;
    background-color: #fff0;
}
.gist .gist-file .gist-data {
    font-size: 0.8rem !important;
    line-height: 1.4;
}
.gist code {
    padding: 0;
    color: inherit;
    /* background-color: #fff0; */
    border-radius: 0;
}
blockquote {
    padding: 0.5rem 1rem;
    margin: 0.8rem 0;
    margin-left: 1em;
    border-left: 0.25rem solid rgba( 0, 0, 0, 0.25);
}
blockquote p:last-child {
    margin-bottom: 0;
}
@media (min-width: 30em) {
    blockquote {
        padding-right: 5rem;
    }
}
p.center {
    text-align: center;
    align-items: center;
}

/* Bilder */

img {
    max-width: 100%;
    border-radius: 0;
}

img.center {
    float: center;
    align-items: center;
    margin: 0 auto;
    /* Padding left and right */
    padding: 0 20px 0 20px;
    clear: both;
}

img.left {
    float: left;
    align-items: left;
    margin: 0 auto;
    /* Padding right */
    padding: 0 20px 0 0;
}

img.right {
    float: right;
    align-items: right;
    margin: 0 auto;
    /* Padding left */
    padding: 0 0 0 20px;
}

.tablewrapper {
    width: 100%;
    margin: 0 auto;
    overflow-x: auto;
    padding: 0 0 20px 0;
}

table {
    border: 0;
    table-layout: auto;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    padding: 0;
    margin: 0;
}

th {
    background-color: #e5e5e5;
}

tr, td, th {
    text-align: left;
    vertical-align: middle;
}

.text-right {
    text-align: right;
}

td,
th {
    padding: 0.25rem 0.5rem;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    border-left: none;
    border-right: none;
}
tbody tr:nth-child(odd) td,
tbody tr:nth-child(odd) th {
    background-color: #f9f9f9;
}
.sidebar-aboutt h1 {
    color: #fff;
}
.message {
    margin-bottom: 1rem;
    padding: 1rem;
    color: #717171;
    background-color: #f9f9f9;
}
.container {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
}
.masthead {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
}
.masthead-title {
    margin-top: 0;
    margin-bottom: 0;
    color: #505050;
}
.masthead-title a {
    color: #505050;
}
.masthead-title small {
    font-size: 75%;
    font-weight: 400;
    color: silver;
    letter-spacing: 0;
}
.page,
.post {
    margin-bottom: 4em;
}
.page-title,
.post-title,
.post-title a {
    color: #303030;
}
.page-title,
.post-title {
    margin-top: 0;
}
.post-date {
    display: block;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
    color: #9a9a9a;
}
.related {
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-top: 1px solid #eee;
}
.related-posts {
    padding-left: 0;
    list-style: none;
}
.related-posts h3 {
    margin-top: 0;
}
.related-posts li small {
    font-size: 75%;
    color: #999;
}
.related-posts li a:hover {
    color: #268bd2;
    text-decoration: none;
}
.related-posts li a:hover small {
    color: inherit;
}
.pagination {
    overflow: hidden;
    margin-left: -1rem;
    margin-right: -1rem;
    font-family: "PT Sans", Helvetica, Arial, sans-serif;
    color: #ccc;
    text-align: center;
}
.pagination-item {
    display: block;
    padding: 1rem;
    border: 1px solid #eee;
}
.pagination-item:first-child {
    margin-bottom: -1px;
}
a.pagination-item:hover {
    background-color: #f5f5f5;
}
@media (min-width: 30em) {
    .pagination {
        margin: 3rem 0;
    }
    .pagination-item {
        float: left;
        width: 50%;
    }
    .pagination-item:first-child {
        margin-bottom: 0;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    .pagination-item:last-child {
        margin-left: -1px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
}
.unterseiten,
.accesskey {
    color: gray;
}
li {
    line-height: 165%;
}
.meta-grey {
    color: #969696;
    font-size: .75rem;
}
.floatleft,
.float-left {
    float: left;
}
.floatright,
.float-right {
    float: right;
}
.nohover a:hover {
    text-decoration: none;
}
.pagi {
    padding-top: 1rem;
}
input[type="text"],
input[type="password"],
select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
input[type="submit"] {
    background-color: #09c;
    color: #fff;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
input[type="submit"]:hover {
    background-color: #008ab8;
}
input[type="reset"] {
    background-color: #323232;
    color: #fff;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
input[type="reset"]:hover {
    background-color: #202020;
}
span.required {
    color: red;
}
#info {
    padding: 1rem 0 2em 0;
    margin: 0 auto;
    clear: both;
    text-align: center;
    color: #646464;
    font-size: .75rem;
}
.etikett-gruen,
a.etikett-gruen {
    font-size: 90%;
    color: #fff;
    display: inline;
    padding: 2px 6px 2px 6px;
    border-radius: 3px;
    background: #007d45;
    white-space: nowrap;
    text-decoration: none;
}
.etikett-gruen i,
a.etikett-gruen i {
    color: #fff;
    font-size: 110%;
}
.etikett-rot,
a.etikett-rot {
    font-size: 90%;
    color: #fff;
    display: inline;
    padding: 2px 6px 2px 6px;
    border-radius: 3px;
    background: #900000;
    white-space: nowrap;
    text-decoration: none;
}
.etikett-rot i,
a.etikett-rot i {
    color: #fff;
    font-size: 110%;
}
.etikett-blau,
a.etikett-blau {
    font-size: 90%;
    color: #fff;
    display: inline;
    padding: 2px 6px 2px 6px;
    border-radius: 3px;
    background: #069;
    white-space: nowrap;
    text-decoration: none;
}
.etikett-blau i,
a.etikett-blau i {
    color: #fff;
    font-size: 110%;
}
.etikett-schwarz,
a.etikett-schwarz {
    font-size: 90%;
    color: #fff;
    display: inline;
    padding: 2px 6px 2px 6px;
    border-radius: 3px;
    background: #333;
    white-space: nowrap;
    text-decoration: none;
}
.etikett-schwarz i,
a.etikett-schwarz i {
    color: #fff;
    font-size: 110%;
}
.etikett-grau,
a.etikett-grau {
    font-size: 90%;
    color: #fff;
    display: inline;
    padding: 2px 6px 2px 6px;
    border-radius: 3px;
    background: #757575;
    white-space: nowrap;
    text-decoration: none;
}
.etikett-grau i,
a.etikett-grau i {
    color: #fff;
    font-size: 110%;
}
.text-rot {
    color: #f00000;
}
.small {
    font-size: 75%;
}
.love_small {
    font-size: 90%;
}
.key {
    border: 2px solid;
    border-color: #ddd #888 #888 #ddd;
    padding: 0 3px;
    font-family: "Roboto Mono", Consolas, "Envy Code R", Menlo, Monaco, monospace;
    font-size: 80%;
    font-weight: 700;
    background: #f0f0f0;
    white-space: nowrap;
    border-radius: 4px;
    margin-right: 2px;
    text-shadow: 2px 2px 3px rgb(255 255 255 / 0.9);
    -moz-text-shadow: 2px 2px 3px rgb(255 255 255 / 0.9);
}
li:has(.subpage) {
    margin-left: 2rem;
}
.highlight .hll {
    background-color: #ffc;
}
.highlight .c {
    color: #999;
}
.highlight .err {
    color: #a00;
    background-color: #faa;
}
.highlight .k {
    color: #069;
}
.highlight .o {
    color: #555;
}
.highlight .cm {
    color: #09f;
    font-style: italic;
}
.highlight .cp {
    color: #099;
}
.highlight .c1 {
    color: #999;
}
.highlight .cs {
    color: #999;
}
.highlight .gd {
    background-color: #fcc;
    border: 1px solid #c00;
}
.highlight .ge {
    font-style: italic;
}
.highlight .gr {
    color: red;
}
.highlight .gh {
    color: #030;
}
.highlight .gi {
    background-color: #cfc;
    border: 1px solid #0c0;
}
.highlight .go {
    color: #aaa;
}
.highlight .gp {
    color: #009;
}
.highlight .gu {
    color: #030;
}
.highlight .gt {
    color: #9c6;
}
.highlight .kc {
    color: #069;
}
.highlight .kd {
    color: #069;
}
.highlight .kn {
    color: #069;
}
.highlight .kp {
    color: #069;
}
.highlight .kr {
    color: #069;
}
.highlight .kt {
    color: #078;
}
.highlight .m {
    color: #f60;
}
.highlight .s {
    color: #d44950;
}
.highlight .na {
    color: #4f9fcf;
}
.highlight .nb {
    color: #366;
}
.highlight .nc {
    color: #0a8;
}
.highlight .no {
    color: #360;
}
.highlight .nd {
    color: #99f;
}
.highlight .ni {
    color: #999;
}
.highlight .ne {
    color: #c00;
}
.highlight .nf {
    color: #c0f;
}
.highlight .nl {
    color: #99f;
}
.highlight .nn {
    color: #0cf;
}
.highlight .nt {
    color: #2f6f9f;
}
.highlight .nv {
    color: #033;
}
.highlight .ow {
    color: #000;
}
.highlight .w {
    color: #bbb;
}
.highlight .mf {
    color: #f60;
}
.highlight .mh {
    color: #f60;
}
.highlight .mi {
    color: #f60;
}
.highlight .mo {
    color: #f60;
}
.highlight .sb {
    color: #c30;
}
.highlight .sc {
    color: #c30;
}
.highlight .sd {
    color: #c30;
    font-style: italic;
}
.highlight .s2 {
    color: #c30;
}
.highlight .se {
    color: #c30;
}
.highlight .sh {
    color: #c30;
}
.highlight .si {
    color: #a00;
}
.highlight .sx {
    color: #c30;
}
.highlight .sr {
    color: #3aa;
}
.highlight .s1 {
    color: #c30;
}
.highlight .ss {
    color: #fc3;
}
.highlight .bp {
    color: #366;
}
.highlight .vc {
    color: #033;
}
.highlight .vg {
    color: #033;
}
.highlight .vi {
    color: #033;
}
.highlight .il {
    color: #f60;
}
.css .o,
.css .o + .nt,
.css .nt + .nt {
    color: #999;
}
@media (max-width: 800px) {
    html {
        font-size: 1.3rem;
    }
}
.sidebar {
    text-align: center;
    padding: 1rem 1rem;
    color: #323232;
    background-color: #161616;
    border-top: 0;
}
.sidebar a,
.sidebar a:hover,
.sidebar a:active,
.sidebar a:visited {
    color: #d0d0d0;
    text-decoration: none;
}
.sidebar h1,
.sidebar h1 a {
    color: #ffffff;
}

@media (min-width: 800px) {
    .sidebar {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 18rem;
        color: #646464;
        text-align: right;
        overflow-y: auto;
        background-color: #fff;
        border-right: 2px solid #e0e0e0;
    }
    .sidebar a,
    .sidebar a:hover,
    .sidebar a:active,
    .sidebar a:visited {
        color: #323232;
        text-decoration: none;
    }
    .sidebar h1 a {
        color: #303030;
    }
    .love_small,
    .lead {
        font-size: 0.75rem;
        color: #646464 !important;
    }
}
.sidebar-about h1 {
    color: #000;
    margin-top: 0;
    font-size: 2rem;
}
.sidebar-about a {
    color: #323232;
}
.sidebar-nav {
    margin-bottom: 1rem;
}
.sidebar-nav-item {
    display: block;
    line-height: 1.75;
}
a.sidebar-nav-item:hover,
a.sidebar-nav-item:focus {
    text-decoration: none;
}
.sidebar-nav-item.active {
    font-weight: 700;
}
@media (min-width: 800px) {
    .sidebar-sticky {
        position: absolute;
        min-height: 80%;
        right: 1rem;
        bottom: 1rem;
        left: 1rem;
        top: 4rem;
    }
}
.content {
    padding-top: 4rem;
    padding-bottom: 1rem;
}
@media (min-width: 800px) {
    .content {
        margin-left: 20rem;
        margin-right: 2rem;
    }
}
@media (min-width: 64em) {
    .content {
        margin-left: 22rem;
        margin-right: 4rem;
    }
}
@media (min-width: 800px) {
    .layout-reverse .sidebar {
        left: auto;
        right: 0;
    }
    .layout-reverse .content {
        margin-left: 2rem;
        margin-right: 20rem;
    }
}
@media (min-width: 64em) {
    .layout-reverse .content {
        margin-left: 4rem;
        margin-right: 22rem;
    }
}
.theme-base-08 .sidebar {
    background-color: #ac4142;
}
.theme-base-08 .content a,
.theme-base-08 .related-posts li a:hover {
    color: #ac4142;
}
.theme-base-09 .sidebar {
    background-color: #d28445;
}
.theme-base-09 .content a,
.theme-base-09 .related-posts li a:hover {
    color: #d28445;
}
.theme-base-0a .sidebar {
    background-color: #f4bf75;
}
.theme-base-0a .content a,
.theme-base-0a .related-posts li a:hover {
    color: #f4bf75;
}
.theme-base-0b .sidebar {
    background-color: #90a959;
}
.theme-base-0b .content a,
.theme-base-0b .related-posts li a:hover {
    color: #90a959;
}
.theme-base-0c .sidebar {
    background-color: #75b5aa;
}
.theme-base-0c .content a,
.theme-base-0c .related-posts li a:hover {
    color: #75b5aa;
}
.theme-base-0d .sidebar {
    background-color: #6a9fb5;
}
.theme-base-0d .content a,
.theme-base-0d .related-posts li a:hover {
    color: #6a9fb5;
}
.theme-base-0e .sidebar {
    background-color: #aa759f;
}
.theme-base-0e .content a,
.theme-base-0e .related-posts li a:hover {
    color: #aa759f;
}
.theme-base-0f .sidebar {
    background-color: #8f5536;
}
.theme-base-0f .content a,
.theme-base-0f .related-posts li a:hover {
    color: #8f5536;
}
::selection {
    background-color: #fcdb03;
    color: #323232;
}
.tldr {
    border-left: 4px solid #a0a0a0;
    background: #f0f0f0;
    color: #000;
    padding: 4px 4px 4px 8px;
    margin: 0.5em 0;
}
.tldr:before {
    color: #a0a0a0;
    font-weight: 400;
    content: "TL;DR ";
    position: relative;
    top: 0;
}
.notices {
    padding: 5px;
    margin: 0.5em 0;
}
.notices p {
    padding: 0 0 0 4px;
    margin: 0;
}
.notices.yellow {
    border-left: 4px solid #f0ad4e;
    background: #fcf8f2 !important;
    color: #df8a13;
}
.notices.red {
    border-left: 4px solid #d9534f;
    background: #fdf7f7 !important;
    color: #b52b27;
}
.notices.blue {
    border-left: 4px solid #5bc0de;
    background: #f4f8fa !important;
    color: #28a1c5;
}
.notices.green {
    border-left: 4px solid #5cb85c;
    background: #f1f9f1 !important;
    color: #3d8b3d;
}
code {
    padding: 2px 3px;
    color: #c7254e !important;
    background-color: #f2f2f4;
    margin: 0 3px;
}
code,
pre,
kbd {
    font-family: "Roboto Mono", monospace;
}
code {
    font-family: "Roboto Mono", monospace;
    padding: 2px 4px;
    color: #323232;
    padding: 2px;
    max-width: 100%;
    hyphens: none;
    overflow-x: auto;
}
pre code {
    background-color: transparent !important;
}
kbd {
    padding: 2px 3px;
    font-size: 1em;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    font-family: "Roboto Mono", monospace;
    -webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / 0.25);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 0.25);
}
pre {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 100%;
    line-height: 1.5;
    font-family: "Roboto Mono", monospace;
    hyphens: none;
    font-size: 90%;
    border-radius: 10px;
}
.dim {
    opacity: 0.5;
}
.opacity_half {
    opacity: 50%;
}
pre code {
    padding: 0 !important;
    margin: 0 !important;
}
#dot {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #323232;
    background-color: #969696;
    padding: 5px 8px;
    font-weight: 700;
}
.smaller {
    font-size: 75%;
}
ï»¿.form-group.has-errors {
    background: rgb(255 0 0 / 0.05);
    border: 1px solid rgb(255 0 0 / 0.2);
    border-radius: 3px;
    margin: 0 -5px;
    padding: 0 5px;
}
.form-errors {
    color: #b52b27;
}
.form-honeybear {
    display: none;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip-path: rect(0, 1px, 1px, 0);
}
.form-errors p {
    margin: 0;
}
.form-input-file input {
    display: none;
}
.form-input-file .dz-default.dz-message {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}
.form-input-file.dropzone {
    position: relative;
    min-height: 70px;
    border-radius: 3px;
    margin-bottom: 0.85rem;
    border: 2px dashed #ccc;
    color: #aaa;
    padding: 0.5rem;
}
.form-input-file.dropzone .dz-preview {
    margin: 0.5rem;
}
.form-input-file.dropzone .dz-preview:hover {
    z-index: 2;
}
.form-input-file.dropzone .dz-preview .dz-image img {
    margin: 0;
}
.form-input-file.dropzone .dz-preview .dz-remove {
    font-size: 16px;
    position: absolute;
    top: 3px;
    right: 3px;
    display: inline-flex;
    height: 20px;
    width: 20px;
    background-color: red;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    cursor: pointer;
    z-index: 20;
}
.form-input-file.dropzone .dz-preview .dz-remove:hover {
    background-color: darkred;
    text-decoration: none;
}
.form-input-file.dropzone .dz-preview .dz-error-message {
    min-width: 140px;
    width: auto;
}
.form-input-file.dropzone .dz-preview .dz-image,
.form-ine.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 3px;
    z-index: 1;
}
.filepond--root.form-input {
    min-height: 7rem;
    height: auto;
    overflow: hidden;
    border: 0;
}
.form-tabs .tabs-nav {
    display: flex;
    padding-top: 1px;
    margin-bottom: -1px;
}
.form-tabs .tabs-nav a {
    flex: 1;
    transition: color 0.5s ease, background 0.5s ease;
    cursor: pointer;
    text-align: center;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ccc;
    border-radius: 5px 5px 0 0;
}
.form-tabs .tabs-nav a.active {
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff0;
    margin: 0 -1px;
}
.form-tabs .tabs-nav a.active span {
    color: #000;
}
.form-tabs .tabs-nav span {
    display: inline-block;
    line-height: 1.1;
}
.form-tabs.subtle .tabs-nav {
    margin-right: 0 !important;
}
.form-tabs .tabs-content .tab__content {
    display: none;
    padding-top: 2rem;
}
.form-tabs .tabs-content .tab__content.active {
    display: block;
}
.checkboxes {
    display: inline-block;
}
.checkboxes label {
    display: inline;
    cursor: pointer;
    position: relative;
    padding: 0 0 0 20px;
    margin-right: 15px;
}
.checkboxes label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    left: 0;
    margin-top: 0;
    margin-right: 10px;
    position: absolute;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
}
.checkboxes input[type="checkbox"] {
    display: none;
}
.checkboxes input[type="checkbox"]:checked + label:before {
    content: "âœ“";
    font-size: 20px;
    line-height: 1;
    text-align: center;
}
.checkboxes.toggleable label {
    margin-right: 0;
}
.form-field-toggleable .checkboxes.toggleable {
    margin-right: 5px;
    vertical-align: middle;
}
.form-field-toggleable .checkboxes + label {
    display: inline-block;
}
.switch-toggle {
    display: inline-flex;
    overflow: hidden;
    border-radius: 3px;
    line-height: 35px;
    border: 1px solid #ccc;
}
.switch-toggle input[type="radio"] {
    position: absolute;
    visibility: hidden;
    display: none;
}
.switch-toggle label {
    display: inline-block;
    cursor: pointer;
    padding: 0 15px;
    margin: 0;
    white-space: nowrap;
    color: inherit;
    transition: background-color 0.5s ease;
}
.switch-toggle input.highlight:checked + label {
    background: #333;
    color: #fff;
}
.switch-toggle input:checked + label {
    color: #fff;
    background: #999;
}
.signature-pad {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 10px;
    width: 100%;
    height: 100%;
    max-width: 700px;
    max-height: 460px;
    border: 1px solid #f0f0f0;
    background-color: #fff;
    padding: 16px;
}
.signature-pad--body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #f6f6f6;
    min-height: 100px;
}
.signature-pad--body canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    box-shadow: 0 0 5px rgb(0 0 0 / 0.02) inset;
}
.signature-pad--footer {
    color: #c3c3c3;
    text-align: center;
    font-size: 1.2em;
}
.signature-pad--actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space
    margin-top: 8px;
}
[data-grav-field="array"] .form-row {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}
[data-grav-field="array"] .form-row > input,
[data-grav-field="array"] .form-row > textarea {
    margin: 0 0.5rem;
    display: inline-block;
}
.form-data.basic-captcha .form-input-wrapper {
    border: 1px solid #ccc;
    border-radius: 5px;
    display: flex;
    overflow: hidden;
}
.form-data.basic-captcha .form-input-prepend {
    display: flex;
    color: #333;
    background-color: #ccc;
    flex-shrink: 0;
}
.form-data.basic-captcha .form-input-prepend img {
    margin: 0;
}
.form-data.basic-captcha .form-input-prepend button > svg {
    margin: 0 8px;
    width: 18px;
    height: 18px;
}
.form-data.basic-captcha input.form-input {
    border: 0;
}
.hljs-comment,
.hljs-quote {
    color: dimgray;
}
.hljs-variable,
.hljs-template-variable,
.hljs-tag,
.hljs-name,
.hljs-selector-id,
.hljs-selector-class,
.hljs-regexp,
.hljs-deletion {
    color: #d91e18;
}
.hljs-number,
.hljs-built_in,
.hljs-builtin-name,
.hljs-literal,
.hljs-type,
.hljs-params,
.hljs-meta,
.hljs-link {
    color: #aa5d00;
}
.hljs-attribute {
    color: #aa5d00;
}
.hljs-string,
.hljs-symbol,
.hljs-bullet,
.hljs-addition {
    color: green;
}
.hljs-title,
.hljs-section {
    color: #007faa;
}
.hljs-keyword,
.hljs-selector-tag {
    color: #7928a1;
}
.hljs {
    display: block;
    overflow-x: auto;
    background: #fefefe;
    color: #545454;
    padding: 0.5em;
}
.hljs-emphasis {
    font-style: italic;
}
.hljs-strong {
    font-weight: 700;
}
@media screen and (-ms-high-contrast: active) {
    .hljs-addition,
    .hljs-attribute,
    .hljs-built_in,
    .hljs-builtin-name,
    .hljs-bullet,
    .hljs-comment,
    .hljs-link,
    .hljs-literal,
    .hljs-meta,
    .hljs-number,
    .hljs-params,
    .hljs-string,
    .hljs-symbol,
    .hljs-type,
    .hljs-quote {
        color: highlight;
    }
    .hljs-keyword,
    .hljs-selector-tag {
        font-weight: 700;
    }
}
.pagination {
    list-style: none;
    padding: 0;
    margin: 3rem 0 1rem;
    text-align: center;
    color: #aaa;
}
.pagination li {
    display: inline-block;
    border: 1px solid #eee;
}
.pagination a,
.pagination span {
    display: inline-block;
    padding: 4px 15px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
/*!By AndrÃ© Rinas,www.andrerinas.de Documentation,www.simplelightbox.de Available for use under the MIT License Version 2.7.3 */
body.hidden-scroll {
    overflow: hidden;
}
.sl-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    opacity: 0.9;
    display: none;
    z-index: 1035;
}
.sl-wrapper {
    z-index: 1040;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
}
.sl-wrapper * {
    box-sizing: border-box;
}
.sl-wrapper button {
    border: 0 none;
    background: #fff0;
    font-size: 28px;
    padding: 0;
    cursor: pointer;
}
.sl-wrapper button:hover {
    opacity: 0.7;
}
.sl-wrapper .sl-close {
    display: none;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 10060;
    margin-top: -14px;
    margin-right: -14px;
    height: 44px;
    width: 44px;
    line-height: 44px;
    font-family: Arial, Baskerville, monospace;
    color: #000;
    font-size: 3rem;
}
.sl-wrapper .sl-counter {
    display: none;
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 1060;
    color: #000;
    font-size: 1rem;
}
.sl-wrapper .sl-navigation {
    width:lay: none;
}
.sl-wrapper .sl-navigation button {
    position: fixed;
    top: 50%;
    margin-top: -22px;
    height: 44px;
    width: 22px;
    line-height: 44px;
    text-align: center;
    display: block;
    z-index: 10060;
    font-family: Arial, Baskerville, monospace;
    color: #000;
}
.sl-wrapper .sl-navigation button.sl-next {
    right: 5px;
    font-size: 4rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
    left: 5px;
    font-size: 4rem;
}
@media (min-width: 35.5em) {
    .sl-wrapper .sl-navigation button {
        width: 44px;
    }
    .sl-wrapper .sl-navigation button.sl-next {
        right: 10px;
        font-size: 3rem;
    }
    .sl-wrapper .sl-navigation button.sl-prev {
        left: 10px;
        font-size: 3rem;
    }
}
@media (min-width: 50em) {
    .sl-wrapper .sl-navigation button {
        width: 44px;
    }
    .sl-wrapper .sl-navigation button.sl-next {
        right: 20px;
        font-size: 4rem;
    }
    .sl-wrapper .sl-navigation button.sl-prev {
        left: 20px;
        font-size: 4rem;
    }
}
.sl-wrapper.sl-dir-rtl .sl-navigation {
    direction: ltr;
}
.sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10000;
}
.sl-wrapper .sl-image img {
    margin: 0;
    padding: 0;
    display: block;
    border: 0 none;
    width: 100%;
    height: auto;
}
@media (min-width: 35.5em) {
    .sl-wrapper .sl-image img {
        border: 0 none;
    }
}
@media (min-width: 50em) {
    .sl-wrapper .sl-image img {
        border: 0 none;
    }
}
.sl-wrapper .sl-image iframe {
    background: #000;
    border: 0 none;
}
@media (min-width: 35.5em) {
    .sl-wrapper .sl-image iframe {
        border: 0 none;
    }
}
@media (min-width: 50em) {
    .sl-wrapper .sl-image iframe {
        border: 0 none;
    }
}
.sl-wrapper .sl-image .sl-caption {
    display: none;
    padding: 10px;
    color: #fff;
    background: rgb(0 0 0 / 0.8);
    font-size: 1rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
    bottom: auto;
    top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
    bottom: auto;
}
.sl-wrapper .sl-image .sl-download {
    display: none;
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #000;
    z-index: 1060;
}
.sl-spinner {
    display: none;
    border: 5px solid #333;
    border-radius: 40px;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    opacity: 0;
    position: fixed;
    top: 50%;
    width: 40px;
    z-index: 1007;
    -webkit-animation: pulsate 1s ease-out infinite;
    -moz-animation: pulsate 1s ease-out infinite;
    -ms-animation: pulsate 1s ease-out infinite;
    -o-animation: pulsate 1s ease-out infinite;
    animation: pulsate 1s ease-out infinite;
}
.sl-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
.sl-transition {
    transition: -moz-transform ease 200ms;
    transition: -ms-transform ease 200ms;
    transition: -o-transform ease 200ms;
    transition: -webkit-transform ease 200ms;
    transition: transform ease 200ms;
}
@-webkit-keyframes pulsate {
    0% {
        transform: scale(0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}
@keyframes pulsate {
    0% {
        transform: scale(0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}
@-moz-keyframes pulsate {
    0% {
        transform: scale(0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}
@-o-keyframes pulsate {
    0% {
        transform: scale(0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}
@-ms-keyframes pulsate {
    0% {
        transform: scale(0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
      cale(1.2);
        opacity: 0;
    }
}
.sl-image img {
    -webkit-filter: drop-shadow(2px 2px 8px rgb(32, 32, 32));
    filter: drop-shadow(2px 2px 8px rgb(32, 32, 32));
}
.tntsearch-form .form-input {
    height: 2.4rem;
    padding-left: 1rem;
}
#tntsearch-wrapper {
    position: relative;
}
.tntsearch-clear {
    border-radius: 100%;
    padding: 0 1rem;
    line-height: 1;
    position: absolute;
    right: 0;
    font-size: 2rem;
    top: 10px;
    cursor: pointer;
    color: red;
}
.tntsearch-field-inpage {
    width: 100%;
}
.tntsearch-dropdown ~ .tntsearch-results {
    position: relative;
    margin-bottom: 0;
}
.tntsearch-dropdown ~ .tntsearch-results .row {
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    background: #fff;
    box-shadow: 0 2px 20px rgb(0 0 0 / 0.1);
    padding: 10px;
    z-index: 2;
}
.tntsearch-results .info {
    color: #999;
    font-size: 90%;
}
.tntsearch-results .title {
    margin-bottom: 10px;
}
.tntsearch-results .route {
    margin-top: 0;
    margin-bottom: 10px;
}
.tntsearch-results .row > p {
    margin-top: 0;
}
.tntsearch-results em {
    font-style: normal;
    background-color: #ff3;
}
.tntsearch-powered-by {
    text-align: center;
    font-size: 14px;
}
.tntsearch-dropdown ~ .tntsearch-powered-by {
    display: none;
}

