html {
    scroll-behavior: smooth;
}

body {
    scroll-snap-type: y mandatory;
}

section {
    scroll-snap-align: start;
}

#about h2,
#tips h2 {
    text-align: left; 
}

/* NAV */

.psn-nav-link {
    color: #595959;
    padding: 10px;
    font-size: 16px;
    transition: color 0.3s ease;
}

.psn-nav-link:hover {
    color: #000;
    text-decoration: #FD8D12 underline;
}

.psn-nav-link-active {
    color: #FD8D12 !important;
    text-decoration: #FD8D12 underline;
}

/*SLIDER*/
.psn-slider-container{
    position: relative;
    padding-bottom: 20px;
}

.psn-slide {
    min-width: 100%;
    display: none;

}

.psn-slide.psn-slide-active{
    display: block;
}

.psn-slides-wrapper {
    display: flex;
    gap: 8px;
    transition: transform 0.5s ease;
}


.psn-slider-button {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 36px;
    margin-top: -28px;
    padding: 0;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #bfbfbf;
    background: #efefef;
}
.psn-button-right {
    right: +20px;
}
.psn-button-left {
    left: +20px;
}
.psn-slider-button:hover {
    background-color: #e5e5e5;
}
.psn-slider-button:active {
    background-color: #d4d4d4;
}

/* REVIEW */

.psn-review-wrapper {
    margin: 0 auto;
    border-radius:3px;
    padding: 12px 0 0 0;
}

.psn-review-header {
    display: flex;
    align-items:flex-start;
    font-size:12px;
}

.psn-review-header img {
    border-radius:100px;
    width:48px;
    height: 48px;
    margin-right: 15px;
}

.psn-review-date {
    color: #646464;
}

.psn-review-star-wrapper {
    display: flex;
    gap: 4px
}

.psn-review-header-info {
    width: 100%;
}

/* FAQ */

.psn-faq-section {
    margin: 0 auto;
    background-color: #ffffff;
}

.psn-faq-item {
    border-bottom: 1px solid #cccccc;
    padding: 15px 0;
}

.psn-faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

.psn-faq-question h3 {
    margin: 0;
    font-size: 18px;
}

.psn-faq-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.psn-faq-answer {
    display: none;
    padding: 8px 24px 0 24px;
    font-size: 12px;
    color: #555555;
}
.teasers :hover {
    border-color: #FD8D12 !important;
}


/*TABLE*/
.psn-container {
    width: 100%;
    margin: 40px 0;
}

.psn-binding-selector {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    border-bottom: 0;
}

.psn-tab {
    padding: 8px 0;
    cursor: pointer;
    color: #595959;
    position: relative;
    font-size: 14px;
}

.psn-tab.psn-active {
    color: #000;
    font-weight: bold;
}

.psn-tab.psn-active::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1.5px;
    background-color: #000;
}

.psn-tab:not(.psn-active):hover {
    color: #666;
}

.psn-table {
    width: 100%;
    border-collapse: collapse;
}

.psn-th, .psn-td {
    padding: 12px;
    text-align: left;
    border: 1px solid #ddd;
}

.psn-th {
    background-color: #f4f4f4;
    font-weight: bold;
    font-size: 14px;
}

.psn-td {
    background-color: #fff;
    font-size: 12px;
}

.psn-spacer{
    border: 0;
    padding: 20px;
}

/* BINDINGS */
.psn-teasers {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    margin-top: 28px;
}

.psn-teaser {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.psn-teaser img:hover {
    outline: 4px solid #FD8D12;
    transform: scale(0.98);
}

.psn-teaser img {
    transition: transform 0.3s ease, outline 0.3s ease;
}




.psn-tile-binding {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;

    text-align:center!important;
    padding:10px!important;
    box-sizing:border-box;
}

.psn-tile-binding:hover img {
    border-color:#FD8D12
}

.psn-tile-binding img {
    height:auto;
    max-width: 218px;
    object-fit:cover;
    transition:border-color .3s ease;
    border:4px solid transparent;
    border-radius:16px
    /*transition: transform 0.3s ease, outline 0.3s ease;*/
}
.psn-tile-binding a{color:#000;text-decoration:none}

.psn-tile-binding a:hover{color:#FD8D12;text-decoration:none}


.teaser-text:hover{
    border: 4px solid #FD8D12 !important;
}

.ps-main-wrapper h3 {
    font-family: arial, helvetica, sans-serif;
    font-size: 1rem !important;
    line-height: 1.125rem !important;
    margin: 1.25rem 0 0.25rem !important;
    text-transform: none !important;
    text-align: left !important;
}

.psn-shapes-tile{
    text-decoration: none;
    color: black;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.psn-shapes-tile:hover {
    color: #FD8D12;
}

.psn-shapes-tile img:hover {
    outline: 4px solid #FD8D12;
    transform: scale(0.98);
}

.psn-shapes-tile img {
    transition: transform 0.3s ease, outline 0.3s ease;
}

.psn-shapes-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 20px;
    width: 100%;
    margin-top: 28px;
}

.psn-shapes-tile {
    text-align: center;
    text-decoration: none;
    color: inherit;
}

.psn-shapes-tile img {
    border-radius: 4px;
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.psn-shapes-text {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    font-weight: bold;
}

.psn-a{
    color: #000;
    text-decoration: #fd7013 underline;
    font-weight: bold;
}

.psn-a:hover{
    color: #fd7013 !important;
    text-decoration: none;
}

.ps-main-wrapper h4 {
    margin: 14px 0 0;
    color: #595959;
}

.psn-cta-wrapper{
    height: 343px;
    min-width: 200px;
    background: #efefef;
    border-radius: 12px;
    outline: 1px solid #CCC;
    position: relative;
}

.psn-cta-wrapper img{
    max-width: 192px !important;
    max-height: 192px !important;
    position: absolute;
    top: 4px;
    left: 4px;
    background: #efefef;
    border-radius: 8px;
}

.psn-cta-wrapper:hover{
    outline: 4px solid #FD8D12;
    transition: border 0.3s ease, outline 0.3s ease;
}

.psn-cta-text{
    position: absolute;
    width: 100%;
    height: 143px;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:  center;
    text-transform: uppercase;
}



.psn-cta-text p{
    font: 0.75rem / 1.125rem arial, helvetica, sans-serif;
    color: var(--color--ps-headline);
    font-size: 1.125rem;
    font-weight: bold;
    text-align: center;
}

.psn-cta-text-button{
    text-decoration: none;
    display: flex;
    width: calc(100% - 16px);
    padding: 12px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 200px;
    background: #FD8D12;
    background: color(display-p3 0.9922 0.5529 0.0706);
    color: #fff;
    font: 12px / 15px Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.psn-cta-text-button:hover{
    color: #fff;

}
:root {
    --color--psn-orange: #fd8d12;
    --color--psn-orange-secondary: #d97b11;
}

* {
    margin: 0;
    padding: 0
}

body {
    font: 12px/1.55 Arial, Helvetica, sans-serif;
    color: var(--color--ps-black);
    text-align: center
}

a:hover{
    text-decoration: none;
}

img {
    border: 0;
    vertical-align: top
}

:focus {
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color--ps-black)
}

h1 {
    font-size: 1.5rem;
    font-weight: bold
}

h2 {
    font-size: 18px;
    font-weight: normal
}

h3 {
    font-size: 1.25rem;
    font-weight: bold;
    margin: 1.5rem 1rem 1rem !important;
    text-align: center;
}

h4 {
    font-size: 14px;
    font-weight: bold
}

h5 {
    font-size: 12px;
    font-weight: bold
}

h6 {
    font-size: 11px;
    font-weight: bold
}

/* Links */

.psn-a {
    color: var(--color--ps-black);
    text-decoration: var(--color--psn-orange) underline;
    font-weight: bold
}

.psn-a:hover {
    color: var(--color--psn-orange) !important;
    text-decoration: none
}


/* BLOG */

.ps-main-wrapper{
    width: 100%;
}

.ps-main-wrapper p{
    font: 1rem / 1.5rem arial, helvetica, sans-serif;
}

.ps-main-wrapper li{
    font: 1rem / 1.5rem arial, helvetica, sans-serif;
}

.ps-main-wrapper h1{
    padding:24px 0 12px 0;
    margin: 0;
}

.ps-main-wrapper h3 {
    font-family: arial, helvetica, sans-serif;
    font-size: 1rem !important;
    line-height: 1.125rem !important;
    margin: 1.25rem 0 .25rem !important;
    text-transform: none;
    text-align: left !important
}

.ps-main-wrapper h4 {
    margin: 14px 0 0;
    color: var(--color--ps-gray-dark)
}

/* Sticky Nav*/

.psn-nav-link {
    display: block;
    font-weight: bold;
    text-decoration: none;
    color: var(--color--ps-gray);
    font-size: 16px;
    transition: color .3s ease
}

.psn-nav-link:hover {
    color: var(--color--ps-black);
    text-decoration: var(--color--psn-orange) underline;
}

.psn-nav-link-active {
    color: var(--color--psn-orange);
    text-decoration: var(--color--psn-orange) underline;
}

/* Table */

.psn-container {
    width: 100%;
    margin: 20px 0  ;
}

.psn-binding-selector {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    border-bottom: 0;
}

.psn-tab {
    padding: 8px 0;
    cursor: pointer;
    color: #595959;
    position: relative;
    font-size: 14px;
}

.psn-tab.psn-active {
    color: #000;
    font-weight: bold;
}

.psn-tab.psn-active::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1.5px;
    background-color: #000;
}

.psn-tab:not(.psn-active):hover {
    color: #666;
}

.psn-table {
    width: 100%;
    border-collapse: collapse;
    margin: 32px 0;
}

.psn-th,
.psn-td {
    padding: 12px;
    text-align: left;
    border: 1px solid var(--color--ps-gray)
}

.psn-th {
    background-color: var(--color--ps-gray-light);
    font-weight: bold;
    font-size: 14px
}

.psn-td {
    font-size: 12px
}

/* CTA Banner */

.psn-cta-wrapper {
    height: 343px;
    min-width: 200px;
    background: var(--color--ps-gray-light);
    border-radius: 12px;
    outline: 1px solid var(--color--ps-gray);
    position: relative
}

.psn-cta-wrapper img {
    max-width: 192px !important;
    max-height: 192px !important;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 8px
}

.psn-cta-wrapper:hover {
    outline: 4px solid var(--color--psn-orange);
    transition: border .3s ease, outline .3s ease
}

.psn-cta-text {
    position: absolute;
    width: 100%;
    height: 143px;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-transform: uppercase
}

.psn-cta-text p {
    font: .75rem/1.125rem arial, helvetica, sans-serif;
    color: var(--color--ps-black);
    font-size: 1.125rem;
    font-weight: bold;
    text-align: center
}

.psn-cta-text-button {
    text-decoration: none;
    display: flex;
    width: calc(100% - 16px);
    padding: 12px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 200px;
    background: var(--color--psn-orange);
    color: var(--color--ps-white);
    font: 12px/15px Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase
}

.psn-cta-text-button:hover {
    color: var(--color--ps-white);
    backdrop-filter: var(--color--psn-orange-secondary);
}

/* FAQ */

.psn-faq-section {
    margin: 0 auto;
    color: var(--color--ps-black);
}

.psn-faq-item {
    border-bottom: 1px solid var(--color--ps-gray-light);
    padding: 15px 0
}

.psn-faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin: 0;
    padding: 0
}

.psn-faq-question h3 {
    margin: 0;
    font-size: 18px
}

.psn-faq-icon {
    display: flex;
    align-items: center;
    justify-content: center
}

.psn-faq-answer {
    display: none;
    padding: 8px 24px 0 24px;
    font-size: 12px;
    color: var(--color--ps-gray-dark)
}

/* Kacheln Service Teaser*/
.psn-teasers {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    margin-top: 28px
}

.psn-teaser {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px
}

.psn-teaser img {
    width: 100%;
    height: 100%;

}

/* --*/

.teaser {
    position:relative;
    box-sizing:border-box;
}


.teaser a{text-decoration:none;color:inherit}
.teaser .teaser-text {
    position:relative;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    padding: 1rem;
    text-align: left;
    color: var(--color--ps-black);
    font-size:0.875rem;
    transition: 0.15s;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

.teaser .teaser-text:hover {
    box-sizing: border-box;
    border-radius: var(--border-radius--ps-medium);
    border: 4px solid var(--color--psn-orange);
}

.teaser .teaser-text b {
    display: block;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
}
.teaser .teaser-text p{
    display: inline-block !important;
    margin-top: 20px !important;
}


.psn-wiki-image{
    width: 100%;
    border-radius: 8px;
    margin: 32px 0;
}

.psn-image-container-2{
    display: flex;
    width:100%;
    align-items: flex-end;
    justify-content: center;
    gap: 40px;
}

.psn-wiki-image-2{
    width: 40%;
    border-radius: 8px;
    margin: 32px 0;
}

.psn-wiki-image-3{
    width: 30%;
    border-radius: 8px;
    margin: 32px 0;
}

.psn-section-start {
    position: relative;
    top: -32px;
    padding: 32px 0 0;
}

/* Binding Tiles */

.psn-tile-binding a{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;

    text-align:center!important;
    padding:10px!important;
    box-sizing:border-box;
}

.psn-tile-binding:hover img {
    border-color:#FD8D12
}

.psn-tile-binding img {
    max-width: 218px;
    object-fit:cover;
    transition:border-color .3s ease;
    border:4px solid transparent;
    border-radius:16px
}
.psn-tile-binding a{color:#000;text-decoration:none}

.psn-tile-binding a:hover{color:#FD8D12;text-decoration:none}