@charset "UTF-8";
@import "font.css";
@import "fa.css";

:root {
    --colorGold: #d59f53;
    --colorTextBase: #141414;
    --colorTextFieldLabel: #707070;
    --colorFieldBorder: #141414;
    --footerLineBg: linear-gradient(to right, #d59f53, #eabf74, #bb8d5a);
    --colorBgButtonHover: #bb8d5a;
    --paddingLeftRightContent: 0;
    --headerLangPlaceholderWidth: 88px;
    --colorError: #dc3232;
    --colorBGStepWizardActive: rgba(213, 159, 83, 1);
    --colorBGStepWizardNext: rgba(213, 159, 83, 0.3);
    --colorBGStepWizardPrev: rgba(213, 159, 83, 0.7);
    --colorTextStepWizardActive: #141414;
    --colorTextStepWizardNext: #141414;
    --colorTextStepWizardPrev: #141414;
}

html {
    font-size: 18px;
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    margin: 0 auto;
    transition: all 5s linear;
    padding: 0;
    height: 100%;
}

* {
    box-sizing: border-box;
    font-family: "NDRSansCondQU", "sans-serif";
}

h1, h2, h3, h4, h5, h6 {
    font-family: "TrajanPro";
    color: var(--colorGold);
}

#header_content,
#left_content,
#middle_content,
#footer_content {
    max-width: 80rem;
    margin: 0 auto;
    padding-right: var(--paddingLeftRightContent);
    padding-left: var(--paddingLeftRightContent);
}

#footer_content {
    padding-top: 130px;
    padding-bottom: 40px;
    position: relative;
}

#footer::before {
    position: absolute;
    content: "";
    width: 100vw;
    height: 1px;
    background: var(--footerLineBg);
    top: 80px;
}

#portallogo_footer3 {
    position: absolute;
    left: var(--paddingLeftRightContent);
    padding-right: 20px;
    width: 80px;
    top: 20px;
    display: block;
    background-color: #000000;
}

@media (min-width: 1441px) {
    #portallogo_footer3 {
        left: 24px;
    }
}

#footer_content:after {
    position: absolute;
    content: "© 2026 Deutscher Radiopreis GmbH";
    right: var(--paddingLeftRightContent);
    bottom: 20px;
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    color: #ffffff;
}

#left_content {
    padding: 0 !important;
    max-width: unset;
}

#header_lang {
    display: block;
    position: absolute;
    right: var(--paddingLeftRightContent);
    top: 36px;
    z-index: 2;
    border-left: 1px solid #ffffff;
    height: 30px;
    padding-left: 12px;
}
#header_lang .flag_label {
    display: none;
}
#header_lang a {
    background: none;
    border: none;
    font-size: 22px;
    color: #ffffff;
    display: inline-block;
    width: auto;
    position: relative;
    transition: all 0.14s ease-in-out 0s;
    margin-left: 8px;
    line-height: 28px;
    padding-bottom: 2px;
    height: 30px;
}

[dir='rtl'] #header_lang {
    right: unset;
    left: var(--paddingLeftRightContent);
}

#header_lang a {
    border-bottom: none;
}

#header_content {
    position: relative;
}

#header_content > a {
    border-bottom: none;
}

#header_lang a:hover,
#header_lang a.activeLang {
    border-bottom: 2px solid white;
    padding-bottom: 0;
}

#middle_content {
    padding-bottom: 1.25rem;
    color: var(--colorTextBase);
}

#page_margins {
    box-sizing: border-box;
    min-height: 100%;
    position: relative;
}

#footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #000000;
}

a:not(.ui-datepicker):not(.ui-datepicker *),
a:not(.ui-datepicker):not(.ui-datepicker *):link,
a:not(.ui-datepicker):not(.ui-datepicker *):visited,
a:not(.ui-datepicker):not(.ui-datepicker *):hover,
a:not(.ui-datepicker):not(.ui-datepicker *):active {
    text-decoration: none;
    color: inherit;
    border-bottom: 0.0625rem solid #000000;
}

#navigation_3 {
    float: right;
    display: inline-block;
    padding-top: 36px;
    margin-right: var(--headerLangPlaceholderWidth);
}

[dir='rtl'] #navigation_3 {
    float: left;
}

#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,
#navigation_2 ul,
#navigation_3 ul {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

#navigation_1 ul li a,
#navigation_2 ul li a,
#navigation_3 ul li a {
    border-bottom: none;
    display: block;
    font-size: 22px;
    line-height: 140%;
    padding-bottom: 10px;
    font-weight: 500;
}

#navigation_1 ul li a:hover,
#navigation_2 ul li a:hover,
#navigation_3 ul li a:hover {
    text-decoration: underline;
}

#navigation_3 ul li:not(#nav_logout) {
    margin-right: 30px;
}

#navigation_3 ul li a {
    color: #ffffff;
    text-decoration: none !important;
    font-weight: 500;
}

#navigation_3 ul li:hover a {
    color: var(--colorGold);
}

#navigation_2 ul {
    display: flex;
    flex-direction: row;
}

#navigation_2 ul li {
    margin-right: 30px;
}



#navigation_2 ul li a {
    font-size: 16px;
    color: #ffffff;
}

#navigation_2 ul li a:hover {
    color: var(--colorGold);
    text-decoration: underline;
}



#left {
    display: block;
    left: unset;
    width: 100%;
    float: none;
}

.flag_label {
    display: none;
}

#middle {
    margin: 0;
}

#header {
    background: rgba(0, 0, 0, 0.73);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 108px;
    z-index: 1;
}

#logo {
    display: none;
}

#portallogo_header_link {
    display: inline-block;
}

#portallogo_header {
    display: block;
    height: 100px;
    margin-top: 0;
    padding: 20px 0;
    box-sizing: border-box;
    border-radius: 10px;
}

#portallogo_navi_top2 {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

input[type=password],
input[type=text],
textarea,
select,
input[type=submit],
.image_cropper button,
.image_cropper .btn,
.image_cropper input[type="button"],
.image_cropper input[type="submit"] {
    width: 100%;
    box-sizing: border-box;
    padding: 0.25em;
    line-height: 1.5em;
    border: unset;
    border-bottom: 0.0625rem solid var(--colorFieldBorder);
    font-size: 1rem;
    color: var(--colorTextBase);
}

input[type=submit],
.image_cropper button,
.image_cropper .btn,
.image_cropper input[type="button"],
.image_cropper input[type="submit"] {
    cursor: pointer;
    line-height: 21px;
    background: var(--colorGold);
    color: var(--colorTextBase);
    min-width: 11.25rem;
    border: unset;
    font-size: 18px;
    padding: 12px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}


input[type=submit]:hover,
.image_cropper button:hover,
.image_cropper .btn:hover,
.image_cropper input[type="button"]:hover,
.image_cropper input[type="submit"]:hover {
    background: var(--colorBgButtonHover);
}

.image_cropper button,
.image_cropper .btn,
.image_cropper input[type="button"],
.image_cropper input[type="submit"] {
    margin-bottom: 12px;
}

.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: center;
}

.regField.type12 select.day {
    flex-basis: 5rem;
    flex-shrink: 0;
    margin-right: 0.625rem;
}

.regField.type12 select.month {
    margin-right: 0.625rem;
    min-width: 108px;
    flex: 1;
}

.regField.type12 select.year {
    flex-basis: 4.25rem;
    flex-shrink: 0;
    margin-right: 0.625rem;
}

.regField.type12 input.datePicker {
    flex-basis: 1.5rem;
    margin-bottom: 1.25rem;
}

.regField.type12 .regPostLabel {
    flex-basis: 100%;
    order: 5;
    margin-bottom: 1.25rem;
}

.regField.type12 .regSubText {
    flex-basis: 100%;
    order: 6;
    margin-bottom: 1.25rem;
}

.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: 1.25rem;
}

input[type=checkbox] {
    margin: 0 10px 0 0;
    appearance: none;
    -webkit-appearance: none;
    background-color: #ffffff;
    border: 1px solid #000000;
    padding: 9px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

[dir='rtl'] input[type=checkbox] {
    margin: 0 0 0 10px;
}

input[type=checkbox]:checked:after {
    content: "✔";
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 3px;
    color: #000000;
}

input[type=checkbox]:disabled,
.image_cropper button:disabled,
.image_cropper .btn:disabled,
.image_cropper input[type="button"]:disabled,
.image_cropper input[type="submit"]: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 #000000;
    padding: 9px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

[dir='rtl'] input[type=radio] {
    margin: 0 0 0 10px;
}

input[type=radio]:checked {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #000000;
}

input[type=radio]:checked:after {
    content: " ";
    width: 12px;
    height: 12px;
    border-radius: 50px;
    position: absolute;
    top: 3px;
    background: #000000;
    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: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
    cursor: pointer;
}

.regItem.type6.multiItemsBlock {
    display: block;
}

.regItem.type6.multiItemsBlock .regLabel {
    width: 9.375rem;
    float: left;
}

[dir='rtl'] .regItem.type6.multiItemsBlock .regLabel {
    float: right;
}

.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;
}

[dir='rtl'] .regItem.type6.multiItemsBlock label label {
    padding-left: 0;
    padding-right: 30px;
}

.regItem.type6.multiItemsBlock label label input[type=checkbox] {
    position: absolute;
    top: 0;
    left: 0;
}

[dir='rtl'] .regItem.type6.multiItemsBlock label label input[type=checkbox] {
    left: unset;
    right: 0;
}

.regItem.type5.multiItemsBlock {
    display: block;
}

.regItem.type5.multiItemsBlock .regLabel {
    width: 9.375rem;
    float: left;
}

[dir='rtl'] .regItem.type5.multiItemsBlock .regLabel {
    width: 9.375rem;
    float: right;
}

.regItem.type5.multiItemsBlock label label {
    display: block;
    width: 100%;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    cursor: pointer;
}

.regPostLabel {
    margin-bottom: 10px;
}

.regField.type6 .regPostLabel {
    margin-bottom: 0;
}

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;
}

.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: 1.25rem;
    order: 1;
}

[dir='rtl'] .regButtons .regBtnBack {
    padding-right: 0;
    padding-left: 1.25rem;
}

.regButtons .regBtnBack input[type=submit] {
    float: right;
    padding: 0.5em 0.75em;
    display: inline-block;
    width: auto;
    min-width: 9.375rem;
    font-size: 1rem;
}

[dir='rtl'] .regButtons .regBtnBack input[type=submit] {
    float: left;
}

.regButtons .regBtnNext {
    width: 50%;
    box-sizing: border-box;
    float: none;
    padding-left: 1.25rem;
    order: 2;
}

[dir='rtl'] .regButtons .regBtnNext {
    padding-left: 0;
    padding-right: 1.25rem;
}

.regButtons .regBtnNext input[type=submit] {
    padding: 0.5em 0.75em;
    display: inline-block;
    width: auto;
    min-width: 9.375rem;
    font-size: 1rem;
    float: left;
}

[dir='rtl'] .regButtons .regBtnNext input[type=submit] {
    float: right;
}

.regButtons > div:only-child {
    padding-left: 1.125rem;
    padding-right: 0;
    margin-left: 50%;
}

[dir='rtl'] .regButtons > div:only-child {
    margin-right: 50%;
    margin-left: 0;

}

.regButtons > div:only-child input[type=submit] {
    float: left;
}

[dir='rtl'] .regButtons > div:only-child input[type=submit] {
    float: right;
}

.regButtons .regBtnSave input[type=submit] {
    padding: 0.5em 0.75em;
    display: inline-block;
    width: auto;
    min-width: 9.375rem;
    font-size: 1rem;
    float: left;
}

.regButtons .regBtnSave input[type=submit] {

}

.regBtnSave {
    width: 50%;
    box-sizing: border-box;
    float: none;
    padding-left: 1.25rem;
    order: 2;
}

[dir='rtl'] .regBtnSave {
    padding-left: 0;
    padding-right: 1.25rem;
}


.loginContainer {
    width: 31.25rem;
    margin: 0 auto;
}

#loginError {
    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: 1.25rem;
    color: var(--colorTextFieldLabel);
}

.loginField {
    order: 2;
    flex-grow: 1;
    margin-bottom: 1.25rem;
}

.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;
    margin-bottom: 1.25rem;
    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: 1.25rem;
}

[dir='rtl'] .regItem.leftCol,
.regItemEmpty.leftCol {
    padding-right: 0;
    padding-left: 1.25rem;
}

.regItem.rightCol,
.regItemEmpty.rightCol {
    padding-left: 1.25rem;
}

[dir='rtl'] .regItem.rightCol,
.regItemEmpty.rightCol {
    padding-left: 0;
    padding-right: 1.25rem;
}

.regLabel,
.regText {
    width: auto;
    float: none;
    margin: 0;
    margin-bottom: 1.25rem;
}

.regLabel {
    order: 1;
    flex-basis: 9.375rem;
    flex-shrink: 0;
    color: var(--colorTextFieldLabel);
}

.regItem.regColumnWidth2,
.regItemEmpty.regColumnWidth2 {
    width: 100%;
    padding: 0;
}

.regDelimiter {
    display: none;
}

/* begin step wizzard */
#stepWizardDiv {
    overflow: hidden;
    padding: 30px 0;
}

#stepWizard .step {
    padding: 0 10px;
}

#stepWizard .arrow {
    background-image: unset !important;
}

#stepWizardDiv a {
    border-color: transparent;
    text-transform: uppercase; }

#stepWizardDiv table {
    margin: 0;
    border-collapse: separate;
    margin-bottom: 20px; }
#stepWizardDiv table td {
    padding: 0;
    background-image: none;
    vertical-align: middle;
    text-transform: uppercase;}
#stepWizardDiv table td.activeStep {
    background: var(--colorBGStepWizardActive);
    color: var(--colorTextStepWizardActive); }

#stepWizardDiv table td.activeStep.finish {
    color: var(--colorTextStepWizardActive);
}
#stepWizardDiv table td.activeStep a {
    color: var(--colorTextStepWizardActive); }
#stepWizardDiv table td.nextStep {
    background: var(--colorBGStepWizardNext);
    color: var(--colorTextStepWizardNext); }
#stepWizardDiv table td.nextStep a {
    color: var(--colorTextStepWizardNext); }
#stepWizardDiv table td.prevStep {
    background: var(--colorBGStepWizardPrev);
    color: var(--colorTextStepWizardPrev); }
#stepWizardDiv table td.prevStep a {
    color: var(--colorTextStepWizardPrev);
    border: none;
}
#stepWizardDiv table td.arrow {
    border-top: 18px solid var(--colorBGStepWizardNext);
    border-right: 0px solid var(--colorBGStepWizardNext);
    border-bottom: 18px solid var(--colorBGStepWizardNext);
    border-left: 18px solid var(--colorBGStepWizardNext);
    position: relative; }
#stepWizardDiv table td.arrow.activeNext {
    border-left: 18px solid var(--colorBGStepWizardActive); }
#stepWizardDiv table td.arrow.prevActive {
    border-left-color: var(--colorBGStepWizardPrev);
    border-top-color: var(--colorBGStepWizardActive);
    border-right-color: var(--colorBGStepWizardActive);
    border-bottom-color: var(--colorBGStepWizardActive); }
#stepWizardDiv table td.arrow.prevPrev {
    border-left-color: var(--colorBGStepWizardPrev);
    border-top-color: var(--colorBGStepWizardPrev);
    border-right-color: var(--colorBGStepWizardPrev);
    border-bottom-color: var(--colorBGStepWizardPrev); }
#stepWizardDiv table td.arrow::after, #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; }
#stepWizardDiv table td.arrow::before {
    border-top: 2px solid white; }
#stepWizardDiv table td.arrow::after {
    border-right: 2px solid white;
    width: 2px;
    height: 28px;
    left: -11px;
    top: -5px; }
#stepWizardDiv table td br {
    display: none; }

#stepWizardDiv.double td.arrow {
    border-top-width: 36px;
    border-bottom-width: 36px; }
#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.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.triple td.arrow {
    border-top-width: 54px;
    border-bottom-width: 54px; }
#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; }
#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; }

/* end step wizzard */


.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: var(--colorError);
}

.regError .headline {
    color: var(--colorError);
}

.regError .item {
    color: var(--colorError);
}

.regItem.itemError .regLabel {
    color: var(--colorError);
}

.regItem.itemError input[type=text] {
    border-color: var(--colorError);
    color: var(--colorError);
}

.regItem.itemError input[type=password] {
    border-color: var(--colorError);
    color: var(--colorError);
}

.regItem.itemError textarea {
    border-color: var(--colorError);
    color: var(--colorError);
}

.regItem.itemError select {
    border-color: var(--colorError);
    color: var(--colorError);
}

.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;
}

.ui-widget-header .ui-icon {
    background-image: url("img/ui-icons_056b93_256x240.png") !important;
}

input[type=button].datePicker {
    background: none;
    z-index: 1;
}

input[type=button].datePicker + .fa-calendar-alt {
    order: 4;
    margin-left: -16px;
    margin-top: 0px;
}

.HideElement {
    display: none !important;
}

@media (max-width: 1440px) {
    :root {
        --paddingLeftRightContent: 24px;
    }
}


@media (max-width: 920px) {
    #header_content,
    #left_content,
    #middle_content,
    #footer_content {
        padding-right: var(--paddingLeftRightContent);
        padding-left: var(--paddingLeftRightContent);
    }

    #header_lang {
        right: var(--paddingLeftRightContent);
    }

    /* begin move label over the field */
    .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,
    .regItemEmpty {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .regLabel {
        flex-basis: auto;
        flex-grow: 0;
        margin-bottom: 0;
    }

    .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;
    }

    /* end move label over the field */
}

/* begin hamburger */
#sandwichHead, #sandwichHeadLeftNav {
    display: flex;
    position: absolute;
    top: 32px;
    right: var(--paddingLeftRightContent);
    background-position: -10px -10px;
    cursor: pointer;
    z-index: 10;
    -webkit-user-select: none;
    /* Chrome/Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+ */
    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent; }
#sandwichHead div, #sandwichHeadLeftNav div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 25px;
    height: 25px; }
#sandwichHead div span, #sandwichHeadLeftNav div span {
    display: block;
    margin-bottom: 8px;
    width: 25px;
    height: 3px;
    position: relative;
    background: #ffffff;
    z-index: 1;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease; }
#sandwichHead div span:first-child, #sandwichHeadLeftNav div span:first-child {
    margin-top: 0; }
#sandwichHead div span:last-child, #sandwichHeadLeftNav div span:last-child {
    margin-bottom: 0; }
#sandwichHead div.active span:nth-child(1), #sandwichHeadLeftNav div.active span:nth-child(1) {
    -webkit-transform: translateY(8px) rotateZ(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotateZ(45deg); }
#sandwichHead div.active span:nth-child(2), #sandwichHeadLeftNav div.active span:nth-child(2) {
    opacity: 0; }
#sandwichHead div.active span:nth-child(3), #sandwichHeadLeftNav div.active span:nth-child(3) {
    -webkit-transform: translateY(-14px) rotateZ(-45deg);
    -ms-transform: translateY(-14px) rotateZ(-45deg);
    transform: translateY(-14px) rotateZ(-45deg); }

#sandwichHead, #sandwichHeadLeftNav {
    display: none; }

/* end hamburger */

@media (max-width: 768px) {

    #header {
        height: 90px;
    }

    #portallogo_header {
        padding: 15px 0;
        height: 90px;
    }

    .loginContainer,
    #loginError,
    #passwordForgotten_form {
        width: 100%;
    }

    #header_content {
        position: relative;
        height: 90px;
    }

    #navigation_3 {
        padding-top: 0;
        padding-left: var(--paddingLeftRightContent);
        padding-right: var(--paddingLeftRightContent);
        position: absolute;
        top: 100%;
        left: 0;
        background: #000;
        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;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #navigation_3 ul li {
        margin-right: 0 !important;
    }

    #navigation_3 ul li a {
        padding-left: 0;
        padding-right: 0;
    }

    #navigation_3.open {
        height: 100%;
        height: auto;
    }

    #navigation_2 ul {
        flex-direction: column;
    }

    #navigation_2 ul li {
        margin-right: 0;
    }

    #sandwichHead {
        display: block;
        position: absolute;
        top: 32px;
        right: var(--paddingLeftRightContent);
        width: 25px;
        height: 25px;
        font-size: 1.6rem;
        text-align: center;
        z-index: 1;
        cursor: pointer;
    }

    [dir='rtl'] #sandwichHead {
        right: unset;
        left: 3rem;
    }

    #sandwichHead .fa-bars {
        display: block;
    }

    #sandwichHead .fa-times {
        display: none;
    }

    #sandwichHead .active .fa-bars {
        display: none;
    }

    #sandwichHead .active .fa-times {
        display: block;
    }

    #stepWizardDiv {
        display: none;
    }

    #nav_logout {
        order: 10;
    }

    .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) {

    :root {
        --paddingLeftRightContent: 12px;
    }

    #header_content,
    #left_content,
    #middle_content,
    #footer_content {
        padding-right: var(--paddingLeftRightContent);
        padding-left: var(--paddingLeftRightContent);
    }

    #header_lang {
        right: var(--paddingLeftRightContent);
    }

    #sandwichHead {
        right: var(--paddingLeftRightContent);
    }

    #navigation_3 {
        padding-right: var(--paddingLeftRightContent);
        padding-left: var(--paddingLeftRightContent);
    }

    #header_content {
        height: 76px;
    }

    #portallogo_header {
        height: 70px;
        border-radius: 10px;
    }

    .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;
    }
}

[dir='rtl'] input[type="text"],
[dir='rtl'] textarea {
    direction: rtl; /* Ensures input direction is RTL */
    text-align: right; /* Aligns the text to the right */
    padding-right: 5px; /* Some padding to prevent caret from touching the edge */
    padding-left: 0; /* No padding on left */
    font-family: Arial, sans-serif; /* Choose a readable font */
}

.regItem.type16,
.regField.type16 {
    display: block;
}