/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.hs-elevate-header{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 9;
}

#main-content{
    margin-top: 100px;
}

@media only screen and (max-width: 767px) {
  
  #main-content {
    margin-top: 140px;
  }
  
  .hs-elevate-header .widget-type-logo {
    margin-bottom: 20px;
  }
}



/******* cookieBanner.css ********/

#CybotCookiebotDialogHeader{
  display:none !important;
}

#CybotCookiebotDialogBodyLevelWrapper{
  display:none;
}



#CybotCookiebotDialogNav ul#CybotCookiebotDialogNavList li.CybotCookiebotDialogNavItem a{
    padding: 0.8em;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonsWrapper > button.CybotCookiebotDialogBodyButton{
  padding: 0.5em;
}

body #CybotCookiebotDialog *, 
body #CybotCookiebotDialogBodyUnderlay *{
  font-size: 14px;
}

@media screen and (min-width: 1280px){
  body #CybotCookiebotDialog[data-template=popup]{
    top: auto;
    bottom: 20%;
    transform: translate(-50%, 0);
    max-height: 65vh;
  }
}

@media screen and (max-width: 1279px){
  body #CybotCookiebotDialog[data-template=popup]{
    top: auto;
    bottom: 10%;
    transform: translate(-50%, 0);
    max-height: 80vh;
  }
}

@media screen and (max-width: 767px){
  body #CybotCookiebotDialog[data-template=popup]{
    bottom: 10px;
  }
  
  body #CybotCookiebotDialogBody .CybotCookiebotScrollContainer{
    max-height: 15em;
  }
}





/*language switcher*/
 
    /* Basis-Styling für den Switcher */
    .language-switcher {
      position: relative;
      font-family: Arial, sans-serif;
      user-select: none;
      display:none; /*hiding it for now*/
    }
    
    /* Button-Styling */
    .language-button {
      display: flex;
      align-items: center;
      cursor: pointer;
      background: transparent;
      border: none;
      font-size: 14px;
      padding: 5px;
    }
    
    .language-button::before{
      content:"";
      background: url(//139840977.fs1.hubspotusercontent-eu1.net/hubfs/139840977/raw_assets/public/Pixelmechanics%20main%20child%20-%20Stage/images/Globe.svg) no-repeat;
      filter: brightness(0.1);
      width: 24px;
      height: 24px;
      margin-right: 5px;
    }
    
    /* Sprach-Code */
    .language-code {
      margin-right: 8px;
    }
    
    /* Chevron-Pfeil */
    .chevron {
      width: 8px;
      height: 8px;
      border-right: 2px solid #000;
      border-bottom: 2px solid #000;
      transform: rotate(45deg);
      transition: transform 0.2s ease;
      margin-top: -3px;
    }
    
    /* Dreht den Chevron, wenn geöffnet */
    .language-switcher.opened .chevron {
      transform: rotate(-135deg);
      margin-top: 3px;
    }
    
    /* Dropdown-Box */
    .language-dropdown {
      position: absolute;
      top: 100%;
      left: 0;
      min-width: 120px;
      background: white;
      border: 1px solid #eee;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1);
      display: none;
      z-index: 1000;
    }
    
    /* Zeigt Dropdown, wenn geöffnet */
    .language-switcher.opened .language-dropdown {
      display: block;
    }
    
    /* Einträge im Dropdown */
    .language-option {
      padding: 8px 12px;
      cursor: pointer;
    }
    
    /* Hover-Effekt */
    .language-option:hover {
      background: #f5f5f5;
    }
    
    /* Aktive/ausgewählte Sprache */
    .language-option.active {
      background: #f0f0f0;
    }


  /*====================Main content on Landing Page (this is a page specific solutipn and not global)===================*/


@media (max-width: 768px) {
 #main-content .dnd_area-row-1-padding {
   padding-top: 10px !important;
   padding-bottom: 30px !important; 
  }
  
   #main-content  .hs-elevate-heading-container__heading {
    margin-bottom: 10px;
  }
  
  #main-content  .dnd-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  #main-content .dnd_area-row-2-padding {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  
  #main-content .dew_logos_marquee {
    padding: 0;
  }
  
    #main-content  [class*="cell_17370060295085-row-"],
    #main-content  [class*="cell_17434971912333-row-"],
    .cell_174349719123410-padding {
      padding-top: 20px !important;
      padding-bottom: 40px !important; 
  }
  
   #main-content  [class*="cell_17370060295085-row-"] .hs-elevate-image-and-text__body p:last-of-type,
   #main-content  [class*="cell_17434971912333-row-"] .hs-elevate-image-and-text__body p:last-of-type {
      margin-bottom: 0;
  }
  
  [class*=cell_17434971912333-row-] .cell_174349719123410-padding {
    padding-bottom: 0 !important;
  }
  
  .dnd_area-row-6-padding,
  .dnd_area-row-9-padding,
  .dnd_area-row-10-padding {
    padding-top: !important;
    padding-bottom: 20px !important;
  }
  
  .row-number-40 .dnd-column:first-of-type {
    margin-bottom: 20px;
  }
  
  [style*="font-size: 34px;"] {
    font-size: 22px !important;
  }
  
  .hsfc-Step__Content [style*="font-size: 60px"] {
    font-size: 37px !important;
  }
  
  h1.hs-elevate-h1 {
    font-size: 28px;
    font-weight: 700;
  }
  
}
  
@media (max-width: 360px) {
  #main-content {
    margin-top: 160px;
  }
  
}

  
@media (max-width: 1024px) {
  body.hs-landing-page .hddTiL {
    flex-direction: column
  }

  body.hs-landing-page .iRBRjE {
    text-align: center;
    width: 100%;
  }
  
  body.hs-landing-page .hddTiL .hs-elevate-image-and-text__body {
    padding-left: 20px !important;
  }
  
  body.hs-landing-page  .hmicMP {
    order: 0;
  }
  
  body.hs-landing-page .hs-elevate-header .header-row-0-vertical-alignment.row-fluid-wrapper .row-fluid {
    flex-direction: row !important;
    flex-wrap: nowrap;
  }
  
  body.hs-landing-page .hs-elevate-header .header-row-0-vertical-alignment.row-fluid-wrapper .row-fluid .span8 {
    display: none;
}
  
  body.hs-landing-page .hs-elevate-header .header-row-0-vertical-alignment.row-fluid-wrapper .row-fluid .span2:first-of-type {
    width: auto !important;
  }
  
  body.hs-landing-page .hs-elevate-header .header-module-1-padding > #hs_cos_wrapper_header-module-1 {
    padding-left: 0 !important;
  }
  
  body.hs-landing-page .hs-elevate-header .header-module-1-flexbox-positioning {
    align-items: flex-start !important;
  }
  
  body.hs-landing-page .hs-elevate-header .hs-elevate-button-container {
    align-items: flex-end;
    justify-content: flex-end;
}
  
      body.hs-landing-page .hs-elevate-header .widget-type-logo {
      margin-bottom: 0px;
  }
  on: row !important;
    flex-wrap: nowrap;
  }
  
  body.hs-landing-page .hs-elevate-header .header-row-0-vertical-alignment.row-fluid-wrapper .row-fluid .span8 {
    display: none;
}
  
  body.hs-landing-page .hs-elevate-header .header-row-0-vertical-alignment.row-fluid-wrapper .row-fluid .span2:first-of-type {
    width: auto !important;
  }
  
  body.hs-landing-page .hs-elevate-header .header-module-1-padding > #hs_cos_wrapper_header-module-1 {
    padding-left: 0 !important;
  }
  
  body.hs-landing-page .hs-elevate-header .header-module-1-flexbox-positioning {
    align-items: flex-start !important;
  }
  
  body.hs-landing-page .hs-elevate-header .hs-elevate-button-container {
    align-items: flex-end;
    justify-content: flex-end;
}
  
      body.hs-landing-page .hs-elevate-heade
  body.hs-landing-page  .row-fluid-wrapper .row-fluid {
    flex-direction: column !important;
  }
  
  body.hs-landing-page  .row-fluid-wrapper .row-fluid .widget-span.widget-type-cell {
    width: 100% !important;
  }
  
  body.hs-landing-page div[class*="-hidden"] {
    display: none !important;
  }
  
  body.hs-landing-page .kdLfJF {
    justify-content: center;
  }
  
  body.hs-landing-page div[style*="background-color: #ffd1d1"] {
    margin-bottom: 30px;
  }
  
  .body-wrapper.hs-landing-page .widget_1745215355835-hidden {
    display: none !important;
  }
  
/*   .body-wrapper.hs-landing-page .row-fluid-wrapper .row-fluid {
    flex-direction: column;
  } */
  .body-wrapper.hs-landing-page .row-fluid-wrapper .row-fluid div.span6 {
    width: 100%;
  }
  
  .body-wrapper.hs-landing-page #hs_cos_wrapper_widget_1748317974098 {
    text-align: left !important;
  }
  
  .body-wrapper.hs-landing-page #main-content {
    margin-top: 120px;
  }
  
  .body-wrapper.hs-landing-page #main-content .dnd_area-row-0-padding {
    padding-top: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .body-wrapper.hs-landing-page [data-hsfc-id=Renderer] .hsfc-Step .hsfc-Step__Content {
    padding-top: 0;
  }
}



.body-wrapper.hs-landing-page .hsfc-Renderer form label {
    font-weight: normal;
}

.body-wrapper.hs-landing-page [data-hsfc-id=Renderer] .hsfc-CheckboxInput {
  border-color: #828282;
}

.body-wrapper.hs-landing-page [data-hsfc-id=Renderer] .hsfc-CheckboxInput:hover {
  box-shadow: 
}

.body-wrapper.hs-landing-page [data-hsfc-id=Renderer] .hsfc-Step .hsfc-Step__Content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.body-wrapper.hs-landing-page [data-hsfc-id=Renderer] .hsfc-RichText,
.body-wrapper.hs-landing-page [data-hsfc-id=Renderer] .hsfc-FieldDescription {
  color: #000;
}

.body-wrapper.hs-landing-page [data-hsfc-id=Renderer] .hsfc-RichText p {
  margin-bottom: 0;
}