@charset "UTF-8";
@import "font.css";
@import "fa.css";

:root {
    --btn-bg-color: #eb5055;
    --btn-text-color: #ffffff;
    --btn-border-color: #eb5055;
    --btn-hover-bg-color: #ff3366;
    --btn-hover-text-color: #ffffff;
    --btn-hover-border-color: #ff3366;
}

html {
  font-size: 1rem;
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  margin: 0 auto;
  padding: 0;
  height: 100%;
  background: #f4f4f4;
  font-family: Euronics-Regular, Arial, Helvetica, sans-serif !important;
  color: #474747;
}

* {
  box-sizing: border-box;
}

#header_content,
#left_content,
#middle_content,
#footer_content {
  max-width: 80rem;
  margin: 0 auto;
  padding-right: 3rem;
  padding-left: 3rem;
}

#header_lang {
  display: inline-block;
  display: none !important;
  position: absolute;
  top: 16px;
  right: 3rem;
}
#header_lang a {
  border-bottom: none;
}

#header_content {
  height: 146px;
  position: relative;
}
#header_content > a {
  border-bottom: none;
}

#middle_content {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ffffff;
  min-height: calc(100vh - 146px - 72px - 100px);
}

#page_margins {
  box-sizing: border-box;
  min-height: 100%;
  position: relative;
}

#footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: linear-gradient(to right, #013f86 0%, #206eb5, #013f86);
}

#footer_content {
  padding-top: 28px;
  padding-bottom: 20px;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: inherit;
  border-bottom: 0.0625rem solid #000000;
}

#navigation_3 {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 48px;
  padding-right: 48px;
}

@media (min-width: 769px) {
  #navigation_3 {
    height: auto !important;
  }
}

#navigation_1 ul,
#navigation_2 ul,
#navigation_3 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
#navigation_1 ul li a,
#navigation_2 ul li a,
#navigation_3 ul li a {
  line-height: 1.5rem;
  padding: 0 0.5em;
  border-bottom: none;
  display: block;
}
#navigation_1 ul li a:hover,
#navigation_2 ul li a:hover,
#navigation_3 ul li a:hover {
  text-decoration: underline;
}


#navigation_2 ul li a {
  color: #ffffff;
  font-size: 14px;
  padding-right: 26px;
  padding-left: 0;
}

#navigation_2 ul li a:hover {
  color: #ffdd00;
}

#navigation_3 ul li a {
  padding: 13px 26px 13px 0;
  line-height: 20px;
  font-size: 14px;
  color: #013f86;
}

#left {
  display: none !important;
  left: unset;
  width: 100%;
  float: none;
}

.flag_label {
  display: none;
}

#middle {
  margin: 0;
}

#header {
  position: relative;
  background: #ffffff;
  box-shadow: 0 1px 6px rgba(0,0,0,0.1);
  z-index: 0;
}

#header::after {
  position: absolute;
  content: " ";
  background: linear-gradient(to left, #013f86 15%, #206eb5, #013f86);
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  top: 0;
  z-index: -1;
}

#logo {
  display: none;
}

#portallogo_header,
#portallogo_header2 {
  display: none;
}

#portallogo_header.loaded,
#portallogo_header2.loaded {
  display: inline-block;
  height: 108px;
  margin-top: -5px;
  padding: 0;
  box-sizing: border-box;
  width: auto;
}

#portallogo_header2.loaded {
  float: right;
}

input[type=password],
input[type=text],
textarea,
select,
input[type=submit] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  line-height: 20px;
  border: 0.0625rem solid #ddd;
  font-size: 14px;
  background: #fff;
  color: #474747;
}

input[type=submit],
.registerLink {
  border: none;
  cursor: pointer;
  line-height: 38px;
  background-color: var(--btn-bg-color);
  background-image: linear-gradient(to bottom, var(--btn-bg-color) 0%, var(--btn-bg-color) 100%);
  color: #ffffff;
  min-width: 11.25rem;
  background-clip: unset;
  border-radius: 7px;
  padding: 2px 12px;
}

.registerLink {
  display: inline-block;
  border: none !important;
  color: #ffffff !important;
  min-width: unset;
}

input[type=submit]:hover,
.registerLink:hover {
  background: var(--btn-hover-bg-color);
}

input[type=password]:focus,
input[type=text]:focus,
textarea:focus,
select:focus {
  border-color: #013f86;
}

.regField.type12 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
}
.regField.type12 select.day {
  flex-basis: 5rem;
  flex-shrink: 0;
  margin-right: 0.625rem;
}
.regField.type12 select.month {
  margin-right: 0.625rem;
  flex-basis: 12rem;
}
.regField.type12 select.year {
  flex-basis: 4.25rem;
  flex-shrink: 0;
  margin-right: 0.625rem;
}
.regField.type12 input.datePicker {
  flex-basis: 24px;
  margin-bottom: 4px;
}

.regField.type12 span.day,
.regField.type12 span.month,
.regField.type12 span.year {
  margin-right: 10px;
}

.ui-dialog .ui-icon, .ui-widget-content .ui-icon {
  background-image: url("img/ui-icons_444444_256x240.png") !important;
}


.regField.type12 .regPostLabel {
  flex-basis: 100%;
  order: 5;
  margin-bottom: 0;
}
.regField.type12 .regSubText {
  flex-basis: 100%;
  order: 6;
  margin-bottom: 0;
}

.regField.type15 {
  align-items: center;
}
.regField.type15 select {
  order: 1;
  flex-basis: 5rem;
  flex-shrink: 0;
}
.regField.type15 span.phoneCountryCodeZero {
  order: 2;
  flex-basis: 1.875rem;
  flex-shrink: 0;
  text-align: center;
}
.regField.type15 input[type=text] {
  order: 3;
  flex-grow: 1;
}

.regField.type2 {
  display: block;
}
.regField.type2 input[type=text] {
  order: 1;
  flex-grow: 1;
  margin-bottom: 0;
}

input[type=checkbox] {
  margin: 0 10px 0 0;
  appearance: none;
  -webkit-appearance: none;
  background-color: #ffffff;
  border: 1px solid #ddd;
  padding: 9px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 20px;
}

input[type=checkbox]:checked {
  background-color: #013f86;
  border-color: #013f86;
}

input[type=checkbox]:checked:after {
  content: "✔";
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #fff;
}
input[type=checkbox]:disabled {
  color: #cccccc;
}
input[type=checkbox]:disabled + span input[type=radio]:disabled {
  color: #cccccc;
}

input[type=radio] {
  margin: 0 10px 0 0;
  -webkit-appearance: none;
  background-color: #ffffff;
  border: 1px solid #ddd;
  padding: 9px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
input[type=radio]:checked {
  background-color: #fff;
  color: #fff;
  border: 1px solid #013f86;
}
input[type=radio]:checked:after {
  content: " ";
  width: 12px;
  height: 12px;
  border-radius: 50px;
  position: absolute;
  top: 3px;
  background: #013f86;
  text-shadow: none;
  left: 3px;
  font-size: 32px;
}
input[type=radio]:disabled + span {
  color: #cccccc;
}

.regField.type5 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.regField.type5 br {
  display: none;
}

.regField.type6 label br {
  display: none;
}

.regItem.type5,
.regItem.type6 {
  flex-wrap: wrap;
}
.regItem.type5 > .regText,
.regItem.type6 > .regText {
  flex: 0 0 100%;
}
.regItem.type5 > .regField.type5,
.regItem.type5 > .regField.type6,
.regItem.type6 > .regField.type5,
.regItem.type6 > .regField.type6 {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.regItem.type5 > .regField.type5 > label,
.regItem.type5 > .regField.type6 > label,
.regItem.type6 > .regField.type5 > label,
.regItem.type6 > .regField.type6 > label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: start;
  flex-wrap: nowrap;
  margin-bottom: 10px;
  cursor: pointer;
}

.regItem.type6.multiItemsBlock {
  display: block;
}
.regItem.type6.multiItemsBlock .regLabel {
  width: 9.375rem;
  float: left;
}
.regItem.type6.multiItemsBlock .regField.type6 > label {
  margin-bottom: 0;
}
.regItem.type6.multiItemsBlock label label {
  display: block;
  width: 100%;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
}
.regItem.type6.multiItemsBlock label label input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
}

.regItem.type5.multiItemsBlock {
  display: block;
}
.regItem.type5.multiItemsBlock .regLabel {
  width: 9.375rem;
  float: left;
}
.regItem.type5.multiItemsBlock label label {
  display: block;
  width: 100%;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
}

.regPostLabel {
  margin-bottom: 10px;
}

a.infoIconContainer {
  border-bottom: none;
}
a.infoIconContainer:hover {
  border-bottom: none;
}
a.infoIconContainer:link {
  border-bottom: none;
}
a.infoIconContainer:visited {
  border-bottom: none;
}

.infoIconContainer .infoIcon {
  display: none;
}

.regRow {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  overflow: visible;
}
.regRow .regItem.type18 {
  display: block;
}
.regRow .regItem.type18 .regLabel.type18 {
  width: 100%;
}
.regRow .regItem.type18 .regText.type18 {
  width: 100%;
}
.regRow .regItem.type18 .regField.type18 {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.regField.type13 {
  align-items: center;
}
.regField.type13 .hour {
  order: 1;
  margin-right: 0.3125rem;
}
.regField.type13 .minute {
  order: 2;
  margin-left: 0.3125rem;
}

.regButtons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.regButtons .regBtnBack {
  width: 50%;
  box-sizing: border-box;
  float: none;
  padding-right: 20px;
  order: 1;
}
.regButtons .regBtnBack input[type=submit] {
  float: right;
  display: inline-block;
  width: auto;
  min-width: 9.375rem;
  font-size: 1rem;
}
.regButtons .regBtnNext {
  width: 50%;
  box-sizing: border-box;
  float: none;
  padding-left: 20px;
  order: 2;
}
.regButtons .regBtnNext input[type=submit] {
  display: inline-block;
  width: auto;
  min-width: 9.375rem;
  font-size: 1rem;
  float: left;
}
.regButtons > div:only-child {
  padding-left: 0;
  padding-right: 1.125rem;
}
.regButtons > div:only-child input[type=submit] {
  float: right;
}
.regButtons .regBtnSave input[type=submit] {
  display: inline-block;
  width: auto;
  min-width: 9.375rem;
  font-size: 1rem;
  float: left;
}

.regBtnSave {
  width: 50%;
  box-sizing: border-box;
  float: none;
  padding-left: 20px;
  order: 2;
}

.event_index_index #middle_content .vouchercode,
.loginContainer {
  width: 31.25rem;
  margin: 0 auto;
}

#loginError,
#voucherError {
  width: 31.25rem;
  margin: 0 auto;
  color: red;
  padding-bottom: 1.5rem;
}

.loginRow {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.loginLabel {
  order: 1;
  flex-basis: 9.375rem;
  flex-shrink: 0;
  margin-bottom: 20px;
}

.loginField {
  order: 2;
  flex-grow: 1;
  margin-bottom: 20px;
}

.loginDelimiter {
  display: none;
}

#passwordForgotten_form {
  width: 31.25rem;
  margin: 0 auto;
}
#passwordForgotten_form table {
  width: 100%;
}

.regItem {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  box-sizing: border-box;
}

.regField {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: auto;
  float: none;
  margin: 0;
  padding-bottom: 20px;
  order: 2;
  flex-grow: 1;
}

.regField.type3,
.regField.type4 {
  display: block;
}

.regItemEmpty {
  box-sizing: border-box;
}

.regItem.regColumnWidth1,
.regItemEmpty.regColumnWidth1 {
  width: 50%;
}

.regItem.leftCol,
.regItemEmpty.leftCol {
  padding-right: 20px;
}

.regItem.rightCol,
.regItemEmpty.rightCol {
  padding-left: 20px;
}

.regLabel,
.regText {
  width: auto;
  float: none;
  margin: 0;
  padding-bottom: 0;
}

.regLabel {
  order: 1;
  flex-basis: 9.375rem;
  flex-shrink: 0;
}

.regItem.regColumnWidth2,
.regItemEmpty.regColumnWidth2 {
  width: 100%;
  padding: 0;
}

.regDelimiter {
  display: none;
}

/* begin field animations */
.regItem.type2,
.regItem.type3,
.regItem.type4,
.regItem.type12,
.regItem.type14 {
  position: relative;
  display: block;
}

.regItem.type2 .regLabel,
.regItem.type3 .regLabel,
.regItem.type4 .regLabel,
.regItem.type14 .regLabel{
  /*position: absolute;*/
  transform: translateY(1px);
  transition: all ease-out 0.3s;
  /*top: 0;*/
  /*left: 0;*/
  line-height: 20px;
  height: 1px;
}

.regItem.type2.rightCol .regLabel,
.regItem.type3.rightCol .regLabel,
.regItem.type4.rightCol .regLabel,
.regItem.type14.rightCol .regLabel {
  left: 20px;
}

.regItem.type2 .regField,
.regItem.type3 .regField,
.regItem.type4 .regField,
.regItem.type14 .regField {
  padding-top: 20px;
}

.regItem.type2.empty .regLabel,
.regItem.type3.empty .regLabel,
.regItem.type4.empty .regLabel,
.regItem.type14.empty .regLabel {
  line-height: 20px;
  height: 1px;
  /*position: absolute;*/
  /*top: 32px;*/
  /*left: 10px;*/
  font-size: 14px;
  pointer-events: none;
  transform: translate(10px, 33px);
}

.regItem.type2.rightCol.empty .regLabel,
.regItem.type3.rightCol.empty .regLabel,
.regItem.type4.rightCol.empty .regLabel {
  left: 30px;
}

@media (max-width: 768px) {
  .regItem.type2.rightCol .regLabel,
  .regItem.type3.rightCol .regLabel,
  .regItem.type4.rightCol .regLabel {
    left: 0;
  }

  .regItem.type2.rightCol.empty .regLabel,
  .regItem.type3.rightCol.empty .regLabel,
  .regItem.type4.rightCol.empty .regLabel {
    left: 10px;
  }
}

/* end field animations */

#stepWizard .step {
  padding: 0 10px;
}

#stepWizardDiv a {
  border-color: transparent;
  text-transform: uppercase;
}
#stepWizardDiv table {
  margin: 0;
  border-collapse: separate;
  margin-bottom: 20px;
  margin-top: 20px;
}
#stepWizardDiv table td {
  padding: 0;
  background-image: none;
  vertical-align: middle;
  text-transform: uppercase;
}
#stepWizardDiv table td br {
  display: none;
}
#stepWizardDiv table td.activeStep {
  background: #ffa202;
  color: #ffffff;
}
#stepWizardDiv table td.activeStep a {
  color: #ffffff;
}
#stepWizardDiv table td.nextStep {
  background: #013f86;
  color: #ffffff;
}
#stepWizardDiv table td.nextStep a {
  color: #cccccc;
}
#stepWizardDiv table td.prevStep {
  background: #206eb5;
  color: #ffffff;
}
#stepWizardDiv table td.prevStep a {
  color: #E1F5FD;
  border: none;
}
#stepWizardDiv table td.arrow {
  border: solid #013f86;
  border-width: 18px 0 18px 18px;
  position: relative;
}
#stepWizardDiv table td.arrow::after {
  content: " ";
  display: block;
  position: absolute;
  background: transparent;
  transform: rotate(45deg);
  box-sizing: border-box;
  border-right: 2px solid white;
  width: 2px;
  height: 28px;
  left: -11px;
  top: -5px;
}
#stepWizardDiv table td.arrow::before {
  content: " ";
  display: block;
  width: 28px;
  height: 2px;
  position: absolute;
  top: -11px;
  left: -24px;
  background: transparent;
  transform: rotate(45deg);
  box-sizing: border-box;
  border-top: 2px solid white;
}
#stepWizardDiv table td.arrow.activeNext {
  border-left: 18px solid #ffa202;
}
#stepWizardDiv table td.arrow.prevActive {
  border-color: #ffa202 #ffa202 #ffa202 #206eb5;
}
#stepWizardDiv table td.arrow.prevPrev {
  border-color: #206eb5 #206eb5 #206eb5 #206eb5;
}

#stepWizardDiv.double td.arrow {
  border-top-width: 36px;
  border-bottom-width: 36px;
}
#stepWizardDiv.double td.arrow::before {
  border-top: 2px solid white;
  transform: rotate(63.5deg);
  width: 42px;
  top: -20px;
  left: -31px;
}
#stepWizardDiv.double td.arrow::after {
  height: 42px;
  transform: rotate(26.5deg);
  left: -11px;
  top: -3px;
}
#stepWizardDiv.double td.arrow.activeNext::before {
  border-top: 2px solid white;
  transform: rotate(63.5deg);
  width: 42px;
  top: -20px;
  left: -31px;
}
#stepWizardDiv.double td.arrow.activeNext::after {
  height: 42px;
  transform: rotate(26.5deg);
  left: -11px;
  top: -3px;
}

#stepWizardDiv.triple td.arrow {
  border-top-width: 54px;
  border-bottom-width: 54px;
}
#stepWizardDiv.triple td.arrow::before {
  border-top: 2px solid white;
  transform: rotate(71.5deg);
  width: 60px;
  top: -29px;
  left: -40px;
}
#stepWizardDiv.triple td.arrow::after {
  height: 60px;
  transform: rotate(18.5deg);
  left: -11px;
  top: -3px;
}
#stepWizardDiv.triple td.arrow.activeNext::before {
  border-top: 2px solid white;
  transform: rotate(71.5deg);
  width: 60px;
  top: -29px;
  left: -40px;
}
#stepWizardDiv.triple td.arrow.activeNext::after {
  height: 60px;
  transform: rotate(18.5deg);
  left: -11px;
  top: -3px;
}

.expandText {
  height: 0;
  visibility: hidden;
}

.expandHeadline {
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #000000;
  padding-bottom: 0;
  margin-bottom: 28px;
}
.expandHeadline::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
  content: "\f107";
}

.expandHeadline.au-expanded::after {
  content: "\f106";
}

.regMandatoryInfo {
  font-size: 0.75rem;
}

.regError {
  margin-bottom: 1.5rem;
  color: rgb(228, 0, 44);
}
.regError .headline {
  color: rgb(228, 0, 44);
}
.regError .item {
  color: rgb(228, 0, 44);
}

.regItem.itemError .regLabel {
  color: rgb(228, 0, 44);
}
.regItem.itemError input[type=text] {
  border-color: rgb(228, 0, 44);
  color: rgb(228, 0, 44);
}
.regItem.itemError input[type=password] {
  border-color: rgb(228, 0, 44);
  color: rgb(228, 0, 44);
}
.regItem.itemError textarea {
  border-color: rgb(228, 0, 44);
  color: rgb(228, 0, 44);
}
.regItem.itemError select {
  border-color: rgb(228, 0, 44);
  color: rgb(228, 0, 44);
}

.hideElement {
  display: none !important;
}

.mobileTable .groupRow {
  border: 1px solid #000000;
  margin-bottom: 30px;
}
.mobileTable .groupRow .row:first-child .label {
  border-top: none;
}
.mobileTable .row > div {
  padding: 5px;
}
.mobileTable .label {
  font-weight: bold;
  border-top: 1px solid black;
}
.mobileTable .value {
  border-top: 1px solid black;
}

table.noWrapFirstTd td:first-child,
table.noWrapFirstTd th:first-child,
table.noWrapSecondTd td:nth-of-type(2),
table.noWrapSecondTd th:nth-of-type(2),
table.noWrapThirdTd td:nth-of-type(3),
table.noWrapThirdTd th:nth-of-type(3),
table.noWrapLastTd td:last-child,
table.noWrapLastTd th:last-child {
  white-space: nowrap;
}

input[type=button].datePicker {
  background: none;
  z-index: 1;
}
input[type=button].datePicker + .fa-calendar-alt {
  order: 4;
  margin-left: -14px;
}

.HideElement {
  display: none !important;
}

.regItem,
.regItemEmpty {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.regLabel {
  flex-basis: auto;
  flex-grow: 0;
  margin-bottom: 0;
}

.loginRow {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.loginLabel {
  flex-basis: unset;
  margin-bottom: 0;
}
#passwordForgotten_form table tr {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 16px;
  width: 100%;
}
#passwordForgotten_form td.label {
  order: 1;
  display: block;
}
#passwordForgotten_form td.field {
  order: 2;
  display: block;
}
#passwordForgotten_form td.form_elem {
  order: 2;
  display: block;
  margin-left: auto;
}

.regItem.type6.multiItemsBlock .regLabel,
.regItem.type6.multiItemsBlock .regField,
.regItem.type5.multiItemsBlock .regLabel,
.regItem.type5.multiItemsBlock .regField {
  display: block;
  width: 100%;
  float: none;
}
.regItem.programPoint .regText {
  flex-basis: auto;
}

@media (max-width: 920px) {
  #header_content,
  #left_content,
  #middle_content,
  #footer_content {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  #header_lang {
    right: 2rem;
  }
}
@media (max-width: 768px) {

  #portallogo_header2 {
    display: none !important;
  }

  .event_index_index #middle_content .vouchercode,
  .loginContainer,
  #loginError,
  #voucherError,
  #passwordForgotten_form {
    width: 100%;
  }
  #header_content {
    position: relative;
  }
  #navigation_3 {
    padding-top: 0;
    padding-left: 3rem;
    padding-right: 3rem;
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    width: 100%;
    transition: height 0.3s ease;
    height: 0;
    overflow: hidden;
  }
  #navigation_3 ul {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #navigation_3 ul li a {
    padding-left: 0;
    padding-right: 0;
  }
  #navigation_3.open {
    padding-top: 1rem;
    height: 100%;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 1px 6px rgba(0,0,0,0.1);
  }
  #sandwichHead {
    display: block;
    position: absolute;
    bottom: 8px;
    left: 30px;
    width: 27px;
    height: 27px;
    font-size: 1.6rem;
    text-align: center;
    z-index: 1;
    cursor: pointer;
  }
  #sandwichHead .fa-bars {
    display: block;
    color: #013f86;
    font-weight: 400;
  }
  #sandwichHead .fa-times {
    display: none;
  }
  #sandwichHead .active .fa-bars {
    display: none;
  }
  #sandwichHead .active .fa-times {
    display: block;
    color: #013f86;
    font-weight: 400;
  }
  #stepWizardDiv {
    display: none;
  }
  .regRow {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .regItem.regColumnWidth1,
  .regItem.regColumnWidth2 {
    width: 100%;
  }
  .regItem.leftCol,
  .regItemEmpty.leftCol {
    padding-right: 0;
  }
  .regItem.rightCol,
  .regItemEmpty.rightCol {
    padding-left: 0;
  }
  .regButtons .regBtnBack,
  .regButtons .regBtnNext,
  .regButtons .regBtnSave {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0.75rem;
  }
  #navigation_2 ul {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
@media (min-width: 921px) {
  .regItem {
    flex-wrap: wrap;
  }
  .regItem .regText {
    flex-basis: 100%;
    flex-shrink: 0;
  }
}
@media (max-width: 425px) {
  #header_content,
  #left_content,
  #middle_content,
  #footer_content {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  #header_lang {
    right: 1rem;
  }
  #sandwichHead {
    left: 1rem;
  }
  #navigation_3 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  #header_content {
    /*height: 76px;*/
  }
  #portallogo_header {

  }
  .regButtons {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .regButtons .regBtnBack,
  .regButtons .regBtnNext,
  .regButtons .regBtnSave {
    width: 100%;
  }
  .regButtons .regBtnBack input.button,
  .regButtons .regBtnNext input.button,
  .regButtons .regBtnSave input.button {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 374px) {
  input[type=button].datePicker {
    flex-basis: 3rem;
    display: none;
  }
  input[type=button].datePicker + .fa-calendar-alt {
    display: none;
  }
}

/*#regFormOverview */.regLabel {
  font-weight: bold;
}

/* begin login page */
@keyframes animOpacityShow {
  0.00% {
    opacity: 0;
    pointer-events: none;
  }
  100.00% {
    opacity: 1;
    pointer-events: auto;
  }
}

@keyframes animOpacityHide {
  0.00% {
    opacity: 1;
    pointer-events: auto;
  }
  100.00% {
    opacity: 0;
    pointer-events: none;
  }
}


body.event_index_index.noLogin h1,
body.event_index_index.noLogin h2,
body.event_index_index.noLogin h3,
body.event_index_index.noLogin h4,
body.event_index_index.noLogin h5,
body.event_index_index.noLogin h6 {
  color: #013f86;
}

body.event_index_index.event_abendveranstaltung.noLogin {
  background: url("img/HB-Berlin-3.jpg");
  background-size: cover;
  background-position: center;
}

body.event_index_index.event_esc2025.noLogin {
  background: url("img/Mallorca.jpg");
  background-size: cover;
  background-position: center;
}

body.event_index_index.event_kongress25.noLogin {
  background: url("img/KOOP_Ansicht.jpg");
  background-size: cover;
  background-position: center;
}

body.event_index_index.noLogin #header {
  opacity: 0;
  display: none;
}

body.event_index_index.noLogin #main {
  opacity: 0;
  pointer-events: none;
  padding-top: 10vh;
}

body.event_index_index.noLogin #middle_content {
  min-height: unset;
}

body.event_index_index.noLogin #footer {
  background: none;
}

body.event_index_index.noLogin #footer #navigation_2 {
  position: absolute;
  right: 0;
  bottom: 20px;
}

body.event_index_index.noLogin #portallogo_body2 {
  display: none;
}

body.event_index_index.noLogin #portallogo_body2.loaded {
  display: block;
  position: absolute;
  left: 30px;
  top: 20px;
  height: 60px;
  width: auto;
  opacity: 0;
  pointer-events: none;
}

body.event_index_index.noLogin .fullScreenBg {
  display: block !important;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 63, 134, 0.7);
}

body .contentContainer {
  display: none; !important;
}

body.event_index_index.noLogin .contentContainer {
  position: fixed;
  display: block !important;
  margin: 0 auto;
  width: 100%;
  height: auto;
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
}

body.event_index_index.event_esc2025.noLogin .contentContainer .logoItem {
  width: 30vw;
  height: 45vh;
  background-image: url(img/EUR_SummerConvention_2025.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  margin: 31vh auto 0 auto;
}

body.event_index_index.noLogin .contentContainer .logoItem #portallogo_body3 {
  display: none;
}

body.event_index_index.noLogin .contentContainer .logoItem #portallogo_body3.loaded {
  display: block;
  margin: 0 auto;
  width: 69%;
  height: auto;
  margin-bottom: 20px;
  margin-top: 221px;
}

body.event_index_index.noLogin .contentContainer .fullScreenBtn,
body.event_index_index.noLogin input[type="submit"] {
  width: auto;
  display: block;
  margin: 0 auto;
  /*background: #ffdd00 !important;
  color: #013f86 !important;*/
  background-color: var(--btn-bg-color);
  background-image: linear-gradient(to bottom, var(--btn-bg-color) 0%, var(--btn-bg-color) 100%);
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.15s linear;
}

body.event_index_index.noLogin .contentContainer .fullScreenBtn:hover,
body.event_index_index.noLogin input[type="submit"]:hover {
  /*transform: scale(1.05);*/
    background-color: var(--btn-hover-bg-color);
}

body.loginVisible .contentContainer {
  animation-name: animOpacityHide;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  -webkit-animation-name: animOpacityHide;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;

}

body.event_index_index.noLogin.loginVisible #main {
  animation-name: animOpacityShow;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  -webkit-animation-name: animOpacityShow;
  -webkit-animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
}

body.event_index_index.noLogin.loginVisible #portallogo_body2
{
  animation-name: animOpacityShow;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  -webkit-animation-name: animOpacityShow;
  -webkit-animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
}

/* show form on error */
body.event_index_index.noLogin.loginErrorVisible .contentContainer {
  opacity: 0;
  pointer-events: none;
}

body.event_index_index.noLogin.loginErrorVisible #portallogo_body2,
body.event_index_index.noLogin.loginErrorVisible #main {
  opacity: 1;
  pointer-events: auto;
}

body.event_index_index.noLogin #middle_content {
  background-color: rgba(255, 255, 255, 0.6);
}

body.event_index_index.noLogin .vouchercode .label,
body.event_index_index.noLogin .loginLabel {
  color: #013f86 !important;
  font-size: 18px;
  font-weight: bold;
}

body.event_index_index.noLogin .vouchercode input[type="text"],
body.event_index_index.noLogin .vouchercode input[type="password"],
body.event_index_index.noLogin input[type="text"],
body.event_index_index.noLogin input[type="password"] {
  font-size: 16px;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.7);
}

.codeField {
  margin-bottom: 20px;
}

body.event_index_index.noLogin #middle_content {
  max-width: 700px;
}

@media (max-width: 1024px) {
  body.event_index_index.noLogin #main {
    padding-top: 10vh;
  }

  body.event_index_index.noLogin .contentContainer .logoItem {
    margin-top: 30vh;
  }

  body.event_index_index.noLogin.loginErrorVisible #footer_content,
  body.event_index_index.noLogin.loginVisible #footer_content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  body.event_index_index.noLogin.loginErrorVisible #footer #navigation_2,
  body.event_index_index.noLogin.loginVisible #footer #navigation_2 {
    position: initial;
  }

  body.event_index_index.noLogin.loginErrorVisible #footer #navigation_2,
  body.event_index_index.noLogin.loginVisible #footer #navigation_2 {
    order: 1;
    margin-left: auto;
    padding-bottom: 20px;
  }

}

@media(max-width: 768px) {

  body.event_index_index.noLogin #middle_content {
    max-width: calc(100% - 64px);
  }

  body.event_index_index.noLogin.loginErrorVisible #footer #navigation_2,
  body.event_index_index.noLogin.loginVisible #footer #navigation_2 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media(max-width: 425px) {

  body.event_index_index.noLogin #middle_content {
    max-width: calc(100% - 32px);
  }

  body.event_index_index.noLogin #footer {
    position: initial;
  }

}

@media(max-width: 350px) {

  body.event_index_index.noLogin #footer {
    position: initial;
  }
}
/* end login page */

.regItem.type4.multiItemsBlock {
  display: block;
  position: initial;
}

.regItem.type4.multiItemsBlock > .regText {
  width: 100%;
  display: block;
}

.regItem.type4.multiItemsBlock > .regLabel {
  width: 100%;
  display: block;
  position: initial;
  transform: translate(0px, -2px);
}

.regItem.type4.multiItemsBlock > .regField {
  width: 100%;
  display: block;
  position: initial;
  margin-top: 0;
}

#regFormOverview .regField.programPoint.type6.checked span.readOnly,
#regFormOverview .regField.programPoint.type5.checked span.readOnly {
  display: none;
}

#regFormOverview .regItem.unchecked.type6.programPoint ,
#regFormOverview .regItem.unchecked.type5.programPoint {
  display: none;
}

#regFormOverview .regItem.type4.multiItemsBlock > .regLabel {
  transform: translateY(1px);
}

#regFormOverview .regItem.type4.multiItemsBlock > .regField {
  margin-top: 0;
}

.regItem.margin-like-checkbox-introtext .regText,
.regItem.margin-like-checkbox-postlabel .regPostLabel,
.regItem.margin-like-checkbox-infotext .regSubText {
  padding-left: 30px;
}

.regItem.hideFormElement .regField {
  display: none !important;
}

body.event_abendveranstaltung.noLogin .tooltipFullPPCont {
  display: none !important;
}

.tooltipFullPPCont {
  display: inline-block;
}

.tooltipFullPPCont .far {
  display: block;
  margin-right: 10px;
  position: relative;
  color: #ec6411;
}

.tooltipFullPPCont .far:hover {
  cursor: pointer;
}

.tooltipFullPP {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  min-width: 400px;
  background: rgba(255,255,255,0.90);
  border: 1px solid #cccccc;
  padding: 20px;
  border-radius: 10px;
  transform: translateY(-100%);
  z-index: 20;
  font-family: Euronics-Regular, Arial, Helvetica, sans-serif !important;
  font-size: 14px;
  color: #474747;
}

@media (max-width: 530px) {
  .tooltipFullPP {
    min-width: calc(100vw - 4rem);
  }
}

@media (max-width: 425px) {
  .tooltipFullPP {
    min-width: calc(100vw - 2rem);
  }
}

.event_esc2025 #regItem_company {
  /*height: 76px;*/
  /*min-height: 76px;*/
}

.event_index_registration.event_esc2025.group5457 #attr_2423 {
  margin-bottom: unset;
}

.event_index_registration.event_esc2025.group5457 #business_email {
  margin-bottom: unset;
}

.event_index_registration.event_esc2025.group5457 #private_street {
  margin-bottom: unset;
}

.event_index_registration.event_esc2025.group5457 #private_zip {
  margin-bottom: unset;
}

.event_index_registration.event_esc2025.group5457 #private_city {
  margin-bottom: unset;
}

.event_index_registration.event_esc2025.group5457 #attr_1852 {
  margin-bottom: 20px;
}

.event_index_registration.event_esc2025.group5457 #attr_963 {
  margin-bottom: 20px;
}

.event_index_registration.event_esc2025.group5457 #attr_2447 {
  margin-bottom: unset;
}

.event_index_registration.event_esc2025.group5457 #attr_961 {
  margin-bottom: unset;
}

.event_index_registration.event_esc2025.group5457 #attr_992{
  margin-bottom: unset;
}

.event_index_registration.event_esc2025.group5457 #attr_993{
  margin-bottom: unset;
}

.event_index_registration.event_esc2025.group5457 .regPostLabel,
.event_index_registration.event_esc2025.group5466 .regPostLabel,
.event_index_registration.event_esc2025.group5457 .regSubText{
  margin-bottom: unset;
}

.event_index_mydata.group5457 .regItem.type15 ,
.event_index_registration.event_esc2025.group5466 .formDate#regItem_date_of_birth select,
.event_index_mydata.group5457 .regItem#regItem_attr_1852 {
  margin-bottom: 20px;
}

.event_index_mydata.group5457 .regField.type12 .regPostLabel {
  display: none;
}

.event_index_mydata.group5457 .regField.type12 .regSubText,
.event_index_registration.event_esc2025.group5466 .regPostLabel,
.event_index_registration.event_esc2025.group5466 .regSubText{
  /*display: none;*/
}

.event_index_mydata.group5457 .regItem#regItem_attr_962,
.event_index_mydata.group5457 .regItem#regItem_attr_963 {
  margin-bottom: 20px;
}

.event_kongress25 .regItem.programPoint.remove-field-label-margin > .regText {
  order: 2;
  padding-left: 30px;
  font-size: 16px !important;
  margin-bottom: 30px;
}

.event_kongress25 .regItem.programPoint.remove-field-label-margin > .regField {
  order: 1;
  margin-bottom: 0;
}
.event_kongress25 .regItem.programPoint.remove-field-label-margin > .regField label {
  margin-bottom: 0;

}
body.event_index_index.noLogin {
    background-image: none!important;
    background-color: #013f86 !important;
}

body.event_index_index.noLogin #portallogo_body5 {
    display: block;
    position: fixed;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 0;
}