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

:root {
    --color1: #1D71B9;
    --color2: #171449;
    --color3: #E8F1F8;
    --errorColor: red;
    --paddingLeftRightHeaderFooterContent: 60px;
    --fontBold: "PT-Sans-Bold";
    --fontSemiBold: "PT-Sans-Bold";
    --fontRegular: "PT-Sans";
    --text-primary-color: #303030;
    --headerHeight: 120px;
}

@media(max-width: 768px) {
    :root {
        --headerHeight: 90px;
    }
}

@media(max-width: 530px) {
    :root {
        --headerHeight: 70px;
    }
}

html {
    font-size: 20px;
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6, b, strong {
    font-family: var(--fontBold), -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

h1.regHeadline {
    font-family: var(--fontSemiBold), -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

body {
    margin: 0 auto;
    transition: all 5s linear;
    padding: 0;
    height: 100%;
    line-height: 1.1;
    overflow: auto;
    text-rendering: optimizeLegibility;     /* emphasizes in legibility over rendering speed */
    -webkit-font-smoothing: antialiased;    /* apply font anti-aliasing */
    -moz-osx-font-smoothing: grayscale;     /* optimize font rendering */

    -moz-font-feature-settings:"kern" 1;    /* turn on kerning, highly recomened */
    -ms-font-feature-settings:"kern" 1;     /* turn on kerning, highly recomened */
    -o-font-feature-settings:"kern" 1;      /* turn on kerning, highly recomened */
    -webkit-font-feature-settings:"kern" 1; /* turn on kerning, highly recomened */
    font-feature-settings:"kern" 1;         /* turn on kerning, highly recomened */
    font-kerning: normal;                   /* turn on kerning, highly recomened */

    font-feature-settings: "liga" on;       /* ligatures: on or off */
    font-feature-settings: "tnum" off;      /* tabular figures: on or off */
    font-feature-settings: "ss01" off;      /* alternate glyphs (stylistic Set): on or off */
}

.event_index_index.noLogin {
    background-image: url(img/enzyme.jpg);
    background-size: initial;
    background-attachment: fixed;
    background-position: top 18vh right;
    background-repeat: no-repeat;
}

.event_index_content #header::header,
.event_index_content::after {
    display: block;
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.3);
    z-index: -1;
}

* {
    box-sizing: border-box;
    font-family: var(--fontRegular), -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    color: var(--text-primary-color);
}

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

#footer_content {
    background-color: rgb(0, 71, 48);
    background-color: unset;
    padding-top: 40px;
    padding-bottom: 40px;
}

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

[dir='rtl'] #header_lang {
    right: unset;
    left: 3rem;
}

#header_lang a {
    border-bottom: none;
    border: 1px solid #000000;
}

#header_content {
    height: var(--headerHeight);
    position: relative;
}
#header_content > a {
    border-bottom: none;
}

#middle_content {
    padding-bottom: 1.25rem;
    padding-top: calc(var(--headerHeight));
}

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

#footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: none;
}

a:not(.myDataEdit),
a:not(.myDataEdit):not(.ui-datepicker):not(.ui-datepicker *),
a:not(.myDataEdit):not(.ui-datepicker):not(.ui-datepicker *):link,
a:not(.myDataEdit):not(.ui-datepicker):not(.ui-datepicker *):visited,
a:not(.myDataEdit):not(.ui-datepicker):not(.ui-datepicker *):hover,
a:not(.myDataEdit):not(.ui-datepicker):not(.ui-datepicker *):active {
    text-decoration: none;
    color: inherit;
    border-bottom: 0.0625rem solid var(--text-primary-color);
}

#navigation_3 {
    float: right;
    display: inline-block;
    padding-top: 66px;
}

#navigation_3 {
    float: left;
}

body:not(.isScrolling) #navigation_3 {
    top: 80px;
}

body:not(.isScrolling) #navigation_3.open {
    top: calc(100% - 50px);
}

[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;
    -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;
    font-family: var(--fontSemiBold), -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    color: #ffffff;
}
#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 {
    font-size: 16px;
}

#navigation_2 ul li:first-of-type a {
    padding-left: 0;
}

#navigation_2 ul li a span {
    color: rgb(117, 117, 117);
}

#navigation_2 ul li:hover a span {
    color: rgb(48, 48, 48);
}

#navigation_3 ul li a {
    color: rgb(41, 48, 51);
    border-bottom: 2px solid transparent;
    padding-bottom: 6px;
    font-size: 16px;
    padding-left: 12px;
    padding-right: 12px;
}
#navigation_3 ul li a:hover {
    text-decoration: none;
}

#navigation_3 ul li a span {
    color: rgb(41, 48, 51);
}

#navigation_3 ul li a:hover {
    text-decoration: none;
    border-bottom: 3px solid rgb(0, 94, 63);
}

/* begin startpage */
#header {
    background-color: transparent;
}

#navigation_3 ul li a,
#navigation_3 ul li a span {
    color: white;
}

#navigation_3 ul li a:hover {
    border-bottom-color: white;
    padding-bottom:px ;
}

/* end startpage */


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

.flag_label {
    display: none;
}

#middle {
    margin: 0;
}

#header {
    background: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background-color: transparent;
    z-index: 1;
}

.isScrolling #header {
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(18, 20, 25, 0.08) 0px 24px 24px -20px;
}

.isScrolling #header_content {
    height: 60px;
}

.isScrolling #portallogo_header,
.isScrolling #portallogo_header3 {
    padding: 10px 0;
    height: 60px;
}

.isScrolling #navigation_3 {
    padding-top: 26px;
}

#logo {
    display: none;
}

#portallogo_header,
#portallogo_header3 {
    float: right;
}

#portallogo_header,
#portallogo_header3
{
    display: none;
    height: 120px;
    margin-top: 0;
    /*background: #193064;*/
    padding: 16px 0 16px 0;
    box-sizing: border-box;
    border-radius: 0;
}

#portallogo_header3 {
    display: inline-block;
}

body #navigation_3 {
    padding-top: 62px;
}

body.isScrolling #navigation_3 {
    padding-top: 22px;
}

body #portallogo_header {
    display: inline-block;
    float: right;
}

body #portallogo_header3 {
    display: none;
}

@media(max-width: 768px) {
    #portallogo_header {
        height: 90px;
        padding: 8px 0 8px 0;
    }
}


@media(max-width: 530px) {
    #portallogo_header {
        height: 70px;
        padding: 8px 0 8px 0;
    }
}


#portallogo_navi_top2 {
    width: 100%;
    height: auto;
    display: none;
}


h1 {
    color: var(--color1);
}


@media (max-width: 1440px) {

}

@media (max-width: 768px) {

    h1 {
        font-size: 34px;
    }

    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 26px;
    }
    h4 {
        font-size: 22px;
    }
    h5 {
        font-size: 18px;
    }

    .startText h1 {
        font-size: 40px;
    }
    .startText h3 {
        font-size: 32px;
    }
}

@media (max-width: 480px) {

    .startText {
        background-size: auto 90px;
        padding-bottom: 90px;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }

    .startText h1 {
        font-size: 40px;
    }
    .startText h3 {
        font-size: 32px;
    }
}

@media (max-width: 370px) {

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }

    .startText h1 {
        font-size: 40px;
    }
    .startText h3 {
        font-size: 32px;
    }
}

@media (max-width: 480px) {
    .startText h1 {
        font-size: 32px;
    }
    .startText h3 {
        font-size: 24px;
    }
}

@media (max-width: 340px) {
    .startText h1 {
        font-size: 26px;
    }
    .startText h3 {
        font-size: 22px;
    }
}

.registerLinkButton {
    /*display: none;*/
}

.type16 span.fileinput-button,
.myDataEdit,
#btnPermCookieNo,
#btnPermCookieYes,
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: 10px 16px;
    line-height: 24px;
    border: 1px solid rgb(109, 118, 124);
    font-size: 1rem;
    border-radius: 4px;
    color: rgb(41, 48, 51);
}

.fileExists div {
    width: auto;
    margin: 16px 30px 16px 0;
}

.allowUpdate .fileExists div {
    margin: 0 30px 0 0;
}

.regItem.type16:not(.allowUpdate) .fileExists div {
    margin-bottom: 0;
    margin-top: 0;
}

.type16 span.fileinput-button * {
    color: #ffffff;
}

.type16 .regLabel {
    margin: 0 0 16px 0;
}

a[id^="deleteFile"] {
    background-color: none;
    width: 22px;
    height: 22px;
    color: #ffffff !important;
    display: inline-block;
    font-size: 20px;
    position: relative;
    border-radius: 50px;
}

a[id^="deleteFile"]::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    bottom: 0px;
    right: -2px;
    width: 22px;
    height: 22px;
    content: "\f056";
    font-size: 20px;
    color: var(--errorColor);
}

.type16 .fileError {
    min-height: 30px;
    margin: 16px 0;
    color: var(--errorColor);
}

a[id^="deleteFile"] img {
    display: none !important;
}

.type16 a {
    text-decoration: none !important;
}


option {
    color: rgb(41, 48, 51);
}

.type16 span.fileinput-button,
.myDataEdit,
#btnPermCookieNo,
#btnPermCookieYes,
input[type=submit],
.image_cropper button,
.image_cropper .btn,
.image_cropper input[type="button"],
.image_cropper input[type="submit"] {
    cursor: pointer;
    line-height: 24px;
    background: var(--color1);
    color: #ffffff;
    min-width: unset;
    font-family: var(--fontBold), -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    width: auto;
    text-decoration: none;
}

.type16 span.fileinput-button:hover,
.myDataEdit:hover,
#btnPermCookieNo:hover,
#btnPermCookieYes:hover,
input[type=submit]:hover,
.image_cropper button:hover,
.image_cropper .btn:hover,
.image_cropper input[type="button"]:hover,
.image_cropper input[type="submit"]:hover {
    color: white;
    box-shadow: inset 0 0 0 2px var(--text-primary-color);
    background: var(--text-primary-color);
    opacity: 0.85;
}

.type16 span.fileinput-button,
.myDataEdit,
#btnPermCookieNo,
#btnPermCookieYes,
.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;
    margin-bottom: 8px;
}
.regField.type12 select.month {
    margin-right: 0.625rem;
    flex-basis: 12rem;
    margin-bottom: 8px;
}
.regField.type12 select.year {
    flex-basis: 4.25rem;
    flex-shrink: 0;
    margin-right: 0.625rem;
    margin-bottom: 8px;
}
.regField.type12 input.datePicker {
    flex-basis: 1.5rem;
    margin-bottom: 0;
    height: 30px;
}
.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 var(--color1);
    padding: 11px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    border-radius: 4px;
}

input[type=checkbox]:hover{
    border-color: var(--color2);
}

input[type=radio]:hover{
    border-color:var(--color2);
}

[dir='rtl'] input[type=checkbox] {
    margin: 0 0 0 10px ;
}

input[type=checkbox]:checked {
    background-color: var(--color1);
}

input[type=checkbox]:checked:after {
    content: "";
    font-size: 20px;
    position: absolute;
    top: -2px;
    left: 4px;
    color: #ffffff;
    content: "✔";
    font-size: 18px;
    width: 20px;
    height: 20px;
}

.type16 span.fileinput-button:disabled,
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 var(--color);
    padding: 11px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    border: 1px solid var(--color1);
}

input[type=radio]:hover {
    border-color: var(--color2);
}

[dir='rtl'] input[type=radio] {
    margin: 0 0 0 10px;
}

input[type=radio]:checked {
    background-color: var(--color1);
    color: var(--color1);
    border: 2px solid var(--color1);
    padding: 10px;
}
input[type=radio]:checked:after {
    content: " ";
    width: 10px;
    height: 10px;
    border-radius: 50px;
    position: absolute;
    top: 5px;
    background: #ffffff;
    text-shadow: none;
    left: 5px;
    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;
}

#regFormOverview .regItem.type5.multiItemsBlock {
    display: flex;
    flex-direction: column;
}

.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;
    margin-top: 20px;
}

.regButtons .regBtnBack,
.regButtons .regBtnNext,
.regButtons .regBtnSave {
    max-width: 400px;
}

.regButtons .regBtnBack {
    width: auto;
    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: left;
    display: inline-block;
    width: auto;
    margin-right: 0;
    margin-left: 0;
}

.regButtons .regBtnBack input[type=submit]:hover {

}

[dir='rtl'] .regButtons .regBtnBack input[type=submit] {
    float: left;
}

.regButtons .regBtnNext {
    width: auto;
    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] {
    display: inline-block;
    width: auto;
    float: right;
}

.regButtons .regBtnNext input[type=submit],
.regButtons .regBtnSave input[type=submit] {
    float: right;
    margin-right: 0;
    margin-left: 0;
}

[dir='rtl'] .regButtons .regBtnNext input[type=submit] {
    float: right;
}

.regButtons > div:only-child {
    padding-left: 0;
}

[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] {
    display: inline-block;
    width: auto;
    float: left;
}

.regButtons .regBtnSave input[type=submit] {
    float: right;
}

.regBtnSave {
    width: auto;
    box-sizing: border-box;
    float: none;
    padding-left: 1.25rem;
    order: 2;
}

[dir='rtl'] .regBtnSave {
    padding-left: 0;
    padding-right: 1.25rem;
}


.loginContainer {
    width: 100%;
    max-width: 400px;
}

#loginError {
    width: 100%;
    color: red;
    padding-bottom: 1.5rem;
    max-width: 400px;
}

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

.loginLabel {
    order: 1;
    flex-basis: 100%;
    flex-shrink: 0;
    margin-bottom: 10px;
}

.loginField {
    order: 2;
    flex-grow: 1;
    margin-bottom: 1.25rem;
}

.loginDelimiter {
    display: none;
}

#passwordForgotten_form {
    width: 100%;
    max-width: 400px;

}
#passwordForgotten_form table {
    width: 100%;
}

#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;
    margin-bottom: 10px;
}
#passwordForgotten_form td.field {
    order: 2;
    display: block;
}
#passwordForgotten_form td.form_elem {
    order: 2;
    display: block;
    margin-right: auto;
}

.regItem {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    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%;
    /*max-width: 400px;*/
}

.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;
    font-size: 16px;
}

.regLabel,
.regText
{
    flex-basis: auto;
    flex-grow: 0;
    margin-bottom: 4px;
}

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

.regDelimiter {
    display: none;
}

/* begin step wizzard */
#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,
#stepWizardDiv table td * {
    font-size: 18px;
}

#stepWizardDiv table td.activeStep {
    background: var(--color2);
    color: #ededed; }
#stepWizardDiv table td.activeStep a {
    color: #ffffff;
    text-decoration: none;
}
#stepWizardDiv table td.nextStep {
    background: #ededed;
    color: #000000; }
#stepWizardDiv table td.nextStep a {
    color: #cccccc; }
#stepWizardDiv table td.prevStep {
    background: var(--color1);
    color: #ffffff; }
#stepWizardDiv table td.prevStep a {
    color: #ffffff;
    border: none;
    text-decoration: none;
}
#stepWizardDiv table td.arrow {
    border-top: 18px solid #ededed;
    border-right: 0px solid #ededed;
    border-bottom: 18px solid #ededed;
    border-left: 18px solid #ededed;
    position: relative; }
#stepWizardDiv table td.arrow.activeNext {
    border-left: 18px solid var(--color2); }
#stepWizardDiv table td.arrow.prevActive {
    border-left-color: var(--color1);
    border-top-color: var(--color2);
    border-right-color: var(--color2);
    border-bottom-color: var(--color2); }
#stepWizardDiv table td.arrow.prevPrev {
    border-left-color: var(--color1);
    border-top-color: var(--color1);
    border-right-color: var(--color1);
    border-bottom-color: var(--color1);
}
#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(--errorColor);
    max-width: 375px;
    padding: 16px;
    border-radius: 4px;
}

.registerForm .regError {
    max-width: unset;
    display: inline-block;
}

.regError > br {
    display: none;
}
.regError .headline {
    color: var(--errorColor);
}
.regError .item {
    color: var(--errorColor);
    color: black;
}

.regItem.itemError .regLabel {
    /*color: var(--errorColor);*/
}
.regItem.itemError input[type=text] {
    border-color: var(--errorColor);
    color: var(--errorColor);
}
.regItem.itemError input[type=password] {
    border-color: var(--errorColor);
    color: var(--errorColor);
}
.regItem.itemError textarea {
    border-color: var(--errorColor);
    color: var(--errorColor);
}
.regItem.itemError select {
    border-color: var(--errorColor);
    color: var(--errorColor);
}

.ui-widget-header .ui-icon {
    background-image: url("img/ui-icons_444444_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;
}

.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: -23px;
}

.HideElement {
    display: none !important;
}

#navigation_3 ul {
    border: 1px solid var(--color1);
    border-radius: 4px;
    background-color: var(--color1);
    padding-top: 16px;
    padding-bottom: 16px;
}

#navigation_3 ul li:hover {
    background-color: #000000;
}

#navigation_3 ul li a {
    padding-left: 24px;
    padding-right: 24px;
    color: rgb(33, 37, 41);
    line-height: 24px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-decoration: none !important;
    border: none !important;
}
#navigation_3 ul li a span {
    color: #ffffff;
    font-size: 16px;
    white-space: nowrap;     /* keep it on one line */
    display: inline-block;   /* lets it size to content nicely */
    width: auto;
}

@media (max-width: 920px) {
    :root {
        --paddingLeftRightHeaderFooterContent: 60px;
    }
    #header_content,
    #left_content,
    #middle_content,
    #footer_content {
        padding-right: var(--paddingLeftRightHeaderFooterContent);
        padding-left: var(--paddingLeftRightHeaderFooterContent);
    }
    #header_lang {
        right: var(--paddingLeftRightHeaderFooterContent);
    }

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

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

.noLogin #sandwichHead {
    /*display: none !important;*/
}

#navigation_2 ul {
    flex-wrap: wrap;
    /*justify-content: space-around;*/
    justify-content: left;
}

#sandwichHead {
    display: block;
    position: absolute;
    top: 35px;
    left: var(--paddingLeftRightHeaderFooterContent);
    width: 27px;
    height: 27px;
    font-size: 1.6rem;
    text-align: center;
    z-index: 1;
    cursor: pointer;
}

@media (min-width: 768px) {
    #navigation_3 {
        padding-top: 0 !important;
        padding-left: 0;
        padding-right: 0;
        position: absolute;
        top: calc(100%);
        left: 0;
        width: 100%;
        transition: height 0.3s ease;
        height: 0;
        overflow: hidden;
        width: 400px;
        left: var(--paddingLeftRightHeaderFooterContent);
    }
    #navigation_3 ul {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #navigation_3.open {
        padding-top: 1rem;
        height: 100%;
    }
    #sandwichHead {
        display: block;
        position: absolute;
        top: 35px;
        left: var(--paddingLeftRightHeaderFooterContent);
        width: 27px;
        height: 27px;
        font-size: 1.6rem;
        text-align: center;
        z-index: 1;
        cursor: pointer;
    }

    .isScrolling #sandwichHead {
        top: 15px;
    }

    [dir='rtl'] #sandwichHead {
        right: unset;
        left: var(--paddingLeftRightHeaderFooterContent);
    }
    #sandwichHead .fa-bars {
        display: block;
        font-weight: 300;
    }
    #sandwichHead .fa-times {
        display: none;
    }
    #sandwichHead .active .fa-bars {
        display: none;
    }
    #sandwichHead .active .fa-times {
        display: block;
        font-weight: 300;
    }
    #stepWizardDiv {
        /*display: none;*/
    }
}

@media (max-width: 920px) {
    #stepWizardDiv {
        display: none;
    }
}

@media (max-width: 768px) {

    html {
        font-size: 20px;
        margin: 0;
        padding: 0;
        height: 100%;
    }

    .loginContainer,
    #loginError,
    #passwordForgotten_form {
        width: 100%;
    }
    #header_content {
        position: relative;
    }
    #navigation_3 {
        padding-top: 0 !important;
        padding-left: var(--paddingLeftRightHeaderFooterContent);
        padding-right: var(--paddingLeftRightHeaderFooterContent);
        position: absolute;
        top: calc(100% + 20px);
        left: 0;
        width: 100%;
        transition: height 0.3s ease;
        height: 0;
        overflow: hidden;
    }

    body:not(.isScrolling) #navigation_3.open {
        top: calc(100% - 35px);
    }
    #navigation_3 ul {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #navigation_3.open {
        height: 100%;
    }
    #sandwichHead {
        display: block;
        position: absolute;
        top: 20px;
        left: var(--paddingLeftRightHeaderFooterContent);
        width: 27px;
        height: 27px;
        font-size: 1.6rem;
        text-align: center;
        z-index: 1;
        cursor: pointer;
    }

    .isScrolling #sandwichHead {
        top: 15px;
    }

    [dir='rtl'] #sandwichHead {
        right: unset;
        left: var(--paddingLeftRightHeaderFooterContent);
    }
    #sandwichHead .fa-bars {
        display: block;
        font-weight: 300;
    }
    #sandwichHead .fa-times {
        display: none;
    }
    #sandwichHead .active .fa-bars {
        display: none;
    }
    #sandwichHead .active .fa-times {
        display: block;
        font-weight: 300;
    }
    #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;
    }
    #navigation_2 ul {
        flex-wrap: wrap;
        /*justify-content: space-around;*/
        justify-content: left;
    }
}

@media (max-width: 530px) {
    body:not(.isScrolling) #navigation_3.open {
        top: calc(100% - 16px);
    }
}

@media (min-width: 921px) {
    .regItem {
        /*flex-wrap: wrap;*/
    }
    .regItem .regText {

    }
}
@media (max-width: 425px) {

    :root {
        --paddingLeftRightHeaderFooterContent: 16px;
    }


    #header_content,
    #left_content,
    #middle_content,
    #footer_content {
        padding-right: var(--paddingLeftRightHeaderFooterContent);
        padding-left: var(--paddingLeftRightHeaderFooterContent);
    }
    #header_lang {
        right: var(--paddingLeftRightHeaderFooterContent);
    }
    #sandwichHead {
        right: var(--paddingLeftRightHeaderFooterContent);
    }
    #navigation_3 {
        padding-right: var(--paddingLeftRightHeaderFooterContent);
        padding-left: var(--paddingLeftRightHeaderFooterContent);
    }

    body:not(.isScrolling) #navigation_3.open {
        top: calc(100% - 0px);
    }

    #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%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0.75rem;
    }
    .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;
}

.regField.type16::after {
    content: "";
    display: table;
    clear: both;
}

#middle_content a:not(.myDataEdit) {
    color: rgb(18, 121, 190);
    text-decoration: underline;
    border-bottom: none;
}

#middle_content a:not(.myDataEdit) * {
    color: rgb(18, 121, 190);
}

.green_circle_empty {
    display: none;
}

#regFormOverview #busImage {
    left: 290px;
    top: -18px;
    border-radius: 100px;
}

#navigation_2 {
    padding-top: 18px;
    float: left;
}

@media(max-width: 768px) {
    .busImageContainer {
        overflow: visible;
    }
    #busImage {
        top: -80px;
        left: calc(100% - 75px);
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 480px) {
    #regFormOverview #busImage {
        display: none;
    }
}

.addTextUnderActionButton {
    display: none;
}

#footer_content::after {
    content: "";
    display: table;
    clear: both;
}

.beginFooterContent {
    display: inline-block;
    float: right;
}

.beginFooterContent * {
    text-align: right;
}

.copyright {
    font-size: 13px;
}

#permCookieDialog {
    border: 1px solid var(--color1);
    border-radius: 4px;
}

.event_index_registration #portallogo_content_top2 {
    display: block;
    width: 100%;
    height: auto;
    background-color: rgba(29, 113, 185, 0.1);
    border: 1px solid var(--color1);

}

@media (max-width: 1024px) {
    .event_index_index.noLogin {
        background-image: unset;
    }

    .event_index_index.noLogin #portallogo_content_top3 {
        width: 100%;
        height: auto;
        background-color: rgba(29, 113, 185, 0.1);
        border: 1px solid var(--color1);
        display: block;
    }
}

@media(max-width: 768px) {
    .event_index_registration #portallogo_content_top2 {
        display: none;
    }

    .event_index_registration #portallogo_content_top3 {
        display: block;
        width: 100%;
        height: auto;
        background-color: rgba(29, 113, 185, 0.1);
        border: 1px solid var(--color1);

    }
}

#regFormOverview .regLabel {
    color: var(--text-primary-color);
    opacity: 0.8;
}

#left {
    display: none !important;
}
