@charset "UTF-8";

/*!
Theme Name: Novalnet
Theme URI: https://www.novalnet.de/
Author: Design: Antony, Dewelopment: Oleg Medinskiy
Author URI: https://www.novalnet.de/
Description: Custom theme for Novalnet AG
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 7.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: novalnet
Tags: custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

novalnet is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* # Reset */

*,
*::before,
*::after {
    box-sizing: border-box;
    scroll-behavior: auto;
}

html {
    font: 400 1rem/1.5 system-ui,
          -apple-system,
          "Segoe UI",
          Roboto,
          Ubuntu,
          Cantarell,
          "Noto Sans",
          sans-serif,
          "Apple Color Emoji",
          "Segoe UI Emoji",
          "Segoe UI Symbol",
          "Noto Color Emoji";
    background: inherit;
    vertical-align: baseline;
    word-break: normal;
    color: inherit;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu, nav,
section {
    display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0;
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25;
    overflow: visible;
}

hr:not([size]) {
    height: 1px;
}

h1, h2, h3,
h4, h5, h6 {
    margin: 0 0 .5rem;
    font-weight: 500;
    font-size: unset;
    line-height: 1.2;
    font-stretch: unset;
}

h1 {
    font-size: calc(1.375rem + 1.5vw);
}

h2 {
    font-size: calc(1.325rem + .9vw);
}

h3 {
    font-size: calc(1.3rem + .6vw);
}

h4 {
    font-size: calc(1.275rem + .3vw);
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

p {
    margin: 0 0 1rem;
}

abbr[title],
abbr[data-bs-original-title],
acronym[title],
acronym[data-bs-original-title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    font-style: normal;
    font-weight: 400;
    margin: 0 0 1rem;
}

ol, ul {
    padding-left: 2rem;
}

ol, ul, dl {
    margin: 0 0 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin: 0;
}

nav li {
    list-style: none;
    padding: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b, strong {
    font-weight: 700;
}

small {
    font-size: .875em;
}

mark {
    padding: .2em;
    background-color: currentColor;
}

sub, sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    cursor: pointer;
    color: #3333e1;
    background-color: transparent;
    text-decoration: none;
    word-break: break-word;
}

a:hover {
    color: #3434e0;
}

a:focus {
    outline: thin dotted;
}

a:not([href]):not(class),
a:not([href]):not([class]):hover {
    cursor: default;
    color: inherit;
    text-decoration: none;
}

a, area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
    touch-action: manipulation;
}

a:focus,
area:focus,
button:focus,
input:focus,
label:focus,
select:focus,
summary:focus,
textarea:focus {
    outline: 0;
}

pre, code,
kbd, samp {
    font: 1.05em "Fira Code",
          "Cascadia Code",
          Consolas,
          "Inconsolata",
          Monaco,
          Menlo,
          "Noto Mono",
          "Roboto Mono",
          "Droid Sans Mono",
          "Ubuntu Mono",
          "Ubuntu Monospace",
          "Source Code Pro",
          "Oxygen Mono",
          "Liberation Mono",
          "DejaVu Sans Mono",
          "Bitstream Vera Sans Mono",
          monospace,
          "Apple Color Emoji",
          "Segoe UI Emoji",
          "Segoe UI Symbol",
          "Noto Color Emoji";
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: .875em;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

code {
    font-size: .875em;
    color: inherit;
    word-wrap: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: .2rem .4rem;
    font-size: .875em;
    color: inherit;
    background-color: inherit;
    border-radius: .2rem;
}

kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700;
}

figure {
    margin: 0 0 1rem;
}

img, input,
select,
textarea {
    height: auto;
}

iframe {
    max-width: 100%;
}

audio,
canvas,
iframe,
img, svg,
video {
    vertical-align: middle;
}

svg:not([fill]) {
    fill: currentColor;
}

svg:not(:root) {
    overflow: hidden;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
    text-indent: 0;
    border-color: currentColor;
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: inherit;
    text-align: left;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot, tr,
td, th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

label {
    display: inline-block;
}

button {
    border-radius: 0;
    text-transform: none;
}

button:focus {
    outline: 0;
}

input,
button {
    overflow: visible;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input,
select,
textarea {
    background-color: transparent;
    border: 1px solid var(--forms-border-color);
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
    padding: .25em .375em;
}

button,
select {
    text-transform: none;
}

[role=button] {
    cursor: pointer;
}

select {
    text-transform: none;
    word-wrap: normal;
}

select:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E");
}

::-ms-expand {
    display: none;
}

[list]::-webkit-calendar-picker-indicator {
    display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

button:not(disabled),
[type=button]:not(disabled),
[type=reset]:not(disabled),
[type=submit]:not(disabled) {
    cursor: pointer;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

textarea {
    overflow: auto;
    -ms-overflow-style: scrollbar;
    resize: vertical;
    vertical-align: top;
}

fieldset {
    min-width: 0;
    padding: .35em .75em .625em;
    margin: 0;
    border-width: 1px;
    border-style: solid;
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit;
    max-width: 100%;
    white-space: normal;
}

legend + * {
    clear: left;
}

dialog {
    background-color: inherit;
    border: solid;
    color: inherit;
    display: block;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    left: 0;
    margin: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

dialog:not([open]) {
    display: none;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

input:-ms-input-placeholder {
    opacity: 1;
}

input::-moz-placeholder {
    opacity: 1;
}

input::placeholder {
    opacity: 1;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
       -moz-appearance: none;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
       -moz-appearance: none;
}

[type=tel],
[type=url],
[type=email],
[type=number] {
    direction: ltr;
}

::-webkit-color-swatch-wrapper {
    padding: 0;
}

::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

::-moz-ui-invalid {
    box-shadow: none;
}

::-moz-focusring {
    outline: 1px dotted ButtonText;
}

output {
    display: inline-block;
}

iframe {
    border: none;
}

audio,
canvas,
video {
    display: inline;
    display: inline-block;
    zoom: 1;
    max-width: 100%;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

summary {
    display: list-item;
    cursor: pointer;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

[aria-busy=true] {
    cursor: progress;
}

[aria-controls] {
    cursor: pointer;
}

[aria-disabled=true],
[disabled] {
    cursor: not-allowed;
}

[aria-hidden=false][hidden=false] {
    display: initial;
}

[aria-hidden=false][hidden=false]:not(:focus) {
    clip: rect(0, 0, 0, 0);
    position: absolute;
}

/* # Root */

:root {
    --container: 1320px;
    --padding-h: 10px;
    --indent-v: 80px;
    --hd-indent: 20px;
    --font-size: 16px;
    --font-serif: -apple-system,
                  BlinkMacSystemFont,
                  Helvetica,
                  Roboto,
                  Helvetica Neue,
                  Arial,
                  Segoe UI,
                  Noto Sans,
                  sans-serif,
                  Apple Color Emoji,
                  Segoe UI Emoji,
                  Segoe UI Symbol,
                  Noto Color Emoji;
    --font-mono: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    --font-h: Montserrat, Arial, Helvetica, Helvetica Neue, sans-serif;
    --main-color: #0082c8;
    --mainl-color: #59addb;
    --gray-color: #9c9c9c;
    --block-dark-bg: #f2f2f2;
    --pages-head-bg: #02304a;
    --text-color: #00112c;
    --head-color: #24292e;
    --link-color: #0082c8;
    --link-color-h: #0056b3;
    --link-color-c: #003268;
    --button-color: #fff;
    --button-color-hover: #fff;
    --button-bg: #0082c8;
    --button-bg-hover: #171b29;
    --tabe-border-color: #e6e6e6;
    --tabe-bg: #fff;
    --tabe-th-bg: #e6e6e6;
    --tabe-th-color: #00112c;
    --tabe-td-bg: #fff;
    --tabe-td-color: #00112c;
    --tabe-hover-bg: #f0f0f0;
    --tabe-strip-bg: #f7f7f7;
    --forms-border-color: #dadada;
    --forms-border-err-color: rgba(255, 0, 0, .31);
}

/* # Fonts */

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    unicode-range: U+000-5FF;
    src: local(""),
         url("./assets/fonts/montserrat-v15-latin-regular.woff2") format("woff2"),
         url("./assets/fonts/montserrat-v15-latin-regular.woff") format("woff");
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    unicode-range: U+000-5FF;
    src: local(""),
         url("./assets/fonts/montserrat-v15-latin-500.woff2") format("woff2"),
         url("./assets/fonts/montserrat-v15-latin-500.woff") format("woff");
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    unicode-range: U+000-5FF;
    src: local(""),
         url("./assets/fonts/montserrat-v15-latin-600.woff2") format("woff2"),
         url("./assets/fonts/montserrat-v15-latin-600.woff") format("woff");
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    unicode-range: U+000-5FF;
    src: local(""),
         url("./assets/fonts/montserrat-v15-latin-700.woff2") format("woff2"),
         url("./assets/fonts/montserrat-v15-latin-700.woff") format("woff");
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    unicode-range: U+000-5FF;
    src: local(""),
         url("./assets/fonts/montserrat-v15-latin-800.woff2") format("woff2"),
         url("./assets/fonts/montserrat-v15-latin-800.woff") format("woff");
}

/* # Global */

html, body {
    font-family: var(--font-serif);
    font-weight: 400;
    font-size: var(--font-size);
    line-height: 1.5;
    color: var(--text-color);
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    height: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

.site {
    max-width: 100vw;
    position: relative;
}

picture,
img, svg {
    max-width: 100%;
    height: auto;
}

h1, h2, h3,
h4, h5, h6 {
    font-family: var(--font-h);
    color: var(--head-color);
    padding: 0;
    margin-bottom: var(--hd-indent);
}

h1 {
    font-weight: 800;
}

a,
[data-href] {
    color: var(--link-color);
    cursor: pointer;
    text-decoration: none;
    transition: all .2s ease-in-out;
}

a:hover,
[data-href]:hover {
    color: var(--link-color-h);
    text-decoration: underline;
}

.full-w {
    width: 100%;
}

.bounded,
.container {
    max-width: var(--container);
    margin: 0 auto;
}

.indent-v {
    margin-bottom: var(--indent-v);
}

.bg-none {
    background-color: transparent;
}

.bg-light {
    background-color: var(--block-dark-bg) !important;
}

.bg-dark {
    background-color: #2b526a;
}

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

.h-center {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
}

.v-center {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
}

.g-recaptcha {
    transform-origin: left;
}

.hidden {
    display: none;
}

.contvis {
    content-visibility: visible;
}

.nfadein {
    opacity: 1 !important;
    z-index: 999 !important;
}

.nfadeout {
    opacity: 0 !important;
    z-index: -999 !important;
}

.lexicon-list .col-md-3.termcolumn.columns.left,
.lexikon-data .col-md-3.termcolumn.columns.left {
    margin-bottom: 22px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 40px;
    width: 25%;
    padding: 0 5px;
}

.lexicon-list,
.lexikon-data.collapse-lx {
    line-height: 2.5;
}

.lexikon-data.collapse-lx {
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 40px;
    height: 200px;
}

.lexikon-data.collapse-lx:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #fff 25%, rgba(255, 255, 255, 0));
    transition: all .5s ease-in-out;
    z-index: 1;
}

div#blocks-container > .row {
    margin-bottom: 22px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
}

.lexikon-data.collapse-lx .row {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
    padding-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
}

div#blocks-container > .row:last-child {
    border: 0;
}

.lexikon-data.collapse-lx.active {
    height: auto;
}

.lexikon-data.collapse-lx.active:before {
    background: transparent;
    height: auto;
}

a.open-lexikon {
    position: absolute;
    bottom: 0;
    background: #fff;
    text-align: center;
    padding: 7px 20px;
    border: 1px solid #337ab7;
    display: block;
    z-index: 2;
}

/* # Buttons */

button,
.btn,
.comment-reply-link,
.mbtn > * {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid var(--button-bg);
    transition: color .15s ease-in-out,
                background-color .15s ease-in-out,
                border-color .15s ease-in-out,
                box-shadow .15s ease-in-out;
    font-size: 15px;
    padding: 14px 34px;
    color: var(--button-color);
    background-color: var(--button-bg);
    font-weight: bold;
    line-height: 1;
    border-radius: 70px;
    cursor: pointer;
    text-decoration: none;
}

button:hover,
.btn:hover,
.comment-reply-link:hover,
.mbtn > *:hover {
    color: var(--button-color-hover);
    background-color: var(--button-bg-hover);
    border-color: var(--button-bg-hover);
    text-decoration: none;
}

button span,
.btn span,
.mbtn > span {
    cursor: pointer;
}

.mbtn li,
.mbtn li div,
.mbtn li span {
    cursor: default;
}

.btn-banner {
    box-shadow: 10px 10px 19px -4px rgba(0, 0, 0, .38);
}

a.acept {
    padding-left: 30px;
}

a.acept:after {
    content: "›";
    display: inline-block;
    font-size: 20px;
    margin-left: 10px;
    line-height: 0;
    padding-bottom: 7px;
    vertical-align: middle;
}

a.acept-left {
    padding-left: 30px;
}

a.acept-left:before {
    content: "‹";
    display: inline-block;
    font-size: 20px;
    margin-right: 10px;
    line-height: 0;
    padding-bottom: 7px;
    vertical-align: middle;
}

.triangle:after {
    content: "›";
    display: inline-block;
    font-size: 20px;
    margin-left: 10px;
    line-height: 0;
    padding-bottom: 5px;
    vertical-align: middle;
}

/* # Header Global */

.site-header {
    background-color: #fff;
    padding: 20px var(--padding-h);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    max-width: 100vw;
    transition-property: padding-top, padding-bottom, top, box-shadow;
    transition-duration: .2s, .2s, .2s, .2s;
    transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
    z-index: 99;
}

.site-header .nav-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
}

.site-header .main-logo,
.site-header .main-logo img,
.site-header .main-logo svg {
    margin: 0;
    padding: 0;
    max-width: 150px;
    align-items: center;
    display: flex;
}

.site-header .site-main-logo .mine-logo {
    width: 100%;
}

.onscroll .site-header {
    padding-top: 12px;
    padding-bottom: 12px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .05), inset 0 -1px 0 rgba(0, 0, 0, .1);
}

.onscroll #ua-topbar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
    padding: 0 15px;
    font-size: 18px;
}

.logged-in .site-header {
    top: 32px;
}

.mbtn .menu-item-name {
    color: #fff;
}

/* # Header menu */

nav.main-navigation {
    /* padding-left: calc(var(--padding-h) * 2); */
    display: flex;
    justify-content: flex-end;
    flex: 1 1 auto;
}

nav.main-navigation ul,
nav.main-navigation li {
    padding: 0;
    margin: 0;
}

nav.main-navigation ul.sub-menu {
    cursor: default;
}

nav.main-navigation li {
    vertical-align: middle;
    cursor: default;
}

nav.main-navigation a {
    text-decoration: none;
    vertical-align: middle;
}

nav.main-navigation a:hover {
    text-decoration: none;
}

nav.main-navigation a .menu-item-name {
    display: block;
}

nav.main-navigation a .menu-item-descr,
nav.main-navigation a .menu-item-descr:hover {
    color: var(--text-color);
    display: block;
}

nav.main-navigation a.current-item {
    text-decoration: none !important;
    cursor: default;
}

nav.main-navigation a.current-item .menu-item-name {
    color: var(--link-color-c) !important;
    text-decoration: none !important;
    font-weight: 600;
}

nav.main-navigation li.current-menu-item {
    text-decoration: none !important;
    cursor: default;
}

nav.main-navigation a.current-item.cursor-p {
    cursor: pointer;
}

nav.main-navigation .current-menu-ancestor > a,
nav.main-navigation .current-menu-parent > a {
    font-weight: 600;
    font-size: 15px;
}

nav.main-navigation .primary-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
}

nav.main-navigation .primary-menu > li {
    flex: 1 1 auto;
    align-self: auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: relative;
    padding: 10px 0;
    overflow: hidden;
}

nav.main-navigation .primary-menu > li.menu-item-has-children > a .menu-item-name:after {
    display: inline-block;
    margin-left: 6px;
    vertical-align: 4px;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

nav.main-navigation .primary-menu > li.menu-item-has-children:hover {
    overflow: visible;
}

nav.main-navigation .primary-menu > li.menu-item-has-children:hover > .sub-menu {
    overflow: visible;
    top: 80%;
    opacity: 1;
}

nav.main-navigation .primary-menu > li:not(:last-child) > a {
    margin: 0 clamp(5px, 1.2vw, min(24px, 4vw));
    color: var(--text-color);
}

nav.main-navigation .primary-menu > li .sub-menu {
    position: absolute;
    top: 120%;
    left: 0;
    background-color: #f6f6f6;
    border-radius: 0;
    margin-top: 8px;
    /*border: 1px solid #d7d7d7; Newly added*/
    padding: 24px 30px;
    max-width: 320px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 200px;
    opacity: 0;
    overflow: hidden;
    max-height: 100vh;
   /* transition-property: top, opacity;
    transition-duration: .2s, .2s;
    transition-timing-function: ease-in-out; Nwely added*/
}

nav.main-navigation .primary-menu > li .sub-menu:before {
    content: "";
    width: 18px;
    height: 18px;
    background-color: #f6f6f6;
    position: absolute;
    top: -10px;
    transform: rotate(45deg);
    left: 30%;
    border: 1px solid #d7d7d7;
    border-right: 0;
    border-bottom: 0;
    z-index: 99;
    display: block;
}

nav.main-navigation .primary-menu > li .sub-menu > li:not(:last-child) {
    margin-bottom: 30px;
}

nav.main-navigation .primary-menu > li .sub-menu .menu-item-name {
    font-size: 15px;
}

nav.main-navigation .primary-menu > li .sub-menu li:hover .menu-item-name {
    text-decoration: underline;
}

nav.main-navigation .primary-menu > li .sub-menu .menu-item-descr {
    font-size: 13px;
}

nav.main-navigation .primary-menu > li.menu-mega .sub-menu {
    left: 0;
    border: 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, .15);
    padding: 0;
    display: flex;
    flex-direction: row;
    align-content: stretch;
    max-width: 100vw;
    justify-content: flex-end;
}

nav.main-navigation .primary-menu > li.menu-mega .sub-menu:before {
    left: auto;
    right: 11%;
    width: 12px;
    height: 12px;
    top: -7px;
}

nav.main-navigation .primary-menu > li.menu-mega .sub-menu li.menu-has-mega {
    padding: 41px 30px;
    margin: 0;
    max-width: 280px;
    flex: 1 1 0;
    width: 100vw;
}

nav.main-navigation .primary-menu > li.menu-mega.rtol .sub-menu {
    left: auto;
    right: 0;
}

nav.main-navigation .primary-menu .sbm-bg-w {
    background-color: #fff;
}

nav.main-navigation .primary-menu .sub-menu .sub-menu {
    display: none;
}

.menu-has-mega h3,
.menu-has-mega .h3 {
    font-family: var(--font-h);
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    color: var(--head-color);
    padding: 0;
    margin-bottom: var(--hd-indent);
}

.menu-has-mega .descr {
    color: #1f1f1f;
    white-space: normal;
    line-height: 1.6;
    font-size: 15px;
    font-weight: normal;
    margin: -10px 0 10px;
}

.menu-has-mega .contact {
    font-weight: 400;
    white-space: normal;
    line-height: 1.6;
    font-size: 15px;
    margin-top: 10px;
}

.menu-has-mega .contact a:after {
    content: "›";
    display: inline-block;
    font-size: 20px;
    margin-left: 6px;
    line-height: 0;
    padding-bottom: 4px;
    vertical-align: middle;
}

.menu-has-mega .contact a:hover {
    text-decoration: underline;
}

/* # Header toggle button menu */

.menu-toggle-wrap {
    display: flex;
    justify-content: flex-end;
    flex: 1 1 auto;
    align-items: center;
}

.menu-toggle {
    background: none;
    margin: 5px 0 0;
    padding: 0 14px;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
    max-height: 38px;
    height: 38px;
}

.menu-toggle .icon-bar {
    border-bottom: 2px solid #7f7f7f;
    width: 24px;
    display: block;
    height: 0;
    opacity: 1;
    margin-bottom: 6px;
}

.menu-toggle .icon-bar:last-child {
    margin-bottom: 0;
}

.menu-toggle .button-middle-bar {
    transform: rotate(45deg);
    transition: transform .2s ease-in-out;
}

.menu-toggle .button-middle-d-bar {
    transform: rotate(-45deg);
    transition: transform .2s ease-in-out;
    margin-top: -8px;
}

.menu-toggle .button-top-bar {
    opacity: 0;
    transition: opacity .1s ease-in-out;
}

.menu-toggle .button-bottom-bar {
    opacity: 0;
    transition: opacity .1s ease-in-out;
}

.menu-toggle.collapsed .button-middle-bar {
    transform: none;
}

.menu-toggle.collapsed .button-middle-d-bar {
    transform: none;
    margin-top: -8px;
}

.menu-toggle.collapsed .button-top-bar {
    opacity: 1;
}

.menu-toggle.collapsed .button-bottom-bar {
    opacity: 1;
}

.menu-toggle:hover {
    background-color: transparent;
    border-color: rgba(0, 0, 0, .1);
}

/* # Header mobile menu */

/* # Mega menu new */

nav.main-navigation .primary-menu > li.right-mega > ul.sub-menu {
    width: 825px;
    max-width: 825px;
    background-color: #f6f6f6;
    border-radius: 0;
    margin-top: 8px;
    border: 1px solid #d7d7d7;/*Newly added*/
    padding: 25px 62px;/*Newly added*/
    overflow: hidden;
    /*Newly added height: 495px;*/
    z-index: 99999;
    /*Newly added box-shadow: rgba(0, 0, 0, .35) 0 5px 15px 0;*/
    display: flex; /*Newly added*/
    gap: 50px;/*Newly added*/
}

nav.main-navigation .primary-menu > li.right-mega > ul.sub-menu:before {
    left: 80px;
}

nav.main-navigation .primary-menu > li.right-mega > ul.sub-menu > li {
    width: 50%;/*Newly added*/
    padding-right: 20px;
    padding-top: 28px;/*Newly added*/
    /*Newly added padding-bottom: 78px;*/
    margin: 0;
    flex: 1; /*Newly added*/
}

/*Newly added*/
/*nav.main-navigation .primary-menu > li.right-mega > ul.sub-menu > li:first-child:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 254px;
    height: 100%;
    width: 1px;
    border-right: 1px solid #444;
}*/

nav.main-navigation .primary-menu > li.right-mega > ul.sub-menu > li > a {
    position: relative;
    display: block;
    width: 100%;
  /*Newly added font-weight: 700;*/ 
    color:#000;/*Newly added*/
    text-decoration: none !important;
}
/*Newly added
nav.main-navigation .primary-menu > li.right-mega > ul.sub-menu > li > a:after {
    content: " ";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -21px;
    border-right: 10px solid #000;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    opacity: 0;
}
*/
nav.main-navigation .primary-menu > li.right-mega > ul.sub-menu > li > a span {
    font-size: 15px; /*Newly added*/
    text-decoration: none !important;
}

nav.main-navigation .primary-menu > li.right-mega > ul.sub-menu > li > .sub-menu {
    opacity: 1;
    position: absolute;
    top: 0;
    /*left: 265px;*/
    /*width: 547px;*/
   /* max-width: 547px;*/
    height: 520px;/*Newly added*/
    /*overflow-y: auto;*//*Newly added*/
    border-right: 1px solid #d7d7d7;/*Newly added*/
    border-bottom: 1px solid #d7d7d7;/*Newly added*/
    background: none;
    opacity: 0;
    z-index: -1;
    transition: opacity z-index .4s ease-in-out;
    background: #f6f6f6;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 13px;

    width: 825px; /*Newly added*/
    max-width: 825px; /*Newly added*/
    padding: 40px; /*Newly added*/
    left: 0px; /*Newly added*/
    margin-top: 76px; /*Newly added*/
    margin-left: -6px;  /*Newly added*/
}

nav.main-navigation .primary-menu > li.right-mega > ul.sub-menu > li > .sub-menu:before {
    display: none;
}

nav.main-navigation .primary-menu > li.right-mega > ul.sub-menu > li > .sub-menu li > a {
    font-size: 13px !important;
    text-decoration: none !important;
    color: var(--link-color) !important;
    padding: .25rem 1.5rem;/*Newly added*/
    padding-top: 0.25rem;/*Newly added*/
    padding-bottom: 0.25rem;/*Newly added*/
    display: block;/*Newly added*/
    width: 100%;/*Newly added*/
    
}

nav.main-navigation .primary-menu > li.right-mega > ul.sub-menu > li > .sub-menu li > a span {
    text-decoration: none !important;
    font-size: 13px !important;
}

nav.main-navigation .primary-menu > li.right-mega > ul.sub-menu > li > .sub-menu li > a:hover {
    color: #000 !important;
}

nav.main-navigation .primary-menu > li.right-mega > ul.sub-menu > li > .sub-menu > li {
    max-width: 50%;
    width: 50%;
    margin-bottom: 10px;
}
/*Newly added */
nav.main-navigation .primary-menu > li.right-mega > ul.sub-menu > li.ico-card {
    background: url("/wp-content/uploads/2023/06/icons8-bank-cards-24-3.png") no-repeat left 30px;
    padding-left: 30px;
}

nav.main-navigation .primary-menu > li.right-mega > ul.sub-menu > li.ico-shield {
    background: url("/wp-content/uploads/2023/06/icons8-protect-24.png") no-repeat left 30px;
    padding-left: 30px;
}

nav.main-navigation .primary-menu > li.right-mega > ul.sub-menu > li.ico-heads {
    background: url("/wp-content/uploads/2023/06/icons8-setting-24.png") no-repeat left 30px;
    padding-left: 30px;
}
nav.main-navigation .primary-menu > li.right-mega > ul.sub-menu > li.ico-card > ul.sub-menu {
    border-left: 6px solid rgba(248, 67, 225, 0.5);
}
nav.main-navigation .primary-menu > li.right-mega > ul.sub-menu > li.ico-shield > ul.sub-menu {
    border-left: 6px solid rgba(251, 178, 21, 0.5);
}
nav.main-navigation .primary-menu > li.right-mega > ul.sub-menu > li.ico-heads > ul.sub-menu {
    border-left: 6px solid rgba(13, 189, 146, 0.5);
}
/*Newly added */
/*nav.main-navigation .primary-menu > li.right-mega > ul.sub-menu > li:hover.ico-card,
nav.main-navigation .primary-menu > li.right-mega > ul.sub-menu > li.active.ico-card {
    background: url("/wp-content/uploads/2022/05/a-black-1.png") no-repeat left 30px;
}

nav.main-navigation .primary-menu > li.right-mega > ul.sub-menu > li:hover.ico-shield,
nav.main-navigation .primary-menu > li.right-mega > ul.sub-menu > li.active.ico-shield {
    background: url("/wp-content/uploads/2022/05/b-black-1.png") no-repeat left 30px;
}

nav.main-navigation .primary-menu > li.right-mega > ul.sub-menu > li:hover.ico-heads,
nav.main-navigation .primary-menu > li.right-mega > ul.sub-menu > li.active.ico-heads {
    background: url("/wp-content/uploads/2022/05/c-black-1.png") no-repeat left 30px;
}

nav.main-navigation .primary-menu > li.right-mega > ul.sub-menu > li:hover a,
nav.main-navigation .primary-menu > li.right-mega > ul.sub-menu > li.active a {
    color: #000;
}
/*Newly added */
nav.main-navigation .primary-menu > li.right-mega > ul.sub-menu > li:hover a:after,
nav.main-navigation .primary-menu > li.right-mega > ul.sub-menu > li.active a:after {
    opacity: 1;
}

nav.main-navigation .primary-menu > li.right-mega > ul.sub-menu > li:hover > .sub-menu,
nav.main-navigation .primary-menu > li.right-mega > ul.sub-menu > li.active > .sub-menu {
    opacity: 1;
    z-index: 10; /*Newly added*/
}

nav.main-navigation .primary-menu > li.right-mega > ul.sub-menu > li:hover {
    cursor: pointer;
}

nav.main-navigation .primary-menu > li.right-mega > ul.sub-menu > li:active {
    cursor: default;
}

/* # Search form*/

#primary-menu .msearch a,
.menu-toggle-wrap .msearch a {
    display: block;
    width: 26px;
    height: 26px;
    position: relative;
    margin: 0 15px 0 0;
}

#primary-menu .msearch a svg,
.menu-toggle-wrap .msearch a svg {
    fill: gray;
    transition: all .4s ease-in-out;
}

#primary-menu .msearch a:hover svg,
.menu-toggle-wrap .msearch a:hover svg {
    fill: var(--link-color);
}

.menu-toggle-wrap .msearch {
    padding-top: 6px;
}

#search-wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(149, 155, 154, 0);
    display: flex;
    place-content: center;
    place-items: center;
    z-index: -1;
    transition: background-color .2s ease-in-out;
}

#search-wrap .search-form {
    width: 100%;
    max-width: 680px;
    margin: 0 20px;
    height: clamp(60px, 8.6vw, min(80px, 28vw));
    background: white;
    place-content: center;
    padding: 15px 20px 15px 25px;
    display: flex;
    opacity: 0;
    transition: opacity .2s ease-in-out;
    transition-delay: .1s;
}

#search-wrap .search-form .search-inp {
    display: block;
    flex: 1 1 auto;
    border: 0;
    font-size: 1.5rem;
    max-width: calc(100% - 40px);
}

#search-wrap .search-form .search-inp::-moz-placeholder {
    color: gray;
    font-size: 1.5rem;
}

#search-wrap .search-form .search-inp:-ms-input-placeholder {
    color: gray;
    font-size: 1.5rem;
}

#search-wrap .search-form .search-inp::placeholder {
    color: gray;
    font-size: 1.5rem;
}

#search-wrap .search-form .search-subm {
    background: none;
    border: 0;
    padding: 0;
    height: 100%;
    width: 40px;
    display: flex;
    place-items: center;
    flex: 0 1 40px;
    min-width: 30px;
}

#search-wrap .search-form .search-subm svg {
    transition: all .4s ease-in-out;
    fill: var(--button-bg);
    width: 40px;
}

#search-wrap .search-form .search-subm:hover svg {
    fill: gray;
}

#search-wrap.visible {
    background-color: rgba(149, 155, 154, .9);
    z-index: 99999999;
}

#search-wrap.visible .search-form {
    opacity: 1;
}

/* # Footer Global */

.footer {
    padding: 80px var(--padding-h) 60px;
    border-top: 1px solid #eaeaea;
    background-color: #fff;
}

.footer .footer-row {
    display: grid;
    gap: 20px;
    grid-template-columns: .35fr .35fr 1fr .75fr;
    grid-template-areas: "links imgs posts adres" "links imgs posts adres";
}

.footer .footer-row .footer-col1 {
    grid-area: links;
}

.footer .footer-row .footer-col2 {
    grid-area: imgs;
}

.footer .footer-row .footer-col3 {
    grid-area: posts;
}

.footer .footer-row .footer-col4 {
    grid-area: adres;
}

.footer .footer-col1 ul,
.footer .footer-col1 li,
.footer .footer-col1 a {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #1d1d1b;
}

.footer .footer-col1 li {
    list-style-type: none;
    padding-bottom: 4px;
}

.footer .footer-col2 .widget_media_image {
    margin-bottom: 12px;
    margin-right: 24px;
}

.footer .footer-col2 .footer-trigger {
    cursor: pointer;
}

.footer .footer-col2 .footer-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear .25s, opacity .25s 0s, transform .25s;
    cursor: pointer;
}

.footer .footer-col2 .footer-modal .footer-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    width: auto;
    border-radius: .5rem;
}

.footer .footer-col2 .footer-modal .footer-close-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: .25rem;
    background-color: #0082c8;
    color: #fff;
}

.footer .footer-col2 .footer-show-modal {
    opacity: 1;
    visibility: visible;
    transition: visibility 0s linear 0s, opacity .25s 0s, transform .25s;
    z-index: 999;
}

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

.footer .footer-col4 h3 {
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
}

.footer .footer-col4 p {
    font-size: 14px;
    margin-bottom: 1.5em;
}

.footer .footer-col4 .tsmall {
    font-size: 12px;
}

.footer .cphones {
    display: flex;
    justify-content: space-between;
    text-align: center;
    max-width: 94%;
    margin-left: auto;
}

.footer .cphones div {
    margin-bottom: 20px;
}

.footer .cphones .cphones1 {
    text-align: left;
}

.footer .cphones .cphones2 {
    text-align: right;
    width: 100%;
}

.footer .social-links {
    justify-content: flex-end;
    margin-top: 25px;
    margin-bottom: 25px;
}

.country-selector ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}

.country-selector ul li {
    display: inline-block;
    margin: 2px 0;
    vertical-align: middle;
}

.country-selector ul li a {
    font-size: 12px;
    display: flex;
    align-items: center;
    padding: 0 0 0 5px;
    outline: none;
    text-decoration: none;
    float: none !important;
    white-space: nowrap;
    font-weight: 400;
    cursor: pointer;
    color: #000;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.country-selector ul li a::before {
    width: 20px !important;
    background-repeat: no-repeat;
    background-size: contain !important;
    height: 15px !important;
    border-radius: 4px !important;
    content: "";
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
    overflow: hidden;
}

.country-selector .lang-en a:before {
    background-image: url(/wp-content/uploads/2021/08/en.svg);
    background-position: unset !important;
}

.country-selector .lang-es a:before {
    background-image: url(/wp-content/uploads/2021/08/es.svg);
    background-position: unset !important;
}

.country-selector .lang-fr a:before {
    background-image: url(/wp-content/uploads/2021/08/fr.svg);
    background-position: unset !important;
}

.country-selector .lang-it a:before {
    background-image: url(/wp-content/uploads/2021/08/it.svg);
    background-position: unset !important;
}

/* # Recent posts */

.rec-post {
    display: flex;
    align-items: flex-start;
    margin-bottom: var(--hd-indent);
}

.rec-post .rec-post-img {
    display: flex;
    flex: 1 0 100px;
    padding-right: 20px;
}

.rec-post .rec-post-img img {
    border: 1px solid #e8e8e8;
    align-self: flex-start;
}

.rec-post .rec-post-article {
    display: block;
    flex: 1 1 auto;
}

.rec-post h4,
.rec-post h4 a {
    color: var(--text-color);
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
}

.rec-post h4 {
    margin-bottom: 5px;
}

.rec-post p {
    color: var(--text-color);
    font-weight: normal;
    font-size: 13px;
    margin: 0;
    word-break: break-word;
}

.rec-post .rec-post-more {
    font-size: 13px;
}

.recent-posts a.acept {
    padding-left: 100px;
}

/* # Social links*/

.social-links {
    display: flex;
    justify-content: center;
}

.social-links a {
    width: 28px;
    height: 28px;
    margin: 0 6px;
    border-radius: 100px;
    /*background-color: #9d9d9d;*/
    color: #fff;
    text-align: center;
    line-height: 28px;
}

.social-links a:hover {
    background-color: var(--main-color);
}

.social-links a svg {
    width: 10px;
}

.social-links a.social-fb svg {
    width: 8px;
}

.social-links a.social-x svg {
    width: 13px;
}

/* # WordPress reinit elements */

.alignwide {
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

img.alignright,
figure.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

img.alignleft,
figure.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

img.aligncenter,
figure.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

a img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption-text {
    background: #f8f8f8;
    padding: 6px 10px;
}

.sticky-post {
    background: #f3f6f9;
    padding: 20px;
}

.single .sticky-post {
    background: none;
    padding: 0;
}

.post-password-wrap input[type=password] {
    width: auto;
    margin-right: 10px;
}

.gallery-icon a,
.wp-caption a,
.gallery-item-wrap a,
.img-wrap a {
    display: inline-block;
    overflow: hidden;
    opacity: 1;
    max-width: 100%;
}

.gallery-icon a img,
.wp-caption a img,
.gallery-item-wrap a img,
.img-wrap a img {
    transition: transform 1.5s ease-in-out;
}

.gallery-icon a img:hover,
.wp-caption a img:hover,
.gallery-item-wrap a img:hover,
.img-wrap a img:hover {
    transform: scale(1.02);
}

/* # GDPR notice restyle */

#daextlwcnf-cookie-notice-container {
    max-width: 300px;
    box-sizing: border-box !important;
    bottom: 15px !important;
    padding: 25px 20px !important;
    margin-left: 25px;
    width: calc(100% - 30px) !important;
    height: auto !important;
}

#daextlwcnf-cookie-notice-wrapper {
    display: block !important;
}

#daextlwcnf-cookie-notice-message {
    width: 100% !important;
    text-align: center;
    margin-bottom: 10px !important;
}

#daextlwcnf-cookie-notice-button-container {
    width: auto !important;
    max-width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
}

#daextlwcnf-cookie-notice-button-container div {
    display: block !important;
    margin: 0 !important;
}

#daextlwcnf-cookie-notice-button-container #daextlwcnf-cookie-notice-button-dismiss {
    position: absolute;
    top: 6px;
    right: 6px;
    background: url("/wp-content/themes/novalnet/assets/img/close.svg") no-repeat center !important;
}

#daextlwcnf-cookie-notice-button-container #daextlwcnf-cookie-notice-button-2 {
    transition: background-color .3s ease-in-out;
}

#daextlwcnf-cookie-notice-button-container #daextlwcnf-cookie-notice-button-2:hover {
    background-color: #055499 !important;
}

#daextlwcnf-cookie-notice-button-container #daextlwcnf-cookie-notice-button-1 {
    order: 2;
    border: 0 !important;
    margin-top: 10px !important;
    margin-bottom: 0 !important;
}

/* # Lang switcher */

.lang-selector {
    margin-top: 20px;
}

.lang-selector ul,
.lang-selector li {
    margin: 0;
    padding: 0;
}

.lang-selector li {
    list-style: none;
    display: inline-block;
}

.lang-selector li:not(:last-child) {
    margin-right: 20px;
}

.lang-selector a {
    text-decoration: none;
    display: block;
    width: 20px;
    height: 15px;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: opacity .2s ease-in-out;
}

.lang-selector a:hover {
    text-decoration: none;
    opacity: .7;
}

.lang-selector a span {
    position: absolute;
    top: -200px;
    z-index: -1;
}

.lang-selector li.lang-en a {
    background-image: url("https://www.novalnet.de/wp-content/themes/novalnet/assets/img/gb.svg");
}

.lang-selector li.lang-de a {
    background-image: url("https://www.novalnet.de/wp-content/themes/novalnet/assets/img/de.svg");
}

.lang-selector li.lang-fr a {
    background-image: url("https://www.novalnet.de/wp-content/themes/novalnet/assets/img/fr.svg");
}

.lang-selector li.lang-es a {
    background-image: url("https://www.novalnet.de/wp-content/themes/novalnet/assets/img/es.svg");
}

.lang-selector li.lang-it a {
    background-image: url("https://www.novalnet.de/wp-content/themes/novalnet/assets/img/it.svg");
}

/* # On Top button */

#on-top {
    display: inline-block;
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    border-radius: 4px;
    z-index: -1;
    cursor: pointer;
    opacity: 0;
    transition: all .4s ease-in-out;
}

#on-top.show {
    z-index: 99;
    opacity: .6;
}

#on-top img {
    width: 18px;
}

@media only screen and (min-width: 570px) and (max-width: 767px) {
    .lexicon-list .col-md-3.termcolumn.columns.left,
    .lexikon-data .col-md-3.termcolumn.columns.left {
        width: 33.333333%;
    }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
    .lang-selector li:not(:last-child) {
        margin-right: 10px;
    }
}

@media screen and (min-width: 1200px) {
    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.75rem;
    }

    h4 {
        font-size: 1.5rem;
    }
}

@media screen and (min-width: 1201px) {
    .menu-toggle-wrap {
        display: none;
    }
}

@media screen and (min-width: 1200px) and (max-height: 560px) {
    .site-header {
        position: relative;
        top: 0 !important;
    }
}

@media screen and (max-width: 1400px) {
    .bounded,
    .container {
        padding: 0 var(--padding-h);
    }
}

@media only screen and (max-width: 1200px) {
    header .lang-selector {
        display: flex;
        justify-content: end;
        padding: 0 20px;
        position: absolute;
        right: 0;
        top: 0;
    }
    header .lang-selector li {
        display: block;
    }
}

@media screen and (max-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
    nav.main-navigation {
        display: none;
    }
    nav.main-navigation {
        display: flex;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #fff;
        margin-top: -2px;
        order: -1;
        width: 100vw;
        justify-content: flex-start;
        max-height: calc(100vh - 110px);
        border-bottom: 1px solid #d7d7d7;
        box-shadow: 0 10px 6px 0 rgba(0, 0, 0, .1);
        overflow: hidden;
        height: 0;
        padding: 0;
        opacity: 0;
        transition-property: height, opacity, padding;
        transition-duration: .2s, .2s, .2s;
        transition-timing-function: ease-in-out;
    }

    nav.main-navigation.visible {
        padding: 10px 0 20px;
        height: auto;
        opacity: 1;
        overflow-y: auto;
    }

    nav.main-navigation .primary-menu {
        flex-direction: column;
        width: 100vw;
    }

    nav.main-navigation .primary-menu > li {
        justify-content: flex-start;
        overflow: visible;
        padding: 5px 0;
    }

    nav.main-navigation .primary-menu > li.menu-item-has-children:hover > .sub-menu {
        overflow: auto;
        top: auto;
        opacity: 0;
    }

    nav.main-navigation .primary-menu > li > a {
        margin: 0 20px !important;
    }

    nav.main-navigation .primary-menu > li .sub-menu {
        position: relative;
        background-color: #f6f6f6;
        border: 0;
        max-width: 100%;
        width: 100%;
        min-width: auto;
        max-height: initial;
        margin-top: 0;
        transition-property: height, opacity, padding;
        transition-duration: .2s, .2s, .2s;
        transition-timing-function: ease-in-out;
        height: 0;
        opacity: 0;
        padding: 0 30px;
        overflow: hidden;
    }

    nav.main-navigation .primary-menu > li .sub-menu:before {
        content: none;
    }

    nav.main-navigation .primary-menu > li .sub-menu > li:not(:last-child) {
        margin-bottom: 15px;
    }

    nav.main-navigation .primary-menu > li .sub-menu.visible {
        height: auto;
        opacity: 1 !important;
        padding: 15px 30px;
        margin-top: 8px;
    }

    nav.main-navigation .primary-menu > li.menu-mega .sub-menu {
        justify-content: center;
        align-items: center;
    }
    nav.main-navigation .primary-menu > li.right-mega > ul.sub-menu > li > a span:after {
        display: inline-block;
        margin-left: 6px;
        vertical-align: 4px;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
    }
    nav.main-navigation .primary-menu > li.mega-link-menu > .sub-menu > li > a {
        text-decoration: none;
        color: #000;
    }

    nav.main-navigation .primary-menu > li.mega-link-menu > .sub-menu > li > a .menu-item-name {
        text-decoration: none;
        color: #000;
    }

    nav.main-navigation .primary-menu > li.mega-link-menu > .sub-menu > li > a .menu-item-name:after {
        display: inline-block;
        margin-left: 6px;
        vertical-align: 4px;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
    }

    nav.main-navigation .primary-menu li .sub-menu.visible {
        height: auto;
        opacity: 1 !important;
        padding: 15px 30px;
        margin-top: 8px;
    }

    nav.main-navigation .primary-menu .sub-menu .sub-menu {
        display: block;
        padding-left: 20px !important;
    }
    #primary-menu .msearch {
        display: none;
    }
}

@media screen and (max-width: 1200px) and (max-width: 576px) {
    nav.main-navigation .primary-menu > li.menu-mega .sub-menu {
        flex-direction: column;
    }
}

@media screen and (max-width: 1170px) {
    .footer .cphones {
        flex-direction: column;
    }

    .footer .cphones .cphones1 {
        text-align: right;
    }
}

@media screen and (max-width: 992px) {
    .footer {
        padding: 50px var(--padding-h) 40px;
    }
    .footer .footer-row {
        grid-template-columns: .3fr 1fr .6fr;
        grid-template-areas: "links posts adres" "imgs posts adres";
    }
}

@media screen and (max-width: 782px) {
    .logged-in .site-header {
        top: 46px;
    }
}

@media screen and (max-width: 768px) {
    .g-recaptcha {
        transform-origin: center;
    }
}

@media screen and (max-width: 600px) {
    .logged-in.onscroll .site-header {
        top: 0;
    }
}

@media screen and (max-width: 576px) {
    .footer {
        padding: 40px var(--padding-h) 20px;
    }
    .footer .footer-row {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-areas: "posts posts posts" "links adres adres" "imgs imgs imgs";
    }

    .footer .footer-row .footer-col2 {
        display: flex;
        justify-content: left;
        align-items: center;
    }

    .footer .footer-row .footer-col2 .widget_media_image {
        margin-right: 8px;
    }
    #daextlwcnf-cookie-notice-container {
        margin-left: calc((100% - 300px) / 2 + 15px);
    }
}

@media only screen and (max-width: 569px) {
    .lexicon-list .col-md-3.termcolumn.columns.left,
    .lexikon-data .col-md-3.termcolumn.columns.left {
        width: 50%;
    }
}

@media screen and (max-width: 568px) {
    :root {
        --indent-v: 40px;
    }
}

@media only screen and (max-width: 479px) {
    .onscroll .site-header {
        padding-top: 12px;
    }
}

@media screen and (max-width: 380px) {
    .weitere-info-col {
        width: 50% !important;
    }
}

/*# sourceMappingURL=style.css.map */


.page-id-219 .header-banner.header-noimg {
    background: #fff;
}
.page-id-219 .header-banner .banner-text,.page-id-219 .header-banner h1 {
    color: #000;
    max-width: 590px;
}
.page-id-219 .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.page-id-219 .header-banner.header-noimg .header-banner-row {
    padding: 15px;
}
.page-id-219 .col-lg-3.image-section p {
    margin: 0;
}
.page-id-219 .col-lg-3.image-section p:first-child {
    padding-top: 20px;
}
.page-id-219 .addr-content {
    display: grid;
    grid-template-rows: repeat(2, 165px);
}
nav.main-navigation .primary-menu > li.right-mega > ul.sub-menu > li > a:hover{
    font-weight: 600;
}
nav.main-navigation .primary-menu > li:not(.mega-link-menu) .sub-menu {
    border: 1px solid #d7d7d7;
}
@media only screen and (min-width: 992px) {
    .page-id-219  .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding: 15px;
    }
    .page-id-219 .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 15px;
    }

}
@media only screen and (min-width: 380px) and (max-width: 991px){
    .page-id-219 .col-lg-3.image-section {
        width: 50%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-id-219 .container {
        max-width: 720px;
    }
}
@media only screen and (max-width: 991px) {
    .page-id-219 .section-3 .content-section h2 {
        margin-top: 24px;
    }
    .page-id-219  .col-lg-3, .page-id-219 .col-lg-6  { 
        padding: 15px;
    }
    .page-id-219 .section-2 .row {
        padding-bottom: 0 !important;
    }
    .page-id-219 .section-4 .row {
        padding-bottom: 50px !important;
    }
}
@media only screen and (max-width: 380px) {
     .page-id-219 .col-lg-3.image-section img {
        width: 100% !important;
    }
}

/*
Mega menu



@media only screen and (min-width: 1024px) {
    .mega-link-menu > ul.sub-menu {
        display: flex;
    }
    .mega-link-menu .sub-menu-item.menu-item-has-children > .sub-menu-link {
        padding: 30px 20px 15px;
    }
    
}
@media only screen and (min-width: 1200px) {
    .mega-link-menu.show > ul.sub-menu{
        width: 800px;
        padding: 25px 72px;
        gap: 50px;
    }
    .mega-link-menu .sub-menu-item.menu-item-has-children > .sub-menu-link {
        padding: 30px 0px 0px 12px;
    }
}
.mega-link-menu.menu-item.menu-item-has-children .menu-item.menu-item-has-children {
    position:initial;
}
nav.navbar #menu-menu-with-mega-new .mega-link-menu.menu-item > ul li {
      padding-bottom: 13px;
    }
@media only screen and (max-width: 1200px) {
    .mega-link-menu .sub-menu-item.menu-item-has-children ul.sub-menu {
        position: relative;
        left: 0 !important;
        border: none;
        margin: 0;
        padding: 20px 0 20px;
    }
}
@media only screen and (max-width: 1023px) {
    .mega-link-menu .sub-menu-item.menu-item-has-children > .sub-menu-link::before {
        display: block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
        width: 6px;
        position: relative;
        top: 6px;
        left: 5px;
        float: right;
    }
    .mega-link-menu .sub-menu-item.menu-item-has-children {
        width: max-content;
    }
    .mega-link-menu .sub-menu-item.menu-item-has-children:hover .sub-menu {
        display: none !important
    }
    .mega-link-menu .sub-menu-item.menu-item-has-children .sub-menu.clickshow {
        display:block !important;
    }   
}
.mega-link-menu .sub-menu-item.menu-item-has-children ul.sub-menu:before{
    display:none;
}

.mega-link-menu .sub-menu-item.menu-item-has-children > .sub-menu-link {
    font-size: 16px;
    line-height: 18px;
    color: #000000;
}
.mega-link-menu .sub-menu-item.menu-item-has-children > .sub-menu-link img {
    padding-right: 5px;
}
.mega-link-menu .sub-menu-item.menu-item-has-children .sub-menu .menu-item-descr {
    display: block;
    font-size: 13px;
    line-height: 1.2 !important;
    color: #222;
    text-decoration: none;
}
.mega-link-menu .sub-menu-item.menu-item-has-children .sub-menu .sub-menu-link {

    line-height: 0.6;

}
.mega-link-menu .sub-menu-item.menu-item-has-children .sub-menu .menu-item-descr:hover{
    text-decoration:none !important;
}


END Mega menu
*/

/* Girocode, qrpay and Google Pay */

.page-template-page-google-pay .browser-mockup, .page-template-page-qrpay .browser-mockup, .page-template-page-girocode .browser-mockup {
    margin: 5em auto;
    width: 75%;
    flex: 1;
    border-radius: 15px;
    border-radius: 8px;
    box-shadow: 0 20px 44px rgb(50 50 93 / 12%), 0 -1px 32px rgb(50 50 93 / 6%), 0 3px 12px rgb(0 0 0 / 8%);
}
.page-template-page-google-pay .mockup-row, .page-template-page-qrpay .mockup-row, .page-template-page-girocode .mockup-row {
    border-radius: 8px 8px 0px 0px;
    padding: 20px;
    background: #f1f1f1;
}
.page-template-page-google-pay .browser-mockup .dot_first, .page-template-page-qrpay .browser-mockup .dot_first, .page-template-page-girocode .browser-mockup .dot_first {
    background: #ED594A;
}
.page-template-page-google-pay .browser-mockup .dot_second, .page-template-page-qrpay .browser-mockup .dot_second, .page-template-page-girocode .browser-mockup .dot_second {
    background: #FDD800;
}
.page-template-page-google-pay .mockup-row .dot, .page-template-page-qrpay .mockup-row .dot, .page-template-page-girocode .mockup-row .dot {
    margin-top: 4px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    display: inline-block;
}
.page-template-page-google-pay .browser-mockup .dot_third, .page-template-page-qrpay .browser-mockup .dot_third, .page-template-page-girocode .browser-mockup .dot_third {
    background: #5AC05A;
}
.page-template-page-google-pay .mockup-row .middle, .page-template-page-qrpay .mockup-row .middle, .page-template-page-girocode .mockup-row .middle {
    display: flex;
    width: 100%;
}
.page-template-page-google-pay #mock_lock_icon, .page-template-page-qrpay #mock_lock_icon, .page-template-page-girocode #mock_lock_icon {
    position: absolute;
    top: 4px;
    right: 22px;
    color: #9e9e9e;
}
.page-template-page-google-pay #mock_text_box, .page-template-page-qrpay #mock_text_box, .page-template-page-girocode #mock_text_box {
    width: 100%;
    border-radius: 3px;
    border: none;
    background-color: #fff;
    height: 25px;
    color: #666;
    padding: 5px;
    text-align: center;
    border-radius: 14px;
    background-color: #fafafa;
    outline: none;
}
.page-template-page-google-pay .browser-mockup .products, .page-template-page-qrpay .browser-mockup .products, .page-template-page-girocode .browser-mockup .products {
    background-color: #0070ba;
    text-align: center;
    display: grid;
    justify-content: center;
}
.page-template-page-google-pay .browser-mockup div.products-price, .page-template-page-qrpay .browser-mockup div.products-price, .page-template-page-girocode .browser-mockup div.products-price {
    background-color: #f1f1f1;
    border-bottom-left-radius: 8px;
    padding-left: 34px;
    padding-top: 10px;
}
.page-template-page-google-pay .browser-mockup .page_2, .page-template-page-qrpay .browser-mockup .page_2, .page-template-page-girocode .browser-mockup .page_2 {
    padding: 22px;
}
.page-template-page-google-pay .browser-mockup .page_2 .payment_method_text, .page-template-page-qrpay .browser-mockup .page_2 .payment_method_text, .page-template-page-girocode .browser-mockup .page_2 .payment_method_text {
    padding-bottom: 8px;
    padding-top: 8px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 32px;
    margin-top: 14px;
    width: 65%;
}
.page-template-page-google-pay .browser-mockup .store-contents .mock_row_1 .products, .page-template-page-qrpay .browser-mockup .store-contents .mock_row_1 .products, .page-template-page-girocode .browser-mockup .store-contents .mock_row_1 .products {
    height: 100%;
    align-content: center;
}
.page-template-page-google-pay .browser-mockup .store-contents .mock_row_1, .page-template-page-qrpay .browser-mockup .store-contents .mock_row_1, .page-template-page-girocode .browser-mockup .store-contents .mock_row_1 {
    padding-bottom: 0px;
    display: flex;
    flex-direction: column;
}
.page-template-page-google-pay .browser-mockup .mock_payment_name, .page-template-page-qrpay .browser-mockup .mock_payment_name, .page-template-page-girocode .browser-mockup .mock_payment_name {
    color: rgba(26,26,26,.7);
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
}
.page-template-page-google-pay .browser-mockup .products-price p, .page-template-page-qrpay .browser-mockup .products-price p, .page-template-page-girocode .browser-mockup .products-price p {
    margin-bottom: 1rem;
}
@media only screen and (max-width:991px) {
.page-template-page-google-pay  .try-it-now, .page-template-page-qrpay  .try-it-now, .page-template-page-girocode .try-it-now {
    width: 100% !important;
}
}

.page-template-page-qrpay .browser-mockup .buy_now, .page-template-page-girocode .browser-mockup .buy_now {
    color: #fff;
    border-color: #00a9e0;
    margin-top: 37px;
    font-size: large;
    width: 90%;
    float: left;
    margin-bottom: 42px;
}
.page-template-page-qrpay .interactiveButton, .page-template-page-girocode .interactiveButton {
    display: inline-block;
    background-color: #0070ba;
    text-align: center;
    width: 200px;
    margin-top: 12px;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    margin-bottom: 15px;
    padding: 5px;
    border-radius: 5px;
}
.page-template-page-qrpay .corpcolor:after, .page-template-page-girocode .corpcolor:after {
    display: none;
}
@media only screen and (max-width:991px) {
  .page-template-page-qrpay .container, .page-template-page-girocode .container{
      display: block !important;     
  }
  .page-template-page-qrpay .col-sm-6, .page-template-page-girocode .col-sm-6{
    max-width: 100%;
    flex: 0 0 100%;
  }
  .page-template-page-qrpay .image-align img, .page-template-page-girocode .image-align img{
    position: relative !important;
  }
  .row {
    padding: 20px;
  }
  .page-template-page-google-pay .browser-mockup, .page-template-page-qrpay .browser-mockup, .page-template-page-girocode .browser-mockup{
    width: 100%;
  }
}
.page-template-page-girocode .steps  {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
.page-template-page-girocode .steps img{
  width: 130px;
}
.page-template-page-girocode .steps p{
  margin: 0;
  text-align: center;
}
.page-template-page-girocode .steps span {
  font-size: 34px;
  font-weight: bold;
  color: #0070ba;
  margin-right: 10px;
}

@media only screen and (max-width:991px) {
  .page-template-page-girocode .steps {
    flex-wrap: wrap;
  }
  .page-template-page-girocode .steps p {
    margin: 20px 0;
  }
}

/*@media only screen and (min-width: 576px) {
.page-template-page-google-pay .col-sm-6, .page-template-page-qrpay .col-sm-6, .page-template-page-girocode .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}*/
.page-template-page-google-pay .col-sm-6, .page-template-page-qrpay .col-sm-6, .page-template-page-girocode .col-sm-6,  .page-template-page-google-pay .col-lg-6, .page-template-page-qrpay .col-lg-6, .page-template-page-girocode .col-lg-6, .page-template-page-google-pay .col-sm-12, .page-template-page-qrpay .col-sm-12, .page-template-page-girocode .col-sm-12, .page-template-page-google-pay .container, .page-template-page-qrpay .container, .page-template-page-girocode .container, .page-template-page-google-pay .col-lg-2, .page-template-page-qrpay .col-lg-2, .page-template-page-girocode .col-lg-2, .page-template-page-google-pay .col-lg-8, .page-template-page-qrpay .col-lg-8, .page-template-page-girocode .col-lg-8 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.page-template-page-google-pay .row, .page-template-page-qrpay .row, .page-template-page-girocode .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
@media only screen and (min-width: 992px) {
    .page-template-page-google-pay .col-lg-6, .page-template-page-qrpay .col-lg-6, .page-template-page-girocode .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .page-template-page-google-pay .col-lg-2, .page-template-page-qrpay .col-lg-2, .page-template-page-girocode .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .page-template-page-google-pay .col-lg-8, .page-template-page-qrpay .col-lg-8, .page-template-page-girocode .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}
@media only screen and (min-width: 576px) and (max-width:991px) {
    .page-template-page-google-pay .col-sm-12, .page-template-page-qrpay .col-sm-12, .page-template-page-girocode .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media only screen and (min-width: 768px) and (max-width:991px ) {
    .page-template-page-google-pay .container, .page-template-page-qrpay .container, .page-template-page-girocode .container {
        max-width: 720px;
    }
}
@media only screen and (max-width:398px ) {
    .page-id-573 .header-banner h1 {
        font-size: 42px;
    }
}
.res-link {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
@media only screen and (min-width: 1201px) and (max-width:1245px ) {
    nav.main-navigation .primary-menu > li:not(:last-child) > a {
        margin: 0 clamp(5px, 1.2vw, min(24px, 1vw));
    }
}
.cli-switch input:checked + .cli-slider, .cli-tab-footer .wt-cli-privacy-accept-btn {
    background-color: #0082c8;
}

#cookie-law-info-bar {
    width:475px !important;
}
.pay-spinner {
    animation: spin 1s linear infinite;
    transform-origin: center;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }


  /*New banner 17 SEP 2024*/ 

@font-face { font-family: Roboto
    ; src: url(/wp-content/themes/novalnet/assets/fonts/Roboto-Regular.ttf); font-weight: normal; }

 .create-acc.menu-item .main-menu-link {
    padding: 14px 25px;
    font-weight: normal;
    font-family: Roboto;
    box-shadow: none;
    text-transform: uppercase;
}
/*imprint page jan 30 2025*/ 
.page-id-219 .feedback {
	width: 50%;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
}
@media only screen and (max-width:991px) {
	.page-id-219 .feedback {
		width:100% !important;
		margin: 20px 0;
	}
    .page-id-219 .addr-content {
        grid-template-rows: repeat(2, auto);
    }
	.page-id-219 .feedback-section .content-section{
		display:block !important;
	}
}


/* ------------ Fixing Bug issues --------------------- */
#footer.footer .footer-col1 a{
    word-break: unset !important;
}

.lmtWIHO_gkbTeeyuvoJC._JUGVkfTgXeaar9RpzRk {
    min-height: 80vh !important;
    max-width: 800px !important;
}
._cUP1np9gMvFQrcPftuf._Y8HCTxgNkwxXcG_DCXx {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-top: 0 !important;
}
.calendly-badge-widget{
    width: 100% !important;
}

.calendly-overlay .calendly-popup {
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
}
._cUP1np9gMvFQrcPftuf._Y8HCTxgNkwxXcG_DCXx{
    padding-right: 0 !important;
    padding-left: 0 !important;
}
#dialog {
    height: 800px;
    overflow: auto; /* Allow scroll */
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
}


/* #frame {
    width: 100%;
    height: 100%;
    border: none;
} */

/* Country compliance page starts*/
.page-template-template-country-compliance .site {
    padding: 2rem 0 4rem;
}
.page-template-template-country-compliance .header{
  padding: 0; 
}
.page-template-template-country-compliance .header-content {
  padding: 4rem 0 0rem; 
  display: flex;
}
.page-template-template-country-compliance .header-content .vl {
    width: 1px;
    background-color: #ccc;
    margin: 20px;
}
.page-template-template-country-compliance .header-content h1 {
  font-size: 34px;
  font-weight: 600;
  font-family: helvetica;
  flex: 1;
  display: flex;
  align-items: center;
}
.page-template-template-country-compliance .header-content .description {
  flex: 2;
  align-items: center;
  display: flex;
  padding-left: 40px;
}
.page-template-template-country-compliance .nav-tabs {
    display: flex;
    justify-content: center;
    gap: 4px;
    margin: 32px 0;
    background: #f1f5f9;
    padding: 4px;
    border-radius: 12px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.page-template-template-country-compliance .nav-tabs .nav-tab {
    padding: 5px 20px;
    border: none;
    background: transparent;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    color: #64748b;
    font-size: 14px;
    outline: none;
}
.page-template-template-country-compliance .nav-tabs .nav-tab.active {
    background: #fff;
    color: #020817;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.page-template-template-country-compliance .filter-tabs {
  display: flex;
  gap: 8px;
  padding: 4px;
  background: #f1f5f9;
  border-radius: 8px;
  width: fit-content;
  margin: 0 0 2rem;
  font-size: 14px;
  border-bottom: 1px solid #dee2e6;
}
.page-template-template-country-compliance .filter-tabs .filter-tab {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 18px;
    border: none;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.2s ease;
    background: transparent;
    outline: unset;
    color: inherit;
    word-break: break-word;
}
.page-template-template-country-compliance .filter-tabs .filter-tab.active.prohibited {
    background: #b91c1c;
    color: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.page-template-template-country-compliance .filter-tabs .filter-tab.active.highrisk {
    background: #b45309;
    color: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.page-template-template-country-compliance .filter-tabs .count-badge {
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    word-break: normal;
}
.page-template-template-country-compliance .filter-tabs .filter-tab.active .count-badge {
    background: rgba(255, 255, 255, 0.2);
    color: white;
}
.page-template-template-country-compliance .filter-tabs .filter-tab:not(.active) .count-badge.highrisk {
    background: #fffbeb;
    color: #b45309;
}
.page-template-template-country-compliance .filter-tabs .filter-tab:not(.active) .count-badge.prohibited {
    background: #fef2f2;
    color: #b91c1c;
}
.page-template-template-country-compliance .filter-tabs .filter-tab:hover {
    background: white;
    color: #647389;
}
.page-template-template-country-compliance .country-card:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
}
.page-template-template-country-compliance .country-card.prohibited:hover {
    border-color: rgba(185, 28, 28, 0.4) !important;
}
.page-template-template-country-compliance .country-card.highrisk:hover {
    border-color: rgba(180, 83, 9, 0.4) !important;
}
.page-template-template-country-compliance .content {
  /*background: #f9f9f9;*/
  padding: 2rem 0 0;
}
.page-template-template-country-compliance .section-header {
  margin-bottom: 8px;
}
.page-template-template-country-compliance .section-header h2 {
  font-size: 21px !important;
  font-weight: 800;
  line-height: 1.2;
  color: #24292e !important;
  margin: 0;
  padding: 0;
}
.page-template-template-country-compliance .countries-section .section-description {
  padding-bottom: 1rem;
}
.page-template-template-country-compliance .countries-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 16px;
}
.page-template-template-country-compliance .business-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 16px;
}
.page-template-template-country-compliance .countries-grid .country-card {
    padding: 16px;
    border-radius: 8px;
    border: 1px solid rgba(229, 231, 235, 0.6);
    transition: all 0.2s ease;
    cursor: pointer;
    text-align: center;
}
.page-template-template-country-compliance .business-grid .business-card {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    transition: all 0.2s;
}
.page-template-template-country-compliance .business-grid .business-card.highrisk {
    border-color: rgb(31 177 249 / 20%);
    background: linear-gradient(135deg, #fff, rgb(31 177 249 / 5%));
}
.page-template-template-country-compliance .countries-grid .country-card.prohibited, .page-template-template-country-compliance .countries-grid .country-card.highrisk {
    background: linear-gradient(135deg, white, rgba(254, 242, 242, 1));
    border-color: #ccc;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.page-template-template-country-compliance .business-grid .business-card .mcc-code {
    font-weight: 600;
    color: #b45309;
    margin-bottom: 8px;
}
.page-template-template-country-compliance .business-grid .business-card .business-description {
    font-size: 0.875rem;
    line-height: 1.5;
}
.page-template-template-country-compliance .business-section  .business-list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 12px;
    padding: 0;
}
.page-template-template-country-compliance .business-section .business-list li {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 16px;
    font-size: 14px;
    border-left: 4px solid #b91c1c;
    display: flex;
    align-items: center;
}
.page-template-template-country-compliance .countries-grid .flag-container {
    width: 75px;
    height: 50px;
    margin: 0 auto;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid rgba(229, 231, 235, 0.5);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.page-template-template-country-compliance .countries-grid .flag-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-template-template-country-compliance .countries-grid .country-name {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    margin: 20px 0;
    word-break: break-word;
}
.page-template-template-country-compliance .hidden {
    display: none !important;
}
@media only screen and (max-width: 767px) {
    .page-template-template-country-compliance .header-content {
      display: block !important;
    }
    .page-template-template-country-compliance .header-content p {
      padding-left: 0;
    }
    .page-template-template-country-compliance .header-content .vl {
      display: none;
    }
    .page-template-template-country-compliance .header-content .description {
        padding-left: 0;
    }
}
/* Country compliance page ends*/

/* -------------faq section------------- */

.faq-main-container {
    margin: 0 auto;    
    padding: 4rem 1rem 0rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .faq-main-container .accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
  }
  .faq-main-container .accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: none;
  }
  .faq-main-container .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1.5em 0;
    color: #00112c;
    font-size: 16px;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
  }
  .faq-main-container .accordion button:hover
  {
    cursor: pointer;
    color: #0082C8;
  }
  .faq-main-container .accordion button:hover::after
   {
    cursor: pointer;
    color: #0082C8;
    border: 1px solid #0082c8;
  }
  .faq-main-container .accordion button .accordion-title {
    padding: 1.5em 1.5em 1.5em 0;
  }
  .faq-main-container .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
  }
  .faq-main-container .accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
  }
  .faq-main-container .accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
  }
  .faq-main-container .accordion button[aria-expanded='true'] {
    color: #0082C8;
  }
  .faq-main-container .accordion button[aria-expanded='true'] .icon::after {
    width: 0;
  }
  .faq-main-container .accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: fit-content;
    transition: all .4s linear;
    will-change: opacity, max-height;
  }
  .faq-main-container .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity .4s linear, max-height .4s linear;    
    will-change: opacity, max-height;
  }
  .faq-main-container .accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 0 0 1.4em;
  }
  .faq-main-container .faq-title-section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }
  .faq-main-container .faq-title-section button{
    font-weight: normal !important;
    margin: 0 10px;
    color: #0070ba;
    cursor: pointer;
    margin: 0 !important;
    z-index: 1;
    background: none;
    border: 1px solid #0070ba;
    border-radius: 4px;
    padding: 5px 5px;
    font-size: 14px;
  }
  .faq-main-container .accordion, .faq-title-section{
    width: 100%;
  }
  .faq-main-container .faq-title-section h2{
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .faq-main-container .accordion{
    margin-top: 20px;
  }
  
  @media screen and (max-width: 768px){
    .faq-main-container .accordion button{
        display: flex;
    }
    .faq-main-container .accordion button .accordion-title{
        width: calc(100% - 25px);
        padding: 0;
    }
    .faq-main-container .accordion .accordion-content p{
        width: calc(100% - 25px);
    }
    .faq-main-container{
        padding: 1rem 1rem 6rem;
    }
    
}

@media screen and (max-width: 525px){
    .faq-main-container .faq-title-section button svg{
        display: none;
    }
}

/* SAP Table */

/* wrapper enables mobile behaviour */
.novalnet-table-wrapper {
  width: 100%;
  overflow-x: auto;
}

/* table base */
.novalnet-payment-table {
  width: 75% !important;
  border-collapse: collapse !important;
  font-size: 12px !important;
  background: inherit !important;
}

.novalnet-payment-table th {
  background-color: rgb(128,128,128) !important;
  color: #ffffff !important;
  text-align: left !important;
  padding: 12px !important;
  border: 1px solid #dcdcdc !important;
}

.novalnet-payment-table td {
  padding: 5px 12px !important;
  border: 1px solid #dcdcdc !important;
  background: inherit !important;
}

.novalnet-payment-table tr:nth-child(even) {
  background-color: #f6f8fb !important;
}

.novalnet-payment-table .tick {
  text-align: center;
  font-size: 12px;
  color: #0b8f3c;
  font-weight: bold;
}

/* ---------------- MOBILE ---------------- */
@media (max-width: 768px) {

  .novalnet-payment-table thead {
    display: none !important;
  }

  .novalnet-payment-table,
  .novalnet-payment-table tbody,
  .novalnet-payment-table tr,
  .novalnet-payment-table td {
    display: block !important;
    width: 100% !important;
  }

  .novalnet-payment-table tr {
    margin-bottom: 14px !important;
    border: 1px solid #dcdcdc !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    background: #ffffff !important;
  }

  .novalnet-payment-table td {
    text-align: right !important;
    padding-left: 50% !important;
    position: relative !important;
    border: none !important;
    border-bottom: 1px solid #eeeeee !important;
  }

  .novalnet-payment-table td:last-child {
    border-bottom: none !important;
  }

  /* labels on mobile */
  .novalnet-payment-table td:nth-child(1)::before {
    content: "Digitale Zahlungsart";
  }

  .novalnet-payment-table td:nth-child(2)::before {
    content: "Direkte Erfassung";
  }

  .novalnet-payment-table td:nth-child(3)::before {
    content: "Rückerstattung";
  }

  .novalnet-payment-table td::before {
    position: absolute;
    left: 12px;
    width: 45%;
    font-weight: bold;
    text-align: left;
  }

  .novalnet-payment-table .tick {
    text-align: right;
  }
}

/* SAP Table End */