@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: white;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(white, white);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(white, white);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(white, white);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(white, white);
  /* Standard syntax */ }

.semiro-fapp .navbar-brand {
  color: white;
  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: 220px;
  padding-top: 134px; }

.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, white, #e0e0e0);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(to bottom, white, #e0e0e0);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(to bottom, white, #e0e0e0);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, white, #e0e0e0);
  /* Standard syntax */ }

.form-group.mandatory > label:before {
  content: "*\00a0";
  color: #a94442; }

.help-block {
  margin-bottom: 0; }

.panel-heading span[data-toggle] {
  cursor: pointer; }
.panel-heading span[data-toggle]:before {
  font-family: "FontAwesome";
  content: "\f077\00A0";
  color: grey; }
.panel-heading span[data-toggle].collapsed:before {
  content: "\f078\00A0"; }

.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: "\f014"; }

.semiro-fapp .sidebar {
  padding-top: 134px;
  width: 220px;
  float: left;
  position: relative;
  background-color: #1b66b3;
  height: 100vh; }
.semiro-fapp .sidebar.is-fixed {
  position: fixed;
  height: 100vh;
  overflow: hidden;
  top: 134px;
  padding-top: 0px; }
.semiro-fapp .sidebar li .nav-sidebar-itemname {
  padding: 14px 15px;
  font-size: 1.15em;
  color: white; }
.semiro-fapp .sidebar li > a {
  padding: 14px 15px;
  font-size: 1.15em;
  color: white; }
.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, white, white);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(to bottom, white, white);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(to bottom, white, white);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, white, white);
  /* 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 - 129px - 5px - 15px);
  overflow: hidden;
  top: 134px; }
.seminarkatalog.is-fixed .seminarkatalog-filter form, .seminarkatalog-filter.is-fixed form {
  height: calc(100vh - 129px - 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: 235px;
  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: 134px;
  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: white; } }
.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 {
  background-image: url(/img/header_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 129px; }
.semiro-fapp header.navbar .navbar-brand img {
  height: 112px;
  margin-top: 10px; }
.semiro-fapp header.navbar .navbar-brand span {
  line-height: 129px;
  font-size: 28px;
  font-weight: 700; }
.semiro-fapp .sidebar {
  background-image: url(/img/bg_tafel.jpg);
  background-size: cover;
  background-repeat: no-repeat; }
.semiro-fapp .sidebar li > a {
  padding-right: 10px; }
.semiro-fapp .sidebar.is-fixed {
  top: 135px; }
.semiro-fapp .nav {
  margin-top: 50px; }
.semiro-fapp .fapp-language-list > li > a {
  color: #fff; }
.semiro-fapp .fapp-language-list > li > a.active {
  color: #fce531; }
.semiro-fapp .laufschrift-container {
  height: 100%;
  width: 100%;
  overflow: hidden;
  margin-top: 82px;
  margin-left: -15px;
  border-top: 2px solid #0367b3;
  border-bottom: 2px solid #0367b3; }
@media (min-width: 1500px) {
  .semiro-fapp .laufschrift-container {
    width: 100vw; } }
.semiro-fapp #laufschrift {
  font-size: 30px;
  color: #0367b3;
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  height: 5rem;
  padding-top: 5px;
  white-space: nowrap;
  position: relative; }
.semiro-fapp #laufschrift div {
  color: #0367b3; }
.semiro-fapp .laufschrift_blende {
  height: 5.49rem; }
.semiro-fapp .landingpageisfirstpageclass {
  height: 58px; }
.semiro-fapp .landingpageisfirstpagedecorclass {
  position: fixed;
  height: 58px;
  top: 132px;
  left: 0px;
  flex-direction: row;
  justify-content: center;
  background-color: white;
  z-index: 10; }
@media (min-width: 1500px) {
  .semiro-fapp .landingpageisfirstpagedecorclass {
    width: 100vw; } }
.semiro-fapp .mregisazubima_mandat {
  margin-right: 15px; }
.semiro-fapp td.cell_button_buchen > div > .sobtn::after {
  content: "\00000a";
  white-space: pre; }
.semiro-fapp td.cell_button_buchen > div > span > button {
  width: 100%;
  margin-bottom: 8px; }

#fapp-login-page {
  height: 120vh; }
#fapp-login-page header {
  background: #eaeaea; }
#fapp-login-page header .head-logo {
  padding: 10px 340px 0 310px;
  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;
  margin-top: 10px; }
#fapp-login-page header .head-logo img {
  height: 60px; }
