/**
 * Common Stuff
 */
textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover {
  outline: none !important;
  /** -webkit-appearance:none; */
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: none;
}
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: none;
}
.btn.pull-right {
  margin-left: 4px;
}
.form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px;
}
.tab-pane {
  padding: 16px;
}
.bg-success {
  color: #fff;
  font-weight: bold;
  background-color: #28c941;
}
.bg-danger {
  color: #fff;
  font-weight: bold;
  background-color: #ff5f57;
}
.bg-warning {
  color: #fff;
  font-weight: bold;
  background-color: #ffbd2d;
}
.bg-adminfo {
  color: #fff;
  font-weight: bold;
  background-color: #a5a5a5;
}
/* latin */
@font-face {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(../fonts/RobotoCondensed-Light.ttf) format('truetype');
}
/* latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(../fonts/RobotoCondensed-Regular.ttf) format('truetype');
}
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {

    @font-face {font-family: "Roboto Condensed";
        src: url(../fonts/RobotoCondensed-Regular.svg) format('svg');
    }
}
*/
/* latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(../fonts/RobotoCondensed-Regular.ttf) format('truetype');
}
/* latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(../fonts/RobotoCondensed-Bold.ttf) format('truetype');
}
/* latin */
@font-face {
  font-family: 'Roboto Condensed Light Italic';
  font-style: italic;
  font-weight: 300;
  src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'), url(../fonts/RobotoCondensed-LightItalic.ttf) format('truetype');
}
/* latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url(../fonts/RobotoCondensed-Italic.ttf) format('truetype');
}
/* latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 500;
  src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url(../fonts/RobotoCondensed-Italic.ttf) format('truetype');
}
/* latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'), url(../fonts/RobotoCondensed-BoldItalic.ttf) format('truetype');
}
.font-display-4 {
  font-size: 36px;
  font-weight: 300;
  line-height: 128px;
}
.font-display-3 {
  font-size: 32px;
  font-weight: 400;
  line-height: 64px;
}
.font-display-2 {
  font-size: 28px;
  font-weight: 400;
  line-height: 64px;
}
.font-display-1 {
  font-size: 20px;
  font-weight: 400;
  line-height: 52px;
}
.font-display-1 i.material-icons {
  font-size: 34px;
}
.font-headline {
  font-size: 19px;
  font-weight: 400;
  padding-bottom: 15px;
}
.font-headline i.material-icons {
  font-size: 20px;
}
.font-title {
  font-size: 17px;
  font-weight: 500;
}
.font-title i.material-icons {
  font-size: 20px;
}
.font-subhead {
  font-weight: 400;
}
@media screen and (max-width: 1100px) {
  .font-subhead {
    font-size: 15px;
  }
  .font-subhead i.material-icons {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .font-subhead {
    font-size: 16px;
  }
  .font-subhead i.material-icons {
    font-size: 16px;
  }
}
.font-card-subhead {
  font-weight: 400;
  font-size: 14px;
}
.font-body-2 {
  font-weight: 500;
}
@media screen and (max-width: 1100px) {
  .font-body-2 {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .font-body-2 {
    font-size: 14px;
  }
}
.font-body-1 {
  font-weight: normal;
}
@media screen and (max-width: 1100px) {
  .font-body-1 {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .font-body-1 {
    font-size: 14px;
  }
}
.font-caption {
  font-size: 12px;
  font-weight: 400;
}
.font-caption i.material-icons {
  font-size: 12px;
}
.font-button {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.font-button i.material-icons {
  font-size: 14px;
}
h1 {
  font-size: 36px;
  font-weight: 300;
  line-height: 128px;
}
h2 {
  font-size: 32px;
  font-weight: 400;
  line-height: 64px;
}
h3 {
  font-size: 28px;
  font-weight: 400;
  line-height: 64px;
}
h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 52px;
}
h4 i.material-icons {
  font-size: 34px;
}
h5 {
  font-size: 19px;
  font-weight: 400;
  padding-bottom: 15px;
}
h5 i.material-icons {
  font-size: 20px;
}
h6 {
  font-size: 17px;
  font-weight: 500;
}
h6 i.material-icons {
  font-size: 20px;
}
h4.subhead {
  font-size: 14px;
  margin-left: 16px;
  text-transform: uppercase;
  font-weight: 500;
  opacity: 0.7;
  padding-bottom: 0;
}
h4.subhead i.material-icons {
  font-size: 14px;
}
.disabled {
  color: grey;
}
.tooltip {
  max-width: 600px;
  width: 350px;
  color: #fff;
  background: transparent;
  opacity: 1;
  font-size: 16px;
}
.tooltip.in {
  opacity: 1;
}
.tooltip-inner {
  max-width: 600px;
  width: 500px;
  padding: 3px 8px;
  text-align: center;
  background-color: #999;
  color: #fff;
  border-radius: 4px;
  border: 0 solid #999;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #999;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
/* MATERIAL DESIGN ICONS */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(../fonts/MaterialIcons-Regular.woff2) format('woff2'), url(../fonts/MaterialIcons-Regular.woff) format('woff'), url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons.md-14 {
  font-size: 14px;
}
.material-icons.md-15 {
  font-size: 15px;
}
.material-icons.md-18 {
  font-size: 18px;
}
.material-icons.md-24 {
  font-size: 24px;
}
.material-icons.md-36 {
  font-size: 36px;
}
.material-icons.md-48 {
  font-size: 48px;
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  /* Preferred icon size */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: -12%;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
/* MATERIAL DESIGN ICONS - ENDE */
.material-icons.keyboard-arrow-right::before {
  content: "keyboard_arrow_right";
}
.material-icons.folder::before {
  content: "folder";
}
.material-icons.keyboard-arrow-down::before {
  content: "keyboard_arrow_down";
}
.material-icons.folder-open::before {
  content: "folder_open";
}
.btn {
  border: none;
}
a.btn {
  border: none;
}
.btn-danger {
  background-color: #ff5f57;
  color: #fff;
}
.btn-flat {
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  background: transparent;
  border: none;
  padding: 8px;
  font-weight: 500;
  color: #999;
}
.btn-flat i.material-icons {
  font-size: 14px;
}
.btn-raised-1 {
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  background: transparent;
  border: none;
  padding: 8px;
  font-weight: 500;
  color: #999;
  background-color: #FFF;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
  z-index: 1;
}
.btn-raised-1 i.material-icons {
  font-size: 14px;
}
.btn-raised-2 {
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  background: transparent;
  border: none;
  padding: 8px;
  font-weight: 500;
  color: #999;
  background-color: #999;
  color: #FFF;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
  z-index: 1;
}
.btn-raised-2 i.material-icons {
  font-size: 14px;
}
.btn-raised-1:active,
.btn-raised-2:active {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
  z-index: 1;
}
.btn-list {
  opacity: 1;
  font-size: 14px;
  text-transform: uppercase;
  background: transparent;
  border: none;
  padding: 8px;
  font-weight: 500;
  color: #999;
  color: #212121;
  font-weight: 400;
  width: 100%;
  border-bottom: 1px solid #DCDCDC;
  padding: 12px;
  text-align: left;
}
.btn-list i.material-icons {
  font-size: 14px;
}
.btn.loading i.material-icons {
  display: none;
}
.btn.loading .spinner {
  animation: rotator 1.4s linear infinite;
  width: 14px;
  height: 14px;
}
@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
.btn.loading .path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}
@keyframes colors {
  0% {
    stroke: #FFF;
  }
  25% {
    stroke: #FFF;
  }
  50% {
    stroke: #FFF;
  }
  75% {
    stroke: #FFF;
  }
  100% {
    stroke: #FFF;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 187/4;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}
.zDepth0 {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
  z-index: 1;
}
.zDepth1 {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
  z-index: 1;
}
.zDepth2 {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16), 0 3px 10px rgba(0, 0, 0, 0.23);
  z-index: 2;
}
.zDepth3 {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.19), 0 6px 10px rgba(0, 0, 0, 0.23);
  z-index: 3;
}
.zDepth4 {
  box-shadow: 0 14px 45px rgba(0, 0, 0, 0.25), 0 10px 18px rgba(0, 0, 0, 0.22);
  z-index: 4;
}
.zDepth5 {
  box-shadow: 0 19px 60px rgba(0, 0, 0, 0.3), 0 15px 20px rgba(0, 0, 0, 0.22);
  z-index: 5;
}
.form-control[readonly] {
  background-color: #f3f3f3;
}
fieldset.form {
  background-color: #f6f6f6;
  padding: 30px 20px 10px 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
  z-index: 1;
}
.uebrig_betreff,
.uebrig_text {
  position: relative;
  right: 20px;
  height: 20px;
  width: 100%;
  font-size: 10px;
  text-align: right;
}
@-moz-document url-prefix() {
  select.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    color: #000000 !important;
  }
}
.nav a,
.nav a:hover,
.nav a:focus {
  border: none;
}
input.noarrows::-webkit-outer-spin-button,
input.noarrows::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number].noarrows {
  -moz-appearance: textfield;
}
.no-break {
  white-space: nowrap;
}
.divider {
  height: 1px;
  margin: 0;
  overflow: hidden;
  background-color: #DCDCDC;
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.reference-container {
  position: relative;
}
#screen-modal {
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url('../../../images/loading.gif');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30%;
  height: 100%;
  left: 0;
  opacity: 0.9;
  top: 0;
  display: none;
  width: 100%;
  z-index: 10000;
  position: fixed;
  -webkit-transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.danger-text {
  color: #ff5f57;
}
/* Für Deputatsabrechnung */
table#newrowblank {
  display: none;
}
table tr.deleted {
  font-style: italic;
  background-color: lightgray;
  text-decoration: line-through;
  animation: graduell 2s;
}
table tr.deleted input,
table tr.deleted textarea,
table tr.deleted checkbox {
  background-color: lightgray;
  animation: graduell 2s;
}
@keyframes graduell {
  from {
    background-color: white;
  }
  to {
    background-color: lightgray;
  }
}
table tr.source,
table tr.new {
  border-top-style: solid;
}
table tr.deputatabrechnungreihe.source td,
table tr.deputatabrechnungreihe.dean td {
  padding-left: 16px;
}
table tr.deputatabrechnungreihe.source2 div,
table tr.deputatabrechnungreihe.new div,
table tr.deputatabrechnungreihe.new2 div {
  padding-right: 0;
  padding-left: 0;
}
table tr.deputatabrechnungreihe.source2 div .checkbox,
table tr.deputatabrechnungreihe.new div .checkbox,
table tr.deputatabrechnungreihe.new2 div .checkbox {
  padding-left: 8px;
}
table tr.deputatabrechnungreihe.source2 button,
table tr.deputatabrechnungreihe.new button,
table tr.deputatabrechnungreihe.new2 button {
  margin-left: 8px;
}
.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #f9f9f9;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #ffffff;
}
.faqCategoryLabel {
  background-color: #28c941;
}
.faqRolleLabel {
  background-color: #a03148;
}
.assigned-content-area.separated {
  border-collapse: collapse;
}
.assigned-content-area.separated .content-row:nth-child(2n) {
  border-bottom: 1px solid #DCDCDC;
}
.assigned-content-area.separated .content-row:last-child {
  border-bottom: 0px;
}
.purePublication,
.pureProject {
  margin: 0 0 16px 0;
}
.panel-group .panel-heading a:after {
  font-family: "Glyphicons Halflings";
  content: "\e114";
  float: right;
  margin-left: 15px;
}
.panel-group .panel-heading a.collapsed:after {
  content: "\e080";
}
.panel-title a,
.panel-title a:hover,
.panel-title a:focus {
  border-bottom: none;
}
/* Personen Bilder */
.person-circle {
  text-align: center;
  margin: 0 15px 0 0;
  width: 100px;
  float: left;
  overflow: hidden;
}
.person-circle .person-img-circle {
  width: 60px;
  height: 60px;
  background-size: cover;
  display: block;
  margin: 0 auto 10px auto;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
}
.person-circle .person-icon-circle {
  width: 60px;
  height: 60px;
  background-color: #ccc;
  color: #fff;
  display: block;
  margin: 0 auto 10px auto;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
}
.person-circle .person-icon-circle i {
  font-size: 60px;
}
.personenverzeichnis-circle {
  text-align: center;
  margin: 0 15px 0 0;
  width: 70px;
  float: left;
  overflow: hidden;
}
.personenverzeichnis-circle .person-img-circle {
  width: 50px;
  height: 50px;
  background-size: cover;
  display: block;
  margin: 0 0 10px 10px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
}
.personenverzeichnis-circle .person-icon-circle {
  width: 50px;
  height: 50px;
  background-color: #ccc;
  color: #fff;
  display: block;
  margin: 0 0 10px 10px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
}
.personenverzeichnis-circle .person-icon-circle i {
  font-size: 50px;
}
/**
 * rotation effect for chevron-right-icon
 * (used in form-termin.phtml-partial)
 */
.glyphicon-chevron-right.rotation-effect {
  transition: transform 180ms ease-in;
}
.glyphicon-chevron-right.rotation-effect.rotate-90 {
  transform: rotate(90deg);
  transition: transform 180ms ease-in;
}
.print-show {
  display: none;
}
.print-hide {
  display: block;
}
.transparent-dialog .modal-content {
  background: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  text-shadow: 2px 2px 12px #000000;
}
.transparent-dialog .modal-content p {
  padding: 30px;
}
.timetable-event {
  position: absolute;
  padding: 0;
  background-color: #ffffff !important;
  font-size: 0.7em;
  overflow: hidden;
  border-radius: 4px;
}
.timetable-event.tt_notiz {
  border: 1px solid #ffbd2d;
}
.timetable-event.tt_notiz .timetable-buttons {
  background-color: #ffbd2d;
  color: #fff;
}
.timetable-event.tt_sprechstunde {
  border: 1px solid #337ab7;
}
.timetable-event.tt_sprechstunde .timetable-buttons {
  background-color: #337ab7;
  color: #fff;
}
.timetable-event.tt_veranstaltung {
  border: 1px solid #a03148;
}
.timetable-event.tt_veranstaltung .timetable-buttons {
  background-color: #a03148;
  color: #fff;
}
.td_sprechstunde {
  background-color: #337ab7;
  color: #fff;
}
.td_veranstaltung {
  background-color: #a03148;
  color: #fff;
}
.td_notiz {
  background-color: #ffbd2d;
  color: #fff;
}
.timetable-event:hover {
  min-height: 50px;
}
.timelist-event {
  page-break-inside: avoid;
}
.timetable-buttons {
  padding: 2px;
  background-color: #999;
}
.timetable-buttons .material-icons {
  color: white;
}
.timetable-buttons .delete-button {
  float: right;
}
.timetable-content {
  padding: 2px;
  height: 100%;
}
.timetable-event:hover {
  background-color: #fafafa !important;
  z-index: 100 !important;
}
.inactive {
  color: silver;
}
.table > tbody > tr.info > td {
  background-color: #f9f9f9;
}
.timetable-card th {
  text-align: center;
}
.timecol {
  text-align: right;
  vertical-align: middle !important;
}
.tooltip {
  width: 300%;
  max-width: 600px;
}
.tooltip-inner {
  width: 100%;
  max-width: 100%;
  text-align: left;
  font-size: 0.8em;
}
.typeahead {
  max-height: 200px;
  overflow-y: auto;
}
.registrationStatus0 {
  color: lightgreen !important;
}
.registrationStatus1 {
  color: yellow !important;
}
.registrationStatus2 {
  color: #fff !important;
}
.pdf-container {
  position: relative;
}
.pdf-container table {
  page-break-after: always;
}
.pdf-container td {
  font-size: 0.7em !important;
  line-height: 90% !important;
  padding: 1px;
}
.pdf-container th {
  background: silver;
  font-size: 0.7em !important;
  padding: 1px;
  text-align: center;
}
.pdf-container .material-icons {
  display: none;
}
.pdf-container .tt-header {
  float: left;
  text-align: center;
  font-size: 0.7em;
  font-weight: bold;
  background: silver;
  padding: 1px;
  margin: 0;
  border: 1px solid grey;
}
.navbar .btn-group .btn-default {
  background: white !important;
  color: black !important;
}
.ajax-item {
  background: #fff;
  border: 0px solid;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  border-radius: 3px;
  margin: 0;
  max-width: 472px;
  min-height: 120px;
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.animated-background {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  height: 56px;
  position: relative;
}
.background-masker {
  background: #fff;
  position: absolute;
}
.background-masker.content-top,
.background-masker.content-second-line,
.background-masker.content-third-line,
.background-masker.content-second-end,
.background-masker.content-third-end,
.background-masker.content-first-end {
  top: 0px;
  left: 0;
  right: 0;
  height: 6px;
}
.background-masker.content-top {
  height: 20px;
}
.background-masker.content-first-end,
.background-masker.content-second-end,
.background-masker.content-third-end {
  width: auto;
  left: 380px;
  right: 0;
  top: 20px;
  height: 8px;
}
.background-masker.content-second-line {
  top: 28px;
}
.background-masker.content-second-end {
  left: 420px;
  top: 74px;
}
.background-masker.content-third-line {
  top: 42px;
}
.background-masker.content-third-end {
  left: 300px;
  top: 48px;
}
/**
 * Override with special Stuff
 */
.collapsable-menu-button.open {
  z-index: 900;
  position: absolute;
  top: 0;
  left: 0;
  color: #b6b6b6 !important;
}
.collapsable-menu {
  width: 230px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16), 0 3px 10px rgba(0, 0, 0, 0.23);
  z-index: 2;
  display: none;
  background-color: #fff;
  position: absolute;
}
.collapsable-menu .collapsable-menu-header {
  height: 80px;
  display: block;
  padding: 0;
}
.collapsable-menu.top-right {
  top: 0;
  left: auto;
  right: 0;
  padding: 0;
}
.collapsable-menu.top-left {
  top: 0;
  left: 0;
  padding: 0;
}
.collapsable-menu.bottom-right {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  padding: 0 0 48px 0;
}
.collapsable-menu.bottom-left {
  top: auto;
  bottom: 0;
  left: 0;
  padding: 0 0 48px 0;
}
.collapsable-menu .collapsable-menu-list {
  /***/
  max-height: 500px;
  margin-bottom: 0px;
  /***/
  list-style: none;
  padding: 0;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
}
.collapsable-menu .collapsable-menu-list form {
  padding-top: 24px;
}
.collapsable-menu .collapsable-menu-list form .form-group {
  padding-left: 24px;
  padding-right: 24px;
  margin-left: 0;
  margin-right: 0;
}
.collapsable-menu .collapsable-menu-list .label-collapse {
  background: transparent center center no-repeat;
  background-size: 24px 24px;
  border: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  text-align: left;
  text-transform: none;
  padding: 15px 24px;
  color: #333;
  text-decoration: none;
}
.collapsable-menu .collapsable-menu-list ul {
  border-top: 1px solid #d0d0d0;
  background: #ffffff;
  list-style: none;
  padding: 0;
}
.collapsable-menu .collapsable-menu-list li {
  padding: 0;
  display: block;
}
.collapsable-menu .collapsable-menu-list li a {
  display: block;
  padding: 12px 15px 12px 24px;
  border-bottom: 1px solid #ffffff;
  width: 100%;
  text-decoration: none;
  color: #212121;
}
.collapsable-menu .collapsable-menu-list [role="menuitem"].active {
  background-color: #f8f8f8;
}
.collapsable-menu .collapsable-menu-list [role="menuitem"]:hover {
  background-color: #f1f1f1;
}
.card {
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
  z-index: 1;
  padding: 0;
  z-index: 0;
  border-left: 2px solid #953A49;
  margin-bottom: 10px;
  box-shadow: #aaa 3px 3px 7px;
  border-radius: 4px;
  clear: both;
  display: block;
}
.card .card-header {
  padding: 20px;
  min-height: 84px;
  color: #000;
  position: fixed;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  background-color: #fff;
  color: #212121;
  /*border-bottom:1px solid @theme-divider;*/
  border-radius: 3px;
}
.card .card-header .header-image {
  float: left;
  width: 48px;
  height: 48px;
}
.card .card-header .header-title {
  overflow: hidden !important;
}
.card .card-header .header-title.has-image {
  margin-left: 64px;
}
.card .card-header .header-title a {
  color: inherit;
  text-decoration: none;
  border-bottom: none;
}
.card .card-header .header-title a:hover {
  color: #651f2e;
}
@media screen and (max-width: 992px) {
  .card .card-header .header-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.card .card-header .header-title .font-subhead,
.card .card-header .header-title .font-card-subhead {
  opacity: 0.7;
}
.card .card-header .header-title .header-details {
  -webkit-transition: height 0.2s;
  /* For Safari 3.1 to 6.0 */
  transition: height 0.2s;
}
.card .card-header .header-title .header-details.not-visible {
  height: 0px;
}
.card .card-header .header-tabs ul.nav-tabs > li {
  margin-bottom: -20px;
}
.card .card-header .header-tabs ul.nav-tabs > li ul.dropdown-menu > li {
  margin-bottom: 0px;
}
.card .card-header .floating-action-button {
  position: absolute;
  left: auto;
  bottom: -24px;
  right: 48px;
  height: 48px;
  width: 48px;
  border-radius: 24px;
  border: none;
  background-color: #448AFF;
  color: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
  z-index: 1;
}
.card .card-header .floating-action-button:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .card .card-header .floating-action-button {
    right: 24px;
  }
}
.card .card-header .nav-tabs > li.active > a,
.card .card-header .nav-tabs > li.active > a:hover,
.card .card-header .nav-tabs > li.active > a:focus {
  background: transparent;
  border: none;
  border-bottom: 3px solid #953A49;
  color: inherit;
}
.card .card-header a {
  color: inherit;
  text-decoration: none;
  border-bottom: none;
}
.card .card-header a:hover {
  color: #651f2e;
}
.card .card-header .font-subhead,
.card .card-header .font-card-subhead {
  opacity: 0.7;
}
.card .card-header h4 {
  color: #888;
  font-weight: 200;
}
.card .card-content {
  padding: 16px;
  display: block;
}
.card .card-content .card-list .card {
  box-shadow: none;
}
.card .card-content .card-list .card .card-content {
  margin-left: -16px;
  margin-right: -16px;
}
.card .card-content h4 {
  color: #888 !important;
}
.card .card-footer {
  align-content: revert;
  padding: 10px;
  margin: 10px;
}
.card.separated {
  margin: 12px 0;
}
.card.danger {
  border-left: 5px solid #ff5f57;
}
.card.warning {
  border-left: 5px solid #ffbd2d;
}
.card.success {
  border-left: 5px solid #28c941;
}
.card-list .card-list-header {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 200;
  margin-bottom: 10px;
}
.card-list .card {
  border-radius: 0px;
  border-bottom: 1px solid #DCDCDC;
}
.card-list .card:first-child {
  border-radius: 2px 2px 0 0 ;
}
.card-list .card:last-child {
  border-radius: 0 0 2px 2px;
  border-bottom: 0px;
}
.card-list.separated .card {
  border-radius: 2px;
  border-bottom: 0px;
  margin: 12px 0;
}
.card-action-area {
  border-top: 1px solid #DCDCDC;
  padding: 16px;
}
.card.card-danger {
  border-left: 12px #f2dede solid;
  border-right: 12px #f2dede solid;
}
.persistent-footer {
  text-align: right;
  height: 48px;
  padding: 24px / 3;
}
.content-cell.full-width {
  width: 100%;
}
.col-sm-10 > p {
  margin-top: 7px;
}
#side-nav {
  border-right: 1px solid rgba(0, 0, 0, 0.14);
  bottom: 0;
  background: #fff;
  color: #333;
  display: block;
  left: 0;
  position: fixed;
  top: 0;
  width: 240px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
  z-index: 1;
  z-index: 1005;
}
@media screen and (max-width: 1100px) {
  #side-nav {
    visibility: hidden;
    -webkit-transform: translateX(-251px);
    -moz-transform: translateX(-251px);
    -ms-transform: translateX(-251px);
    -o-transform: translateX(-251px);
    transform: translateX(-251px);
    box-shadow: 0 14px 45px rgba(0, 0, 0, 0.25), 0 10px 18px rgba(0, 0, 0, 0.22);
    z-index: 4;
    z-index: 1005;
  }
}
@media print {
  #side-nav {
    display: none;
  }
}
#side-nav .side-nav-wrapper {
  min-height: 100%;
  position: relative;
}
#side-nav .side-nav-wrapper .legal {
  border-top: 1px solid #e0e0e0;
  bottom: 0;
  color: #212121;
  height: 144px;
  line-height: 24px;
  padding: 24px;
  position: absolute;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
}
#side-nav .side-nav-wrapper .legal i.material-icons {
  font-size: 12px;
}
#side-nav.side-nav-drawer {
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
}
#side-nav.side-nav-drawer-visible {
  visibility: visible;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
#side-nav #logo {
  border-bottom: 0px solid #e0e0e0;
  display: block;
  padding: 0px;
}
#side-nav .user-data {
  padding: 12px 15px;
  background-color: #fff;
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
  display: table;
  width: 100%;
  position: relative;
}
#side-nav .user-data .property {
  display: table-row;
}
#side-nav .user-data .property .property-value {
  display: table-cell;
  padding: 3px 0;
  color: inherit;
}
#side-nav .user-data .property .property-label {
  padding-right: 24px;
  opacity: 0.7;
  text-align: right;
}
#side-nav .user-data #role-selector {
  position: absolute;
  left: 0;
  top: 24px;
  width: 220px;
}
#side-nav .user-data #semester-selector {
  position: absolute;
  left: 0;
  top: 40px;
  width: 220px;
}
#side-nav nav {
  padding: 12px 0 10px 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  display: none;
}
#side-nav nav.side-nav-visible {
  display: block;
}
#side-nav nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#side-nav nav ul li ul {
  margin-bottom: 5px;
  display: none;
}
#side-nav nav ul li ul li a {
  padding-left: 48px;
  font-weight: normal;
}
@media screen and (max-width: 1100px) {
  #side-nav nav ul li ul li a {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  #side-nav nav ul li ul li a {
    font-size: 14px;
  }
}
#side-nav nav ul li ul.nav-visible {
  display: block;
}
#side-nav nav ul li a {
  display: block;
  -webkit-user-select: none;
  padding: 12px 15px;
  text-decoration: none;
  border-bottom: none;
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 1100px) {
  #side-nav nav ul li a {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  #side-nav nav ul li a {
    font-size: 14px;
  }
}
#side-nav nav ul li a.active {
  background-color: #f8f8f8;
}
#side-nav nav ul li a:hover {
  background-color: #f1f1f1;
}
#side-nav nav ul li a i.material-icons {
  font-size: 18px;
  margin-top: 2px;
}
.mask-modal {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  opacity: 0.1;
  top: 0;
  display: none;
  width: 100%;
  z-index: 1004;
  position: fixed;
  -webkit-transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.mask-modal.mask-visible {
  opacity: 1;
  display: block;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  transition-delay: 0;
}
.mask-disable-scroll {
  overflow: hidden;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: transparent;
  border: none;
}
.nav-tabs {
  border: none;
  color: inherit;
  margin-top: 8px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}
.nav-tabs i.material-icons {
  font-size: 12px;
}
.nav-tabs li {
  display: inline-block;
}
.nav-tabs ul > li {
  float: none;
}
.nav-tabs ul > li a {
  color: inherit;
}
.nav-tabs li.dropdown-more > ul > li {
  display: block;
}
.nav-tabs li.dropdown-more > ul > li > a {
  color: #212121;
}
@media screen and (max-width: 768px) {
  .nav-tabs ul.dropdown-menu-right {
    max-width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .nav-tabs > li > a {
    padding-left: 4px;
    padding-right: 4px;
  }
}
.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background: transparent;
  border: none;
  color: inherit;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li > a:hover {
  background: transparent;
  border: none;
  border-bottom: 3px solid #953A49;
  padding-bottom: 7px;
  color: #000;
  background: rgba(255, 255, 255, 0.99);
}
.header-wrapper .header-tabs .nav-tabs li > a {
  padding-bottom: 10px;
}
[data-responsive="tabs"] {
  visibility: hidden;
}
.header {
  padding: 20px;
  min-height: 84px;
  color: #000;
  position: fixed;
}
.header .header-image {
  float: left;
  width: 48px;
  height: 48px;
}
.header .header-title {
  overflow: hidden !important;
}
.header .header-title.has-image {
  margin-left: 64px;
}
.header .header-title a {
  color: inherit;
  text-decoration: none;
  border-bottom: none;
}
.header .header-title a:hover {
  color: #651f2e;
}
@media screen and (max-width: 992px) {
  .header .header-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.header .header-title .font-subhead,
.header .header-title .font-card-subhead {
  opacity: 0.7;
}
.header .header-title .header-details {
  -webkit-transition: height 0.2s;
  /* For Safari 3.1 to 6.0 */
  transition: height 0.2s;
}
.header .header-title .header-details.not-visible {
  height: 0px;
}
.header .header-tabs ul.nav-tabs > li {
  margin-bottom: -20px;
}
.header .header-tabs ul.nav-tabs > li ul.dropdown-menu > li {
  margin-bottom: 0px;
}
.header .floating-action-button {
  position: absolute;
  left: auto;
  bottom: -24px;
  right: 48px;
  height: 48px;
  width: 48px;
  border-radius: 24px;
  border: none;
  background-color: #448AFF;
  color: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
  z-index: 1;
}
.header .floating-action-button:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .header .floating-action-button {
    right: 24px;
  }
}
#printHeader {
  display: none;
}
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
  z-index: 1;
  z-index: 1000;
  background: #fff;
}
.semester_warning {
  border-top: 5px solid #ff5f57;
}
.header-wrapper {
  position: relative;
}
.header-wrapper .header-title {
  color: inherit;
  width: 100%;
  padding-left: 250px;
  overflow: auto;
  padding-right: 70px;
}
.header-wrapper .header-title .chapter-title,
.header-wrapper .header-title .section-title,
.header-wrapper .header-title .page-title {
  display: block;
  float: left;
}
.header-wrapper .header-title .chapter-title:before {
  background: no-repeat url("../../../images/separator.svg") right center;
  background-size: contain;
  content: '';
  float: left;
  height: 36px;
  margin: -0.3em 0.7em 0 0.8em;
  width: 0.4em;
  color: #000;
}
.header-wrapper .header-buttons {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.header-wrapper .header-buttons .header-button-wrapper {
  position: relative;
  height: 48px;
  margin: 0;
}
.header-wrapper .header-buttons .header-button-wrapper .header-button {
  position: absolute;
  background: transparent center center no-repeat;
  background-size: 24px 24px;
  border: 0;
  display: block;
  height: 48px;
  overflow: hidden;
  width: 42px;
  color: #000;
  font-size: 19px;
  font-weight: 400;
  padding-bottom: 15px;
  padding: 8px 0;
  margin: 0;
}
.header-wrapper .header-buttons .header-button-wrapper .header-button i.material-icons {
  font-size: 24px;
}
.header-wrapper .header-buttons .header-button-wrapper .header-button i.material-icons {
  font-size: 20px;
}
.header-wrapper .header-buttons .header-button-wrapper .header-button:focus,
.header-wrapper .header-buttons .header-button-wrapper .header-button:hover,
.header-wrapper .header-buttons .header-button-wrapper .header-button:active {
  color: #000;
}
.header-wrapper .header-buttons .header-button-wrapper .header-button.open {
  color: #a03148;
  z-index: 1100;
}
.header-wrapper .header-buttons .header-button-wrapper .header-button.open:focus,
.header-wrapper .header-buttons .header-button-wrapper .header-button.open:hover,
.header-wrapper .header-buttons .header-button-wrapper .header-button.open:active {
  color: #a03148;
}
.header-wrapper .header-buttons .header-button-wrapper .collapsable-menu {
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
}
.header-wrapper .header-tabs {
  padding-left: 250px;
}
.header-wrapper .user-info-img {
  width: 30px;
  height: 30px;
  background-size: cover;
  display: block;
  float: left;
  margin: 0 10px 0 10px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
}
.header-wrapper .user-info-open,
.header-wrapper .user-info-close {
  margin-top: 7px;
  margin-left: 5px;
  cursor: pointer;
  min-width: 166px;
  position: relative;
}
.header-wrapper .user-info-close {
  margin-left: 47px;
  width: 188px;
}
@media screen and (min-width: 768px) {
  .header-button-wrapper .collapsable-menu {
    right: auto;
  }
}
@media screen and (max-width: 768px) {
  .header-button-wrapper .collapsable-menu {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .header-wrapper .header-title {
    color: #000;
  }
  .header-wrapper .user-info-open {
    display: none;
  }
  .header-wrapper .user-info-close {
    margin-left: 24px;
  }
  .header-wrapper .user-info-img {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .header-wrapper .header-title {
    padding-left: 40px;
  }
  .header-wrapper .header-tabs {
    padding-left: 0px;
  }
}
@media print {
  .header-wrapper .header-tabs {
    display: none;
  }
  .header-wrapper .header-title {
    padding-left: 0px;
  }
}
html {
  height: 100%;
  overflow-x: auto;
}
body {
  font-family: "Roboto Condensed", sans-serif;
  background: #fafafa;
  color: #212121;
  font-weight: normal;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  body {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
a {
  color: #666;
  border-bottom: 1px dotted;
  text-decoration: none;
}
a:hover:not(.btn),
a:focus:not(.btn) {
  color: #333;
  border-bottom: 1px dotted;
  text-decoration: none;
}
body.desktop {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  /*
    AUSKOMMENTIERT, DA DER WEICHZEICHNER PER AJAX NACHGELADENE MODALS WEICHZEICHNET
    &.modal-open .page-wrapper {
        @radius: 3px;
        -webkit-filter: blur(@radius);
        -moz-filter: blur(@radius);
        -o-filter: blur(@radius);
        -ms-filter: blur(@radius);
        filter: blur(@radius);
    } */
}
body.desktop .modal-backdrop {
  opacity: 0.7;
}
body.mobile * {
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body.mobile .collapsable-menu {
  border-bottom: 1px solid #666;
  border-right: 1px solid #999;
}
body.mobile .modal-backdrop {
  opacity: 0.7;
}
p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow: hidden;
}
.page-wrapper {
  padding: 0;
  margin: 0;
  min-width: 320px;
  position: relative;
  height: 100%;
}
.fade-in {
  visibility: hidden;
}
#content {
  position: relative;
  max-width: 1000px;
}
#content.wide {
  max-width: 1200px;
}
#content.fullWidth {
  max-width: inherit;
}
#content-wrapper {
  float: left;
  padding: 24px 24px 20px 274px;
  width: 100%;
  -webkit-transition: padding-left 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: padding-left 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: padding-left 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  #content-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  #content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
@media print {
  #content-wrapper {
    padding-bottom: 24px/3;
    padding-left: 0;
    padding-right: 0;
  }
  .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
.assigned-content-area {
  display: table;
}
.assigned-content-area .content-row {
  display: table-row;
}
.assigned-content-area .content-row .content-cell,
.assigned-content-area .content-row .content-label {
  display: table-cell;
  padding-top: 6px;
  padding-bottom: 6px;
  color: inherit;
}
.assigned-content-area .content-row .content-label {
  width: 100px;
  text-align: right;
  padding-right: 24px;
  font-weight: bold;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .assigned-content-area {
    display: block;
  }
  .assigned-content-area .content-row {
    display: block;
  }
  .assigned-content-area .content-row .content-cell,
  .assigned-content-area .content-row .content-label {
    display: block;
  }
  .assigned-content-area .content-row .content-cell:last-child,
  .assigned-content-area .content-row .content-label:last-child,
  .assigned-content-area .content-row .content-cell:first-child,
  .assigned-content-area .content-row .content-label:first-child {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .assigned-content-area .content-row .content-label {
    text-align: left;
    color: #727272;
    max-width: 600px;
    width: auto;
  }
}
#support-box {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000000;
  font-size: 11px;
  color: #fff;
  -webkit-box-shadow: -1px -1px 5px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px -1px 5px -1px rgba(0, 0, 0, 0.75);
  box-shadow: -1px -1px 5px -1px rgba(0, 0, 0, 0.75);
  background-color: #a03148;
  margin-top: 8px;
  width: 80px;
  height: 22px;
  border-radius: 5px 0 0 0;
  padding: 5px;
  opacity: 0.35;
}
#support-box a {
  color: #fff;
}
#support-box a:hover {
  inherit: none;
}
#support-box #support-button {
  cursor: pointer;
  font-size: 11px;
}
#support-box #support-content {
  font-size: 14px;
}
#support-box #support-close {
  cursor: pointer;
}
#language-box {
  position: fixed;
  bottom: 0;
  right: 85px;
  z-index: 1000000;
  font-size: 11px;
  color: #fff;
  -webkit-box-shadow: -1px -1px 5px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px -1px 5px -1px rgba(0, 0, 0, 0.75);
  box-shadow: -1px -1px 5px -1px rgba(0, 0, 0, 0.75);
  background-color: #337ab7;
  margin-top: 8px;
  width: 43px;
  height: 22px;
  border-radius: 5px 5px 0 0;
  padding: 5px;
  opacity: 0.35;
}
#language-box a {
  border-bottom: 0px;
  color: #fff;
}
.box table {
  width: 100%;
}
.infobox {
  padding: 15px;
}
.hover-highlight:hover {
  background-color: #ffffff;
}
.close {
  margin: 12px;
}
.seminarplan-entry time {
  display: block;
  margin: 8px 0;
}
.empty-state-page {
  margin-top: 48px;
}
.empty-state-page i,
.empty-state-page .message {
  color: rgba(182, 182, 182, 0.8);
  text-shadow: 1px 1px 1px #f9f9f9, 0 0 0 #000, 1px 1px 1px #f9f9f9;
}
.empty-state-page i ::-moz-selection,
.empty-state-page .message ::-moz-selection {
  background: #5af;
  color: #fff;
  text-shadow: none;
}
.empty-state-page i ::selection,
.empty-state-page .message ::selection {
  background: #5af;
  color: #fff;
  text-shadow: none;
}
.empty-state-page i {
  display: block;
  margin: 0 auto;
  font-size: 100px;
}
.empty-state-page .message {
  width: 100%;
  text-align: center;
  font-size: 19px;
  font-weight: 400;
  padding-bottom: 15px;
  padding: 24px 12px;
}
.empty-state-page .message i.material-icons {
  font-size: 20px;
}
.widget {
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
  z-index: 1;
  padding: 0;
  z-index: 0;
  border-left: 2px solid #953A49;
  margin-bottom: 10px;
  box-shadow: #aaa 3px 3px 7px;
  border-radius: 4px;
  clear: both;
  display: block;
}
.widget .card-header {
  padding: 20px;
  min-height: 84px;
  color: #000;
  position: fixed;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  background-color: #fff;
  color: #212121;
  /*border-bottom:1px solid @theme-divider;*/
  border-radius: 3px;
}
.widget .card-header .header-image {
  float: left;
  width: 48px;
  height: 48px;
}
.widget .card-header .header-title {
  overflow: hidden !important;
}
.widget .card-header .header-title.has-image {
  margin-left: 64px;
}
.widget .card-header .header-title a {
  color: inherit;
  text-decoration: none;
  border-bottom: none;
}
.widget .card-header .header-title a:hover {
  color: #651f2e;
}
@media screen and (max-width: 992px) {
  .widget .card-header .header-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.widget .card-header .header-title .font-subhead,
.widget .card-header .header-title .font-card-subhead {
  opacity: 0.7;
}
.widget .card-header .header-title .header-details {
  -webkit-transition: height 0.2s;
  /* For Safari 3.1 to 6.0 */
  transition: height 0.2s;
}
.widget .card-header .header-title .header-details.not-visible {
  height: 0px;
}
.widget .card-header .header-tabs ul.nav-tabs > li {
  margin-bottom: -20px;
}
.widget .card-header .header-tabs ul.nav-tabs > li ul.dropdown-menu > li {
  margin-bottom: 0px;
}
.widget .card-header .floating-action-button {
  position: absolute;
  left: auto;
  bottom: -24px;
  right: 48px;
  height: 48px;
  width: 48px;
  border-radius: 24px;
  border: none;
  background-color: #448AFF;
  color: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
  z-index: 1;
}
.widget .card-header .floating-action-button:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .widget .card-header .floating-action-button {
    right: 24px;
  }
}
.widget .card-header .nav-tabs > li.active > a,
.widget .card-header .nav-tabs > li.active > a:hover,
.widget .card-header .nav-tabs > li.active > a:focus {
  background: transparent;
  border: none;
  border-bottom: 3px solid #953A49;
  color: inherit;
}
.widget .card-header a {
  color: inherit;
  text-decoration: none;
  border-bottom: none;
}
.widget .card-header a:hover {
  color: #651f2e;
}
.widget .card-header .font-subhead,
.widget .card-header .font-card-subhead {
  opacity: 0.7;
}
.widget .card-header h4 {
  color: #888;
  font-weight: 200;
}
.widget .card-content {
  padding: 16px;
  display: block;
}
.widget .card-content .card-list .card {
  box-shadow: none;
}
.widget .card-content .card-list .card .card-content {
  margin-left: -16px;
  margin-right: -16px;
}
.widget .card-content h4 {
  color: #888 !important;
}
.widget .card-footer {
  align-content: revert;
  padding: 10px;
  margin: 10px;
}
.widget.separated {
  margin: 12px 0;
}
.widget.danger {
  border-left: 5px solid #ff5f57;
}
.widget.warning {
  border-left: 5px solid #ffbd2d;
}
.widget.success {
  border-left: 5px solid #28c941;
}
.collector > div {
  margin-top: 14px;
  padding: 0;
}
.collector > div > .btn {
  float: left;
  padding: 0;
}
.collector > div > div:not(.btn) :not(.collector-personen-heading) > * :not(.personen) {
  display: block;
  padding-left: 30px;
  padding-top: 6px;
}
.collector > div .persondetails {
  max-width: 100%;
}
.collector .collector-personen-heading {
  font-weight: 700;
}
.collector ~ .conditional-box {
  padding: 15px;
  display: none;
  margin-top: 10px;
}
.btn-default {
  color: #333 !important;
  background-color: #eee !important;
  border-color: #eee !important;
}
/**
 * VVZ
 */
a.vvz_gebiet_link {
  color: #333;
  text-decoration: none;
  border: 0px solid #fff;
  font-weight: normal;
  background: none;
}
div.vvz_gebiet_container {
  margin: 12px 0px 12px 20px;
}
a.vvz_modul {
  color: #333;
  text-decoration: none;
  border: 0px solid #fff;
  font-weight: normal;
  background: none;
}
.newsUnread {
  font-weight: bold;
}
.panel .icon-indicator {
  margin-right: 2px;
}
.panel .icon-indicator:before {
  content: "keyboard_arrow_down";
}
.panel .collapsed .icon-indicator:before {
  content: "keyboard_arrow_right";
}
/**
 * Styles für korrekte Darstellung der Druck-Version des Stundenplans
 */
.print-show {
  display: none;
}
.print-hide {
  display: block;
}
@media print {
  .print-show {
    display: block;
  }
  .print-hide {
    display: none;
  }
  /**
     * explicitly write table.hidden-print
     * so that it overrides the visible-xs-style
     * otherwise print view of table in chrome and opera wrong
     */
  table.hidden-print {
    display: none !important;
  }
  /**
     * height from 100% to auto
     * in order to not have a page break when printing in firefox
     */
  div.page-wrapper {
    height: auto !important;
  }
}
/* Styles für das myCampus-Studiengang-Mapping */
table#mcstgmappings tr.mcstgmapping.dirty {
  background-color: #ffbd2d !important;
}
/* Styles für die LocalConfig-Tabelle */
table#localConfig td,
table#localConfig th {
  word-break: break-all;
}
table#localConfig td.matching,
table#localConfig th.matching {
  background-color: #28c941 !important;
}
/*# sourceMappingURL=myStudy-theme.css.map */