/*
  Try to hide the tracking pixel Iframe gaps
  Most of these frames are direct children of the body element
*/
body > iframe{
  display:block;
  height:0px;
  width:0px;
}


/*
  Hero-Video Hintergrund etwas dunkler machen
*/
.lpsHeroVideo--link{
  /*background-color: rgba(0, 0, 0, 0.3);*/
}


/*
  Login form
*/

#CustomMemberLoginForm_LoginForm fieldset,
#CustomMemberLoginForm_LostPasswordForm fieldset{
  border: 0px solid silver;
  margin: 0 0px;
  padding: 0 0 25px 0;
}

/*
  Fix für die Download Bilder


.lpsImageWrap--fix{
  width:auto !important;
}
*/


/*
  Glossar
*/
.lpsGlossaryHeader{
  margin-bottom:25px;
}

.lpsGlossary--collapsedTitle h3, .lpsGlossary--expandedTitle h3{
  font-size: 30px;
  line-height: 40px;
}

/*
  Trade Partner
*/
.lpsTradePartnerBannerText{
  margin-bottom:25px;
}

/*
  Centering of the slider button is not possible at the moment
  So lets change the button group to inline-flex.
  So the text align of the parent can control the alignment
*/
.lpsVerticalCentered--cell .lpsButton--group {
  display: inline-flex;
}

/* Howley - chatBot */
#n8n-chat .chat-header {
  background:#ef6c00;
  background:linear-gradient(90deg,#ef6c00,#ffa726);
}
#n8n-chat .chat-window-toggle {
  background:#ef6c00;
  background:linear-gradient(90deg,#ef6c00,#ffa726);
}
