/*
  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;
}

/*
  Lupus CTA Badge
*/
.lpsCtaBadge {
  position: relative;
  display: none;
}

@media (min-width: 1000px) {
  .lpsCtaBadge {
    display: block;
  }
}

.lpsCtaBadge__Container {
  position: absolute;
  z-index: 1000;
  top: 20px;
  right: 60px;
  width: 183.2px;
  height: 183.2px;
  border-radius: 50%;
  background: linear-gradient(171.51deg, #FFB734 -1.19%, #F99A20 38.17%, #F37C0B 75.98%);
  box-sizing: border-box;
  padding: 20px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  text-align: center;

  transition: 0.2s scale ease-in-out;
}

@media (min-width: 1400px) {
  .lpsCtaBadge__Container {
    top: 60px;
  }
}

.lpsCtaBadge__Container:hover {
  scale: 1.1;
  color:#fff;
}

.lpsCtaBadge__Inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 100%;
  max-height: 100%;

  padding-top: 20px;
}

.lpsCtaBadge__Text {
  font-family: LupusFutura, Futura, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 650;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.lpsCtaBadge__Svg {
  width: 19.412477493286133;
  height: 33.07783889770508;
  top: 260.46px;
  left: 1255.71px;
  angle: -90 deg;
  opacity: 1;
  border-width: 2px;
}


/* Howley - chatBot */
#n8n-chat .chat-layout .chat-header {
  padding:10px;
}

#n8n-chat .chat-header {
  background:#ef6c00;
  background:linear-gradient(90deg,#ef6c00,#ffa726);
}
#n8n-chat .chat-layout .chat-header h1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  margin: 0;
}
#n8n-chat .chat-header > p {
  display:none;
}
#n8n-chat .chat-window-wrapper .chat-window {
  height: 80vh;
}
#n8n-chat .chat-window-toggle {
  background:#ef6c00;
  background:linear-gradient(90deg,#ef6c00,#ffa726);
}
