body {
  padding-top: 80px;
  padding-bottom: 40px;
}
.sidebar-nav {
  padding: 9px 0;
}

@media (max-width: 980px) {
  /* Enable use of floated navbar text */
  .navbar-text.pull-right {
    float: none;
    padding-left: 5px;
    padding-right: 5px;
  }
}

#titel,
textarea[name=titel] {
  min-height: 30px; max-height:100px;
}

#einleitung,
textarea[name=einleitung] {
  min-height: 200px; max-height:300px;
}

#text,
textarea[name=text] {
  min-height: 300px; max-height:600px;
}

.row-fluid [class*="span"]:nth-child(4n+1) {
   margin-left: 0;
}

.date {
  /*margin-right: 5%;*/
}

.editor { margin-top: 10px; }

.nobold { font-weight: normal; }

.mauto { margin: 0 auto; }
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt50 { margin-top: 50px; }
.ml10 { margin-left: 10px; }
.ml20 { margin-left: 20px; }
.mb10 { margin-bottom: 10px!important; }
.mb20 { margin-bottom: 20px!important; }
.mb40 { margin-bottom: 40px!important; }

.pl20 { padding-left: 20px !important; }
.pl30 { padding-left: 30px !important; }
.pt50 { padding-top: 50px; }

.dn { display: none !important; }
.db { display: block !important; }

.editor_quelltext { margin-top: 10px; display: none; }

.cke_chrome {
  box-shadow: none !important;
}

.cke_top {
  background: #EEE !important;
  border-top: 1px solid #EEE !important;
  box-shadow: none !important;
}

.cke_bottom {
  background: #EEE !important;
  border-top: 1px solid #EEE !important;
  box-shadow: none !important;
}

.cke_resizer {
  margin-top: 0 !important;
}

.ajaxloader-box {
  position: absolute;
  top: 0; left: 0;
  z-index: 999999;
  width: 100%;
  background: #333;
  opacity: 0.70;
  -moz-opacity: 0.70;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
  
  display: none;
}
.ajaxloader-box .ajaxloader {
  position: absolute;
  left: 50%;
  margin-top: -16px; margin-left: -16px;
  height: 32px; width: 32px;
  background-image: url("/images/layout/ajax-loader.gif");
  background-repeat: no-repeat;
}

.outer {
  overflow: hidden;
  height: 150px;
}

.outer .img_options {
  z-index: 2;
  position: absolute;
  top: 5px; right: 20px;
  padding: 5px;
  background: #FFF;
}

.outer .inner {
  z-index: 1;
  display: inline-block;
  position: relative;
  right: -50%;
}

.outer .inner img {
  position: relative;
  left: -50%;
}

#bildupload .note-editor {
  margin-bottom: 20px;
}

.chosen-container.chosen-container-multi {
  
}

.chosen-choices input {
  padding-left: 15px !important;
}

/* TEXTE ÜBERSICHT - RUBRIKEN_TEXTE */
/* ******************************************************************************* */
.item {
  position: relative;
  padding: 10px 20px;
  margin-bottom: 5px;
}

.item.rubriken {
  background-color: #DDD;
  color: #333;
  font-weight: bold;
}

.item.texte {
  background-color: #dff0d8;
  padding-right: 80px;
}

.item.texte.last {
  margin-bottom: 20px;
}

.item.texte * {
  color: #3c763d;
}

.option {
  position: absolute;
  top: 10px;
}

.option.option-edit {
  right: 45px;
}

.option.option-delete {
  right: 20px;
}