@import url(https://603347.fs1.hubspotusercontent-na1.net/hubfs/603347/hub_generated/template_assets/1/187322190733/1763037979292/template_reset.min.css);
@import url(https://603347.fs1.hubspotusercontent-na1.net/hubfs/603347/hub_generated/template_assets/1/208961940746/1776171018753/template_trstd_home_var_colors.min.css);
@import url(https://603347.fs1.hubspotusercontent-na1.net/hubfs/603347/hub_generated/template_assets/1/208970685756/1777383463565/template_trstd_home_var_typo.css);
@import url(https://603347.fs1.hubspotusercontent-na1.net/hubfs/603347/hub_generated/template_assets/1/187174796551/1774451149479/template_variables_sizes.min.css);
@import url(https://603347.fs1.hubspotusercontent-na1.net/hubfs/603347/hub_generated/template_assets/1/208962004884/1776762034854/template_trstd_home_styles_buttons.min.css);
@import url(https://603347.fs1.hubspotusercontent-na1.net/hubfs/603347/hub_generated/template_assets/1/209526395210/1776171030358/template_trstd_home_styles_tags.min.css);
@import url(https://603347.fs1.hubspotusercontent-na1.net/hubfs/603347/hub_generated/template_assets/1/209978175758/1776757786228/template_trstd_home_animations.min.css);
@import url(https://603347.fs1.hubspotusercontent-na1.net/hubfs/603347/hub_generated/template_assets/1/209992023666/1777382991313/template_trstd_home_helper.min.css);
@import url(https://603347.fs1.hubspotusercontent-na1.net/hubfs/603347/hub_generated/template_assets/1/211092948838/1776254198455/template_trstd_home_css_grids.min.css);
@import url(https://603347.fs1.hubspotusercontent-na1.net/hubfs/603347/hub_generated/template_assets/1/187214753635/1774958528856/template_helper.min.css);
@import url(https://603347.fs1.hubspotusercontent-na1.net/hubfs/603347/hub_generated/template_assets/1/65224586084/1770804936893/template_Helios_form.min.css);
@import url(https://603347.fs1.hubspotusercontent-na1.net/hubfs/603347/hub_generated/template_assets/1/208173890439/1776695863201/template_form.min.css);
@import url(https://603347.fs1.hubspotusercontent-na1.net/hubfs/603347/hub_generated/template_assets/1/187175833780/1741787148657/template_legacy.min.css) not supports(selector(&));

:root {
  
  /* trstd home */ 
  --page-width-trstd-home: 1400px;
  --space-unit: 1rem;
                                /* White */ 

  --trstd-grey: var(--light-neutral200);                  /* Background for sections */
  --box-shadow-large: 0 25px 15px -5px #0037611A,
                      0 8px 10px -6px #0037611A;
  
  --box-shadow-medium: 0 15px 15px -5px #0037611A,
                      0 8px 10px -6px #0037611A;
                 
  --box-shadow-small: rgba(0, 0, 0, 0.14) 0px 2px 6px 0px, 
                      rgba(0, 0, 0, 0.08) 0px 1px 2px 0px, 
                      rgba(0, 0, 0, 0.06) 0px 0px 1px 0px, 
                      rgba(0, 0, 0, 0.04) 0px 0px 0px 0px;
  --splide-color: var(--light-neutral200);
  --splide-color-active: var(--light-neutral400);
  
  --shadow-1: rgb(0 0 0 / .12) 0px 3px 14px -3px;

/* Base: follows the OS */
  color-scheme: light dark;
}

/* Override manually */
html.light {
  color-scheme: light;
}

html.dark {
 color-scheme: dark;
}




html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

body {
  background-color: var(--bg-primary-default);
  width: 100%;
}
body.error-page {
  /* More styles see 404.css */
  background-color: var(--trstd-black);
  display: grid;
  grid-template-columns: 100%;
  place-items: center;
  width: 100%;
  height: 100vh;
  main {
    min-height: 100vh;
    h1,h3 {
    color: white;
    }
  }

  .footerWrapper {
    width: 100%;
  }
}

main {
  margin: auto;
  width: 100%;  
}
main > div:first-of-type {
  padding-top: 0;
}

.dnd_area_footer-row-0-background-layers,
.dnd_area_footer-row-1-background-layers,
.dnd_area_footer-row-2-background-layers,
.dnd_area_footer-row-3-background-layers {
  /*background-color: var(--bg-primary-default);*/
}


/* tbd Exclude Nav and Footer links */

a:not(.button-trstd) {
  color: var(--text-action);
  text-decoration: none;
}
a:not(.button-trstd):hover {
  color: var(--text-action-hover);
  text-decoration: underline;
}
a:not(.button-trstd):active {
  color: var(--text-action-active);
}
a:not(.button-trstd):visited {
  color: var(--text-action);
}  


#footer, .footerRow {
  --footer-color: light-dark(var(--footer-color-dark), var(--footer-color-light)) !important;
  --footer-background: var(--grey-10);
  --footer-color-light: rgb(153 153 153 / 1);  
  --footer-color-light-hover: rgb(237 237 237 / 1);    
  --footer-color-dark: rgb(102 102 102 / 1);
  --footer-color-dark-hover: rgb(25 25 25 / 1);
  --footer-font-size: var(--text-xs-regular);
  --footer-font-headline: var(--text-sm-regular);
  --footer-font-small: var(--text-2xs-regular);
  --footer-dropdown: var(--light-neutral100);  
  --footer-dropdown-highlight: var(--light-neutral200);
  --footer-border-color: #7e858d;
  --footer-flag-border: #b2b2b2;
  

  ul.maincolumns>li>a,       /* footer headlines */
  ul.maincolumns>li>a:visited,
  ul.maincolumns>li>ul>li>a>strong {
    color: var(--text-primary) !important;
    font-size: var(--footer-font-size) !important;
  }
  ul.maincolumns>li>a:hover,      /* footer headlines hover */
  ul.maincolumns>li>ul>li>a:hover>strong {
    color: light-dark(var(--grey-80), var(--footer-color-light-hover)) !important;
    text-decoration: none;
  }
  ul.maincolumns>li>ul>li>a,       /* footer links */
  ul.maincolumns>li>ul>li>a:visited,
  p.legal a,
  p.legal a:visited    {
    color: light-dark(var(--footer-color-dark), var(--footer-color-light)) !important;
    font-size: var(--footer-font-size) !important;
  }
  ul.maincolumns>li>ul>li>a:hover,
  p.legal a:hover {                 /* footer links hover */
    color: light-dark(var(--footer-color-dark-hover), var(--footer-color-light-hover)) !important;
    text-decoration: none;
  }  
  ul.maincolumns li.hs-item-has-children > a {
    pointer-events: unset;  /* footer headlines */
  }
}
.footerWrapper {
  background: light-dark(var(--grey-10), var(--trstd-gray)) !important;
  border-top: 1px solid light-dark(var(--grey-20), var(--transparent-white-100)) !important;
  color: var(--footer-color) !important;
}
.footerRow {
  margin: 0;
}
.footerFirstRow {
  padding-top: 2rem;
}
.footerThirdRow {
  hr {
    border: 0;
    border-top: 1px solid light-dark(var(--grey-20), var(--transparent-white-100));
    background: transparent;
    color: transparent;
    height: 1px;
    margin: 0 -2rem 1rem;
    width: calc(100% + 4rem);
  }
}
.footerFourthRow p.copy {
  color: var(--footer-color) !important;
  font-size: var(--footer-font-size) !important;
}
#footer ul.maincolumns {
  column-gap: clamp(5px, 2vw, 60px);
  row-gap: 2rem; 
}
#footer li {
  flex-grow: 1;
}
#footer li.hs-menu-item.hs-menu-depth-2:has(.thefakeproblem) {
  @media (width > 1112px) {
    /*margin: -8rem 0 8rem;*/
  }
}

img {
  border-radius: var(--radius-2xl); /*32px*/
}

.dnd-section {
  position: relative;
  /*overflow-x: hidden;*/
}
.jump_back {
  position: absolute;
  right: 2rem;
  top: 5rem;
  @media (width < 576px) {  
    right: 0rem;
  }
}
.dnd-area-main .dnd-section  {
  margin: auto;
  width: 100%;  
}

/* only home */
body.homepage .dnd-area-main .dnd-section  {
  @media (width > 1280px) {    
    margin-top: 6rem !important;          
    margin-bottom: 6rem !important;
  }
}

.dnd-area-main .dnd-section .dnd-module  {
  margin: auto;
  max-width: var(--page-width-trstd-home);
  width: 100%;  
  padding-left: 2rem;
  padding-right: 2rem;
  
}
.dnd-area-main .dnd-section .dnd-module:has(.full-width-content)  {
  padding-left: 0;
  padding-right: 0;
  
}




/* make module review DB full width */
/* will implement that later as option in module */
.dnd-area-main .dnd-section .dnd-module:has(#hs_cos_wrapper_widget_1742215543599) {
  max-width: unset;
}


.b2c section {
  padding-top: 0 !important;
}

/****************** Modal Background ***********************/

#modalBackground {
  background:rgba(0,0,0,.6);
  bottom:0;
  content:" ";
  display:none;
  left:0;
  position:fixed;
  right:0;
  top:0;
  z-index:12
}
#modalBackground:hover {
  cursor:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23fff' viewBox='0 0 20 20'%3E%3Ctitle%3E close %3C/title%3E%3Cpath d='m4.34 2.93 12.73 12.73-1.41 1.41L2.93 4.35z'/%3E%3Cpath d='M17.07 4.34 4.34 17.07l-1.41-1.41L15.66 2.93z'/%3E%3C/svg%3E"),auto
}
#modalContent {
  background-color:#fff;
  border-radius:10px;
  bottom:0;
  display:none;
  left:0;
  margin:auto;
  max-height:fit-content;
  max-width:min(max(50vw,400px),720px);
  overflow-y:auto;
  padding:2rem 20px;
  position:fixed;
  right:0;
  text-align:center;
  top:0;
  z-index:45
}
#modalContent:hover {
  cursor:default
}
#modalContent > div {
  text-align:initial
}
#modalContent > div.modalInnerContent {
  padding:0 2rem
}
.modalActive #modalBackground,
.modalActive #modalContent {
  display:block
}

/****************** Testimonials-Personal ******************/
.testimonial-personal {
  background-color: transparent;
  position: relative;
  margin: 0 7rem;  
  display: grid;
  grid-template-areas: 
    "image . ."
    "image . text"
    "image . .";
  @media (width < 1024px) {
    margin: 0 1rem;
    grid-template-areas: 
    "image"
    "text";
    gap: 1rem;
  }
}

.testimonial-personal .image {
  grid-area: image;  
  margin-right: -5rem;
  margin-bottom: -1rem;
  height: 17rem;
  width: 17rem;
  @media (width < 1024px) {
    margin: auto;
  }
}

.testimonial-personal img {
  border-radius: var(--radius-full);
  z-index: 1;
  position: relative;
}

.testimonial-personal div.text {
  grid-area: text;  
  background: white;  
  border-radius: var(--radius-xl);
  box-shadow: 14px 15px 0px 9px var(--blue700);
  padding: 2rem 2rem 2rem 6rem;
  align-self: center;
  @media (width < 1024px) {
    padding: 1rem;
    width: 100%;
  }  
}

.testimonial-personal h3 {
  grid-area: headline; 
  align-self: end;
  color: var(--trstd-main-blue);
  border-radius: 0;
  padding: 0rem 0rem 1rem 0rem;

}





/********************** interpretation *******************/
div#interpretation ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 65%;
}
div#interpretation li svg {
  grid-area: image;  
}
div#interpretation li div {
  grid-area: content;  
}
div#interpretation li {
  display: grid;
  grid-template-columns: 4rem 1fr;
  grid-template-areas: "image content";
  align-items: center;
  text-align: left;
  gap: 1.5rem;
}


/********************* form *******************/

/* basic implementation for trstd needs, needs improvement! */
.content_item:has(.content_form_wrapper) {
  margin: 0 auto;
}
.content_form_wrapper {
  background: light-dark(var(--trstd-white-extra-light), var(--trstd-gray-black));
  border-radius: var(--radius-2xl);
  display: grid;
  place-items: center;
  width: 100%;
  --form-label-text-color: var(--text-primary);
  --form-font-family: var(--font-regular);
  --form-label-text-size: var(--text-sm-regular);
  --form-field-text-size: var(--text-xs-regular);
  --form-label-text-weight: var(--text-sm-regular-wght);
  --form-text-error-color: var(--signal-red-strong);
  --form-field-error-background-color: rgb(255 0 0 / .1); 
  --form-field-outline-color: var(--trstd-blue);
  --form-field-outline-width: 2px;
  --hsf-background__padding: 0rem 2rem 2rem;
  }
  
  [data-hsfc-id="Renderer"] .hsfc-RichText p {
    font-size: var(--text-xs-regular) !important;
    color: var(--text-secondary) !important;
  }
  
  [data-hsfc-id=Renderer] .hsfc-Button {
    display: block !important;
    width: 100% !important;
    background: var(--trstd-blue) !important;
    color: var(--trstd-white) !important;
    border-radius: var(--radius-full) !important;
    padding: var(--size-8) var(--size-16) !important;
    font-size: var(--text-xs-regular) !important;
  }
  [data-hsfc-id="Renderer"] .hsfc-Button:not([disabled]):hover {
    background: var(--trstd-blue-800) !important;
  }


/* content module */

.yellow-back {
  display: block;
  background: var(--trstd-yellow);
  margin: -2rem -2rem 4rem;
  padding: 1rem;
}

.header.left {
  margin: auto auto auto 0;
  text-align: left;
}
.header.center {
  margin: auto ;
  text-align: center;
}
.header.right {
  margin: auto 0 auto auto;
  text-align: right;
}
@media (width < 1024px) {  
  .header.mobile-left,
  .content_item.mobile-left {
    margin: auto auto auto 0 !important;
    text-align: left !important;
  }
  .header.mobile-center,
  .content_item.mobile-center  {
    margin: auto !important;
    text-align: center !important;
  }
  .header.mobile-right,
  .content_item.mobile-right {
    margin: auto 0 auto auto !important;
    text-align: right !important;
  }
  
  /* Special case grid-trstd-protect-app */
  
  .grid-trstd-protect-app .content_item.content_item1.mobile-center {
    margin: 4rem auto 0 !important;
  }
  .grid-trstd-protect-app .content_item.mobile-center  {
    margin: 3rem auto 0 !important;
    text-align: center !important;
  }
}


@media (width < 576px) {
  .content h2 {
    margin-bottom: 1rem;
  }
}

.content_item {
  max-width: 100%;
}

.content_image {
  height: auto;
}

.content_item .card {
  background-color: var(--bg-fourth);
  border: 1px solid var(--border-primary);
  border-radius: var(--radius-2xl);
  padding: var(--size-24);
  min-height: 9.5rem;
  font-size: var(--text-sm-regular);

  p {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 0;
  }
}
.content_item:has(.card) {
  width: 100%;
}
.content_item .card-white {
  background-color: var(--bg-fourth);
  border: 1px solid var(--border-primary);
  color: var(--text-primary);
}
.content_item .card-transparent {
  background-color: var(--transparent-white-50);
  border: 1px solid var(--transparent-white-200);
  color: var(--transparent-white-700);
  
}


/**********************  Slider Cards *******************/
/*@keyframes scroll-left {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  2% {
    transform: translateX(0);
    opacity: 1;
  }
  98% {
    transform: translateX(-2500px);
    opacity: 1;
  }
  100% {
    transform: translateX(-2500px);
    opacity:0;
  }
}*/
@keyframes scroll-left-homepage {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-2840px); 
  }
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1560px); /* 6 x (250px + 10px) = 1560 */
  }
}
#section-people-slider-homepage,
#section-people-slider,
#section-people-slider2,
#section-people-slider3 {
  .imageSlideContainer {
    border-radius: 16px;    
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    max-width: 32rem;
  }

  .images {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    animation: scroll-left 48s linear infinite;
    width: fit-content;
  }
  .images img {
    border-radius: 16px;
    width: 208.33px;
    aspect-ratio: 5 / 6;
    object-fit: cover;
    box-shadow: 0 4px 6px -1px rgba(0, 55, 97, 0.2);
    flex-shrink: 0;
  }
  
}
#section-people-slider-homepage .images {animation: scroll-left-homepage 48s linear infinite;}


/**********************  Layout for cards *******************/
.content-item-card {
  background: white;
  border-radius: 6px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.14), 
              0 1px 2px 0 rgba(0, 0, 0, 0.08), 
              0 0 1px 0 rgba(0, 0, 0, 0.06), 
              0 0 0 0 rgba(0, 0, 0, 0.04);
  padding: 2rem;
  height: 100%;
}
.content-item-card .image {
  height: 150px;
  margin: 0 auto;
}
.content-item-card img {
  margin: 0 auto;
}
.content-item-card p {
  min-height: 4.5rem;
}

/******************* Layout Attention TS  ****************/
.content-item-card:has(.explain_ts_attention) {
  background: #ddd;
}

.explain_ts_attention {
  max-width: 500px;
  
}
.explain_ts_attention ul {
  list-style: none;
  list-style-position: outset;
  padding-left: 0;
  margin-left:40px;
  margin-top: 1rem;
}
.explain_ts_attention li {
  line-height: rem;
  vertical-align: middle;
  margin-bottom: 1rem;
}

.explain_ts_attention li:before {
  content: "";
  background: center url(https://603347.fs1.hubspotusercontent-na1.net/hubfs/603347/1-ts-b2c/website/wp-images/icons/icon-feedback-cancel-circle-red.svg);
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-left: -30px;
  margin-right: 10px;
  margin-bottom: -6px;
}

/**********************  Table of content module *******************/

.table-of-content li {
  display: grid;
  grid-template-columns: 3rem 1fr;
  grid-template-areas: 
    "icon text";
}  
.table-of-content .list-item {
  grid-area: icon;  
}

.table-of-content .list_item_html {
  border-radius: var(--radius-full);   
  display: inline-block;
  width: 2rem;
  height: 2rem;
}
.table-of-content p {
  grid-area: text;  
}
.headline-icon {
  border-radius: var(--radius-full);   
  display: inline-block;
  background: var(--trstd-main-blue);
  color: white;
  vertical-align: bottom;
  font-size: 75%;
  width: 3.5rem;
  height: 3.5rem;  
  @media (width < 1024px) {
    width: 2.5rem;
    height: 2.5rem;  
  }
  @media (width < 576px) {
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    vertical-align: text-top;
  }
}

/**********************  Company Data *******************/
.company-data {
  grid-template-rows: 4rem .5rem 4rem .5rem 4rem;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: 
    "employees . nations"
    "line1 line1 line1"
    "online-shops . shoppers"
    "line2 line2 line2"    
    "orders-day . reviews-day";
  place-items: center;
}
.company-data .line {
  height: .7rem;
  border-bottom: 1px solid var(--border-secondary);
  margin-bottom: .5rem;
  width: 100%;
}

.company-data .line1 {
  grid-area: line1;
}
.company-data .line2 {
  grid-area: line2;
}
.company-data .employees {
  grid-area: employees;   
}
.company-data .nations {
  grid-area: nations;
}
.company-data .online-shops {
  grid-area: online-shops;  
}
.company-data .shoppers {
  grid-area: shoppers;  
}
.company-data .orders-day {
  grid-area: orders-day;  
}
.company-data .reviews-day {
  grid-area: reviews-day;  
}
.company-data .value {
  display: block;
  font-size: var(--text-xl-semibold);
  font-weight: var(--text-xl-semibold-weight);
  line-height: var(--text-xl-semibold-lnht);
  color: var(--text-primary);
  text-align: center;
  
}
.company-data .label {
  display: block;
  font-size: var(--text-sm-regular);
  font-weight: var(--text-sm-regular-weight);
  line-height: var(--text-sm-regular-lnht);
  color: var(--text-secondary);
  text-align: center;  
}




/**********************  imprint & data-protection etc *******************/
#imprint h2,
#data-protection h2,
#accessibility h2,
#gtc-online-platform h2 {
  margin: 1rem 0 0 0;
}

#imprint h3,
#data-protection h3,
#accessibility h3,
#gtc-online-platform h3 {
  margin: 1rem 0 0 0;
}
#imprint h4,
#data-protection h4,
#accessibility h4,
#gtc-online-platform h4 {
  margin: 1rem 0 0 0;
}
#imprint h5,
#data-protection h5,
#accessibility h5,
#gtc-online-platform h5 {
  margin: 1rem 0 0 0;
}

#imprint p,
#data-protection p,
#accessibility p,
#gtc-online-platform p {
  margin: 1rem 0 0 0;
}
#imprint ul,
#data-protection ul,
#accessibility ul,
#gtc-online-platform ul {
  margin: 1rem 0;
}
#imprint ol,
#data-protection ol,
#accessibility ol,
#gtc-online-platform ol {
  margin: 1rem 0;
}
#imprint table,
#data-protection table,
#accessibility table,
#gtc-online-platform table { 
  margin: 1rem 0 0;
}
#imprint th,
#data-protection th,
#accessibility th,
#gtc-online-platform th { 
  border: 1px solid black;
  padding: 1rem;
}
#imprint td,
#data-protection td,
#accessibility td,
#gtc-online-platform td { 
  border: 1px solid black;
  padding: 1rem;
}



/**********************  Navigation *******************/

body.is-at-top .dnd_area-row-0-background-layers {
  top: 0;
}
body.is-at-top nav.navigation-primary {
  top: 55px;
}

/* ============ START HACKS ===============*/

/* Hide navigation dropdown in the inline editor */
.hs-inline-edit .submenu.level-1 > li.has-submenu:hover .submenu.level-2{
  visibility: hidden;
}

/* Underline active Nav-Tree */
nav ul.submenu.level-1 a[aria-current='page'] > span.label:after, 
nav.navigation-primary .active-branch.menu-link  > span.label:after{
  width: 100%;
  background-color: rgb(0, 0, 0);
  transition: all 0.25s ease-out 0s;
}

.hide-scroll {
  overflow:hidden;
  /*background-color: rgba(0,0,0,.75);*/
}
.hide-scroll #modalBackground{
  display: block;
}

.hide-element{
  display:none; 
}

/* ============ END HACKS ===============*/



/* ========== START HAMBURGER =========*/

nav.navigation-primary > .hamburger{
  display: none; /* also see row 1998: @media (width < 10240px ){   /* we want to have the hamburger menu all the time */*/
  align-self: center;
  position: relative;
  right: 0;
  padding: 0.1em 0.2em 0.2em 0.2em;
  border-radius: 4px;
  border: 2px solid transparent;
  transition: all .25s ease-in-out;
  cursor:pointer;
  height:28.8px;
  width:28.8px;
}
nav.navigation-primary > .hamburger:hover{
  border-color: #0dbedc;
}
nav.navigation-primary .hamburgerIcon{
  background-image: url('https://603347.fs1.hubspotusercontent-na1.net/hubfs/603347/1-TS_B2B/icons/icon-mix/fal/bars.svg'); 
  background-repeat: no-repeat;
  background-position:center;
  height: 20px;
  width: 20px;
  display:block;
}

nav.navigation-primary .expandNav,
nav.navigation-secondary .expandNav {
  overflow:hidden; 
}
nav.navigation-primary .submenu.level-1.expandNav > li:first-child,
nav.navigation-secondary .submenu.level-1.expandNav > li:first-child {
  /*padding-top: 2rem;*/
}

nav.navigation-primary .expandNav ~ .hamburger{
  display: flex;
  justify-content:center;
  /* background-color: red; */
  border-color:transparent;
}

/**/
nav.navigation-primary .hamburger > a {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-size:0;
}

/* ========== END HAMBURGER =========*/


/* ========== START LOGO =========*/

nav.navigation-primary .brand {
  /*background-image: url(https://603347.fs1.hubspotusercontent-na1.net/hubfs/603347/1-TS_B2B/website/_framework/brand/e_trusted_shops-rgb.svg);*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100px;
  height: 36px;
  display: inline-block;
  margin: 16px auto 0 0;
  transition: width .25s ease-in-out,height .25s ease-in-out,margin-top .25s ease-in-out;
  z-index: 1000;
  cursor: pointer;
  align-self: flex-start;
  &:after {
    content: "#trstd";
    font-size: 24px;
    font-family: "Wix Madefor Display", sans-serif;
    font-weight: 800;
    display: inline;
    line-height: 100%;
    color: light-dark(var(--trstd-black),var(--trstd-white));
  }
}
/* ========== END LOGO =========*/


/* ========== START NAVIMENU =========*/
nav.navigation-primary, 
nav.navigation-primary *,
nav.navigation-secondary, 
nav.navigation-secondary * {
  box-sizing: border-box;
}
nav.navigation-primary .nav-icon,
nav.navigation-secondary .nav-icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-size: contain;
  width: 1.25em;
  height: 1.25em;
  box-sizing: border-box;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

nav.navigation-primary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  height: 58px;
  width: 100%;
  background-color: light-dark(rgb(255 255 255/.8),rgb(25 25 25/.8));
  --webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  border-top: 1px solid light-dark(var(--grey-30), var(--grey-80));
  cursor: default;  
  font-size: var(--text-xs-semibold);
  position: fixed;
  font-weight: var(--text-xs-semibold-weight);

  left: 0;
  right: 0;
  padding-left: calc( ( (100% - var(--page-width-trstd-home) ) /2 ) + 2rem );
  padding-right: calc( ( (100% - var(--page-width-trstd-home) ) /2 ) + 2rem );
  @media (width < 1400px) {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  /* max-width: var(--page-width-helios); */
  z-index: 20;
  transform: translateZ(10px);
}

nav.navigation-secondary {
  display: flex;
  align-items: center;
  justify-content: start;
  margin: 0;
  height: 68px;
  width: 20rem;
  cursor: default;  
  font-size: 18px;
  position: relative;
  font-weight: 400;
  border-radius: 64px;
  z-index: 20;
  transform: translateZ(10px);
}
.neo nav.navigation-primary {
  border-bottom: none;
  max-width: var(--page-width-trstd-home);
}

body.staticyellow nav.navigation-primary{
  border:none;
}
nav.navigation-primary .submenu.level-1 .menu-link,
nav.navigation-secondary .submenu.level-1 .menu-link {  
  display: flex;
  justify-content: flex-start;
  align-items: center;
}


nav.navigation-primary a,
nav.navigation-secondary a {
  color: #000;
}
nav.navigation-primary span.label,
nav.navigation-secondary span.label {
  height: auto;
}
nav.navigation-primary:has(.nav-info-text),
nav.navigation-secondary:has(.nav-info-text) {
  span.label {
    height: fit-content;
  }
  .level-2 .menu-link {
    align-items: start !important;
  }
}

nav.navigation-primary span.nav-info-text,
nav.navigation-secondary span.nav-info-text {
  font-size: 75%;
  display: block;
  padding: 5px 0 0 0;
  width: 100%;
  max-width: 200px;
  text-wrap: auto;

}

nav.navigation-primary li.menu-item > a:hover span.label:after,
nav.navigation-secondary li.menu-item > a:hover span.label:after {
  width: 50%;
  background-color: var(--main-blue);
  transition: all 0.15s ease-in 0s;
}
nav.navigation-primary li.menu-item > a span.label:after,
nav.navigation-secondary li.menu-item > a span.label:after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  margin-top: 1px;
  background-color: rgba(13, 190, 220, 0);
  position: relative;
  /*left: 50%;
  transform: translateX(-50%);*/
  transition: all 0.25s ease-out 0s;
}
nav.navigation-primary a.active-item,
nav.navigation-secondary a.active-item {
  position: relative;
}
nav.navigation-primary .submenu.level-1 li.has-submenu.menu-item > a > svg,
nav.navigation-secondary .submenu.level-1 li.has-submenu.menu-item > a > svg {
  transition: transform .25s ease-in-out;
}

nav.navigation-primary .submenu,
nav.navigation-secondary .submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav.navigation-primary .submenu a,
nav.navigation-primary .submenu p,
nav.navigation-secondary .submenu a,
nav.navigation-secondary .submenu p {
  text-decoration: none;
}

nav.navigation-primary .submenu-toggle,
nav.navigation-secondary .submenu-toggle {
  display: none;
}

nav.navigation-primary .submenu.level-1,
nav.navigation-secondary .submenu.level-1 {
  display: flex;
  white-space: nowrap;
  align-items: center;
  height: 100%;
}

nav.navigation-primary .submenu.level-1 > li > a,
nav.navigation-secondary .submenu.level-1 > li > a {
  padding: 13px 15px;
}

nav.navigation-primary .submenu.level-1 > li.has-submenu,
nav.navigation-secondary .submenu.level-1 > li.has-submenu {
  position: relative;
  /*box-shadow: rgba(0, 0, 0, 0) 0px 0px 3px;*/
  box-shadow: none;
  border: none;
  border-radius: 10px;
  transition: box-shadow 0.25s ease-out, border-color 0.25s ease-out;
  vertical-align: bottom;
}



nav.navigation-primary .submenu.level-2,
nav.navigation-secondary .submenu.level-2 {
  left: -9999px;
  position: absolute;
  /*  */
  list-style-type: none;
  /*background-color: rgb(255, 220, 15);*/
  background-color: white;
  border-radius: 10px;
  /*box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 1.5px;*/
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.1), 
              0 2px 5px 0 rgba(0, 0, 0, 0.06), 
              0 1px 2px 0 rgba(0, 0, 0, 0.04), 
              0 0 1px 0 rgba(0, 0, 0, 0.03);
  box-sizing: border-box;
  margin: 0px;
  margin-top: -8px;
  padding: 0px;
}
nav.navigation-secondary .submenu.level-2 {
  bottom: 50px;
}

nav.navigation-primary .submenu.level-2 > li:first-child > a,
nav.navigation-secondary .submenu.level-2 > li:first-child > a {
  position: relative;
  z-index: 2;
}

nav.navigation-primary .submenu.level-2 > li:first-child:before,
nav.navigation-secondary .submenu.level-2 > li:first-child:before {
  background-color: #FFF;
  border: 2px solid #494A52;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  content: '';
  display: none;
  height: 30px;
  left: 125px;
  margin-left: 20px;
  overflow: hidden;
  position: absolute;
  top: -12px;
  transform: rotate(45deg);
  transition: background-color 0.3s;
  width: 30px;
  z-index: 1;
}

nav.navigation-primary .submenu.level-2 > li:first-child:hover:before{
  background-color: rgba(208, 210, 212, 1.0);
  transition: background-color 0.3s;
}

nav.navigation-primary .submenu.level-2 > li {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0px;
  padding: 8px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
nav.navigation-primary .submenu.level-2 > li:hover {
  background-color: var(--blue25);
  color: var(--blue800);
}
nav.navigation-primary .submenu.level-2 > li:hover * {
  color: var(--blue800);
}

nav.navigation-primary .menu-item:not(:has(#Language)),
nav.navigation-secondary .menu-item:not(:has(#Language)) {
  .submenu.level-2 > li:hover i {
    filter: invert(19%) sepia(69%) saturate(3229%) hue-rotate(191deg) brightness(93%) contrast(102%);
  }
}

nav.navigation-primary .submenu.level-2 .menu-item .menu-link,
nav.navigation-secondary .submenu.level-2 .menu-item .menu-link {
  display: flex;
  padding: 5px 15px;
  transition: background-color 0.3s;
}
nav.navigation-primary .submenu.level-2 .menu-item .menu-link i,
nav.navigation-secondary .submenu.level-2 .menu-item .menu-link i {
  margin-right: 15px;
  width: 30px;
  height:25px;
  min-width: 30px;
  max-width: 30px;
}
nav.navigation-primary .submenu.level-2 .menu-item:first-of-type,
nav.navigation-primary .submenu.level-2 .menu-item:first-of-type .menu-link,
nav.navigation-secondary .submenu.level-2 .menu-item:first-of-type,
nav.navigation-secondary .submenu.level-2 .menu-item:first-of-type .menu-link {
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}
nav.navigation-primary .submenu.level-2 .menu-item:last-of-type,
nav.navigation-primary .submenu.level-2 .menu-item:last-of-type .menu-link,
nav.navigation-secondary .submenu.level-2 .menu-item:last-of-type,
nav.navigation-secondary .submenu.level-2 .menu-item:last-of-type .menu-link {
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
}
nav.navigation-primary .submenu.level-2 > li:last-child,
nav.navigation-primary .submenu.level-2 > li:last-child .submenu,
nav.navigation-secondary .submenu.level-2 > li:last-child,
nav.navigation-secondary .submenu.level-2 > li:last-child .submenu {
  border-bottom: none;
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  /*margin-bottom:7px;*/
}

/* this shows up the sub-menu of the nav - desktop */
nav.navigation-primary li.showChildItems .submenu.level-2,       /* click */
nav.navigation-primary li.has-submenu:hover .submenu.level-2,
nav.navigation-secondary li.showChildItems .submenu.level-2,       /* click */
nav.navigation-secondary li.has-submenu:hover .submenu.level-2 {   /* hover */
 left: 0;
}



/* BorderShadow-Hack */
nav.navigation-primary li.menu-item > a > span.label:after,
nav.navigation-secondary li.menu-item > a > span.label:after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  margin-top: 1px;
  background-color: rgba(13, 190, 220, 0);
  transition: all 0.25s ease-out 0s;
  position: relative;
}

@media (max-width:1240px){
  nav.navigation-primary{
    /*width:95%;*/
  }  
}

@media (max-width:1050px){
  nav.navigation-primary .user ul .login.cta-link-as-button{
    min-height: 35px;
    padding: 0.35rem 0.9rem;    
  } 
}

@media(min-width:721px) and (max-width:1024px){
  body.stage2col nav.navigation-primary {
    max-width: min(720px, calc(100% - 20px));
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 620px){
  nav.navigation-primary + #countries .CountryButton{
    height: 32px;
    width: 272px;
  }
  #CountriesButton {
    padding: 3px;
    margin:0;
  }
  nav.navigation-primary{
    /*height:50px;*/
  }
  nav.navigation-primary .brand{
    margin: 8px 0 0 7px;
    height: 34px;
  }
  body nav div.user{
    padding-top:9px;
  }
  body nav.navigation-primary .submenu.level-1{
    top:25px;
  }
  .login.cta-link-as-button{
    min-height: 25px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 10px 15px;
  }
  nav.navigation-primary .user ul a{
    margin: 0;
  }
}

@media(max-width:350px){
  nav.navigation-primary ul.submenu.level-1 {
    min-height: calc(100vh - 54px);
  }
}
/* ========== END NAVIMENU =========*/



/* ======== START SVG ========= */
.svg-times{
  position:relative;
  height: 24px;
  width: 24px;
  color:black;
  padding: 0px;
}

.svg-bars{
  width:100%;
  height:100%;
}

.hamburger:hover #times {
  color: rgb(0, 0, 0);
}


/* ======== END SVG ======== */

/* The Hamburger was removed */

@media (width < 10240px ){   
  body nav.navigation-primary > .hamburger {
    display: none;
    z-index: 3;
  }
  
  /* Do not open the hidden submenu, but only one item from the submenu */
  body nav.navigation-primary .submenu.level-1 {  

  }
  body nav.navigation-primary .submenu.level-1 .has-submenu {  
    overflow: hidden;
    height: 0;
    visibility: hidden;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background: white;
    border-radius: 0;
    padding: 0 2rem; 
    transition: height 0.5s ease-in-out, padding 0.5s ease-in-out, visibility 0.5s;
  }
  
  body nav.navigation-primary .submenu.level-1.expandNav .has-submenu {
    visibility: visible;
    height: 24rem;
    padding: 2rem; 
  }
  
  body nav.navigation-primary .submenu.level-1.expandNav .no-submenu {
    height: 50px;
  }
  
  body nav.navigation-primary .submenu.level-1.expandNav {
    display: block;
    min-height: 24rem;
    @media (width < 576px) {
      /*padding: 2rem 1.5rem .5rem;*/
          
    }
  }
  body nav.navigation-primary .submenu.level-1 > li > .menu-link {
    @media (width < 576px) {
      width: 11rem;
      white-space: wrap;
    }
  }
  body nav.navigation-primary span.button-b2c {
    margin-left: -0.8rem;
  }

  
  /* this shows up the sub-menu of the nav - tablet/mobile */
  body nav.navigation-primary .submenu.level-1 > li.has-submenu:hover .submenu.level-2, /* blog */
  body nav.navigation-primary li.showChildItems .submenu.level-2,
  body nav.navigation-primary li.has-submenu:hover .submenu.level-2 {
    position: fixed;
    top: 4rem !important;
    left: 16.5rem !important;
    @media (width < 576px) {
      top: 3.5rem;
      left: 9.5rem !important;
    }
    right: 1rem;
    width: auto;
    margin-left: 0;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.1), 
              0 2px 5px 0 rgba(0, 0, 0, 0.06), 
              0 1px 2px 0 rgba(0, 0, 0, 0.04), 
              0 0 1px 0 rgba(0, 0, 0, 0.03);
    @media (width < 576px ){
     border-radius: var(--radius-lg);
    }
    background: white;
    z-index: 2;
    .menu-link {
      white-space: initial;
    }
  }
  body nav.navigation-primary .menu-item:has(#de, #de-de, #de-at, #de-ch, #nl, #nl-nl, #nl-be, #fr, #fr-fr, #it, #it-it, #es, #es-es, #pt, #pt-pt, #pl, #pl-pl, #en, #en-gb, #en-eu) {
    .submenu.level-2 {
      li {
        border: none;
        width: 60px;
      }
      @media (width < 1024px ){
        columns: 2;
      }
      @media (width < 576px ){
        columns: 3;
        .label {
          display: none;
        }
      }
    }
  }

}


/***************************** Custom Styles *********************/
/* Helios HubDB "Echte Shops, Echte bewertungen" */
#hs_cos_wrapper_widget_1761036198085 {
  @media (width < 1024px) {
    section {
      width: calc(100% - var(--b2c-mobile-margin)*2);
      margin: 0 auto;
    }

  }
}

/***************************** Buyer Protection *********************/
#buyerProtection {
  ul {
    list-style: none;
  }
  li {
    position: relative;
  }
  li:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(https://603347.fs1.hubspotusercontent-na1.net/hubfs/603347/1-ts-b2c/website/wp-images/icons/icon-feedback-check-green.svg);
    background-size: contain;
    position: absolute;
    left: calc(-16px - 1.25rem);
    top: 4px;
    }
  }
}


/***************************** FOOTER *********************/
/***************************** Social media icons FOOTER *********************/

/* Language and Social Media Row */
 .footerSecRow .languageDropdownWrapper,
 .footerSecRow .socialIconWrapper {
  @media (width < 1024px) {
    margin-top: 40px;
  }
}
.languageDropdownWrapper,
.socialIconWrapper {
  display: flex;
  align-items: center;
  @media (width < 1024px) {
    flex-direction: column;
    align-items: start;
  }
}

.languageDropdownWrapper .countryLabel,
.socialIconWrapper .socialLabel {
  font-size: var(--footer-font-headline);
  font-weight: 600;
  margin-right: 30px;
  line-height: 2;
  color: var(--footer-color);
}

/* Social media icons */
.iconWrapper {
  display: flex;
  align-items: center;
}
.footerIcon {
  margin: 0 8px 0;
}
.footerIconBox {
  display: block;
  height: 24px;
  width: 24px;
  overflow: hidden;
  align-content: center;
  justify-content: center;
  background-color: transparent;
}
.footerIconBox svg {
  display: block;
  width: auto;
  height: 24px;
}
.footerIconBox svg path {
  fill: white;
}

.footerIconBoxXing svg {
  margin-left: 3px;
  width: 18px;
  height: 18px;
}
a:nth-of-type(1) .footerIconBox {
  display: block;
  padding-right: 4px;
}

.footerIconBoxLinkedin svg {
  height: 22px;
}
.footerIconBoxYoutube {
  width: 32px;
}
.footerIconBoxFacebook {
  height: 28px;
  width: 32px;
}
.footerIconBoxFacebook svg {
  height: 32px;
}
.footerIconBoxInsta {
  margin-left: 2px;
}

/* Countryselector */
.container {
  max-width: 400px;
  margin: 0px 15px;
  width: 100%;
}
.dropdown {
  width: 260px;
  height: 44px;
  user-select: none;
  position: relative;
  display: flex;
  justify-content: start;
  z-index: 9;
  margin-right: 0.5rem;
}
.dropdown .dropdown-btn {
  padding: 0px;
  background: var(--footer-dropdown);
  text-align: left;
  color: #333;
  border-bottom: 1px solid transparent;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100%;
  height: 44px;
}

.dropdown .dropdown-btn > div {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: var(--footer-font-size);
  position: relative;
  margin: 0 10px;
  user-select: none;
  pointer-events: none;
  width: 100%;
  text-align: left;
}
.dropdown .dropdown-btn > div svg {
  transition: transform .25s ease-in-out;
  transform: rotateZ(0deg);
}
.dropdown .dropdown-btn.active > div svg {
  transform: rotateZ(180deg);
}
.dropdown .dropdown-btn .countryName {
  flex: 2;
}

.dropdown .dropdown-btn i {
  color: var(--footer-color-dark);
  line-height: 1.5;
  pointer-events: none;
}
.dropdown .dropdown-btn.active {
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border-top: 1px solid #b2b2b2;
}
.dropdown .dropdown-content {
  position: absolute;
  box-shadow: 0 1px 2px 1px rgba(0,0,0,0.3);
  bottom: calc(100% - 5px);
  left: 0;
  background: var(--footer-dropdown);
  border-radius: 5px;
  width: 100%;
  overflow: hidden;
  display: none;
}
.dropdown .dropdown-content .dropdown-item {
  padding: 6px 10px;
  cursor: pointer;
  transition: all 0.2s;
  text-align: center;
  display: flex;
  justify-content: start;
  text-decoration: none;
  font-weight: 400;
  font-size: var(--footer-font-size);
  color: var(--footer-color-dark);
  &:hover {
    background-color: var(--footer-dropdown-highlight);
  }
}
.dropdown .dropdown-content .dropdown-item:not(:last-child) {
  border-bottom: 1px solid #b2b2b2;
}

.dropdown .dropdown-content.active {
  display: block;
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
}

i.cSFlag {
  width: 35px;
  height: 24px;
  display: block;
  background-size: contain;
  background-position: 0 50%;
  background-repeat: no-repeat;
  margin-right: 8px;
  border: 1px solid var(--footer-flag-border);
}







/*
 * 
 * 
 *  Switch / TRSTD Login
 * 
 * 
 * 
 */

/* light-dark seems to not work correctly inside shadow-dom. Its allways "light". So we explicitly add an additional rule for dark.*/
trstd-login {
  --trstd-login-height: 26px;  
  --trstd-login-background: light-dark(var(--trstd-transparent),var(--trstd-transparent));
  --trstd-login-rail-color: light-dark(var(--trstd-gray-dark), var(--transparent-white-800));
  --trstd-login-knob-background: light-dark(var(--trstd-transparent),var(--trstd-transparent));
  --trstd-login-knob-background-on: var(--trstd-yellow);
  --trstd-login-knob-background-contrast: light-dark(var(--trstd-gray-dark), var(--transparent-white-800));
}
.dark trstd-login {
  --trstd-login-height: 26px;  
  --trstd-login-background: var(--trstd-transparent);
  --trstd-login-rail-color:  var(--transparent-white-800);
  --trstd-login-knob-background: var(--trstd-transparent);
  --trstd-login-knob-background-on: var(--trstd-yellow);
  --trstd-login-knob-background-contrast: var(--transparent-white-800);
}





/* Sections margins and paddins overwrites for min (mobile) and max (large desktop)
 */

@media (width < 1024px) {
  .dnd-section.dnd-section:not:has(#people-trstd-app, #business-trstd-login, #ai-agents-section-hero, #movement-trstd-hero) {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  
}


/*
 * 
 *    PEOPLE Page
 * 
 */

/* Section protect app */

/* overwrite the linear gradient from hubspopt with cutome gradient */

.dnd_area-row-0-background-layers:has(#people-trstd-app) {
  background-image: linear-gradient(
    to bottom,
    rgb(4 99 251 / 1) 0%,
    rgb(2 59 151 / 1) 1356px,
    light-dark(rgba(240 240 240 / 1), rgb(25 25 25 / 0.8)) 1357px
  ) !important;
  @media (width < 1024px) {   /* needed, else we brake the width of the nav because of the ::after to the dnd-section. */
    overflow-x: hidden;       /* but phone animation only is used from width > 1024px, so we are fine */
  }
    
}
#people-trstd-app {
}




/* 
 * Add a pattern layout on top of gradients. Like in Hero section
 * 
 * See also in every section for alternative patterns 
 */

.dnd-section:has(#people-trstd-app),
.dnd-section:has(#business-trstd-login),
.dnd-section:has(#ai-agents-section-hero),
.dnd-section:has(#movement-trstd-hero),
.dnd-section:has(#movement-era-of-fake),
.dnd-section:has(#movement-digital-world),
.dnd-section:has(#movement-evidence) {
  @media (width < 1024px) {   /* needed, else we brake the width of the nav because of the ::after to the dnd-section. */
    overflow-x: hidden;       /* but phone animation only is used from width > 1024px, so we are fine */
  }
  &>div {
    position: inherit; /* needed for z-index of content and before and after */
  }
  &::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(/hubfs/1-ts-trstd-home/backgrounds/main_back.svg);
    background-size: 3500px;
    background-position: -2% 144%; /* Muster auf blau ausrichtung */
    background-repeat: no-repeat;
    opacity: .05;
  }
  &::after {
    content: "";
    background-color: rgb(255 255 255/.14); 
    border-radius: var(--radius-full);
    position: absolute;
    top: -10%; 
    left: 20%;
    width: 700px;
    height: 700px;
    filter: blur(150px);
  }  
  
  #people-trstd-app,            /* Special case: height blue section and grey section togehter */
  #business-trstd-login {       /* Needed for phone animation over two sections */
    height: 1820px; 
    @media (width < 1024px) {
      height: 1740px;
    } 
    position: relative;
    .content_item1 {
      margin-top: 8rem;
      @media (width < 1024px) {
        margin-top: 4rem;
      }
    }
    .content_item2 {
      @media (width > 1024px) {
        position: sticky;
        top: calc(100vh - 1080px); /* Abstand vom oberen Viewport-Rand */
        padding-bottom: 40px;
        width: 100%;
        max-width: 600px;
      }        
    }
    .content_item3 {
      width: 105%;
      padding: 0;
      margin-top: 0rem; /* aurichtung grauer teil text */
      @media (width < 1024px) {
        p {
          margin-left: auto;
          margin-right: auto;  
        }  
      }
    }
  }
}


/* phone dummy */

.phone-dummy {
  .frame {
    width: 35vw; 
    max-width: 485px;
    min-width: 334px;
    height: auto; 
    max-height: 1044px;
    border: 3px solid var(--dark-neutral700);
    background: black;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);
    margin-left: auto;
    margin-top: 1rem;
  }
  .header {
    color: white;
    height: 40px;
    justify-content: end;
    align-items: center;
    gap: .5rem;
    margin-right: 1rem;
  }
  .content {
    width: 100%;
    /*aspect-ratio: 9/20.5;*/
    color: white;
    overflow: clip;
    position: relative;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    video {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center top;
    }
  }
}
#business-trstd-login .phone-dummy .content {
  aspect-ratio: 9/16;
}

/* Section TRSTD Secret   */

.dnd-section:has(#people-trstd-secret) {
  @media (width < 1024px) {   /* needed, else we brake the width of the nav because of the ::after to the dnd-section. */
    overflow-x: hidden;       /* but phone animation only is used from width > 1024px, so we are fine */
  }
  &:before,
  &:after {
    content: "";
    width: 500px;
    height: 500px;
    opacity: .17;
    background-color: var(--trstd-blue);
    filter: blur(120px);
    border-radius: var(--radius-full);
    position: absolute;
  }
  &:before {
    top: -20%;
    left: 10%;
  }
  &:after {
    bottom: -30%;
    right: 10%;
  }
}

.content_item:has(.secret-animation) {
  @media (width < 768px) {
    width: 100%;
  }
  margin: auto;
}
.secret-animation {
  width: calc(768px - 4rem);
  height: 84px;  
  @media (width < 768px) {
    width: 100%;
    height: 76px;    
  }

  position: relative;
  will-change: transform, filter; /* Safari force grafic card rendering */
  perspective: 1000px;
  transform-style: preserve-3d;
  animation: spinOnly 5s infinite ease-in-out;

  .blur-wrapper {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    transform-style: preserve-3d;
    animation: blurOnly 5s infinite ease-in-out;
  }

  .outer {
    position: absolute;
    width: 100%;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-full);
    border-width: 5px; 
    border-style: solid; 
    animation: crossfadeBox 50s infinite;
    opacity: 0;
    &.outer-1 { border-color: var(--item-color); animation-delay: -50s; }
    &.outer-2 { border-color:  var(--item-color); animation-delay: -45s;}
    &.outer-3 { border-color:  var(--item-color); animation-delay: -40s;}
    &.outer-4 { border-color:  var(--item-color); animation-delay: -35s;}
    &.outer-5 { border-color:  var(--item-color); animation-delay: -30s;}
    &.outer-6 { border-color: var(--item-color); animation-delay: -25s;}
    &.outer-7 { border-color:  var(--item-color); animation-delay: -20s;}
    &.outer-8 { border-color:  var(--item-color); animation-delay: -15s;}
    &.outer-9 { border-color:  var(--item-color); animation-delay: -10s;}
    &.outer-10 { border-color:  var(--item-color); animation-delay: -5s;}
  }

  .inner {
    color:  var(--item-color);
    padding-left: 21px; 
    padding-right: 14px;
    width: 100%;
    align-content: center;
    text-align: left;
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 600;    
    @media (width < 768px) {
      font-size: 1.15rem;
      line-height: 1.75rem;
      font-weight: 600;   
    }
    white-space: nowrap;
  }

  .date {
    background-color:  var(--item-color);
    border-radius: var(--radius-full);
    color: var(--trstd-black); 
    margin: 5px 5px 5px 0px;
    padding: 14px 24px;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 600;   
    @media (width < 768px) {
      font-size: 1.125rem;
      line-height: 1.75rem;
      font-weight: 600;   
    }    
    white-space: nowrap;    
  }
}

@keyframes spinOnly {
  0%, 80% { 
    transform: rotateX(0deg); 
  }
  100% { 
    transform: rotateX(360deg); 
  }
}

@keyframes blurOnly {
  0%, 80% { 
    filter: blur(0px);
    -webkit-filter: blur(0px); /* Safari Fallback */
  }
  90% {
    filter: blur(5px);
    -webkit-filter: blur(5px);
  }
  100% { 
    filter: blur(0px);
    -webkit-filter: blur(0px);
  }
}

@keyframes crossfadeBox {
  0%, 8% { 
    /* 8% of 50s = 4.0 seconds. 
       The box is fully visible up to this point. The rotation starts exactly now. */
    opacity: 1; 
  }
  10%, 98% { 
    /* 10% of 50s = 5.0 seconds. 
       The rotation finishes here, and the old box is completely invisible. */
    opacity: 0; 
  }
  100% { 
    /* 98% to 100% (49s to 50s) is the 1-second fade-in phase.
       Since the container keyframes overlap, the next box fades in at the 
       exact same time the current box fades out. */
    opacity: 1; 
  }
}





/* Section save shopping*/

.dnd-section:has(#people-trusted-shops), 
.dnd-section:has(#business-trstd-signals),
.dnd-section:has(#lp-join-the-movement) {
  &>div {
    position: inherit; /* needed for z-index of content and before and after */
  }
  &::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(/hubfs/1-ts-trstd-home/backgrounds/main_back.svg);
    background-size: 250%;
    background-position: -3% 103%;
    background-repeat: no-repeat;
    opacity: .1;
     transform: scaleX(-1);
  } 
  @media (width < 1024px) {
    .content_item:has(.content_image) {
      max-width: 150px;
      img {
        border-radius: 0;
      }
    }
  }
}


/* Section Shop Search */
.content_item:has(.shop-search) {
  width: 100%;
}




/* Section Real People / Reviews */

#people-trstd-reviews {
  .tag-wrapper {
    gap: .5rem;
    flex-wrap: wrap;
  }
  .
}


/* Section profile */
.dnd-section:has(#people-trstd-profiles) {
  background-color: light-dark(var(--trstd-white), var(--trstd-gray-dark));
  border-top: 1px solid light-dark(var(--grey-20), var(--trstd-transparent));
}
#people-trstd-profiles .header p {
  padding-bottom: 1.5rem;
}


.light .dnd-section:has(#people-trstd-login),
.auto[data-resolved-theme="light"] .dnd-section:has(#people-trstd-login) { 
  img[alt="switch-animated-inverse"] {
    display: none;
  }
}
.dark .dnd-section:has(#people-trstd-login),
.auto[data-resolved-theme="dark"] .dnd-section:has(#people-trstd-login) {  
  img[alt="switch-animated"] {
    display: none;
  }
}



/*
 * 
 * 
 *    BUSINESSES PAge
 * 
 * 
 * 
 */


/* 
 * business-trstd-login / hero 
 */

.dnd_area-row-0-background-layers:has(#business-trstd-login)  {
  background-image: linear-gradient(
    to bottom,
    rgb(4 99 251 / 1) 0%,
    rgb(2 59 151 / 1) 1360px,
    light-dark(rgba(255 255 255 / 1), rgb(25 25 25 / 0.8)) 1360px
  ) !important;
}

.dnd-section:has(#business-trstd-login) {
  &::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(/hubfs/1-ts-trstd-home/backgrounds/main_back.svg);
    background-size: 3500px;
    background-position: -2% 159%; /* Muster auf blau ausrichtung */
    background-repeat: no-repeat;
    opacity: .05;
  }  
}
#business-trstd-login {
  height: 1965px !important;
}



/* 
 * business-trstd-profile 
 */

.dnd-section:has(#business-trstd-profile) {
  background: light-dark(var(--trstd-white-extra-light), var(--trstd-gray-light)) !important;
}
#business-trstd-profile {
}



/* 
 * business-trstd-reviews 
 */

.dnd-section:has(#business-trstd-reviews) {
   background: light-dark(var(--trstd-white), var(--trstd-gray-dark)) !important;
}
#business-trstd-reviews {
  --gap: 3rem;
  
  .reviews-wrapper {
    gap: var(--gap);  
    @media (width < 1024px) {
      gap: 0;
    }
  }
    
  .reviews-star {
    --border-color: light-dark(var(--grey-30), var(--grey-90));
    border-right: 1px solid var(--border-color);
    padding: var(--gap);
    align-self: center;
  }
  .reviews {
    --border-color: light-dark(var(--grey-30), var(--grey-90));
    gap: var(--gap);
    text-align: left;
    min-width: 0;
    width: unset !important;
    flex: 1 1 40%;
    @media (width < 1024px) {
      --gap: 2rem;
      padding: 2rem;
      .big {
        font-size: 2.5rem !important;
      }
      &.reviews-star {
        border-right: 0;
        display: grid;
        place-items: center;
      }
      &.reviews-verified {
        border-left: 1px solid var(--border-color);
      }
      &.reviews-trusted {
         border-top: 1px solid var(--border-color);
      }      
      &.reviews-based {
         border-top: 1px solid var(--border-color);
         border-left: 1px solid var(--border-color);
      }
    }
    .big {
      color: var(--text-primary);
      font-size: 3.5rem;
      font-weight: 500;
    }
  }
  .reviews-verified {
    
  }
  .reviews-trusted {
    
  }
  .reviews-based {
    
  }
}



/* 
 * business-trust-growth 
 */

.dnd-section:has(#business-trust-growth) {
   background: light-dark(var(--trstd-white-extra-light), var(--trstd-gray-light)) !important; 
}
#business-trust-growth { 
}



/* 
 * business-trust-signals 
 */
.dnd-section:has(#business-trstd-signals) {

}
#business-trstd-signals {}



/* 
 * business-smart-insights 
 */

.dnd-section:has(#business-smart-insights) {
   background: light-dark(var(--trstd-white-extra-light), var(--trstd-gray-light)) !important; 
}
#business-smart-insights { 
}


/* 
 * business-visibility-ai  White  / Black 
 */

.dnd-section:has(#business-visibility-ai) {
    background: light-dark(var(--trstd-white), var(--trstd-gray-black)) !important; 
}
#business-visibility-ai {
  h2 {
    padding-bottom: 0;
    margin-bottom: 1.5rem !important;
  }
  h6 {
    font-size: var(--text-md-regular);
    font-weight: var(--text-md-regular-wght);
    line-height: var(--text-md-regular-lnht);
    color: var(--text-secondary);
    margin-bottom: 2.5rem !important;
  }
  .content-item-card {
    background-color: var(--bg-fourth);
    border-radius: var(--radius-2xl);
    border: 1px solid var(--border-primary);
    box-shadow: none;
    position: relative;
    
    a {  /* nneded because of the shade effeckt :before and :after */
      position: relative;
      z-index: 1;
    }
    .text-wrapper {
      min-height: 9rem;
    }
    .icon {
      padding-right: var(--size-28);
      padding-bottom: var(--size-24);
    }
    .icon-trstd {
      font-weight: 700;
      font-size: 24px;
      color: var(--text-primary);
      letter-spacing: -0.6px;
    }
    .icon-aws {
      filter: brightness(0);
    }
  }
}
.dark #business-visibility-ai .icon-aws {
  filter: brightness(100) !important;
}

.auto[data-resolved-theme="dark"] #ai-agents-section-risks .icon-aws {
  filter: brightness(100) !important;
}

/*
 *  ai-trust audit 
 */

.dnd-section:has(#business-ai-trust-audit) {
  @media (width < 1024px) {   /* needed, else we brake the width of the nav because of the ::after to the dnd-section. */
    overflow-x: hidden;       /* but phone animation only is used from width > 1024px, so we are fine */
  }
    &>div {
    position: inherit; /* needed for z-index of content and before and after */
  }
  &::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(/hubfs/1-ts-trstd-home/backgrounds/blue_back.svg);
    background-size: 3500px;
    background-position: -2% 99%; /* Muster auf blau ausrichtung */
    background-repeat: no-repeat;
    opacity: .07;
  }
  &::after {
    content: "";
    background-color: var(--trstd-blue); 
    border-radius: var(--radius-full);
    position: absolute;
    top: -20%; 
    left: 7%;
    width: 500px;
    height: 500px;
    filter: blur(150px);
    opacity: .1;    
  }  
}
#business-ai-trust-audit {
  &.content-module {
    border: 1px solid rgb(255 255 255 / 0.12);
    background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    border-radius: var(--radius-2xl) !important;
    backdrop-filter: blur(15px);
    padding: 3.5rem 3rem 3rem;
  }
  .content_item:has(.ai-scanner-container) {
    width: 100%;
  }
  form {
    display: flex;
  }
  input {
    background-color: rgb(255 255 255 / 0.06);
    border: 1px solid rgb(255 255 255 / 0.2);
    color: rgb(255 255 255 / 1);
    border-radius: var(--radius-md);
    padding: .75rem 1rem;
    width: 100%;
    &:active,
    &:focus-visible {
      outline: 1px solid var(--trstd-blue);
      border: 1px solid var(--trstd-blue);      
    }
  }
  .tag-wrapper {
    gap: .5rem;
  }
  
}



/* 
 * business-pricing 
 */

.dnd-section:has(#business-pricing) {
   background: light-dark(var(--trstd-white), var(--trstd-gray-black)) !important; 
}
#business-pricing {
  .content-item-card {
    border-radius: var(--radius-2xl);
    box-shadow: none;
    position: relative;
    overflow: hidden;
    a {  /* nneded because of the shade effeckt :before and :after */
      position: relative;
      z-index: 1;
    }
    p {
      min-height: 9.5rem;
    }
  }
  .content_item1 {
    background-color: rgb(3 17 58);
    &:before {
      content: "";
      background-image: radial-gradient(90% 60% at 50% -5%, rgba(4, 93, 236, 0.2), rgba(0, 0, 0, 0) 70%);
      position: absolute;
      inset: 0;
    }
    &:after {
      content: "";
      background-image: radial-gradient(80% 50% at 85% 105%, rgba(29, 114, 252, 0.08), rgba(0, 0, 0, 0) 60%);
      position: absolute;
      inset: 0;
    }

  }
  .content_item2 {
    background-color: var(--trstd-bright-tangerine);
    &:before {
      content: "";
      background-image: radial-gradient(90% 60% at 50% -5%, rgba(252, 228, 131, 0.6), rgba(0, 0, 0, 0) 70%);
      position: absolute;
      inset: 0;
    }
    &:after {
      content: "";
      background-image: radial-gradient(80% 50% at 85% 105%, rgba(194, 126, 10, 0.2), rgba(0, 0, 0, 0) 60%);
      position: absolute;
      inset: 0;
    }
  }
    .content_item3 {
      background-color: var(--bg-tertiary);
      border: 2px solid var(--trstd-blue-300);
  }
}




/*
 * 
 * 
 * 
 *  AI Agents Page
 * 
 * 
 * 
 */

.dnd-section:has(#ai-agents-section-hero) {
  &::before {
    background-image: url(/hubfs/1-ts-trstd-home/backgrounds/main_alt_back.svg);
    background-size: 3280px;
    background-position: 100% 100%; /* Muster auf blau ausrichtung */
    opacity: .5;    
  }
}
#ai-agents-section-hero {
  height: 860px;
  position: relative;
  z-index: 1;
}

#ai-agents-section-risks {
  .content-item-card {
    background-color: var(--bg-fourth);
    border-radius: var(--radius-2xl);
    border: 1px solid var(--grey-20);
    box-shadow: none;
    position: relative;
    a {  /* nneded because of the shade effeckt :before and :after */
      position: relative;
      z-index: 1;
    }
    .text-wrapper {
      min-height: 20rem;
    }
    .icon {
      padding-right: var(--size-28);
      padding-bottom: var(--size-24);
    }
    .icon-trstd {
      position: absolute;
      bottom: 40px;
      padding-bottom: 0;
      font-weight: 700;
      font-size: 24px;
      color: var(--text-primary);
      letter-spacing: -0.6px;
    }
    .icon-aws {
      position: absolute;
      bottom: 40px;
      padding-bottom: 0;
      fill: black;
    }
  }
}
.dark #ai-agents-section-risks .icon-aws,
.auto[data-resolved-theme="dark"] #ai-agents-section-risks .icon-aws {
  fill: white;
}




/*
 * 
 * 
 * 
 *  Community of Trust / Movement
 * 
 * 
 * 
 */

.dnd-section:has(#movement-trstd-hero) {
  &::before {
    background-image: url(/hubfs/1-ts-trstd-home/backgrounds/main_back.svg);
    background-size: 3300px;
    background-position: -2% 102%; /* Muster auf blau ausrichtung */
    opacity: .05;    
  }
}

#movement-trstd-hero {
  .content-item-card {
    background-color: rgb(255 255 255 / 0.05);
    border-radius: var(--radius-2xl);
    border: 1px solid rgb(255 255 255 / 0.3);
    box-shadow: none;
    position: relative;
    color: var(--text-hero);
    min-width: 20rem;
    a {  /* nneded because of the shade effeckt :before and :after */
      position: relative;
      z-index: 1;
    }
    h4 {
      color: var(--text-hero);
      font-size: var(--text-md-semibold);
      margin-bottom: 1rem;
    }
    p {
      color: rgb(255 255 255 / 0.7);
      padding: 0;
    }
  }
  .content_item1 {
    margin-top: 8rem;
    @media (width < 1024px) {
      margin-top: 4rem;
    }
  }
  .footer {
    color: var(--text-hero);
    margin: 2rem auto;
  }
}


/* Second Section no real id/name yet */
.dnd-section:has(#movement-era-of-fake) {
  @media (width < 1024px) {   /* needed, else we brake the width of the nav because of the ::after to the dnd-section. */
    overflow-x: hidden;       /* but phone animation only is used from width > 1024px, so we are fine */
  }
  display: grid;
  &>div {
    grid-area: 1 / 1;
  }
  &::before {
    background-image: url(/hubfs/1-ts-trstd-home/backgrounds/dark-blue-right-bottom.svg);
    background-size: 3300px;
    background-position: 102% 102%; /* Muster auf blau ausrichtung */
    opacity: 1;
    grid-area: 1 / 1; /* ← legt sich in die gleiche Grid-Zelle wie der Content */
    position: sticky;
    top: 0;
    align-self: start;
    height: 100vh;
    width: 100%;
    z-index: 1;
    pointer-events: none;
    /* try solve performance problem */
    will-change: transform;
    transform: translateZ(0);
    @media (width < 1024px) {
       position: absolute; /* Try to fix performance issues on ios */
    }
  }
  &::after {
    content: "";
    width: 500px;
    height: 500px;
    opacity: .1;
    background-color: var(--trstd-blue);
    filter: blur(120px);
    border-radius: var(--radius-full);
    position: absolute;
    top: 5%;
    left: 11%;
  }
}

#movement-era-of-fake {
  h2 {
    color: var(--trstd-white) !important;
  }
  h4 {
    color: var(--trstd-white) !important;    
  }
  h6 {
    color: var(--trstd-white) !important;    
  }  
  p {
    color: var(--trstd-white);  
    min-height: unset !important;
  }
  .content-item-card {

  }
  .content_item3 {
    
  }

}






/* Page: community of trust / movement 
 * Section: reviews
 * Headline: Reviews alone are not trust.
 */
#movement-reviews {
  h2 {
    color: var(--text-white);
  }
  @media (width < 1024px) {
    .tags {
      max-width: 300px;
      width: 100%;
    }  
  }
  
}


#movement-signals {
  
}



/* Page: community of trust / movement 
 * Section: digital worls
 * Headline: #trstd is the trust platform for the digital world.
 */

.dnd-section:has(#movement-digital-world) {
  @media (width < 1024px) { 
    overflow-y: hidden;
  }
  &::before {
    background-image: url(/hubfs/1-ts-trstd-home/backgrounds/blue-white-left-bottom.svg);
    background-size: 3300px;
    background-position: -2% 100%; /* Muster auf blau ausrichtung */
    opacity: .05;    
  }

}
#movement-digital-world {
  
}




/* Page: community of trust / movement 
 * Section: platform
 * Headline: A world without doubt
 */

.trstd_movement .dnd-section {
  @media (width < 1024px) {   /* needed, else we brake the width of the nav because of the ::after to the dnd-section. */
    overflow-x: hidden;       /* but phone animation only is used from width > 1024px, so we are fine */
  }
}

.dnd-section:has(#movement-platform) {
  overflow: hidden; /* to check, else we have scrolling here */
  &:before,
  &:after {
    content: "";
    width: 500px;
    height: 500px;
    opacity: .17;
    background-color: var(--trstd-blue);
    filter: blur(120px);
    border-radius: var(--radius-full);
    position: absolute;
  }
  &:before {
    top: -20%;
    left: 10%;
  }
  &:after {
    bottom: -30%;
    right: 10%;
  }
}
#movement-platform {
  h2 {
    color: var(--trstd-white) !important;
  }
  h4 {
    color: var(--trstd-white) !important;
    font-size: var(--heading-md-semibold);
    line-height: 2;
  }
  p {
    color: var(--text-tertiary);
  }
  .content_item {

  }
}





/* Page: community of trust / movement 
 * Section: scale
 * Headline: Already running at scale
 */

.dnd-section:has(#movement-scale) {
  @media (width < 1024px) {   /* needed, else we brake the width of the nav because of the ::after to the dnd-section. */
    overflow-x: hidden;       /* but phone animation only is used from width > 1024px, so we are fine */
  }
}
#movement-scale {
  h2 {
    color: var(--text-white) !important;
    margin-bottom: 0;
  }
  .tile-wrapper {
    flex-wrap: wrap;
    width: 42rem;
    height: 32rem;
    @media (width < 1024px) {
      width: 100%;
      height: 20rem;
    }
    gap: 1rem;
    justify-content: start;
    align-content: center;
  }
  .tile {
    border: 1px solid var(--transparent-white-100);
    background: var(--transparent-white-50);
    border-radius: var(--radius-2xl) !important;
    width: 20rem;
    height: 10rem;
    padding: 2rem;    
    @media (width < 1024px) {
      border-radius: var(--radius-xl) !important;      
      width: 12rem;
      height: 8rem;
      padding: 1rem;      
    }
    text-align: left;

    position: relative;
    
    /* transition copied from design */
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, -0.00125, 0, 0, 0, 1);
    transition-duration: 0.5s; 
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

    &:hover {
      box-shadow: var(--shadow-1);
    }
    .big {
      color: var(--text-white);
      font-size: 48px;
      font-weight: 700;
      display: block;
      letter-spacing: -1.2px;
      line-height: 1.3;
      &:has(img) {
        gap: 0.5rem;
      }
      @media (width < 1024px) {
         font-size: 30px;
      }
    }
    .small {
      color: var(--transparent-white-500) !important;
      font-size: var(--text-md-regular);
      padding: 0;
      display: block;
      @media (width < 1024px) {
         font-size: var(--text-sm-regular);
      }
    }
  }  
  .tile1,
  .tile4{
    height: 20rem;
    @media (width < 1024px) {
      height: 10rem;
    }    
  }
  .icon {
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
#movement-scale {
  h2 {
    color: var(--trstd-white) !important;
  }
  h4 {
    color: var(--trstd-white) !important;
  }
  p {

  }
  .content_item {
   @media (width < 1024px) {
      width: 100%;
    }
  }
}




/* Page: community of trust / movement 
 * Section: movement-evidence
 * Headline: AI cannot rely on opinions. It needs evidence.
 */

.dnd-section:has(#movement-evidence) {
  &::before {
    background-image: url(/hubfs/1-ts-trstd-home/backgrounds/blue-white-right-bottom.svg);
    background-size: 3300px;
    background-position: 102% 102%; /* Muster auf blau ausrichtung */
    opacity: 1;    
  }
  &::after {
    display: none;
  }
}
#movement-evidence {
  &.content-module.grid-1-3 {
    grid-template-columns: 1fr 2rem 1fr;
  }
  .card-transparent {
    min-height: 11rem;
    display: grid;
    place-items: center;    
  }
  @media (width < 1024px) {
    .icon-next-step {
      transform: rotate(90deg);
    }
  }

}


.dnd-section:has(#movement-infrastructure1) {
}
#movement-infrastructure1 {
  & h4 {
    color: var(--text-primary) !important;
    font-size: var(--heading-md-semibold);
    line-height: 2;
  }
}




.dnd-section:has(#movement-infrastructure2) {
  background: light-dark(var(--trstd-white-light), var(--trstd-gray-black)) !important; 
}
#movement-infrastructure2 {

}




.dnd-section:has(#movement-combines) {
}
#movement-combines {
  ol {
    @media (width < 1024px) {
      margin-left: 0;  
    }

  }
  li hr {
    color: var(--transparent-white-200);
    border-color: var(--transparent-white-200);
    margin: 0 -3rem 0 -3rem;
  }
  li::marker{
    color: var(--text-primary);
    padding-right: 1rem;
  }
  li p strong {
    color: var(--text-primary);
  }
  li p:first-of-type {
    padding-bottom: .5rem;
  }
}




/*
 * 
 * 
 * 
 *  Fake Problem
 * 
 * 
 * 
 */

.dnd-section:has(#fake-problem-fake-shop-finder) {
   background: light-dark(var(--trstd-white-extra-light), var(--trstd-gray)) !important; 
}
#fake-problem-fake-shop-finder {
  
}



.dnd-section:has(#fake-problem-how-fakes-work) {
   background: light-dark(var(--trstd-white), var(--trstd-gray-dark)) !important; 
}
#fake-problem-how-fakes-work {
  .accordion strong {
    font-size: var(--text-sm-regular) !important;
  }  
}
  
  
#businesses-custom-integration {
  .icon-circle {
    background-color: var(--trstd-blue);
    border-radius: var(--radius-full);
    color: var(--text-white);
    display: grid;
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
  }
  .card {
    img {
      filter: brightness(0);
      height: 6rem !important;
      width: auto !important;    
    }  
  }
}

.dark #businesses-custom-integration .card img {
  filter: brightness(100);
}

#businesses-integration-online-shops {
  .content_item  {
    .card {
      padding: var(--size-12);
      display: grid;
      place-content: center;
      img {
        height: 100%;
        width: 100%;
        border-radius: 0;
      } 
    }  
  }
  .content_item2 {
    img {
      filter: brightness(0);
      height: 6rem !important;
      width: auto !important;    
    }
  }
  
  .content_item5 {
    grid-row: span 2;
    img {
        height: 18.2rem !important;
      } 
  }
}  

.dark #businesses-integration-online-shops .content_item2 img {
  filter: brightness(100);
}



/*
 * 
 *  Code block formating
 * 
 * 
 */

.code-block {
  width: 100%;
  border-radius: var(--radius-2xl);
  border: 1px solid light-dark(rgba(0,0,0,0.1), rgba(255,255,255,0.1));
  background: light-dark(rgba(0,0,0,0.03), rgba(255,255,255,0.04));
  overflow: hidden;
  margin-top: 20px;
}

/* Header */
.code-block__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  border-bottom: 1px solid light-dark(rgba(0,0,0,0.1), rgba(255,255,255,0.1));
  background: light-dark(rgba(0,0,0,0.04), rgba(255,255,255,0.06));
}

.code-block__lang {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: light-dark(rgba(0,0,0,0.4), rgba(255,255,255,0.4));
}

/* Copy Button */
.code-block__copy {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 36px;
  padding: 0 16px;
  border: none;
  border-radius: 999px;
  background: light-dark(rgba(0,0,0,0.06), rgba(255,255,255,0.08));
  color: light-dark(rgba(0,0,0,0.7), rgba(255,255,255,0.7));
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s ease;
 
}

.code-block__copy:hover {
  background: light-dark(rgba(0,0,0,0.1), rgba(255,255,255,0.14));
}

.code-block__copy .material-symbols-rounded {
  font-size: 18px;
  width: 18px;
  height: 18px;
}

/* Code Area */
.code-block__pre {
  margin: 0;
  padding:0px 20px 16px;
  overflow-x: auto;
  font-size: 0.875rem;
  line-height: 1.7;
}

.code-block__code {
  font-family: 'Fira Code', 'Courier New', monospace;
}

/* Syntax-Farben */
.code-token-tag    { color: light-dark(#0550ae, #79c0ff); } /* < > Tags */
.code-token-attr   { color: light-dark(#0a7a94, #56d2fb); } /* Attribute */
.code-token-value  { color: light-dark(#1a7f37, #7ee787); } /* Werte in "" */
.code-token-comment{ color: light-dark(rgba(0,0,0,0.4), rgba(255,255,255,0.35)); } /* Kommentare */






/* Page: Ladingpage movement count down
 * Headline: Join the movement
 * trstd_en_omr_register
 */

.dnd-section:has(#lp-join-the-movement) {
  &::before {
    background-image: url(/hubfs/1-ts-trstd-home/backgrounds/count-down-background.svg);
    background-size: 100%;
    background-position: 0% 50%; /* Muster auf blau ausrichtung */
    opacity: 1;    
    transform: rotate(0deg);
  }
  &::after {
    display: none;
  }

  .content_text_rich img {
    @media (width < 1024px) {
      padding-top: 2rem;
      width: 100px !important;
      height: auto !important;
    }
    
  }
}
.trstd_en_omr_register #theme-toggle {
  display: none;
}

/* overwrite dark mode, not wanted here */
/*html.dark:has(#lp-join-the-movement),*/
.dark body.trstd_en_omr_register {
  color-scheme: light;
}

#form-register {
  .content_item {
    max-width: 600px;
    width: 100%;
  }
  .hs_cos_wrapper_type_form {
    width: 100%;
  }
}
.trstd_en_omr_register {
  .content_form_wrapper.form {
    background: none;
    border: 1px solid var(--grey-20);
    box-shadow: 0 14px 15px -5px var(--grey-20);
    /*box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
                rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
                rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, 
                rgba(0, 0, 0, 0.1) 0px 8px 10px -6px;*/
  }
  .form form {
    --border-grey: var(--grey-40);
    --main-green: var(--signal-green-strong);
    --border-green: var(--signal-green-strong);
    background: none;
  }
  .hs-button.large {
    padding: var(--size-8) var(--size-24);
  }  
  .submitted-message {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    img {
      margin: auto;
    }
    h2 {
      padding-top: 1rem;
    }
  
  }
}

/* needed for https://www.trstd.com/lp/join-the-movement-omr-2026 */
/* also https://www.trstd.com/join-the-movement-omr-2026-02 */
/* and https://www.trstd.com/lp/join-the-movement-omr-2026?hs_preview=hVhZqURL-211365377039 */
/* Maybe needs to scopped in future */

/* dark and light mode */
body .form form {
  background-color: light-dark(var(--grey-10), var(--grey-100));
  border: 1px solid light-dark(var(--main-grey), var(--trstd-gray-dark));
  color: light-dark(var(--grey-100), var(--grey-20));
  margin: 0 auto;
}
body .form div.input > input, 
body .form div.input > select, 
body .form div.input > textarea {
  border: 1px solid light-dark(var(--grey-40), var(--grey-70));
}

body .form .hs-form-booleancheckbox, 
body .form .hs-form-checkbox, 
body .form .hs_livecheck_opt_in .hs-form-booleancheckbox > label > input:not([name="double_opt_in"]):not([name="checkbox_for_opt_in_to_data_processing"]) + span, 
body .form div.input ul.inputs-list li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display span {
  color: light-dark(var(--grey-80), var(--grey-10));
}

body .form form ul.inputs-list:not(.multi-container) input[type="checkbox"]::before {
  border: 1px solid light-dark(var(--grey-40), var(--grey-70)) !important;
  background-color: light-dark(var(--trstd-white), var(--grey-90)) !important;
}
body .form form .hs-input.invalid.error {
  color: light-dark(var(--grey-100), var(--grey-100));
}


body .form form fieldset.form-columns-2 {
  flex-wrap: wrap;
}

.cbType-checkbox form div:not(.hs_double_opt_in) ul.inputs-list li label input[type="checkbox"], 
.cbType-checkbox form > div:not(.hs_double_opt_in) ul.inputs-list input[type="checkbox"], 
body .form form ul.inputs-list:not(.multi-container) input[type="checkbox"], 
body .form.cbType-checkbox form div.hs-fieldtype-checkbox input[type="checkbox"] {
  margin-right: .5rem;
}

.cbType-checkbox form div:not(.hs_double_opt_in) ul.inputs-list li label input[type=checkbox]:checked:before, 
.cbType-checkbox form>div:not(.hs_double_opt_in) ul.inputs-list input[type=checkbox]:checked:before,
body .form form ul.inputs-list:not(.multi-container) input[type=checkbox]:checked:before, 
body .form.cbType-checkbox form div.hs-fieldtype-checkbox input[type=checkbox]:checked:before {
  background-color: var(--trstd-blue-background) !important;
  border: 2px solid var(--trstd-blue-background) !important;
}
.cbType-checkbox form div:not(.hs_double_opt_in) ul.inputs-list li label input[type="checkbox"]:checked::after, 
.cbType-checkbox form > div:not(.hs_double_opt_in) ul.inputs-list input[type="checkbox"]:checked::after, 
body .form form ul.inputs-list:not(.multi-container) input[type="checkbox"]:checked::after, 
body .form.cbType-checkbox form div.hs-fieldtype-checkbox input[type="checkbox"]:checked::after {
  width: 6px;
  height: 11px;
  left: 7px;
  top: 3px;
}

body .form form div.hs-form-field:not(.hs-fieldtype-booleancheckbox) label:not(.hs-form-checkbox-display):not(.hs-form-radio-display), 
body .form form fieldset > div > label {
  font-size: var(--text-xs-regular);
  font-weight: var(--text-xs-semibold-weight);
  line-height: var(--text-xs-regular-lnht);
  color: var(--text-primary);
}

body .form div.hs-input > select, 
body .form div.input > select {
  font-size: var(--text-xs-regular);
  font-weight: var(--text-xs-regular-weight);
  line-height: var(--text-xs-regular-lnht);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>');
  background-position-y: 50%;
  color: var(--text-primary) !important;
  background-color: light-dark(var(--trstd-white), var(--grey-90)) !important;
}
.auto[data-resolved-theme='dark'] body .form div.hs-input > select, 
.auto[data-resolved-theme='dark'] body .form div.input > select, 
.dark body .form div.hs-input > select, 
.dark body .form div.input > select {
   color: var(--text-white) !important;
   background-color: var(--grey-90) !important;
}


body .form .elementError .hs-input.error,
body .form .hs-input.error {}


body .form label.hs-error-msg,
body .form .hs-fieldtype-text label.hs-error-msg {
  top: -10px !important;
  left: 0;
  color: var(--signal-red-strong) !important;
  font-size: var(--text-xs-regular);
  font-weight: var(--text-xs-semibold-weight);
  line-height: var(--text-xs-regular-lnht);
}

.hs_checkbox_terms__conditions:has(.hs-error-msg) {
  --border-grey: var(--signal-red-strong);
  --main-green: var(--signal-red-strong);
  --border-green: var(--signal-red-strong);
  input[type="checkbox"]::before {
    background-color: #ffcece !important;
  }   
}
body .form select {
  color-scheme: light dark;

}