/* page bg */
/* layout */
/* fonts */
/* colors */
/* links */
/* form elements */
/* buttons */
/* register link */
/* tables */
/* step wizzard */
/*
px to rem sizes (Browser rem = 16px):
1px=0.0625rem
2px=0.125rem
4px=0.25rem
5px=0.3125rem
6px=0.375rem
8px=0.5rem
10px=0,625rem
12px=0.75rem
14px=0.875rem
16px=1rem
18px=1.125rem
20px=1.25rem
22px=1.375rem
24px=1.5rem
26px=1.625rem
28px=1.75rem
30px=1.875rem
32px=2rem
34px=2.125rem
36px=2.25rem
38px=2.375rem
40px=2.5rem
42px=2.625rem
44px=2.75rem
46px=2.875rem
48px=3rem
50px=3.125rem
52px=3.25rem
54px=3.375rem
56px=3.5rem
58px=3.625rem
60px=3.75rem
*/
html {
  font-size: 1rem; }

* {
  box-sizing: border-box;
  font-family: 'Calibri', 'Helvetica', 'Arial', 'sans-serif';
  color: #1a1a18; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0.67em 0 0 0; }

h1 {
  font-size: 2.75rem; }

h2 {
  font-size: 2.25rem; }

h3 {
  font-size: 2rem; }

h4 {
  font-size: 1.75rem; }

h5, h6 {
  font-size: 1.25rem; }

p {
  font-size: 1.2rem; }

ul {
  margin: 0;
  padding: 1em 0 0 2.5em; }

table {
  color: #1a1a18;
  background: transparent;
  margin-top: 1.875em; }
  table td {
    padding: 5px; }

a, a:visited, a:focus {
  color: #1a1a18;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  border-bottom: 1px solid none; }
  a:hover, a:active, a:visited:hover, a:visited:active, a:focus:hover, a:focus:active {
    color: #1a1a18;
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid #000000; }

#logo {
  display: none; }

#portallogo_header {
  width: auto;
  height: 91px;
  padding: 10px;
  background: #ffffff;
  float: right;
  cursor: pointer; }

#portallogo_header {
  display: block; }

.event_c-its-erkner #portallogo_header2 {
  display: block;
  width: 75px;
  padding-top: 8px;
  position: absolute;
  right: 23px;
}

#header_lang {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 10px; }
  #header_lang .flag_label {
    display: none; }
  #header_lang a {
    background-size: 100%;
    background-position: center;
    padding-bottom: 2px;
    height: auto;
    background-repeat: no-repeat; }
    #header_lang a:hover, #header_lang a.activeLang {
      border-bottom: 1px solid #ffffff;
      width: 22px; }

#header_lang_mobile {
  display: none; }

#navigation_3, #navigation_2, #navigation_1 {
  display: block; }
  #navigation_3 ul, #navigation_2 ul, #navigation_1 ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    #navigation_3 ul a, #navigation_2 ul a, #navigation_1 ul a {
      display: block;
      padding: 0 10px;
      line-height: 23px; }

#navigation_2 ul {
  flex-wrap: wrap; }

#sandwichHead {
  display: none; }

#left {
  display: none; }

#middle {
  margin-left: 0; }

/* begin field layout */
input[type="password"], input[type="text"], input[type="submit"], textarea, select {
  width: 100%;
  box-sizing: border-box;
  padding: 0.25em;
  line-height: 1.5em;
  border: 0.0625rem solid #000000;
  font-size: 1rem;
  background: #ffffff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -o-transition: all 0.3s linear; }
  input[type="password"]:focus, input[type="text"]:focus, input[type="submit"]:focus, textarea:focus, select:focus {
    background: #f3f6f9; }

input[type="password"]:disabled,
input[type="text"]:disabled,
textarea:disabled,
select:disabled {
  border-color: #cccccc;
  color: #cccccc;
  background: #ffffff; }

input[type="submit"] {
  width: auto;
  cursor: pointer;
  line-height: 2rem;
  border: 0.0625rem solid #ff6a13;
  background: #ff6a13;
  color: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 6rem;
  font-weight: bold;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -o-transition: all 0.3s linear; }
  input[type="submit"]:hover, input[type="submit"]:focus {
    border: 0.0625rem solid #F35F09;
    background: #F35F09;
    color: #ffffff; }
    input[type="submit"]:hover:disabled, input[type="submit"]:focus:disabled {
      background: #cccccc;
      border-color: #cccccc; }
  input[type="submit"]:disabled {
    background: #cccccc;
    border-color: #cccccc; }

/* begin type Date */
.regField.type12 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  .regField.type12 select.day,
  .regField.type12 span.day {
    order: 1;
    flex-basis: 5rem;
    flex-shrink: 0;
    margin-right: 0.625rem; }
  .regField.type12 select.month,
  .regField.type12 span.month {
    order: 2;
    flex-grow: 1;
    margin-right: 0.625rem; }
  .regField.type12 select.year,
  .regField.type12 span.year{
    order: 3;
    flex-basis: 4.250rem;
    flex-shrink: 0; }
  .regField.type12 input.datePicker {
    order: 4;
    flex-basis: 1.5rem; }

.regField.type12 span.day {
    flex-basis: auto;
}

.regField.type12 span.month {
  flex-grow: unset;
}

.regField.type12 span.year {
  flex-basis: auto;
}

.lang_en .regField.type12 select.month,
.lang_en .regField.type12 span.month {
  order: 1;
}

.lang_en .regField.type12 select.day,
.lang_en .regField.type12 span.day {
  order: 2;
}

.lang_en .regField.type12 select.year,
.lang_en .regField.type12 span.year {
  order: 3;
}


/* end type Date*/
/* begin type Phone */
.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; }

/* end type Phone */
/* begin type Field*/
.regField.type2 input[type="text"] {
  order: 1;
  flex-grow: 1; }

/* end type Field*/
.regItem.type5 {
  flex-wrap: wrap;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .regItem.type5 br {
    display: none; }
  .regItem.type5 > .regText {
    flex: 0 0 100%; }
  .regItem.type5 > .regField.type5 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .regItem.type5 > .regField.type5 > label {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      flex-wrap: wrap;
      margin-bottom: 10px; }
  .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;
      height: 1rem; }

.regItem.type6 {
  flex-wrap: wrap; }
  .regItem.type6 label br {
    display: none; }
  .regItem.type6 > .regText {
    flex: 0 0 100%; }
  .regItem.type6 > .regField.type6 {
    flex-direction: column; }
    .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: nowrap;
      margin-bottom: 10px; }
    .regItem.type6 > .regField.type6.removeLabel label span.readOnly {
      margin-bottom: 10px;
      margin-right: 2px; }
  .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 {
      height: 1rem;
      display: block;
      width: 100%;
      position: relative;
      padding-left: 30px;
      margin-bottom: 10px; }
      .regItem.type6.multiItemsBlock label label input[type="checkbox"] {
        position: absolute;
        top: 0;
        left: 0; }

.regPostLabel {
  /*margin-bottom: 10px;*/ }

/* end field layout */
/* begin infoIcon */
a.infoIconContainer, a.infoIconContainer:hover,
a.infoIconContainer:link, a.infoIconContainer:visited {
  border-bottom: none; }

.infoIconContainer .infoIcon {
  display: none; }

/* end infoIcon */
/* begin type special */
.regRow .regItem.type18 {
  display: block; }
  .regRow .regItem.type18 .regLabel.type18,
  .regRow .regItem.type18 .regText.type18,
  .regRow .regItem.type18 .regField.type18 {
    width: 100%; }
  .regRow .regItem.type18 .regField.type18 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .regRow .regItem.type18#regItem_private_youtube, .regRow .regItem.type18#regItem_private_xing, .regRow .regItem.type18#regItem_private_weibo, .regRow .regItem.type18#regItem_private_vimeo, .regRow .regItem.type18#regItem_private_twitter, .regRow .regItem.type18#regItem_private_snapchat, .regRow .regItem.type18#regItem_private_skype, .regRow .regItem.type18#regItem_private_renren, .regRow .regItem.type18#regItem_private_pinterest, .regRow .regItem.type18#regItem_private_instagram, .regRow .regItem.type18#regItem_private_google, .regRow .regItem.type18#regItem_private_flickr, .regRow .regItem.type18#regItem_private_facebook, .regRow .regItem.type18#regItem_private_myspace, .regRow .regItem.type18#regItem_private_linkedin, .regRow .regItem.type18#regItem_private_blog1, .regRow .regItem.type18#regItem_private_blog2, .regRow .regItem.type18#regItem_youtube, .regRow .regItem.type18#regItem_xing, .regRow .regItem.type18#regItem_weibo, .regRow .regItem.type18#regItem_vimeo, .regRow .regItem.type18#regItem_twitter, .regRow .regItem.type18#regItem_snapchat, .regRow .regItem.type18#regItem_skype, .regRow .regItem.type18#regItem_renren, .regRow .regItem.type18#regItem_pinterest, .regRow .regItem.type18#regItem_myspace, .regRow .regItem.type18#regItem_instagram, .regRow .regItem.type18#regItem_linkedin, .regRow .regItem.type18#regItem_flickr, .regRow .regItem.type18#regItem_google, .regRow .regItem.type18#regItem_facebook, .regRow .regItem.type18#regItem_blog1, .regRow .regItem.type18#regItem_blog2 {
    display: flex; }

/* end type special */
/* begin Radio */
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; }
  input[type="radio"]:checked {
    background-color: #ffffff;
    color: #1a1a18;
    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, input[type="radio"]:disabled + span {
    color: #cccccc;
    border-color: #cccccc; }
    input[type="radio"]:disabled:after, input[type="radio"]:disabled + span:after {
      color: #cccccc;
      background: #cccccc; }

/* end Radio */
/* begin Checkbox */
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; }
  input[type="checkbox"]:checked:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: '\f00c';
    font-size: 14px;
    position: absolute;
    top: 1px;
    left: 2px;
    color: #1a1a18; }
  input[type="checkbox"]:disabled, input[type="checkbox"]:disabled + span {
    color: #cccccc;
    border-color: #cccccc; }
    input[type="checkbox"]:disabled:after, input[type="checkbox"]:disabled + span:after {
      color: #cccccc; }

/* end Checkbox */
/* begin type Time */
.regField.type13 .hour {
  order: 1;
  margin-right: 0.3125rem; }

.regField.type13 .minute {
  order: 2;
  margin-left: 0.3125rem; }

/* end type Time */
/* begin Buttons */
.regButtons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  .regButtons .regBtnBack, .regButtons .regBtnNext, .regButtons .regBtnSave {
    width: 50%;
    box-sizing: border-box;
    float: none; }
    .regButtons .regBtnBack input[type="submit"], .regButtons .regBtnNext input[type="submit"], .regButtons .regBtnSave input[type="submit"] {
      float: right;
      padding: 0.25em 10px 0.25em 10px;
      display: inline-block;
      width: auto;
      min-width: 6rem;
      font-size: 1rem; }
  .regButtons .regBtnBack {
    padding-right: 1.25rem;
    order: 1; }
  .regButtons .regBtnNext, .regButtons .regBtnSave {
    padding-left: 1.25rem;
    order: 2; }
    .regButtons .regBtnNext input[type="submit"], .regButtons .regBtnSave input[type="submit"] {
      float: left; }
  .regButtons > div:only-child {
    padding-left: 0;
    padding-right: 1.125rem; }
    .regButtons > div:only-child input[type="submit"] {
      float: right; }

/*end Buttons*/
/* begin register link */
.registerLink,
.registerLink:visited,
.registerLink:focus {
  cursor: pointer;
  line-height: 2rem;
  border: 0.0625rem solid #ff6a13;
  background: #ff6a13;
  color: #ffffff;
  padding: 0.25em 10px 0.25em 10px;
  display: inline-block;
  width: auto;
  min-width: 6rem;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  float: right; }
  .registerLink:hover,
  .registerLink:visited:hover,
  .registerLink:focus:hover {
    color: #ffffff;
    background: #F35F09;
    border-color: #F35F09; }

/* end register link */
/* begin Klapptexte */
.expandText {
  height: 0;
  visibility: hidden; }

.expandHeadline {
  cursor: pointer;
  position: relative;
  padding: 1.75em 1.5em 0 0;
  border-bottom: 1px solid #000000; }
  .expandHeadline::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    bottom: 5px;
    right: 0;
    width: 1.5rem;
    height: 1.5rem;
    content: "\f078";
    /* chevron-down */ }
  .expandHeadline.expandHeadline.au-expanded::after {
    content: "\f077";
    /* chevron-up */ }

/* end Klapptexte */
/* begin Error */
#loginError {
  color: red;
  padding-bottom: 1.5rem; }

.regMandatoryInfo {
  font-size: 0.75rem; }

.regError {
  margin-bottom: 1.5rem; }

.regError,
.regError .headline,
.regError .item {
  color: red; }

.regItem.itemError input[type="text"],
.regItem.itemError input[type="password"],
.regItem.itemError textarea,
.regItem.itemError select {
  border-color: red; }
  .regItem.itemError input[type="text"]focus,
  .regItem.itemError input[type="password"]focus,
  .regItem.itemError textareafocus,
  .regItem.itemError selectfocus {
    background: #ffbfbf; }

input[type="radion"].regElementError {
  border-color: red; }
  input[type="radion"].regElementError:after {
    background: red; }

input[type="checkbox"].regElementError {
  border-color: red; }

.regItem.itemError .far.fa-calendar-alt {
  color: red; }

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

@media all and (max-width: 374px) {
  input[type="button"].datePicker {
    flex-basis: 3rem; }
  input[type="button"].datePicker,
  input[type="button"].datePicker + .fa-calendar-alt {
    display: none; } }

/* end datepicker */
/* begin hideElement */
.hideElement {
  display: none !important; }

/* end hideElement */
/* begin overview */
.regItem > .regLabel {
  font-weight: bold; }

/* end overview */
/* start mobile tables */
.mobileTable .groupRow {
  border: 1px solid #000000;
  margin-bottom: 30px; }

.mobileTable .row > div {
  padding: 5px; }

.mobileTable .label {
  font-weight: bold;
  border-top: 1px solid #000000; }

.mobileTable .row:first-child .label {
  border-top: none; }

.mobileTable .value {
  border-top: 1px solid #000000; }

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

/* end mobile tables */
.icon_printer,
.icon_pdf,
.icon_movie,
.icon_folder_default,
.icon_folder_inactive,
.icon_folderempty_default,
.icon_folderempty_inactive,
.icon_folderimages_default,
.icon_folderimages_inactive,
.icon_foldermovies_default,
.icon_foldermovies_inactive,
.icon_zip_default,
.icon_zip_inactive,
.icon_pdf_default,
.icon_pdf_inactive,
.icon_doc_default,
.icon_doc_inactive,
.icon_xls_default,
.icon_xls_inactive,
.icon_ppt_default,
.icon_ppt_inactive,
.icon_mov_default,
.icon_mov_inactive,
.icon_mpp_default,
.icon_mpp_inactive,
.icon_wav_default,
.icon_wav_inactive,
.icon_img_default,
.icon_img_inactive,
.icon_document,
.icon_exelExport,
.icon_infoSmall,
.icon_edit,
.icon_folder,
.icon_infoSmall {
  background: none !important;
  position: relative; }
  .icon_printer::before,
  .icon_pdf::before,
  .icon_movie::before,
  .icon_folder_default::before,
  .icon_folder_inactive::before,
  .icon_folderempty_default::before,
  .icon_folderempty_inactive::before,
  .icon_folderimages_default::before,
  .icon_folderimages_inactive::before,
  .icon_foldermovies_default::before,
  .icon_foldermovies_inactive::before,
  .icon_zip_default::before,
  .icon_zip_inactive::before,
  .icon_pdf_default::before,
  .icon_pdf_inactive::before,
  .icon_doc_default::before,
  .icon_doc_inactive::before,
  .icon_xls_default::before,
  .icon_xls_inactive::before,
  .icon_ppt_default::before,
  .icon_ppt_inactive::before,
  .icon_mov_default::before,
  .icon_mov_inactive::before,
  .icon_mpp_default::before,
  .icon_mpp_inactive::before,
  .icon_wav_default::before,
  .icon_wav_inactive::before,
  .icon_img_default::before,
  .icon_img_inactive::before,
  .icon_document::before,
  .icon_exelExport::before,
  .icon_infoSmall::before,
  .icon_edit::before,
  .icon_folder::before,
  .icon_infoSmall::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f03e";
    font-size: 24px;
    color: #0E4580; }

.icon_printer:before {
  content: "\f02f"; }

.icon_pdf:before {
  content: "\f1c1"; }

.icon_movie:before {
  content: "\f3a0"; }

.icon_folder_default:before,
.icon_folder_inactive:before,
icon_folderempty_default:before,
.icon_folderempty_inactive:before,
.icon_folderimages_default:before,
.icon_folderimages_inactive:before,
.icon_foldermovies_default:before,
.icon_foldermovies_inactive:before,
.icon_folder:before {
  content: "\f07c"; }

.icon_zip_default:before,
.icon_zip_inactive:before {
  content: "\f1c6"; }

.icon_pdf_default:before,
.icon_pdf_inactive:before {
  content: "\f1c1"; }

.icon_doc_default:before,
.icon_doc_inactive:before {
  content: "\f1c2"; }

.icon_xls_default:before,
.icon_xls_inactive:before {
  content: "\f1c3"; }

.icon_ppt_default:before,
.icon_ppt_inactive:before {
  content: "\f1c4"; }

.icon_mov_default:before,
.icon_mov_inactive:before {
  content: "\f03d"; }

.icon_mpp_default:before,
.icon_mpp_inactive:before {
  content: "\f008"; }

.icon_wav_default:before,
.icon_wav_inactive:before {
  content: "\f001"; }

.icon_img_default:before,
.icon_img_inactive:before {
  content: "\f03e"; }

.icon_document:before {
  content: "\f15c"; }

.icon_exelExport:before {
  content: "\f1c3"; }

.icon_infoSmall:before {
  content: "\f05a"; }

.icon_edit:before {
  content: "\f044"; }

.icon_folder_inactive:before,
.icon_folderempty_inactive:before,
.icon_folderimages_inactive:before,
.icon_foldermovies_inactive:before,
.icon_zip_inactive:before,
.icon_pdf_inactive:before,
.icon_doc_inactive:before,
.icon_xls_inactive:before,
.icon_ppt_inactive:before,
.icon_mov_inactive:before,
.icon_mpp_inactive:before,
.icon_wav_inactive:before,
.icon_img_inactive:before {
  color: #cccccc; }

/* set sticky header */
#header {
  position: fixed;
  width: 100%;
  height: 91px;
  background: none;
  z-index: 1; }

/* begin login */
.loginContainer, #loginError {
  width: 20rem;
  margin: 0 auto; }

.loginContainer .loginRow {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  .loginContainer .loginRow .loginLabel {
    order: 1;
    flex-basis: 10.5rem;
    flex-shrink: 0;
    margin-bottom: 1.25rem; }
  .loginContainer .loginRow .loginField {
    order: 2;
    flex-grow: 1;
    margin-bottom: 1.25rem; }

/* end login */
/* begin set footer at bottom */
#page {
  min-height: 100vh;
  position: relative; }
  #page #main {
    min-height: 100vh;
    padding-bottom: 70px;
    padding-top: 91px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    #page #main #middle {
      flex: 1;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
      #page #main #middle #middle_content {
        flex: 1; }

#footer {
  padding-top: 30px;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 70px; }

/* end set footer at bottom */
/* begin text sizes */
/* end text sizes */
/* begin left/right fields layout */
.regRow, .regItem, .regField {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

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

.regItem.regColumnWidth1 {
  width: 50%; }

.regItem.leftCol {
  padding-right: 1.25rem; }

.regItem.rightCol {
  padding-left: 1.25rem; }

.regItem .regLabel, .regItem .regField, .regItem .regText {
  width: auto;
  float: none;
  margin: 0;
  margin-bottom: 0.8rem; }

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

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

.regItem .regField {
  order: 2;
  flex-grow: 1; }

.regItemEmpty.regColumnWidth1 {
  width: 50%; }

.regItemEmpty.leftCol {
  padding-right: 1.25rem; }

.regItemEmpty.rightCol {
  padding-left: 1.25rem; }

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

.regField.type12, .regField.type13, .regField.type15 {
  align-items: center; }

/* end left/right fields layout */
textarea.regElementError, textarea.regElement {
  height: 100px; }

#header_content {
  position: relative; }

#header_lang {
  display: inline-block;
  position: absolute;
  right: 120px; }
  #header_lang a, #header_lang a.activeLang, #header_lang a:hover {
    border-bottom-color: transparent; }

#header_content,
#middle_content,
#footer_content {
  padding-left: 120px;
  padding-right: 120px;
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 1300px;
  background: none; }

#middle_content {
  max-width: 1060px;
  background: 40px;
  padding-left: 20px;
  padding-right: 20px; }

.noLogin.event_index_index #middle_content {
  max-width: 1300px;
  background: none;
  padding-left: 120px;
  padding-right: 120px; }

#middle_content {
  padding-top: 30px;
  padding-bottom: 30px; }

#middle_content {
  background: white;
  opacity: 0.9; }

/* begin step wizzard */
#stepWizardDiv a {
  border-color: transparent; }

#stepWizardDiv table {
  margin: 0; }
  #stepWizardDiv table td {
    padding: 0;
    background-image: none;
    vertical-align: middle; }
    #stepWizardDiv table td.arrow {
      border-top: 18px solid #dfdfdf;
      border-right: 0px solid #dfdfdf;
      border-bottom: 18px solid #dfdfdf;
      border-left: 18px solid #dfdfdf;
      position: relative; }
      #stepWizardDiv table td.arrow.activeNext {
        border-left: 18px solid #0057B8; }
      #stepWizardDiv table td.arrow.prevActive {
        border-left-color: #a4bcef;
        border-top-color: #0057B8;
        border-right-color: #0057B8;
        border-bottom-color: #0057B8; }
      #stepWizardDiv table td.arrow.prevPrev {
        border-left-color: #a4bcef;
        border-top-color: #a4bcef;
        border-right-color: #a4bcef;
        border-bottom-color: #a4bcef; }
      #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 table td.activeStep {
      background: #0057B8; }

#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 */
/* begin download */
div.download {
  padding-top: 0.67em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  div.download > a {
    order: 1;
    flex-basis: 32px;
    flex-shrink: 0;
    background-size: contain;
    background-repeat: no-repeat;
    float: none;
    padding-right: 8px;
    width: 24px !important;
    height: 24px !important;
    margin-right: 0 !important; }
    div.download > a:hover {
      border-color: transparent; }
  div.download div {
    order: 2;
    flex-grow: 1; }
    div.download div a {
      border-color: #000000; }

/* end download */
/* begin hamburger */
#sandwichHead, #sandwichHeadLeftNav {
  display: flex;
  position: absolute;
  top: 20px;
  left: 120px;
  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: 24px;
    height: 24px; }
    #sandwichHead div span, #sandwichHeadLeftNav div span {
      display: block;
      margin-bottom: 5px;
      width: 24px;
      height: 2px;
      position: relative;
      background: #000;
      z-index: 1;
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear;
      -o-transition: all 0.3s linear; }
      #sandwichHead div span:first-child, #sandwichHeadLeftNav div span:first-child {
        margin-top: 5px; }
      #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(-6px) rotateZ(-45deg);
      -ms-transform: translateY(-6px) rotate(-45deg);
      transform: translateY(-6px) rotateZ(-45deg); }

#sandwichHead, #sandwichHeadLeftNav {
  display: none; }

/* end hamburger */
#navigation_3 {
  padding-top: 56px; }
  #navigation_3 li {
    float: right; }
    #navigation_3 li a {
      line-height: 18px;
      padding: 8px;
      border-bottom: none !important; }
      #navigation_3 li a span {
        color: #ffffff;
        text-transform: uppercase;
        font-weight: bold; }
      #navigation_3 li a:hover span {
        color: #1a1a18; }
    #navigation_3 li:first-child a {
      padding-left: 0; }

#navigation_2 li a {
  border-right: 1px solid white;
  line-height: 16px;
  margin-bottom: 10px; }
  #navigation_2 li a span {
    color: #ffffff;
    font-weight: bold; }
  #navigation_2 li a:hover, #navigation_2 li a:active {
    border-bottom: none; }

#navigation_2 li:first-child a {
  padding-left: 0; }

#navigation_2 li:last-child a {
  border-right: none; }

@media all and (max-width: 1300px) {
  #middle_content {
    margin-left: 120px;
    margin-right: 120px;
    padding-left: 20px;
    padding-right: 20px; }
  .noLogin.event_index_index #middle_content {
    max-width: 1300px;
    padding-left: 120px;
    padding-right: 120px;
    margin: 0 auto; } }

@media all and (max-width: 1024px) {
  #header {
    height: 77px; }
  #header_lang {
    display: none; }
  #page #main {
    padding-top: 77px; }
  #header_content,
  #middle_content,
  #footer_content {
    padding-left: 80px;
    padding-right: 80px; }
  #middle_content {
    margin-left: 80px;
    margin-right: 80px;
    padding-left: 20px;
    padding-right: 20px; }
  .noLogin.event_index_index #middle_content {
    padding-left: 80px;
    padding-right: 80px;
    margin: 0 auto; }
  #main {
    padding-top: 77px; }
  #portallogo_header {
    height: 77px; }
  #navigation_3 {
    margin-top: 77px; }
  #navigation_3 {
    display: block;
    position: absolute;
    left: -100%;
    top: 0;
    background: none;
    margin-top: 77px;
    width: 100%;
    height: calc(100vh);
    z-index: 2;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    padding-left: 80px;
    padding-top: 10px; }
    #navigation_3 ul {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      #navigation_3 ul li {
        display: block;
        min-height: 30px; }
        #navigation_3 ul li a {
          display: inline-block;
          padding-left: 0;
          padding-right: 0; }
    #navigation_3 #header_lang_mobile {
      display: block;
      padding-top: 10px; }
      #navigation_3 #header_lang_mobile .flag_label {
        display: block; }
      #navigation_3 #header_lang_mobile a {
        display: block;
        padding-left: 26px;
        background-repeat: no-repeat;
        background-position: center left; }
        #navigation_3 #header_lang_mobile a.activeLang {
          text-decoration: underline; }
        #navigation_3 #header_lang_mobile a:hover {
          border-color: none;
          text-decoration: underline; }
    #navigation_3.open {
      left: 0;
      padding: 0; }
      #navigation_3.open ul {
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 10px 20px 10px 80px;
        background: #ffffff; }
        #navigation_3.open ul li a span {
          color: #1a1a18; }
        #navigation_3.open ul li a:hover span {
          color: #ff6a13; }
  /* begin hamburger */
  #sandwichHead {
    display: flex;
    left: 80px; }
  /* end hamburger */ }

@media all and (max-width: 920px) {
  #header_content,
  #middle_content,
  #footer_content {
    padding-left: 67px;
    padding-right: 67px; }
  #middle_content {
    margin-left: 67px;
    margin-right: 67px;
    padding-left: 20px;
    padding-right: 20px; }
  .noLogin.event_index_index #middle_content {
    padding-left: 67px;
    padding-right: 67px;
    margin: 0 auto; }
  #sandwichHead, #sandwichHeadLeftNav {
    left: 67px; }
  #navigation_3 {
    padding-left: 67px;
    padding-right: 67px; }
    #navigation_3.open ul {
      padding-left: 67px; }
  /* begin left/right fields layout */
  .regItem, .regItemEmpty {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .regItem .regLabel, .regItemEmpty .regLabel {
      flex-basis: auto;
      flex-grow: 0;
      margin-bottom: 0; }
    .regItem.type6.multiItemsBlock .regField, .regItem.type6.multiItemsBlock .regLabel, .regItem.type5.multiItemsBlock .regField, .regItem.type5.multiItemsBlock .regLabel, .regItemEmpty.type6.multiItemsBlock .regField, .regItemEmpty.type6.multiItemsBlock .regLabel, .regItemEmpty.type5.multiItemsBlock .regField, .regItemEmpty.type5.multiItemsBlock .regLabel {
      display: block;
      width: 100%;
      float: none; }
    .regItem.programPoint .regText, .regItemEmpty.programPoint .regText {
      flex-basis: auto; }
  #main {
    padding-top: 77px; }
  #portallogo_header {
    height: 77px; }
  #navigation_3 {
    margin-top: 77px; }
  /* end left/right fields layout */ }

@media all and (max-width: 768px) {
  #sandwichHead, #sandwichHeadLeftNav {
    left: 40px; }
  #header_content,
  #middle_content,
  #footer_content {
    padding-left: 40px;
    padding-right: 40px; }
  #middle_content {
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 20px;
    padding-right: 20px; }
  .noLogin.event_index_index #middle_content {
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 auto; }
  #navigation_3 {
    padding-left: 40px;
    padding-right: 40px; }
    #navigation_3.open ul {
      padding-left: 40px; }
  /* begin left/right fields layout */
  .regRow {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .regRow .regItem.regColumnWidth1, .regRow .regItem.regColumnWidth2, .regRow .regItemEmpty.regColumnWidth1, .regRow .regItemEmpty.regColumnWidth2 {
      width: 100%; }
    .regRow .regItem.leftCol, .regRow .regItemEmpty.leftCol {
      padding-right: 0; }
    .regRow .regItem.rightCol, .regRow .regItemEmpty.rightCol {
      padding-left: 0; }
  .regButtons .regBtnBack, .regButtons .regBtnNext, .regButtons .regBtnSave {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0.75rem; }
  /* end left/right fields layout */ }

@media all and (max-width: 530px) {
  #header {
    height: 63px; }
  #page #main {
    padding-top: 63px; }
  #main {
    padding-top: 63px; }
  #portallogo_header {
    height: 63px; }
  #navigation_3 {
    margin-top: 63px; }
  #header_content,
  #middle_content,
  #footer_content {
    padding-left: 20px;
    padding-right: 20px; }
  #middle_content {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px; }
  .noLogin.event_index_index #middle_content {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto; }
  #navigation_3 {
    padding-left: 20px;
    padding-right: 20px; }
    #navigation_3.open ul {
      display: -ms-flexbox;
      display: flex;
      padding-left: 20px; }
  #stepWizardDiv {
    display: none; }
  /*#navigation_2 {
        ul {
            justify-content: space-between;
        }
    }*/
  /* begin hamburger */
  #sandwichHead, #sandwichHeadLeftNav {
    top: 10px;
    left: 20px; }
  /* end hamburger */
  /* begin left/right fields layout */
  .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; }
    .regButtons > div:only-child,
    .regButtons > .regBtnBack,
    .regButtons > .regBtnNext,
    .regButtons > .regBtnSave {
      padding: 0; }
  /* end left/right fields layout */
  /* begin login container */
  .loginContainer, #loginError {
    width: 100%; }
  .loginContainer .loginRow {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .loginContainer .loginRow .loginLabel {
      flex-basis: auto;
      margin-bottom: 0; }
    .loginContainer .loginRow input[type="submit"] {
      width: 96px; }
  /* end login container */ }

/* bg_image */
#background {
  background: url("img/bg_image.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

/* trapezoid */
#trapezoid {
  height: 0;
  border-bottom: 100vh solid #53565a;
  border-right: 6vw solid transparent;
  width: 19vw;
  position: fixed;
  top: 0;
  left: 0; }

@media all and (max-width: 1980px) {
  #trapezoid {
    border-right: 6vw solid transparent;
    width: 19vw; } }

@media all and (max-width: 1800px) {
  #trapezoid {
    border-right: 7vw solid transparent;
    width: 15vw; } }

@media all and (max-width: 1600px) {
  #trapezoid {
    border-right: 9vw solid transparent;
    width: 11vw; } }

@media all and (max-width: 1400px) {
  #trapezoid {
    border-right: 6vw solid transparent;
    width: 9vw; } }

@media all and (max-width: 1300px) {
  #trapezoid {
    border-right: 5vw solid transparent;
    width: 7vw; } }

@media all and (max-width: 1024px) {
  #trapezoid {
    border-right: 4vw solid transparent;
    width: 6vw; } }

@media all and (max-width: 768px) {
  #trapezoid {
    border-right: 4vw solid transparent;
    width: 4vw; } }

@media all and (max-width: 530px) {
  #trapezoid {
    border-right: 3vw solid transparent;
    width: 3vw; } }

@media all and (max-width: 425px) {
  #trapezoid {
    border-right: 4vw solid transparent;
    width: 4vw; } }

/* hide title and facts by default */
.pluginsContainer, h2#plugin_event_title, #plugin_facts {
  display: none; }

/* show title and facts only on startpage*/
.noLogin.event_index_index h2#plugin_event_title {
  display: block;
  font-size: 64px;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #53565a;
}

.noLogin.event_index_index.event_grunderwerbstagung2025 h2#plugin_event_title,
.noLogin.event_index_index.event_grunderwerbstagung2025int h2#plugin_event_title {
  display: block;
  font-size: 40px;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #53565a;
}



.noLogin.event_index_index .pluginsContainer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end; }

.noLogin.event_index_index #plugin_facts {
  display: block;
  margin-bottom: 20px; }
  .noLogin.event_index_index #plugin_facts div.facts {
    background: #53565a;
    opacity: 0.85;
    padding: 20px 60px 20px 20px;
    display: inline-block; }
  .noLogin.event_index_index #plugin_facts h2 {
    font-size: 26px;
    padding: 0;
    color: #ff6a13; }
  .noLogin.event_index_index #plugin_facts h2.plus2px {
    font-size: 28px;
  }
  .noLogin.event_index_index #plugin_facts h2.plus4px {
    font-size: 30px;
  }
  .noLogin.event_index_index #plugin_facts h2.plus6px {
    font-size: 32px;
  }
  .noLogin.event_index_index #plugin_facts h2.minus2px {
    font-size: 24px;
  }
  .noLogin.event_index_index #plugin_facts h2.minus4px {
    font-size: 22px;
  }
  .noLogin.event_index_index #plugin_facts h2.minus6px {
    font-size: 20px;
  }
  .noLogin.event_index_index #plugin_facts h3 {
    font-size: 26px;
    padding: 0;
    color: #ffffff;
    font-weight: normal; }
  .noLogin.event_index_index #plugin_facts h3.plus2px {
    font-size: 28px;
  }
  .noLogin.event_index_index #plugin_facts h3.plus4px {
    font-size: 30px;
  }
  .noLogin.event_index_index #plugin_facts h3.plus6px {
    font-size: 32px;
  }
  .noLogin.event_index_index #plugin_facts h3.minus2px {
    font-size: 24px;
  }
  .noLogin.event_index_index #plugin_facts h3.minus4px {
    font-size: 22px;
  }
  .noLogin.event_index_index #plugin_facts h3.minus6px {
    font-size: 20px;
  }

.noLogin.event_index_index #middle_content {
  background: none;
  opacity: 1; }

@media all and (max-width: 1280px) {
  .noLogin.event_index_index h2#plugin_event_title {
    font-size: 48px;
    line-height: 38px;
    padding-top: 10px;
    padding-bottom: 10px; }
  .noLogin.event_index_index #plugin_facts h2 {
    font-size: 28px; }
  .noLogin.event_index_index #plugin_facts h2.plus2px {
    font-size: 30px; }
  .noLogin.event_index_index #plugin_facts h2.plus4px {
    font-size: 32px; }
  .noLogin.event_index_index #plugin_facts h2.plus6px {
    font-size: 34px; }
  .noLogin.event_index_index #plugin_facts h2.minus2px {
    font-size: 26px; }
  .noLogin.event_index_index #plugin_facts h2.minus4px {
    font-size: 24px; }
  .noLogin.event_index_index #plugin_facts h2.minus6px {
    font-size: 22px; }
  .noLogin.event_index_index #plugin_facts h3 {
    font-size: 24px; }
  .noLogin.event_index_index #plugin_facts h3.plus2px {
    font-size: 26px; }
  .noLogin.event_index_index #plugin_facts h3.plus4px {
    font-size: 28px; }
  .noLogin.event_index_index #plugin_facts h3.plus6px {
    font-size: 30px; }
  .noLogin.event_index_index #plugin_facts h3.minus2px {
    font-size: 22px; }
  .noLogin.event_index_index #plugin_facts h3.minus4px {
    font-size: 20px; }
  .noLogin.event_index_index #plugin_facts h3.minus6px {
    font-size: 18px; }
}

@media all and (max-width: 768px) {
  .noLogin.event_index_index h2#plugin_event_title {
    font-size: 40px; }
  .noLogin.event_index_index #plugin_facts {
    display: block; }
    .noLogin.event_index_index #plugin_facts div.facts {
      display: block; }
    .noLogin.event_index_index #plugin_facts h2 {
      font-size: 24px; }
    .noLogin.event_index_index #plugin_facts h2.plus2px {
      font-size: 26px; }
    .noLogin.event_index_index #plugin_facts h2.plus4px {
      font-size: 28px; }
    .noLogin.event_index_index #plugin_facts h2.plus6px {
      font-size: 30px; }
  .noLogin.event_index_index #plugin_facts h2.minus2px {
    font-size: 22px; }
  .noLogin.event_index_index #plugin_facts h2.minus4px {
    font-size: 20px; }
  .noLogin.event_index_index #plugin_facts h2.minus6px {
    font-size: 18px; }
    .noLogin.event_index_index #plugin_facts h3 {
      font-size: 20px; }
    .noLogin.event_index_index #plugin_facts h3.plus2px {
      font-size: 22px; }
    .noLogin.event_index_index #plugin_facts h3.plus4px {
      font-size: 24px; }
    .noLogin.event_index_index #plugin_facts h3.plus6px {
      font-size: 26px; }
  .noLogin.event_index_index #plugin_facts h3.minus2px {
    font-size: 18px; }
  .noLogin.event_index_index #plugin_facts h3.minus4px {
    font-size: 16px; }
  .noLogin.event_index_index #plugin_facts h3.minus6px {
    font-size: 14px; }
}

@media all and (max-width: 530px) {
  .noLogin.event_index_index #plugin_facts {
    display: block; }
    .noLogin.event_index_index #plugin_facts div.facts {
      display: block; }
  .noLogin.event_index_index h2#plugin_event_title {
    font-size: 32px; }
  .noLogin.event_index_index #plugin_facts div {
    display: block; } }

#side_buttons {
  position: fixed;
  top: 30%;
  right: 0; }
  #side_buttons a {
    display: block;
    background: url("img/Back_64x64.png") no-repeat left top;
    width: 64px;
    height: 64px;
    margin-bottom: 16px; }
    #side_buttons a.location {
      background: url("img/Location_64x64.png") no-repeat left top; }
    #side_buttons a.contact {
      background: url("img/Kontakt_64x64.png") no-repeat left top; }

@media all and (max-width: 1280px) {
  #side_buttons {
    top: 30%; }
    #side_buttons a {
      background: url("img/Back_48x48.png") no-repeat left top;
      width: 48px;
      height: 48px;
      margin-bottom: 24px; }
      #side_buttons a.location {
        background: url("img/Location_48x48.png") no-repeat left top; }
      #side_buttons a.contact {
        background: url("img/Kontakt_48x48.png") no-repeat left top; } }

@media all and (max-width: 767px) {
  #side_buttons {
    top: 24%; }
    #side_buttons a {
      background: url("img/Back_32x32.png") no-repeat left top;
      width: 32px;
      height: 32px;
      margin-bottom: 16px; }
      #side_buttons a.location {
        background: url("img/Location_32x32.png") no-repeat left top; }
      #side_buttons a.contact {
        background: url("img/Kontakt_32x32.png") no-repeat left top; } }

@media all and (max-width: 530px) {
  #side_buttons {
    top: 24%; }
    #side_buttons a {
      background: url("img/Back_24x24.png") no-repeat left top;
      width: 24px;
      height: 24px;
      margin-bottom: 24px; }
      #side_buttons a.location {
        background: url("img/Location_24x24.png") no-repeat left top; }
      #side_buttons a.contact {
        background: url("img/Kontakt_24x24.png") no-repeat left top; } }

a.registerLink {
  font-weight: bold;
  font-size: 18px; }

.registerHere {
  margin-top: 0;
  line-height: 40px;
  border: 1px solid #ff6a13;
  background: #ff6a13;
  color: #ffffff;
  padding: 0;
  display: block;
  width: auto;
  min-width: 150px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  clear: both; }
  .registerHere span {
    font-size: 1rem;
    font-weight: normal;
    color: #ffffff;
    display: block;
    line-height: 1rem; }

.noLogin.event_index_index .registerHere {
  margin-bottom: 20px; }

@media all and (max-width: 1280px) {
  .registerHere {
    line-height: 30px;
    font-size: 20px; } }

.white_bg {
  padding: 10px 20px;
  background: #53565a;
  opacity: 0.85;
  clear: both;
  color: #ffffff !important; }

@media all and (max-width: 767px) {
  .white_bg {
    padding: 10px 20px; } }

/* begin style on scrolling offset > 0 */
/*.isScrolling {*/
#header {
  background: white;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.27); }

#navigation_3 ul li a span {
  color: #1a1a18; }

#navigation_3 ul li a:hover span {
  color: #ff6a13; }

/*}*/
/* end style on scrolling offset > 0 */
/* login form and login error */
::placeholder, :-ms-input-placeholder, ::-ms-input-placeholder {
  color: #53565a;
  opacity: 1; }

.noLogin.event_index_index .plugin_login_container {
  display: block;
  background: #ff6a13;
  padding: 20px;
  margin-bottom: 20px;
  max-width: 20rem;
  width: auto; }
  .noLogin.event_index_index .plugin_login_container .loginContainer, .noLogin.event_index_index .plugin_login_container #loginError {
    width: 100%; }
  .noLogin.event_index_index .plugin_login_container .loginContainer .loginRow .loginLabel {
    color: #ffffff;
    display: none; }
  .noLogin.event_index_index .plugin_login_container .loginContainer .loginRow .loginDelimiter {
    color: #ffffff; }
  .noLogin.event_index_index .plugin_login_container .loginContainer .loginRow .loginField input {
    border-color: #ffffff; }
  .noLogin.event_index_index .plugin_login_container .loginContainer .loginRow.loginButton input[type="submit"] {
    border-color: #ffffff;
    font-weight: bold;
    font-size: 18px; }
  .noLogin.event_index_index .plugin_login_container #voucherError, .noLogin.event_index_index .plugin_login_container #loginError {
    background: #ffffff;
    margin: 0;
    padding: 5px;
    margin-bottom: 20px;
    width: 100%;
    color: red;
    clear: both; }
  .noLogin.event_index_index .plugin_login_container .vouchercode {
    clear: both;
    margin-top: 20px; }
    .noLogin.event_index_index .plugin_login_container .vouchercode form {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      flex-wrap: wrap; }
      .noLogin.event_index_index .plugin_login_container .vouchercode form .label {
        order: 1;
        flex-basis: 10.5rem;
        flex-shrink: 0;
        margin-bottom: 1.25rem;
        color: white;
        display: none; }
      .noLogin.event_index_index .plugin_login_container .vouchercode form .codeField {
        order: 2;
        flex-grow: 1;
        margin-bottom: 1.25rem; }
        .noLogin.event_index_index .plugin_login_container .vouchercode form .codeField input {
          border: 1px solid #ffffff; }
      .noLogin.event_index_index .plugin_login_container .vouchercode form .submitButton {
        order: 3;
        flex-basis: 100%;
        flex-shrink: 0; }
        .noLogin.event_index_index .plugin_login_container .vouchercode form .submitButton input {
          border: 1px solid #ffffff;
          font-weight: bold;
          font-size: 18px; }
  .noLogin.event_index_index .plugin_login_container .registerHere {
    margin-bottom: 20px;
    margin-top: 0; }
  .noLogin.event_index_index .plugin_login_container .registerLink {
    float: left;
    border-color: #ffffff; }

@media all and (max-width: 850px) {
  .noLogin.event_index_index #plugin_facts, .noLogin.event_index_index .plugin_login_container, .noLogin.event_index_index .facts {
    width: 100% !important;
    max-width: none !important; }
  .noLogin.event_index_index #plugin_facts div.facts {
    padding-right: 20px; } }

/* show logo 2 and different header after login */
#plugin_head, #plugin_header {
  display: none; }

body.login #header {
  height: 115px;
  background: white;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.27); }

body.login #portallogo_header {
  height: 81px; }

body.login #navigation_3 {
  padding-top: 81px; }
  body.login #navigation_3 ul li a span {
    color: #1a1a18; }
  body.login #navigation_3 ul li a:hover span {
    color: #ff6a13; }

body.login #page #main {
  padding-top: 115px; }

body.login #plugin_header {
  display: inline-block;
  float: left; }
  body.login #plugin_header #plugin_facts {
    display: none; }
    body.login #plugin_header #plugin_facts .facts br {
      display: none; }
    body.login #plugin_header #plugin_facts .facts h2 {
      display: none; }
    body.login #plugin_header #plugin_facts .facts p {
      padding-top: 10px; }
      body.login #plugin_header #plugin_facts .facts p span {
        color: #1a1a18 !important; }
    body.login #plugin_header #plugin_facts .facts p:nth-of-type(odd) span {
      font-weight: bold; }
    body.login #plugin_header #plugin_facts .facts p:last-of-type span {
      font-weight: normal; }

body.login #plugin_head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 132px;
  align-items: flex-end;
  position: fixed;
  top: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2; }
  body.login #plugin_head h2#plugin_event_title {
    display: inline-block;
    color: #1a1a18 !important;
    font-size: 46px;
    line-height: 46px;
    padding: 0;
    max-width: 500px;
    text-align: center; }

@media all and (max-width: 1280px) {
  body.login #header {
    height: 110px; }
  body.login #page #main {
    padding-top: 110px; }
  body.login #plugin_head {
    height: 145px; }
    body.login #plugin_head h2#plugin_event_title {
      font-size: 38px; } }

@media all and (max-width: 1120px) {
  body.login #plugin_head h2#plugin_event_title {
    display: none; }
  body.login #plugin_header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: flex-end;
    text-align: right;
    height: 68px; }
    body.login #plugin_header h2#plugin_event_title {
      display: block;
      font-size: 28px;
      max-width: 300px;
      padding-top: 0; }
  body.login #sandwichHead {
    top: 70px; }
  body.login #portallogo_header {
    height: 70px; }
  body.login #header {
    height: 110px; }
  body.login #page #main {
    padding-top: 110px; } }

@media all and (max-width: 1024px) {
  body.login #header {
    height: 100px; }
  body.login #page #main {
    padding-top: 100px; }
  body.login #navigation_3 {
    margin-top: 100px; } }

@media all and (max-width: 920px) {
  body.login #header {
    height: 100px; }
  body.login #page #main {
    padding-top: 100px; }
  body.login #navigation_3 {
    margin-top: 100px; }
  body.login #plugin_head h2#plugin_event_title {
    font-size: 24px; } }

@media all and (max-width: 768px) {
  body.login #plugin_head h2#plugin_event_title {
    display: none; }
  body.login #header {
    height: 100px; }
  body.login #page #main {
    padding-top: 100px; }
  body.login #navigation_3 {
    margin-top: 100px; } }

@media all and (max-width: 530px) {
  body.login #plugin_header {
    height: 50px; }
    body.login #plugin_header h2#plugin_event_title {
      font-size: 20px;
      max-width: 200px; }
  body.login #sandwichHead {
    top: 56px; }
  body.login #portallogo_header {
    height: 56px; }
  body.login #header {
    height: 85px; }
  body.login #page #main {
    padding-top: 85px; }
  body.login #navigation_3 {
    margin-top: 85px; } }

@media all and (max-width: 380px) {
  body.login #plugin_header {
    height: 40px; }
    body.login #plugin_header h2#plugin_event_title {
      font-size: 18px;
      line-height: 16px;
      max-width: 170px; }
  body.login #sandwichHead {
    top: 45px; }
  body.login #portallogo_header {
    height: 50px; }
  body.login #header {
    height: 76px; }
  body.login #page #main {
    padding-top: 76px; }
  body.login #navigation_3 {
    margin-top: 76px; } }

.event_frauentag #plugin_event_title {
  display: none !important;
}

/* hide yesno pp on overview */
#regFormOverview .programPoint .regField .readOnly,
#regFormOverview .programPoint.unchecked {
  display: none;
}

body.login.event_FKM2023 #plugin_head h2#plugin_event_title {
  font-size: 34px;
  line-height: 34px;
}

@media all and (max-width: 1280px) {
  body.login.event_FKM2023 #plugin_head h2#plugin_event_title {
    font-size: 34px;
  }
}

@media all and (max-width: 1120px) {
  body.login.event_FKM2023 #plugin_header h2#plugin_event_title {
    font-size: 21px;
    line-height: 21px;
  }
}

@media all and (max-width: 920px) {
  body.login.event_FKM2023 #plugin_head h2#plugin_event_title {
    font-size: 24px; }
}

@media all and (max-width: 530px) {
  body.login.event_FKM2023 #plugin_header h2#plugin_event_title {
    font-size: 14px;
  }
}

@media all and (max-width: 380px) {
  body.login.event_FKM2023 #plugin_header h2#plugin_event_title {
    font-size: 14px;
    line-height: 14px;
  }
}

@media all and (max-width: 360px) {
  body.login.event_FKM2023 #plugin_header h2#plugin_event_title {
    font-size: 12px;
    line-height: 12px;
  }
}

@media all and (max-width: 360px) {
  body.login.event_FKM2023 #plugin_header h2#plugin_event_title {
    font-size: 10px;
    line-height: 10px;
  }
}

.event_AutobahnOS.noLogin.event_index_index h2#plugin_event_title {
  font-size: 50px;
}

.event_fachboard_arbeitskreis_2025.noLogin.event_index_index h2#plugin_event_title {
  font-size: 42px;
}



@media (max-width: 1280px) {
  .event_AutobahnOS.noLogin.event_index_index h2#plugin_event_title {
    font-size: 42px;
  }

  .event_fachboard_arbeitskreis_2025.noLogin.event_index_index h2#plugin_event_title {
    font-size: 38px;
  }
}

body.event_delegiertenversammlung2023.login #plugin_head {
  top: 16px;
}

.event_delegiertenversammlung2023.login #plugin_head h2#plugin_event_title{
  font-size: 36px;
  line-height: 41px;
}

@media (max-width: 1120px) {
  body.event_delegiertenversammlung2023.login #plugin_header {
    height: 106px;
  }
  .event_delegiertenversammlung2023.login #plugin_head h2#plugin_event_title{

  }
}

@media (max-width: 1024px) {
  body.event_delegiertenversammlung2023.login #plugin_header {
    padding-left: 20px;
  }

  .event_delegiertenversammlung2023.login #plugin_header h2#plugin_event_title{

  }

  .event_fachboard_arbeitskreis_2025.noLogin.event_index_index h2#plugin_event_title {
    font-size: 32px;
  }
}

@media (max-width: 780px) {
  body.event_delegiertenversammlung2023.login #plugin_header {
    height: 60px;
  }

  .event_delegiertenversammlung2023.login #plugin_header h2#plugin_event_title{
    font-size: 20px;
    max-width: 240px;
  }

  .event_fachboard_arbeitskreis_2025.noLogin.event_index_index h2#plugin_event_title {
    font-size: 26px;
  }
}

@media (max-width: 530px) {
  body.event_delegiertenversammlung2023.login #plugin_header {
    height: 74px;
  }

  .event_delegiertenversammlung2023.login #plugin_header h2#plugin_event_title{
    font-size: 16px;
    max-width: 160px;
  }

  .event_fachboard_arbeitskreis_2025.noLogin.event_index_index h2#plugin_event_title {
    font-size: 24px;
  }
}

@media (max-width: 380px) {
  body.event_delegiertenversammlung2023.login #plugin_header {
    height: 60px;
  }

  .event_delegiertenversammlung2023.login #plugin_header h2#plugin_event_title{
    font-size: 16px;
    max-width: 160px;
  }
}

.event_grunderwerbstagung2023 #plugin_event_title {
  font-size: 40px !important;
}

.event_grunderwerbstagung2023int #plugin_event_title {
  font-size: 40px !important;
}

.event_grunderwerbstagung2024 #plugin_event_title {
  font-size: 40px !important;
}

.event_grunderwerbstagung2024int #plugin_event_title {
  font-size: 40px !important;
}

.event_index_index.event_tagderuniversitaeten table,
.event_index_index.event_tagderuniversitaeten table td * {
  font-size: 1.2rem;
  color: #ffffff;
}

.event_index_index.event_tagderuniversitaeten table tr td:nth-child(1) {
  min-width: 100px;
  padding-left: 0;
  padding-right: 0;
}

.event_Workshop-UB-Personal #plugin_event_title {
  font-size: 40px !important;
}
