html,body {
  width: 100%;
  height: 100%;
  margin: 0!important;
  padding: 0!important;
  overflow: auto;
}
#wrapper {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  min-height: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;

  line-height: 0;
}
.mod_agegate {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-height: 100%;
  height: auto;
  background: #d10a10;
  padding: 0;
  line-height: 0;


}
.mod_agegate .wrap {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: center;

  margin: 0 auto;
  width: 100%;
  min-height: 100%;
  line-height: 0;
}
.mod_agegate .left, .mod_agegate .right {
  flex-basis: 50%;
  height: auto;
  min-height: 100%;
  padding: 50px;
  box-sizing: border-box;

  display: inline-flex;
  flex-flow: row wrap;
  justify-content: center;
  align-content: center;
  line-height: normal;
}
.mod_agegate .content {
  max-width: 600px;
}
.mod_agegate .left {
  order: 1;
  color: #fff!important;
  background-color: #d10a10;

}
.mod_agegate .right {
  order: 2;
  background-color: #fff;
  text-align: center;
  line-height: 0;
  padding: 0;
}
.mod_agegate .right .content {
  max-width: 900px;
}
.mod_agegate .right .logo, .mod_agegate .right .marken {
  max-width: 100%;
  height: auto;
}
.mod_agegate .right .logo {
  max-width: 250px;
  margin-bottom: 40px;
}
.mod_agegate .right .marken {

}
.widget {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.widget-select select {
  background: transparent;
  border: hidden;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.widget-select select option {
  background: transparent;
  color: #d10a10;
  border-bottom: 1px solid #d10a10;
}


.widget-text input.text {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  margin-right: 6px;
}
.widget-text input.month {
  margin-right: 20px;
}
.widget-checkbox a {
  text-decoration: underline;
}
::placeholder {
  color: #eee!important;
}
h1, a {
    color: #fff!important;
}
button {
  border: 1px solid #fff;
  /*
  background-color: transparent;
  color: #fff;
  box-shadow: inset 0 0 0 4px #fff; */
}
.error {
  color: red;
}
.ui-button {
  text-transform: uppercase;
  color: #fff!important;
  font-weight: bold!important;
  border: hidden!important;
  background-color: transparent!important;
  padding: 0!important;
}
.ui-widget-content {
  text-transform: uppercase;
  color: #d10a10!important;
  font-weight: bold!important;
  border: hidden!important;
  background-color: #fff!important;
  border-bottom: 1px solid #d10a10;
}
.ui-menu .ui-menu-item {
  border-bottom: 1px solid #d10a10;
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #d10a10!important;
}
.ui-state-disabled {
  display: none!important;

}
.ui-state-active, .ui-widget-content .ui-state-active {
  border: hidden!important;

  color: #86bfff!important;
  text-transform: uppercase;
  font-weight: bold!important;
  background-color: #fff!important;
}
.ui-selectmenu-button.ui-button {
  display: inline-flex;
  flex-flow: row nowrap;

}
.ui-selectmenu-icon {
  align-self: center;
  order: 10;
  background: none!important;
  width: 0!important;
  height: 0!important;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;

  border-top: 6px solid #fff;
}
@media screen and (max-width:950px) {
  .mod_agegate .wrap {
    flex-flow: row wrap;
  }
  .mod_agegate .left, .mod_agegate .right {
    flex-basis: 100%;
  }
  .mod_agegate .left {
    order: 2;
  }
  .mod_agegate .right {
    order: 1;
  }
  .widget-text span.item {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }
}
