@import '../css/bootstrap.min.css';
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@import '../css/icons/style.css';
html,
button,
input,
select,
textarea {
  color: #222;
}
html {
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
  text-align: left;
  overflow: hidden;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: white url(ajax-loader.gif) center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  display: block;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/* Icons */
@font-face {
  font-family: "slick";
  src: url("fonts/slick.eot");
  src: url("fonts/slick.eot?#iefix") format("embedded-opentype"), url("fonts/slick.woff") format("woff"), url("fonts/slick.ttf") format("truetype"), url("fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:focus,
.slick-next:focus {
  outline: none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
.slick-prev:before {
  content: '\2190';
}
.slick-next {
  right: -25px;
}
.slick-next:before {
  content: '\2192';
}
/* Dots */
.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0px 5px;
  padding: 0px;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  outline: none;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\2022';
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
}
.col-lg-2-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1440px) {
  .col-lg-2-4 {
    float: left;
    width: 20%;
  }
}
.col-md-2-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 991px) {
  .col-md-2-4 {
    float: left;
    width: 20%;
  }
}
.col-sm-2-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col-sm-2-4 {
    float: left;
    width: 20%;
  }
}
.col-lg-7-2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1440px) {
  .col-lg-7-2 {
    float: left;
    width: 60%;
  }
}
.col-md-7-2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 991px) {
  .col-md-7-2 {
    float: left;
    width: 60%;
  }
}
.col-sm-7-2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col-sm-7-2 {
    float: left;
    width: 60%;
  }
}
.custom-row {
  margin-left: -5px;
  margin-right: -5px;
}
.custom-row:after {
  content: '';
  display: block;
  clear: both;
  width: 100%;
}
.width-1 {
  width: 10%;
  padding: 5px;
  float: left;
}
.width-2 {
  width: 20%;
  padding: 5px;
  float: left;
}
.width-3 {
  width: 30%;
  padding: 5px;
  float: left;
}
.width-drittel {
  width: 33.33%;
  padding: 5px;
  float: left;
}
.width-viertel {
  width: 25%;
  padding: 5px;
  float: left;
}
.width-halb {
  width: 50%;
  padding: 5px;
  float: left;
}
.width-dreiviertel {
  width: 75%;
  padding: 5px;
  float: left;
}
.width-4 {
  width: 40%;
  padding: 5px;
  float: left;
}
.width-5 {
  width: 50%;
  padding: 5px;
  float: left;
}
.width-6 {
  width: 60%;
  padding: 5px;
  float: left;
}
.width-7 {
  width: 70%;
  padding: 5px;
  float: left;
}
.width-8 {
  width: 80%;
  padding: 5px;
  float: left;
}
.width-9 {
  width: 90%;
  padding: 5px;
  float: left;
}
.width-10 {
  width: 100%;
  padding: 5px;
  float: left;
}
/**************************
** Mixins
**************************/
/**************************
** General
**************************/
body {
  color: #333333;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  padding-bottom: 100px;
  font-family: 'Droid Sans', sans-serif;
}
body.logged-in {
  padding-top: 42px;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
h1,
h2,
h3 {
  font-weight: 600;
}
.box {
  background-color: #e65404;
  text-transform: uppercase;
  color: white;
  text-align: center;
  position: relative;
}
h2 {
  font-size: 16px;
}
hr {
  width: 80%;
  border: none;
  border-bottom: 4px solid #333333;
  color: transparent;
}
dl dt {
  float: left;
  width: 100px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
dl dd {
  margin-left: 115px;
}
.btn,
.button {
  -webkit-appearance: none;
  border-radius: 0px;
  background-color: transparent;
  border: none;
  display: inline-block;
  padding: 10px 15px;
  background-color: #000000;
  color: white;
  margin-top: 15px;
  margin-bottom: 15px;
  text-decoration: none;
  cursor: pointer;
}
.btn:focus,
.button:focus {
  outline: none;
}
.btn:hover,
.button:hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: #000000;
  color: white;
}
.btn.btn-small,
.button.btn-small,
.btn.button-small,
.button.button-small {
  padding: 3px 7px;
  font-size: 12px;
  margin-top: 0px;
  margin-bottom: 5px;
}
.btn.btn-icon span,
.button.btn-icon span,
.btn.button-icon span,
.button.button-icon span {
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.btn.btn-inverse,
.button.btn-inverse {
  border: 2px solid #000000;
  background-color: white;
  color: #000000;
}
.hint {
  display: none;
  position: absolute;
  right: 0px;
  z-index: 100;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 3px;
  width: 200px;
  color: white;
  line-height: 21px;
  font-size: 12px;
}
.show-hint {
  position: relative;
}
.show-hint:hover .hint {
  display: block;
}
table .btn,
table .button {
  float: left;
  margin-right: 10px !important;
}
table .btn.btn-small,
table .button.btn-small,
table .btn.button-small,
table .button.button-small {
  line-height: 30px;
  padding: 0 10px;
}
/**************************
** Header
**************************/
.header {
  background-color: #000000;
  overflow: hidden;
}
.header h1 {
  color: white;
  text-transform: lowercase;
}
.header h1 a {
  color: white;
}
.header .logo-container {
  display: inline-block;
  padding: 15px;
  background-color: white;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
.header .container {
  position: relative;
}
.header .header-right {
  position: absolute;
  right: 15px;
  bottom: 0px;
  text-align: right;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 24px;
  color: white;
}
.header .header-right small {
  font-size: 12px;
}

.flash-messages-container {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  z-index: 10000;
}
.flash-messages-container .flash-message {
  margin-top: 30px;
  background-color: #f67168;
  color: white;
  padding: 5px 15px;
  width: 90%;
  margin-left: 5%;
  border: 3px solid #9c1006;
  position: relative;
  color: #9c1006;
  font-weight: bold;
}
.flash-messages-container .flash-message .flash-message-close {
  position: absolute;
  right: -16px;
  top: -16px;
  line-height: 28px;
  width: 32px;
  height: 32px;
  text-align: center;
  border: 3px solid #9c1006;
  background-color: #f67168;
  color: white;
  border-radius: 16px;
  cursor: pointer;
}
small {
  font-size: 12px;
  line-height: 14px;
}
.single-elternsprechtag,
.single-room {
  background-color: #e6e6e6;
  padding: 15px;
  padding-bottom: 0px;
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 24px;
  border: 1px solid black;
}
.single-elternsprechtag:hover,
.single-room:hover {
  background-color: #f5f5f5;
}
.single-elternsprechtag.inactive,
.single-room.inactive {
  opacity: 0.3;
}
.single-elternsprechtag .button,
.single-room .button {
  font-size: 13px;
  line-height: 18px;
}
.appointments-list {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  max-width: 500px;
  display: block;
}
.appointments-list li {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  line-height: 21px;
  padding: 10px 15px;
  background-color: #f5f5f5;
}
.appointments-list li:nth-child(odd) {
  background-color: #e6e6e6;
}
.error {
  padding: 15px;
  background-color: #f67168;
  color: #9c1006;
  border: 1px solid #9c1006;
}
/***********************************
** Modal
***********************************/
.modal {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  z-index: 10000;
  font-size: 16px;
  line-height: 1.3;
  overflow: auto;
  padding-bottom: 300px;
}
.modal .modal-inner {
  width: 600px;
  max-width: 100%;
  background-color: white;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 50px;
}
.modal .modal-inner .modal-header {
  background-color: #000000;
  height: 44px;
  line-height: 44px;
  padding: 0 15px;
  font-weight: 600;
  font-size: 16px;
  color: white;
  position: relative;
}
.modal .modal-inner .modal-header .modal-close {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 24px;
  color: white;
  background-color: #000000;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.modal .modal-inner .modal-header .modal-close:hover {
  background-color: #000000;
}
.modal .modal-inner .modal-page {
  padding: 15px;
  position: relative;
}
.modal .modal-inner .modal-page .employee-avatar {
  position: absolute;
  right: 0px;
  top: 0px;
  border: 4px solid #d2d0d0;
}
.modal .modal-inner .modal-page .employee-information {
  padding-right: 250px;
  font-size: 14px;
}
.modal .modal-inner .modal-buttons {
  overflow: hidden;
}
.modal .modal-inner .modal-buttons .modal-button {
  width: 33.33%;
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: white;
}
.modal .modal-inner .modal-buttons .more-information {
  background-color: #d7b184;
  cursor: pointer;
}
.modal .modal-inner .modal-buttons .vcard {
  background-color: #63c963;
}
.modal .modal-inner .modal-buttons .show-maps {
  background-color: #58aad0;
}
.modal .modal-inner .employee-additional {
  background-color: #d7b184;
  padding: 10px;
  font-size: 14px;
  color: white;
  display: none;
}
.modal .modal-inner .employee-additional.active {
  display: block;
}
.modal .modal-inner .modal-footer {
  padding: 15px;
  background-color: #e6e6e6;
  overflow: hidden;
}
.modal ul,
.modal li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.modal-inner > div:nth-child(2) {
  padding: 0 15px;
}
/**************************
** Content
**************************/
.container {
  position: relative;
}
.login-box {
  display: none;
  position: absolute;
  top: 100%;
  right: 0px;
  width: 310px;
  padding: 10px;
  background-color: white;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
.login-box .btn {
  margin-bottom: 0px;
  padding: 5px 10px;
}
.login-box .form-elem {
  -webkit-appearance: none;
  border-radius: 0px;
  background-color: transparent;
  border: none;
  outline: none;
  border: 1px solid #b3b3b3;
  padding: 5px;
}
.login-box .form-elem:focus {
  outline: none;
}
.login-box .form-elem:hover,
.login-box .form-elem:active,
.login-box .form-elem:focus {
  border-color: #000000;
}
.login {
  position: absolute;
  right: 15px;
  top: -48px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: white;
}
.login .icon-key5 {
  font-size: 32px;
}
.login:hover {
  color: #b3b3b3;
}
.login:hover .login-box {
  display: block;
}
.page-title,
h1,
.page-headline {
  color: #000000;
  font-size: 32px;
  margin-top: 30px;
}
/**************************
** Benutzermenü
**************************/
.user-line {
  height: 42px;
  line-height: 42px;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: black;
  color: white;
  z-index: 100;
}
.user-line .container {
  position: relative;
}
.user-line a {
  display: block;
  padding: 0 15px;
  color: white;
  border-left: 1px solid #464646;
  box-shadow: -1px 0px 0px rgba(0, 0, 0, 0.4);
  text-decoration: none;
}
.user-line a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.user-line .admin-navigation > ul > li:last-child a {
  border-right: 1px solid #464646;
}
.user-line ul,
.user-line li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.user-line li {
  float: left;
}
.user-line .logged-in-as {
  position: absolute;
  right: 15px;
  top: 0px;
  color: rgba(255, 255, 255, 0.5);
}
.user-line li.has-submenu {
  position: relative;
}
.user-line li.has-submenu:hover .sub-menu {
  display: block;
}
.user-line .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0px;
  width: 200px;
  background-color: #323232;
}
.user-line .sub-menu li {
  display: block;
  float: none;
}
.user-line .sub-menu li a {
  border: none;
  border-bottom: 1px solid #464646;
  box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
}
.user-line .sub-menu li a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
/***********************************
** Game Navigation
***********************************/
.main-navigation {
  height: 42px;
  line-height: 42px;
}
.main-navigation ul,
.main-navigation li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.main-navigation li {
  display: block;
  float: left;
  position: relative;
}
.main-navigation li a {
  padding: 0 15px;
  display: block;
  color: white;
}
.main-navigation li a.active {
  background-color: white;
  color: #000000;
}
.main-navigation li a:hover {
  text-decoration: underline;
}
.main-navigation li .unread {
  position: absolute;
  right: -5px;
  top: -5px;
  height: 20px;
  line-height: 20px;
  border-radius: 10px;
  color: white;
  background-color: red;
  padding: 0 10px;
  font-size: 12px;
}
/***********************************
** Tables
***********************************/
.table-striped {
  background-color: white;
  margin-bottom: 30px;
  width: 100%;
}
.table-striped thead {
  background-color: #b4b4b4;
  color: white;
  font-weight: 600;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: rgba(100, 100, 100, 0.1);
}
.table-striped td,
.table-striped th {
  padding: 5px 10px;
}
.table-striped td .button,
.table-striped th .button {
  margin: 0px;
}
.table-striped td {
  border-bottom: 1px solid #bebebe;
}
.table-striped tr.disabled td,
.table-striped tr.past td {
  background-color: #c8c8c8 !important;
  color: #969696 !important;
}
.table-headline {
  background-color: #000000;
  color: white;
  padding: 5px;
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 20px;
}
.table-subline {
  font-weight: bold;
}
.table-subline td {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #b3b3b3 !important;
}
.input-small {
  width: 40px;
}
.status-indicator {
  padding: 8px 15px;
  color: white;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
}
table .status-indicator {
  margin-top: 2px;
  margin-bottom: 2px;
}
.status-wartend,
.status-pausiert {
  background-color: #000000;
  border: 1px solid #000000;
}
.status-aktiv {
  background-color: #44a206;
  border: 1px solid #2f7104;
}
.status-beendet {
  background-color: #333333;
  border: 1px solid #1a1a1a;
}
.single-game {
  padding: 8px 15px;
  color: white;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 15px;
}
/**************************
** Forms
**************************/
label {
  display: block;
  font-weight: bold;
  font-size: 13px;
}
textarea {
  height: 100px;
}
.form-group {
  margin: 15px 0;
}
.form-group input[type="text"],
.form-group input[type="password"],
.form-group .form-control {
  -webkit-appearance: none;
  border-radius: 0px;
  background-color: transparent;
  border: none;
  width: 100%;
  background-color: white;
  padding: 5px 10px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border: 2px solid #c8c8c8;
}
.form-group input[type="text"]:focus,
.form-group input[type="password"]:focus,
.form-group .form-control:focus {
  outline: none;
}
.form-group input[type="text"]:hover,
.form-group input[type="password"]:hover,
.form-group .form-control:hover,
.form-group input[type="text"]:active,
.form-group input[type="password"]:active,
.form-group .form-control:active,
.form-group input[type="text"]:focus,
.form-group input[type="password"]:focus,
.form-group .form-control:focus {
  border: 2px solid #000000;
}
.form-group .form-control.form-controll-full-width {
  width: 100%;
}
.form-group.has-hint .form-control {
  padding-right: 42px;
}
.form-group.has-hint .show-hint {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
}
.form-group.has-hint .show-hint span {
  color: #000000;
}
.form-group.has-hint .show-hint:hover span {
  color: #000000;
}
.form-group.has-hint .show-hint:hover .hint {
  display: block;
}
.form-group.initialy-hidden {
  display: none;
}
.form-headline {
  margin-left: -15px;
  background-color: #000000;
  display: inline-block;
  color: white;
  padding: 15px;
}
.toggle-sublevel,
.toggle-employees {
  display: none;
}
/**************************
** Content
**************************/
.content {
  background: #1c84a1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1c84a1), color-stop(1, #edf5f8));
  background: -ms-linear-gradient(bottom, #1c84a1, #edf5f8);
  background: -moz-linear-gradient(center bottom, #1c84a1 0%, #edf5f8 100%);
  background: -o-linear-gradient(#edf5f8, #1c84a1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edf5f8', endColorstr='#1c84a1', GradientType=0);
}
/**************************
** Home
**************************/
.post-status-container {
  margin-top: 30px;
  margin-bottom: 30px;
}
.post-status-container input,
.post-status-container textarea,
.post-status-container select {
  -webkit-appearance: none;
  border-radius: 0px;
  background-color: transparent;
  border: none;
  width: 100%;
}
.post-status-container input:focus,
.post-status-container textarea:focus,
.post-status-container select:focus {
  outline: none;
}
.post-status-container input {
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 15px;
}
.post-status-container label {
  margin-bottom: 15px;
}
.post-status-container textarea {
  padding: 15px;
  background-color: #f0f0f0;
}
.post-status-container button {
  margin-bottom: 0px;
}
label {
  margin-bottom: 5px;
}
.has-hint img {
  margin-top: 10px;
}
.profile {
  position: relative;
  padding-left: 165px;
  min-height: 165px;
}
.profile .profile-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 150px;
  height: 150px;
  max-width: 100%;
}
.profile .profile-image img {
  width: 100%;
  height: auto;
}
.profile .profile-username {
  font-weight: bold;
  margin-bottom: 5px;
}
.new-message {
  padding: 2px 15px;
  background-color: #f0f0f0;
  padding-bottom: 0px;
}
.unread {
  background-color: #595959;
  color: #000000;
}
.single-message {
  background-color: #f0f0f0;
  padding: 15px;
  padding-top: 5px;
  margin-bottom: 30px;
}
/**************************
** Timeline
**************************/
.timeline {
  background-color: #f0f0f0;
  padding-bottom: 100px;
}
.entry {
  background-color: white;
  margin-bottom: 15px;
  margin-top: 15px;
}
.entry .entry-inner {
  padding: 15px;
  position: relative;
  padding-top: 61px;
}
.entry .entry-thumbnail {
  width: 100%;
}
.entry .entry-thumbnail img {
  width: 100%;
  height: auto;
}
.entry .date {
  background-color: #000000;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 48px;
  color: white;
  text-align: center;
  padding: 10px 0;
}
.entry h2 {
  position: absolute;
  top: 10px;
  left: 58px;
  margin: 0px;
  height: 40px;
  overflow: hidden;
}
.entry .user {
  font-style: italic;
  margin-bottom: 10px;
  color: #b4b4b4;
}
.entry .entry-content {
  line-height: 1.4;
}
.entry .entry-content a {
  color: #333333;
}
.profile-image {
  display: inline-block;
  margin-bottom: 15px;
  border: 3px solid #c8c8c8;
}
.profile-image:hover {
  border: 3px solid #000000;
}
.message-child {
  margin-left: 50px;
  background-color: #f0f0f0;
  padding: 5px 15px;
  margin-bottom: 30px;
}
.praktikum {
  padding: 15px;
  background-color: #f0f0f0;
}
.praktikum .praktikum-thumbnail {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -15px;
}
.praktikum .praktikum-thumbnail img {
  width: 100%;
  height: auto;
}
/**************************
** Footer
**************************/
/**************************
** Anmeldungen
**************************/
/**************************
** Mobile Styles
**************************/
.toggle-mobile-navigation {
  font-size: 32px;
  color: white;
  line-height: 42px;
  height: 42px;
  width: 42px;
  text-align: center;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
/**************************
** Referenten
**************************/
/**************************
** Media Queries
**************************/
@media screen and (min-width: 1440px) {
  .container {
    width: 1400px;
  }
}
@media screen and (max-width: 991px) {
  .width-1,
  .width-2,
  .width-3,
  .width-drittel,
  .width-viertel,
  .width-halb,
  .width-dreiviertel,
  .width-4,
  .width-5,
  .width-6,
  .width-7,
  .width-8,
  .width-9,
  .width-10 {
    width: 100%;
  }
}
.employees {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .modal .modal-inner .modal-page .employee-avatar {
    position: relative;
  }
  .modal .modal-inner .modal-page .employee-avatar img {
    width: 100%;
    height: auto;
  }
  .modal {
    margin-top: 0px;
    padding-bottom: 0px;
  }
  .modal .modal-inner {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .modal .modal-inner .modal-page .employee-information {
    padding-right: 0px;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
    display: none !important;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
    display: none !important;
  }
  .fixed-navigation,
  .social-share-buttons,
  .button-anmeldung,
  .presentations,
  .videos,
  .images,
  .event-sidebar-widget,
  .footer,
  .contact-line {
    display: none;
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
    display: none !important;
  }
  .single-events img {
    display: none;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
