body {
  font-family: Festo, "Trebuchet MS", sans-serif !important;
}
.background {
  background-size: cover;
  background-image: url("https://www.festo.com/media/cms/central/media/mam_upload/EmotionButterflies_Atrium00065_V1_h820.jpg");
}
#widgetContainer header.fwe-fixed-header {
  position: unset;
  left: unset;
  right: unset;
  top: unset;
  z-index: unset;
}
.main-headline {
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
}
#widgetContainer .fwe-d-md-flex {
  display: flex !important;
}
#widgetContainer .fwe-navbar {
  border: none;
}
input.input-text {
  width: 100%;
  outline: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  height: 29px;
  padding: 0 0 4px;
  filter: none;
  color: #333;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #b6bec6;
  border-radius: 0;
}
.error-message,
.message-container,
label.form-label {
  font-size: 12px;
  line-height: 18px;
  min-height: 18px;
}
input:hover:not(:disabled).input-text {
  border-bottom: 1px solid #0091dc;
  color: #0091dc;
}
label.form-label {
  font-weight: 700;
  width: 100%;
  color: #333;
  margin: 0;
}
.inside-input-text {
  right: 20px !important;
}
button.btn {
  border-radius: 4px;
  box-shadow: none !important;
  font-size: 16px;
  min-width: auto;
  transition: none;
  white-space: nowrap;
}
button.btn.btn-lg {
  height: 48px;
  max-height: 48px;
  min-height: 48px;
  padding: 0 23px;
}
button.btn.btn-primary:not([disabled]) {
  background-color: #0091dc;
  border-color: #0091dc;
  color: #fff;
}
button.btn.btn-primary:not([disabled]):hover {
  background-color: #0587cb;
  border-color: #0587cb;
  color: #fff;
}
.link-blue {
  border: none;
  background: 0 0;
  cursor: pointer;
}
.link-blue:not(:disabled) {
  color: #0091dc;
}
.error-message {
  order: 2;
  color: var(--fwe-red);
  font-family: Festo, "Trebuchet MS", sans-serif;
  font-weight: 400;
}
.error-message-placeholder {
  order: 2;
}
.fwe-login-link-container {
  flex-direction: row !important;
}
input[type="password"]::-ms-clear,
input[type="password"]::-ms-reveal {
  display: none;
}
.show-password-icon {
  border: none;
  background: 0 0;
  position: absolute;
  top: 28%;
  right: 0;
}
#widgetContainer .fwe-login-layout .fwe-login-container .fwe-login-form h1 {
  margin-bottom: 15px;
}
#sub-title {
  margin-bottom: 35px;
}
.reactSingularKey_loading-container.styles_loading-container__1vXio.reactSingularKey_no-margin.styles_no-margin__2jfpo {
  --primary-color: #0091dc !important;
}
.fwe-btn-hero
  .reactSingularKey_loading-container.styles_loading-container__1vXio.reactSingularKey_no-margin.styles_no-margin__2jfpo {
  --primary-color: #fff !important;
}
.col-2-container {
  display: flex;
  justify-content: space-between;
}
.col-2-container > .fwe-input-text {
  width: 47.5%;
}
#fweRegisterForm {
  width: 584px;
  margin-left: 10%;
  padding: 0;
  overflow-x: hidden;
}
#fweRegisterForm #innerContainer {
  padding: 48px;
  max-height: 85vh;
  overflow-y: auto;
  overflow-x: hidden;
}
#fweRegisterForm .fwe-select-wrapper::before {
  top: 27%;
}
#fweRegisterForm .fwe-chip {
  min-width: 54px;
  height: 32px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border-radius: 16px;
}
#fweRegisterForm .fwe-chip-container {
  margin: unset;
  margin-top: 10px;
}
#fweRegisterForm #sub-title,
#widgetContainer .fwe-checkbox.fwe-checkbox-lg {
  margin-bottom: 25px;
}
#fweRegisterForm label {
  margin-top: 10px;
}
#widgetContainer label.fwe-checkbox input[type="checkbox"] {
  width: 24px;
  height: 24px;
  z-index: 99;
}
#widgetContainer #fweRegisterForm #captchaInputLabel,
#widgetContainer #fweRegisterForm #dataPrivacyLabel {
  margin-top: 0;
}
#fweRegisterForm #submitBtn {
  width: 36%;
  margin-top: 0 !important;
}
.fwe-input-text.login-input {
  padding-bottom: 8px;
}
.fwe-login-link-container > .btn {
  padding: 0;
}
.footer{
  position: absolute;
  bottom: 0px;
  background-color: #f2f3f5;
  width: 100%;
}
.footer.fwe-footer .fwe-social-media{
  display:flex;
  flex-direction:row;
  justify-content:center;
  padding:24px 0;
  border-bottom:1px solid var(--fwe-control-border-active);
  margin-bottom:24px
}
.footer.fwe-footer .fwe-social-media .fwe-social-media-link{
  display:block;
  width:32px;
  height:32px;
  border-radius:4px;
  margin-right:24px;
  opacity:.3;
  transition:opacity .3s
}
.footer.fwe-footer .fwe-social-media .fwe-social-media-link:last-child{
  margin-right:0
}
.footer.fwe-footer .fwe-social-media .fwe-social-media-link:hover{
  opacity:1
}
.footer.fwe-footer .fwe-footer-details{
  padding-bottom:24px;
  border-bottom:1px solid var(--fwe-control-border-active)
}
.footer.fwe-footer .fwe-footer-details h4{
  font-size:16px;
  line-height:24px;
  font-weight:var(--fwe-font-weight-bold);
  list-style-type:none;
  position:relative;
  margin-top:0;
  margin-bottom:12px
}
.footer.fwe-footer .fwe-footer-details ul.fwe-list-group .fwe-list-group-item{
  padding-left:0
}
.footer.fwe-footer .fwe-footer-details p{
  padding-top:8px;max-width:320px
}
.footer.fwe-footer .fwe-footer-details:not(:first-child){
  margin-top:24px
}
.footer.fwe-footer .fwe-bottomline{
  font-size:var(--fwe-font-size-small);
  padding-top:24px;
  text-align:center
}
.footer.fwe-footer .fwe-bottomline .fwe-sitelinks{
  order:2
}
.footer.fwe-footer .fwe-bottomline .fwe-sitelinks .fwe-sitelinks-groupa{
  padding-bottom:8px
}
.footer.fwe-footer .fwe-bottomline .fwe-sitelinks .fwe-sitelinks-groupa a{
  color:var(--fwe-control-border-active);padding-right:8px
}
.footer.fwe-footer .fwe-bottomline .fwe-sitelinks .fwe-sitelinks-groupa a:last-child{
  padding-right:0
}
.footer.fwe-footer .fwe-bottomline .fwe-sitelinks .fwe-sitelinks-groupb{
  padding-bottom:24px
}
.footer.fwe-footer .fwe-bottomline .fwe-sitelinks .fwe-sitelinks-groupb a{
  color:var(--fwe-control-border-active);
  padding-right:8px
}
.footer.fwe-footer .fwe-bottomline .fwe-sitelinks .fwe-sitelinks-groupb a:last-child{
  padding-right:0
}
.footer.fwe-footer .fwe-bottomline .fwe-copyright{
  display:flex;
  order:1;
  justify-content:center;
  padding-bottom:24px;
  color:var(--fwe-control-border-active)
}
@media only screen and (max-width: 900px) {
  #widgetContainer .fwe-d-md-flex {
    display: flex !important;
  }
}
@media only screen and (max-width: 730px) {
  #fweRegisterForm {
    margin-left: 5%;
  }
}
@media only screen and (max-width: 600px) {
  #widgetContainer .fwe-d-md-flex {
    display: flex !important;
  }
  #widgetContainer header.fwe-fixed-header {
    position: relative;
  }
  #widgetContainer .fwe-navbar {
    border: 1px solid var(--fwe-border);
  }
  #fweRegisterForm {
    margin-left: 0;
    width: 100%;
  }
  #fweRegisterForm #registrationForm {
    padding-bottom: 30px;
  }
  #fweRegisterForm .col-2-container {
    flex-wrap: wrap;
  }
  #fweRegisterForm #festoCaptchaUserInputDiv,
  #fweRegisterForm .col-2-container > .fwe-input-text {
    width: 100%;
  }
  #widgetContainer #fweRegisterForm #dataPrivacyLabel {
    white-space: normal;
  }
  #fweRegisterForm #festoCaptchaDiv {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width:731px){
  .footer.fwe-footer .fwe-footer-details{
      border-bottom:none
  }
  .footer.fwe-footer .fwe-footer-details h4{
      margin-top:24px
  }
  .footer.fwe-footer .fwe-footer-details:not(:first-child){
      margin-top:0
  }
  .footer.fwe-footer .fwe-bottomline{
      font-size:var(--fwe-font-size-small);
      padding-top:24px;
      text-align:left;
      display:flex
  }
  .footer.fwe-footer .fwe-bottomline .fwe-sitelinks{
      text-align:right;margin-left:auto;display:flex
  } 
  .footer.fwe-footer .fwe-social-media{
      margin-bottom:0
  }
}
@media only screen and (min-width:1441px){
  .footer.fwe-footer .fwe-social-media .fwe-social-media-link{
      width:64px;
      height:64px;
      margin-right:42px
  }
  .footer.fwe-footer .fwe-social-media .fwe-social-media-link:last-child{
      margin-right:0
  }
}
@font-face {
  font-family: Festo;
  font-style: normal;
  font-weight: 400;
  src: url('https://www.festo.com/fonts/Festo-Regular.woff2') format('woff2'), url('https://www.festo.com/fonts/Festo-Regular.woff') format('woff');
}
@font-face {
  font-family: Festo;
  font-style: normal;
  font-weight: 700;
  src: url('https://www.festo.com/fonts/Festo-Bold.woff2') format('woff2'), url('https://www.festo.com/fonts/Festo-Bold.woff') format('woff');
}