/* main */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,300,300italic,400italic,500italic);
@import url("/templates/css/fullcalendar.min.css");
html,
body,
.wrapper,
.login {
  min-height: 100vh;
  font-size: 16px;
}

body {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
  line-height: 24px;
  background-image: url("/templates/images/startseite.png");
  background-size: cover;
  background-attachment: fixed;
}

.login-outer {
  margin-top: 25%;
}

ul.level1 {
  float: left;
  padding-left: 11px;
  width: 100%;
  list-style: none;
}
ul.level1 li {
  float: left;
  font-size: 22px;
}
ul.level1 li:first-child a {
  padding-left: 0px;
}
ul.level1 li a,
ul.level1 li a:visited {
  display: block;
  padding: 25px;
  color: #2196F3;
  text-decoration: none;
}
ul.level1 li a:hover,
ul.level1 li a:focus,
ul.level1 li a.current1 {
  color: #000000;
}

.login-modal {
  background-color: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  padding: 25px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
}
.login-modal .error#hof-password {
  color: #F44336;
}
.login-modal .error#hof-password:before {
  color: #F44336;
}
.login-modal .error input {
  border-color: #F44336;
  color: #F44336;
}
.login-modal #hof-password {
  position: relative;
  float: left;
  width: 100%;
}
.login-modal #hof-password:before {
  content: "\f023";
  font-family: "FontAwesome";
  position: absolute;
  left: 7px;
  top: 2px;
  color: #2196F3;
}
.login-modal input {
  border: none;
  outline: none;
  border-bottom: 1px solid #2196F3;
  background-color: transparent;
  padding: 5px;
  margin-bottom: 20px;
  padding-left: 26px;
}
.login-modal input[type="submit"] {
  background-color: #2196F3;
  border: none;
  outline: none;
  padding: 5px;
  color: #FFFFFF;
  font-weight: 500;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
}

.content {
  background-color: rgba(255, 255, 255, 0.9);
}

.inner {
  padding: 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 100%;
}

/* FLOW */
.flow-drop {
  padding: 25px;
  float: left;
  width: 100%;
  background-color: #FFFFFF;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.flow-drop input {
  width: 200px;
}

.dragover {
  background-color: #2196F3;
}

.flow-progress {
  float: left;
  width: 100%;
}
.flow-progress table {
  width: 100%;
}
.flow-progress table .progress-bar {
  width: 0%;
  height: 5px;
  background-color: #2196F3;
  -webkit-transition: width .3s;
  -moz-transition: width .3s;
  -ms-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}

input {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Impressionen */
#galery {
  margin: 0px -25px;
}

.image-wrapper {
  width: 33.33%;
  float: left;
  padding: 0 25px;
  margin: 12.5px 0;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.image-wrapper .image {
  overflow: hidden;
  float: left;
  width: 100%;
  height: 250px;
}
.image-wrapper .upload img {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.image-wrapper .upload .flow-file-progress {
  opacity: 1;
  z-index: 100;
}
.image-wrapper .flow-file-progress {
  opacity: 0;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 50%;
  margin-left: -50px;
}
.image-wrapper a {
  display: block;
}
.image-wrapper img {
  max-width: 100%;
}

#calendar {
  float: left;
  width: 60%;
}
#calendar .fc-time {
  display: none;
}

#belegung {
  width: 30%;
  float: left;
  box-sizing: border-box;
  padding-left: 30px;
}
#belegung label {
  width: 30%;
  float: left;
}
#belegung input {
  width: 70%;
  float: left;
  margin-bottom: 20px;
}
#belegung input[type="submit"] {
  width: 100%;
  background-color: #2196F3;
  border: none;
  outline: none;
  padding: 5px;
  color: #FFFFFF;
  font-weight: 500;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
}
#belegung input[type="submit"][disabled] {
  cursor: not-allowed;
  background-color: #eee;
  color: rgba(0, 0, 0, 0.26);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button[disabled], html input[disabled] {
  cursor: not-allowed;
  background-color: #eee;
}

/* Fancybox */
span.fncb_fancy_title {
  font-size: 12px;
  font-weight: bold;
}

span.fncb_fancy_displaycounter {
  font-size: 11px;
}

#fancybox-title {
  line-height: 16px;
  text-align: left;
}

#fncb_bottomNavClose {
  cursor: pointer;
  display: block;
}

/* Fancybox END */
/* end of main */
/* _typo */
h1, h2, h3, h4, h5, h6 {
  float: left;
  width: 100%;
}

/* end of _typo */
/* layout */
/* end of layout */
/* Smaller than standard 960 (devices and browsers) */
/* Tablet Portrait size to standard 960 (devices and browsers) */
/* All Mobile Sizes (devices and browser) */
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

/*# sourceMappingURL=layout.css.map */
