@charset "UTF-8";
@font-face {
  font-family: "OpenSansRegular";
  font-style: normal;
  font-weight: normal;
  src: url("/frontend_app/fonts/OpenSans/OpenSans-Regular.eot");
  src: url("/frontend_app/fonts/OpenSans/OpenSans-Regular.eot") format("embedded-opentype"), url("/frontend_app/fonts/OpenSans/OpenSans-Regular.woff") format("woff"), url("/frontend_app/fonts/OpenSans/OpenSans-Regular.ttf") format("truetype"), url("/frontend_app/fonts/OpenSans/OpenSans-Regular.svg") format("svg");
}
@font-face {
  font-family: "OpenSansBold";
  font-style: normal;
  font-weight: normal;
  src: url("/frontend_app/fonts/OpenSans/OpenSans-Bold.eot");
  src: url("/frontend_app/fonts/OpenSans/OpenSans-Bold.eot") format("embedded-opentype"), url("/frontend_app/fonts/OpenSans/OpenSans-Bold.woff") format("woff"), url("/frontend_app/fonts/OpenSans/OpenSans-Bold.ttf") format("truetype"), url("/frontend_app/fonts/OpenSans/OpenSans-Bold.svg") format("svg");
}
body {
  font-family: OpenSansRegular;
}

.semiro-fapp .navbar {
  background: #ffffff;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#ffffff, #ffffff);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#ffffff, #ffffff);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#ffffff, #ffffff);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#ffffff, #ffffff);
  /* Standard syntax */
}

.semiro-fapp .navbar-brand {
  color: #fff;
  padding: 0 15px;
  vertical-align: middle;
  line-height: 50px;
}

.semiro-fapp .navbar-brand img {
  float: left;
  height: 50px;
}
.semiro-fapp .navbar-brand img + img {
  margin-left: 10px;
}

.semiro-fapp .navbar-brand:hover {
  color: #fce531;
}

.semiro-fapp .fapp-language-list {
  color: #5f5f69;
}
.semiro-fapp .fapp-language-list > li > a:hover {
  color: #1b66b3;
}
.semiro-fapp .fapp-language-list > li > a.active {
  color: #1b66b3;
  font-weight: 700;
}

.content-wrapper {
  margin-left: 0px;
  padding-top: 185px;
}

.tabs-left,
.tabs-right {
  border-bottom: none;
  padding-top: 2px;
}

.tabs-left {
  border-right: 1px solid #ddd;
}

.tabs-right {
  border-left: 1px solid #ddd;
}

.tabs-left > li,
.tabs-right > li {
  float: none;
  margin-bottom: 2px;
}

.tabs-left > li {
  margin-right: -1px;
}

.tabs-right > li {
  margin-left: -1px;
}

.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}

.tabs-right > li.active > a,
.tabs-right > li.active > a:hover,
.tabs-right > li.active > a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}

.tabs-left > li > a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display: block;
}

.tabs-right > li > a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}

.nav-tabs li a {
  color: #1b66b3;
}
.nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
  border-top: 3px solid #1b66b3;
  color: #5f5f69;
}
.nav-tabs.tabs-left li a {
  color: #5f5f69;
}
.nav-tabs.tabs-left .active a,
.nav-tabs.tabs-left .active a:hover,
.nav-tabs.tabs-left .active a:focus {
  border-top: 1px solid #ddd;
  border-left: 3px solid #1b66b3;
  color: #1b66b3;
}

.page-header {
  margin: 0;
  margin-bottom: 15px;
  color: #1b66b3;
}
.page-header h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.page-header h4 {
  color: #5f5f69;
}

.btn-default {
  background: #e0e0e0;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(to bottom, #fff, #e0e0e0);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(to bottom, #fff, #e0e0e0);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(to bottom, #fff, #e0e0e0);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, #fff, #e0e0e0);
  /* Standard syntax */
}

.form-group.mandatory > label:before {
  content: "* ";
  color: #a94442;
}

.help-block {
  margin-bottom: 0;
}

.panel-heading span[data-toggle] {
  cursor: pointer;
}
.panel-heading span[data-toggle]:before {
  font-family: "FontAwesome";
  content: " ";
  color: grey;
}
.panel-heading span[data-toggle].collapsed:before {
  content: " ";
}

.bootstrap-timepicker-widget.open {
  display: block;
}

.bootstrap-timepicker-widget td,
.bootstrap-timepicker-widget input {
  text-align: center;
}

.mcsiconLoeschen {
  cursor: pointer;
}

.mcsiconLoeschen:before {
  font-family: "FontAwesome";
  content: "";
}

.spark-card-hoverable {
  border: none;
  border-radius: 8px;
  width: 100%;
  max-width: 50vw;
  background-color: #ffffff;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: 20px;
  font-size: 14px;
  cursor: pointer;
}
.spark-card-hoverable .spark-type-and-author svg {
  max-width: 25px;
}
.spark-card-hoverable .spark-card-image {
  width: 100%;
  border-radius: 8px 8px 8px 8px;
  max-height: 186px;
  overflow: hidden;
}
.spark-card-hoverable .spark-card-image img {
  position: relative;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  vertical-align: middle;
}
.spark-card-hoverable .spark-card-image .status-badge-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.spark-card-hoverable .spark-card-image .status-badge-wrapper .status-badge {
  right: 0;
  left: unset;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: fit-content;
  min-width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  margin: 5px;
  padding: 0 4.4px;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
  font-weight: 600;
}
.spark-card-hoverable .spark-card-image .status-badge-wrapper .status-badge span {
  transition: max-width 0.5s ease-in-out, padding 0.4s ease-in;
  overflow: hidden;
  max-width: 0;
}
.spark-card-hoverable .spark-card-image .status-badge-wrapper .status-badge.fulfilled {
  background-color: rgba(124, 187, 0, 0.7);
  color: #ffffff;
}
.spark-card-hoverable .spark-card-image .status-badge-wrapper .status-badge.called {
  background-color: rgba(124, 187, 0, 0.7);
  color: #ffffff;
}
.spark-card-hoverable .spark-card-image .status-badge-wrapper:hover .status-badge span {
  max-width: 190px;
  padding: 0 4px 0 6px;
}
.spark-card-hoverable:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  transform: scale(1.05);
}
.spark-card-hoverable:hover .spark-card-image {
  border-radius: 8px 8px 0 0;
}
.spark-card-hoverable:hover .spark-card-body-expanded {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
}
.spark-card-hoverable:hover .spark-card-body {
  display: none;
}
.spark-card-hoverable .spark-card-body {
  display: block;
}
.spark-card-hoverable .spark-card-body .spark-card-title {
  font-weight: bold;
  font-size: 20px;
}
.spark-card-hoverable .spark-card-body-expanded {
  display: none;
}
.spark-card-hoverable .spark-card-body-expanded .spark-card-title {
  font-weight: bold;
  font-size: 20px;
}
@media (min-width: 992px) {
  .spark-card-hoverable {
    max-width: 25vw;
  }
}

.cta-button {
  cursor: pointer;
  padding: 7px 40px;
  text-decoration: none !important;
  height: 48px;
  border-radius: 24px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.cta-button.red {
  background-color: #f65215;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}
.cta-button.red:hover {
  background-color: #2c9fe6;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}
.cta-button .buttontext {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff !important;
}
.cta-button.button-left {
  float: left;
}
.cta-button:hover {
  background: #eaebf0;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}

.semiro-fapp .sidebar {
  padding-top: 185px;
  width: 0px;
  float: left;
  position: relative;
  background-color: #1b66b3;
  height: 100vh;
}
.semiro-fapp .sidebar.is-fixed {
  position: fixed;
  height: 100vh;
  overflow: hidden;
  top: 185px;
  padding-top: 0px;
  overflow-y: auto;
  z-index: 200;
}
.semiro-fapp .sidebar li .nav-sidebar-itemname {
  padding: 14px 15px;
  font-size: 1.15em;
  color: #fff;
}
.semiro-fapp .sidebar li > a {
  padding: 14px 15px;
  font-size: 1.15em;
  color: #fff;
}
.semiro-fapp .sidebar li > a:hover {
  color: #fce531;
  background-color: transparent;
}
.semiro-fapp .sidebar li.aktiv > a,
.semiro-fapp .sidebar li.aktiv .nav-sidebar-itemname {
  color: #fce531;
  font-weight: bold;
}
.semiro-fapp .sidebar li > ul {
  padding-left: 15px;
}
.semiro-fapp .sidebar li > ul a {
  padding: 5px 15px;
  font-size: 1.15em;
}
.semiro-fapp .sidebar li.u2d-pn-info {
  color: #919294;
}
.semiro-fapp .sidebar li.u2d-pn-info dl {
  padding: 15px;
}
.semiro-fapp .sidebar li.u2d-pn-info dl dd {
  padding-bottom: 1.42857143em;
}

.divider {
  height: 1px;
  background-color: #fff;
}

#fapp-login-page {
  background-color: #eaeaea;
  height: 100vh;
}
#fapp-login-page header {
  background: #eaeaea;
  background: -webkit-linear-gradient(to bottom, #ffffff, #ffffff);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(to bottom, #ffffff, #ffffff);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(to bottom, #ffffff, #ffffff);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, #ffffff, #ffffff);
  /* Standard syntax */
  height: 50px;
  border-bottom: 1px solid none;
  margin-bottom: 100px;
}
#fapp-login-page header .head-logo {
  background-color: #fff;
  max-width: 600px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 10px 10px 30px 10px;
}
#fapp-login-page header .head-logo a {
  color: #1b66b3;
  text-decoration: none;
  font-family: OpenSansBold;
  font-size: 24px;
  display: block;
  float: left;
}
#fapp-login-page header .head-logo a small {
  font-family: OpenSansRegular;
}
#fapp-login-page header .head-logo .semiro-brand {
  line-height: 50px;
  margin-left: 15px;
}
#fapp-login-page header .head-logo img {
  height: 50px;
}
#fapp-login-page form {
  max-width: 600px;
  margin: 0 auto;
}
#fapp-login-page form hgroup {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #fff;
  padding: 20px;
  border: 1px solid none;
  font-family: OpenSansRegular;
}
#fapp-login-page form hgroup h1 {
  font-size: 22px;
  color: #1b66b3;
}
#fapp-login-page form hgroup .fa-user {
  font-size: 50px;
  color: #fff;
  border-radius: 50%;
  border: 3px solid #e7e7e7;
  padding: 15px 20px;
  background: transparent linear-gradient(135deg, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%) repeat scroll 0% 0%;
}
#fapp-login-page form .form-body {
  padding: 20px;
  background-color: #fff;
  border: 1px solid none;
  margin-bottom: 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#fapp-login-page form .form-body input {
  background-color: #fff;
  padding-left: 20px;
  border-radius: 0px;
  border: 1px solid none;
  margin-bottom: 10px;
  color: #333;
  height: 43px;
}
#fapp-login-page form .form-body .semiro-btn-forgot-pdw {
  text-align: left;
  padding-left: 0;
}

.seminarkatalog {
  position: relative;
}

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

.seminarkatalog .seminarkatalog-list {
  padding-top: 65px;
}

.seminarkatalog.is-fixed .seminarkatalog-filter,
.seminarkatalog-filter.is-fixed {
  position: fixed;
  height: calc(100vh - 180px - 5px - 15px);
  overflow: hidden;
  top: 185px;
}
.seminarkatalog.is-fixed .seminarkatalog-filter form,
.seminarkatalog-filter.is-fixed form {
  height: calc(100vh - 180px - 5px - 15px - 55px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin-right: 15px;
}

.seminarkatalog-list {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .seminarkatalog-list {
    /*padding: 40px 3%;*/
  }
}
@media only screen and (min-width: 768px) {
  .seminarkatalog-list {
    /*padding: 50px 2%;*/
    float: left;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
  .seminarkatalog-list.filter-is-visible {
    /* reduce width when filter is visible */
    /*width: 80%;*/
    padding-right: 305px;
    /*padding-right: 15px;*/
  }
}
.seminarkatalog-search {
  /*height: 50px;*/
  background-color: #ffffff;
  /*padding: 10px 0px;*/
  position: fixed;
  right: 15px;
  left: 15px;
  z-index: 2;
  padding-top: 5px;
  margin-top: -5px;
}

.is-scroll .seminarkatalog-search {
  /*padding-bottom: 5px;*/
  border--bottom-radius: 5px;
  box-shadow: 0px 5px blue;
  -webkit-box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.52);
  box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.52);
}

.seminarkatalog-search input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 1.5em;
  padding: 0 10px;
}

.seminarkatalog-search input::-ms-clear {
  display: none;
}

.seminarkatalog-search.filter-is-visible {
  margin-right: 305px;
}

.seminarkatalog-filter {
  position: absolute;
  top: 0;
  right: -335px;
  width: 320px;
  height: 100%;
  background: #ffffff;
  box-shadow: 4px 4px -20px transparent;
  z-index: 2;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: right 0.3s, box-shadow 0.3s;
  -moz-transition: right 0.3s, box-shadow 0.3s;
  transition: right 0.3s, box-shadow 0.3s;
}

.seminarkatalog-filter::before {
  /* top colored bar */
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 100%;
  background-color: #00a0e7;
  z-index: 2;
}

.seminarkatalog-filter form {
  padding: 70px 20px;
}

.seminarkatalog-filter .filter-close {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  line-height: 50px;
  width: 50px;
  color: #ffffff;
  font-size: 1.5em;
  text-align: center;
  background: #1b66b3;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 3;
}

.seminarkatalog-filter .filter-refresh {
  position: absolute;
  top: 0;
  left: 50px;
  height: 50px;
  line-height: 50px;
  width: 50px;
  color: #ffffff;
  font-size: 1.5em;
  text-align: center;
  background: #1b66b3;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 3;
  border-left: 1px solid #00a0e7;
}

.seminarkatalog-filter.filter-is-visible {
  right: 0px;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
  margin-right: -15px;
}

.seminarkatalog-filter.filter-is-visible .filter-close,
.seminarkatalog-filter.filter-is-visible .filter-refresh {
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .seminarkatalog-filter {
    /*width: 20%;*/
  }
  .seminarkatalog-filter form {
    padding: 0;
    margin-top: 55px;
  }
}
.filter-trigger {
  position: absolute;
  top: 0;
  right: 15px;
  height: 50px;
  line-height: 50px;
  width: 60px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
  /*background: transparent url("../img/cd-icon-filter.svg") no-repeat center center;*/
  z-index: 3;
}

.is-fixed .filter-trigger {
  position: fixed;
  top: 185px;
  right: 30px;
  z-index: 2;
}

.filter-trigger.filter-is-visible {
  pointer-events: none;
}

.is-fixed .filter-trigger.filter-is-visible {
  right: 15px;
}

@media only screen and (min-width: 768px) {
  .filter-trigger {
    width: auto;
    text-indent: 0;
    color: #9a9a9a;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 700;
    padding-left: 24px;
    background-position: left center;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
  }
  .filter-trigger:hover {
    color: #1b66b3;
  }
  .filter-trigger.filter-is-visible,
.filter-trigger.filter-is-visible:hover {
    color: #ffffff;
  }
}
.filter-header {
  padding: 10px 0 0 0;
  margin-bottom: 0px;
}

.seminarkatalog-list .panel {
  border-left: 5px solid;
}

.uk-disabled label {
  text-decoration: line-through;
}

.page-faq .panel-title a {
  color: #1b66b3;
}
.page-faq .panel-title a.collapsed {
  color: #1b66b3;
}

.semiro-fapp header.navbar {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  height: auto;
  width: 100%;
  top: 0;
  left: 0;
  border: none;
}
.semiro-fapp header.navbar .navbar-brand {
  height: auto;
  padding: 0 !important;
  margin-bottom: 25px;
  margin-top: 25px;
}
.semiro-fapp header.navbar .navbar-brand img {
  height: 125px;
  width: auto;
}
.semiro-fapp header.navbar .navbar-brand span {
  line-height: 129px;
  font-size: 28px;
  font-weight: 700;
}
.semiro-fapp .title-bar {
  width: 100%;
  background-color: #f5f5f5;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
}
.semiro-fapp .sidebar {
  background-image: url(/img/bg_tafel.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  display: none;
}
.semiro-fapp .fapp-language-list > li > a {
  color: #fff;
}
.semiro-fapp .fapp-language-list > li > a.active {
  color: #fce531;
}

#fapp-login-page header {
  background: #eaeaea;
}
#fapp-login-page header .head-logo {
  padding: 16px 340px 0 340px;
  height: 85px;
  border-radius: 0;
  border: 0;
  max-width: 1280px;
  box-shadow: 0 10px 4px -2px #cecece;
}
#fapp-login-page header .head-logo a {
  color: #1b66b3;
  text-decoration: none;
  font-family: OpenSansBold;
  font-size: 24px;
  display: block;
  float: left;
}
#fapp-login-page header .head-logo a small {
  font-family: OpenSansRegular;
}
#fapp-login-page header .head-logo .semiro-brand {
  line-height: 50px;
  margin-left: 15px;
}
#fapp-login-page header .head-logo img {
  height: 50px;
}

.content-wrapper {
  margin-left: 0px;
  padding-top: 0px;
}

.panel-heading h4 {
  font-family: "PlakLTBlack", "Arial";
  font-size: 25px;
}
.panel-heading h4 .form-group {
  margin-bottom: 0;
}

.blackfooter {
  background-color: #1b1b1b;
  color: #ffffff;
  padding-left: 50px;
  padding-right: 50px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 35px;
  height: 200px;
}
@media (min-width: 992px) {
  .blackfooter {
    height: 150px;
    justify-content: space-between;
  }
}
.blackfooter .imprint_privacy {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .blackfooter .imprint_privacy {
    justify-content: end;
  }
}
.blackfooter .imprint_privacy div {
  margin-left: 10px;
  margin-right: 10px;
}
.blackfooter .imprint_privacy div#copyrighthint {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .blackfooter .imprint_privacy div#copyrighthint {
    text-align: left;
    margin-bottom: 0;
    width: auto;
  }
}
.blackfooter .imprint_privacy div:first-child {
  font-size: 12px;
}
.blackfooter .imprint_privacy div a {
  color: #ffffff;
}

main {
  min-height: calc(100vh - 245px - 150px);
}

.information-bubble {
  margin-left: 10px;
  font-size: 25px;
  line-height: 26px;
  position: absolute;
  right: 20px;
  z-index: 99;
}
@media (min-width: 992px) {
  .information-bubble {
    position: relative;
    right: unset;
    font-size: 16px;
    line-height: 17px;
  }
}
.information-bubble:hover .blue_tooltip, .information-bubble.opened .blue_tooltip {
  display: block;
  position: absolute;
  border: #666 2px solid;
  padding: 5px;
  font-family: "Arial";
  font-size: 16px;
  line-height: 17px;
  text-align: left;
  background: #a2d0fa;
  z-index: 100;
  right: inherit;
  top: 15px;
  max-width: 100%;
  font-size: 16px;
  line-height: 17px;
  min-width: 70vw;
  right: 22px;
}
@media (min-width: 992px) {
  .information-bubble:hover .blue_tooltip, .information-bubble.opened .blue_tooltip {
    min-width: 300px;
    margin: 15px;
  }
}
.information-bubble.dummy {
  width: 25px;
  min-width: 25px;
  display: inline-block;
}
@media (min-width: 992px) {
  .information-bubble.dummy {
    width: 16px;
    min-width: 16px;
  }
}
.information-bubble .blue_tooltip {
  display: none;
}

.nationaleId_hinweis,
.nationaleId_hinweis_alternative {
  margin-top: 10px;
}
.nationaleId_hinweis.hide,
.nationaleId_hinweis_alternative.hide {
  display: none;
}

.nationaleId_error {
  color: #ff0000;
  margin-top: 10px;
  font-weight: bold;
  display: none;
}
.nationaleId_error.show {
  display: block;
}

.rdoFortbOrt_group,
.rdoLocationPanel {
  display: none;
}
.rdoFortbOrt_group.show,
.rdoLocationPanel.show {
  display: block;
}

.hinweistext_blau {
  color: #0716b8;
  margin-top: 10px;
  font-weight: bold;
}

.control-label {
  width: 100%;
}
@media (min-width: 768px) {
  .control-label {
    text-align: left !important;
  }
}
@media (min-width: 992px) {
  .control-label {
    text-align: right !important;
  }
  .control-label.col-sm-1, .control-label.col-md-1, .control-label.col-xs-1 {
    width: 0, 8333333333%;
  }
  .control-label.col-sm-2, .control-label.col-md-2, .control-label.col-xs-2 {
    width: 0.1666666667%;
  }
  .control-label.col-sm-3, .control-label.col-md-3, .control-label.col-xs-3 {
    width: 25%;
  }
  .control-label.col-sm-4, .control-label.col-md-4, .control-label.col-xs-4 {
    width: 33%;
  }
  .control-label.col-sm-5, .control-label.col-md-5, .control-label.col-xs-5 {
    width: 41666666666%;
  }
  .control-label.col-sm-6, .control-label.col-md-6, .control-label.col-xs-6 {
    width: 50%;
  }
}

input[type=radio] {
  width: 25px;
}
@media (min-width: 992px) {
  input[type=radio] {
    width: unset;
  }
}
