[id] {
    scroll-margin-top: var(--pn-scroll-margin-top);
}
html {
    font-size: var(--pn-font-size-body);
    height: 100%;
}
body {
    display: flex;
    flex-direction: column;
    font-family: var(--pn-font-family-body);
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.25;
    color: var(--pn-font-color);
    margin: 0;
    padding: 0;
    padding-top: var(--pn-padding-body-top);
    background-color: white;
    min-height: 100%;
    letter-spacing: 0.02em;
}
/*
body.opened-menu {
    max-height: 100vh;
    overflow: hidden;
}
*/
b, strong {
    font-weight: 500;
}
a, a:hover {
    color: var(--pn-primary);
    text-decoration: none;
}
p {
    margin-bottom: 1rem;
}
img {
    max-width: 100%;
    height: auto;
}
h1, h2, h3, h4 {
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 400;
}
h1 {
    font-size: var(--pn-font-size-h1);
    line-height: var(--pn-line-height-h1);
    color: var(--pn-primary);
    margin-bottom: 0.4em;
}
h2 {
    font-size: var(--pn-font-size-h2);
    line-height: var(--pn-line-height-h2);
    margin-bottom: 0.8em;
}
h3 {
    font-size: var(--pn-font-size-h3);
    line-height: var(--pn-line-height-h3);
}
h4 {
    font-size: var(--pn-font-size-h4);
}
h5 {
    font-size: var(--pn-font-size-body);
    font-weight: 400;
}
.container-smaller .content-inner {
    width: 100%;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1180px;
    }
}
@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1326px;
    }
    .container-smaller .content-inner {
        max-width: 1150px;
    }
}
@media (min-width: 1800px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1515px;
    }
    .container-smaller .content-inner {
        max-width: 1300px;
    }
}
.container .container {
    padding: 0;
    max-width: 100%;
}
.content-element {
    padding-top: var(--pn-content-element-padding);
    padding-bottom: var(--pn-content-element-padding);
    background-position: right bottom;
    background-size: 30%;
    background-repeat: no-repeat;
    color: var(--pn-font-color);
}
.content-element-image {
    display: none;
}
.main-content .default-animation {
    transform: translateY(150px);
    transition: all 1.2s cubic-bezier(.165,.84,.44,1);
    opacity: 0;
}
.main-content .default-animation.triggered {
    transform: translateY(0);
    opacity: 1;
    transition-delay: .2s;
}
[class*="__animate__"] {
    opacity: 0;
}
.content-with-background-color * {
    color: var(--pn-font-color);
}
.content-element.full {
    padding-left: 0;
    padding-right: 0;
}
.content-element.frame-type-shortcut {
    padding-top: 0;
    padding-bottom: 0;
}
.content-element .content-element {
    padding-left: 0;
    padding-right: 0;
}
select.form-control {
    background-image: url("../Images/chevron-down-primary.svg");
    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat;
    background-size: 12px auto;
}
.pn-border-bottom {
    border-bottom: 2px solid var(--pn-border-color);
}
.fullwidth {
    max-width: unset;
    width: 100%;
}

.wrap-all {
    flex: 1 0 auto;
    position: relative;
}
#top-header {
    background: black;
    padding: 42px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    position: relative;
    top: 0;
    color: white;
    overflow: auto;
    max-height: 100vh;
}
body.scroll-up #top-header,
body.scroll-down #top-header {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 11;
}
body.scroll-up #top-header {
    animation: setTopToZero 0.8s ease;
}
body.scroll-down #top-header {
    top: calc(-1 * var(--pn-header-height));
    animation: setTopToHeaderHeight 0.8s ease;
}
#top-header .container-fluid {
    transition: padding 0.5s cubic-bezier(0.59, 0.35, 0.22, 1);
}
#top-header .content-element {
    color: white;
}
#top-header a:not(.btn) {
    color: white;
    text-decoration: underline;
}

#main-navi-checkbox {
    display: none;
}
.logo-image {
    width: 182px;
}
.phone-header {
    margin-right: 25px;
    margin-top: 4px;
    text-decoration: none !important;
}
.menu-wrapper {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.menu {
    position: absolute;
    z-index: 2;
    right: 17px;
    top: 17px;
}
.menu svg {
    transform: translate(-3px, -3px) !important;
}
#main-nav {
    overflow: hidden;
    height: 0;
    transition: all 1s ease;
    padding: 0;
    background: transparent;
}
#main-nav .nav {
    display: block;
    margin-top: -13px;
}
#main-nav .nav a {
    position: relative;
    color: white;
    display: inline-flex;
    font-size: var(--pn-font-size-main-nav);
    text-decoration: none;
    padding: 4px 0;
}
#main-nav .nav a:hover {
    color: var(--pn-primary);
}
#main-nav .nav a::after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    height: 2px;
    width: 0;
    background-color: var(--pn-primary);
    transition: all 0.8s ease-in-out;
}
#main-nav .nav a:hover::after {
    width: 100%;
}
#main-nav .menu-spacer {
    height: 50px;
}
#main-nav .menu-spacer a {
    display: none;
}
.subnavi-arrow {
    display: none;
}
#main-nav ul ul a {
    padding: 8px 0;
    color: var(--pn-font-color);
}
#main-nav ul ul a:hover {
    color: var(--pn-primary);
}
.navi-cell {
    margin-bottom: 30px;
}

.main-footer {
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}
.footer-left,
.footer-center {
    position: relative;
    padding-right: 70px;
}
.footer-left::after,
.footer-center::after {
    position: absolute;
    right: 40px;
    top: 0;
    width: 1px;
    background-color: black;
    content: "";
    height: 100%;
}
.main-footer a {
    color: black;
}
.arrow-page-go-up {
    display: inline-block;
    position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    width: 50px;
    height: 50px;
    background: url("../Images/arrow-page-go-up.svg") center no-repeat;
    background-size: 100%;
    pointer-events: none;
    border-radius: 50%;
}
.arrow-page-go-up.active {
    z-index: 10;
    opacity: 1;
    pointer-events: all;
}
.breadcrumb {
    margin-top: 37px;
    margin-bottom: -50px;
}
html .breadcrumb-item+.breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, "/");
    transform: translateY(-1px);
}
.pagelevel-0 .breadcrumb {
    display: none;
}
.breadcrumb-item {
    font-size: var(--pn-font-size-breadcrumb);
}
.breadcrumb-text,
.breadcrumb-item.active {
    color: var(--pn-font-color);
}

.loading-content {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.3);
    display: none;
    align-items: center;
    justify-content: center;
}
.loading-content .loader {
    border: 13px solid var(--pn-primary);
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 13px solid white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: inline-block;
}

.arrow-right {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url('data:image/svg+xml,<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.5 16L16 8.5L8.5 1" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M1 8.5H16" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat transparent;
    margin-left: 5px;
    transform: translateY(-2px);
    transition: all 0.4s ease-in-out;
}
.active .arrow-right {
    transform: translateY(-2px) rotate(90deg);
}

.back-to-list {
    color: black;
}

.glossary-selected {
    display: inline;
    position: relative;
    z-index: 999;
}
.glossary-item {
    background: var(--pn-primary);
    cursor: pointer;
    display: inline-block;
    padding: 0 10px;
    color: white;
}
.glossary-item::after {
    content: '';
    position: absolute;
    width: 360px;
    height: 20px;
    bottom: 100%;
    left: 50%;
    pointer-events: none;
    transform: translateX(-50%);
}
.glossary-selected:hover .glossary-item::after {
    pointer-events: auto;
}
.glossary-content {
    position: absolute;
    display: inline-flex;
    z-index: 9999;
    width: max-content;
    left: 50%;
    margin: 0 0 20px -180px;
    bottom: 100%;
    text-align: left;
    font-size: 0.765em;
    line-height: 1.4;
    box-shadow: -5px -5px 15px rgba(48,54,61,0.2);
    background: var(--pn-primary);
    opacity: 0;
    cursor: default;
    pointer-events: none;
    transform: translate3d(0,-10px,0);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}
.glossary-selected:hover .glossary-content {
    pointer-events: auto;
    opacity: 1;
    transform: translate3d(0,0,0) rotate3d(0,0,0,0);
}
.glossary-content::after {
    content: '';
    top: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: var(--pn-primary);
    border-width: 10px;
    margin-left: -10px;
}
.glossary-content .glossary-image {
    position: relative;
    height: 170px;
    width: auto
}
.glossary-text {
    font-size: 0.68em;
    line-height: 1.35;
    padding: 1em;
    color: #fff;
    width: 40%;
    max-width: 150px;
}
.glossary-text.only {
    max-width: 300px;
    width: 100%;
}
.glossary-text p {
    margin-bottom: 0;
}



@media (max-width: 1199px) {
}
@media (max-height: 900px) and (min-width: 1024px)  {
}
@media (max-width: 1399px) and (orientation: landscape)  {
}
@media (min-width: 992px) and (max-width: 1199px)  {
}
@media (max-width: 991px) {
    .footer-left,
    .footer-center {
        padding-right: 30px;
    }
    .footer-left::after,
    .footer-center::after {
        right: 15px;
    }
    .big-h2 {
        font-size: 42px;
    }
}
@media (max-width: 767px) {
    :root {
        --bs-gutter-x: 22px;
    }
    h1, h2, h3 {
        hyphens: auto;
    }
    p {
        margin-bottom: 0.75rem;
    }
    .row {
        --bs-gutter-x: 30px;
    }
    #top-header {
        padding: 17px 0;
    }
    #main-nav .nav {
        margin-bottom: 40px;
    }
    #main-nav .nav a::after {
        bottom: 6px;
    }
    .footer-left,
    .footer-center {
        padding-right: 0;
    }
    .footer-left::after,
    .footer-center::after {
        display: none;
    }
    .content-element-image {
        display: block;
    }
    .content-with-background-image {
        background-image: none !important;
    }
    .content-element-header, .ce-gallery {
        margin-bottom: 0;
    }
    .logo-image {
        width: 150px;
    }
    .main-navi-label {
        width: 30px;
    }
    .subnavi-arrow::before,
    .subnavi-arrow-back::before {
        top: 12px;
    }
    .form-control {
        width: 100%;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(359deg)
    }
}

@keyframes setTopToZero {
    from { top: calc(-1 * var(--pn-header-height)); }
    to   { top: 0; }
}
@keyframes setTopToHeaderHeight {
    from { top: var(--pn-top-header); }
    to   { top: calc(-1 * var(--pn-header-height)); }
}