/******** #colors ********/
/********* #font ********/
/******** #colors ********/
/********* #grid ********/
/***** #BAEHR *****/
.baehr-verlauf {
  background-color: #ece4d6;
  background: -webkit-gradient(linear, left top, left bottom, from(#ece4d6), to(#f0e9de));
  background: -webkit-linear-gradient(top, #ece4d6, #f0e9de);
  background: -moz-linear-gradient(top, #ece4d6, #f0e9de);
  background: -ms-linear-gradient(top, #ece4d6, #f0e9de);
  background: -o-linear-gradient(top, #ece4d6, #f0e9de);
  background: linear-gradient(to bottom, #ece4d6 0%, #f0e9de 100%);
}
/***** #GENERAL *****/
.clearfix {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
#messageOverlay_js,
#messageOverlay_php {
  background: none;
}
#messageOverlay_js .window_head,
#messageOverlay_php .window_head {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#messageOverlay_js .window_head h2,
#messageOverlay_php .window_head h2 {
  padding: 10px 10px 0 10px;
  font-family: Verdana, Helvetica, sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 17px;
  color: #a6192e;
  background-color: #fff;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#messageOverlay_js .dialogue_window,
#messageOverlay_php .dialogue_window {
  background-color: transparent;
  border: none;
}
#messageOverlay_js .dialogue_window .inner_border_nojq,
#messageOverlay_php .dialogue_window .inner_border_nojq {
  padding: 0 0 10px 0;
  border: none;
  background-color: #fff;
  border: 1px solid #a6192e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 100px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.5);
}
.layer {
  font-size: 14px;
}
.layer a {
  font-size: 14px !important;
}
.layer p {
  margin: 0;
  padding: 0 15px;
  font-size: 14px;
}
.textbox,
p.error {
  font-size: 14px;
}
.window_cross {
  display: none;
}
input.field_error {
  background-image: none;
  background-color: #fff;
  border: 1px solid #a6192e;
}
/* Hilfsobjekt zur Ausgabe von PHP-Code */
.php {
  position: fixed;
  top: 0;
  right: 0;
  width: 700px;
  height: 600px;
  padding: 10px;
  background-color: #fff;
  z-index: 500;
  overflow: auto;
  display: none;
  white-space: pre-wrap;
}
/* *** LOGIN *** */
#ie7_layer {
  display: none;
}
body#login p {
  margin-bottom: 20px;
}
body#login input[type=submit] {
  background-color: transparent;
  border: none;
  font-family: 'Ubuntu', Verdana, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fdfbf8;
}
body#login .form_button_bar {
  margin-top: 40px;
}
/* **** #BASICS **** */
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
}
body {
  font-family: 'Ubuntu', Verdana, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #303030;
  background: url(../../7/mandanten_spezifisch/images_mandant7/hintergrund.jpg) no-repeat center #f6efe4;
  background-size: 100% 50%;
  background-position: 0 130px;
}
* {
  box-sizing: border-box;
}
/* **** #GRID **** */
#content_area {
  position: relative;
  height: auto;
  min-height: 100%;
}
#header {
  width: 100%;
  height: 130px;
}
#header #topmenue {
  width: 100%;
  height: 50px;
  background-color: #f6efe4;
}
#header #mainmenue {
  width: 100%;
  height: 80px;
  background-color: #ece4d6;
  background: -webkit-gradient(linear, left top, left bottom, from(#ece4d6), to(#f0e9de));
  background: -webkit-linear-gradient(top, #ece4d6, #f0e9de);
  background: -moz-linear-gradient(top, #ece4d6, #f0e9de);
  background: -ms-linear-gradient(top, #ece4d6, #f0e9de);
  background: -o-linear-gradient(top, #ece4d6, #f0e9de);
  background: linear-gradient(to bottom, #ece4d6 0%, #f0e9de 100%);
}
#header #mainmenue div.content {
  position: relative;
}
#header #mainmenue div.content img.logo {
  position: absolute;
  top: 23px;
}
#header #mainmenue div.content h1 {
  position: absolute;
  top: 23px;
  width: 895px;
  height: 74px;
  line-height: 74px;
  margin-left: 275px;
  padding-right: 20px;
  background-color: #a6a6a6;
  color: #fdfbf8;
  font-size: 40px;
  font-weight: normal;
  text-align: right;
  text-transform: uppercase;
}
div#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 255px;
  background-color: #fdfbf8;
}
div#footer div.content {
  width: 1110px;
  padding: 20px 30px 30px;
}
div#footer h2,
div#footer h3 {
  margin-bottom: 40px;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: normal;
}
div#footer h3 {
  color: #a6192e;
}
div#footer a {
  font-weight: bold;
}
div#footer a:hover {
  color: #a6192e;
}
div#footer p + p {
  margin-top: 10px;
}
div.content {
  width: 1170px;
  margin: 0 auto;
}
#content.content {
  width: 1110px;
  padding: 40px 0 255px;
  background-color: #fdfbf8;
}
/***** #GENERAL GRID *****/
div.row {
  width: 100%;
  white-space: nowrap;
}
div.row * {
  white-space: normal;
}
div.row div.row {
  white-space: nowrap;
}
div.row div.row * {
  white-space: normal;
}
div.col {
  display: inline-block;
  vertical-align: top;
}
div.col.size-1 {
  width: 8.33333333%;
}
div.col.size-2 {
  width: 16.66666667%;
}
div.col.size-3 {
  width: 25%;
}
div.col.size-4 {
  width: 33.33333333%;
}
div.col.size-5 {
  width: 41.66666667%;
}
div.col.size-6 {
  width: 50%;
  padding: 0 15px 0 30px;
}
div.col.size-6 + div.col.size-6 {
  padding: 0 30px 0 15px;
}
div.col.size-7 {
  width: 58.33333333%;
}
div.col.size-8 {
  width: 66.66666667%;
}
div.col.size-9 {
  width: 75%;
}
div.col.size-10 {
  width: 83.33333333%;
}
div.col.size-11 {
  width: 91.66666667%;
}
div.col.size-12 {
  width: 100%;
}
/* *** NAVI *** */
nav {
  font-size: 10px;
  position: absolute;
  top: 18px;
  left: 285px;
  z-index: 3;
}
nav li {
  display: inline-block;
  margin-right: 7px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
}
nav .icon {
  display: block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  padding-top: 8px;
  text-align: center;
}
nav .icon.red {
  background-color: #a6192e;
}
nav .icon.gray {
  background-color: #808080;
}
nav .flag.left:before {
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
  width: 0;
  height: 0;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-left: 5px solid transparent;
}
/* *** #DASHBOARD BOXES *** */
.dbox {
  margin-bottom: 30px;
  padding: 15px 0 15px 10px;
}
.dbox.imgonly {
  padding: 0;
}
.dbox:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.dbox.red {
  background-color: #f8f2e9;
}
.dbox.gray {
  background-color: #ebebeb;
}
.dbox .content_box,
.dbox .accordion,
.dbox .user_data,
.dbox #wiki_current {
  padding: 15px 20px 0 5px;
}
.dbox .content_box:after,
.dbox .accordion:after,
.dbox .user_data:after,
.dbox #wiki_current:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.dbox ul.info {
  margin-top: 20px;
}
.dbox .link_box,
.dbox .link_box_simple {
  margin-bottom: 10px;
}
.dbox .link_box:after,
.dbox .link_box_simple:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.accordion .link_box {
  padding-left: 0;
}
/* *** #GENERAL SYLINGS *** */
b {
  font-weight: bold;
}
i {
  font-style: italic;
}
a {
  color: #303030;
}
h1 {
  font-size: 24px;
  line-height: 26.5px;
  text-transform: uppercase;
}
h3 {
  font-size: 15px;
  font-weight: bold;
}
h3.box_style {
  margin-bottom: 10px;
  color: #a6192e;
  text-transform: none;
}
h3.accordion_trigger {
  text-transform: uppercase;
  cursor: pointer;
}
p i.fa {
  margin-right: 6px;
}
ul.subnav li {
  font-size: 15px;
  line-height: 22px;
  text-decoration: underline;
  cursor: pointer;
}
ul.subnav li.current_item {
  text-decoration: none;
}
.yellow {
  color: #F7B600;
}
/* *** #BLOCK ELEMENTS *** */
h2.block-hl {
  padding: 6px 7px 7px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fdfbf8;
}
h3.block-hl {
  padding: 3px 4px 4px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fdfbf8;
}
h2.item_overview_headline {
  margin-top: 20px;
  margin-bottom: 15px;
  padding: 3px 4px 4px;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fdfbf8;
}
a.block,
span.block {
  padding: 5px 5px 5px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fdfbf8;
  text-decoration: none;
  text-transform: uppercase;
}
a.block i,
span.block i {
  margin-right: 3px;
  font-weight: bold;
}
a.block.small,
span.block.small {
  padding: 2px 5px 3px 7px;
  font-size: 12px;
}
a.block.accordion_trigger:hover i,
span.block.accordion_trigger:hover i {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.accordion.open a.block.accordion_trigger i,
.accordion.open span.block.accordion_trigger i {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
h2.block-hl.red,
h2.item_overview_headline.red,
h3.block-hl.red,
a.block.red,
span.block.red {
  background-color: #a6192e;
}
h2.block-hl.gray,
h2.item_overview_headline.gray,
h3.block-hl.gray,
a.block.gray,
span.block.gray {
  background-color: #808080;
}
/* **** #FLAGS **** */
.flag {
  position: relative;
}
h2.flag.left,
h3.flag.left {
  left: -5px;
}
a.block.flag.left,
span.block.flag.left {
  float: left;
  margin-left: -20px;
}
.flag.left:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 0;
  height: 0;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-left: 5px solid transparent;
  z-index: 4;
}
h2.flag.right,
h3.flag.right {
  right: -5px;
}
a.block.flag.right,
span.block.flag.right,
input.block.flag.right {
  float: right;
  margin-right: -25px;
}
.flag.right:after {
  content: "";
  position: absolute;
  top: -5px;
  right: 0;
  width: 0;
  height: 0;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-right: 5px solid transparent;
  z-index: 4;
}
.flag.gray:before,
.flag.gray:after {
  border-bottom-color: rgba(128, 128, 128, 0.2);
}
.flag.red:before,
.flag.red:after {
  border-bottom-color: rgba(192, 10, 39, 0.2);
}
/* *** #STATUS *** */
ul.status {
  float: left;
  margin-right: 15px;
}
ul.status li {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  margin-bottom: 1px;
  border: 1px solid #a6192e;
}
ul.status li.filled {
  background-color: #a6192e;
}
ul.status li.filled:last-child {
  background-color: #00c800;
}
ul.status li.filled:before {
  content: "\f00c";
  position: absolute;
  top: -3px;
  font-weight: normal;
  font-size: 12px;
  font-family: 'FontAwesome';
  color: #fdfbf8;
}
/* *** #ITEM OVERVIEW ** */
.item_overview .item_overview,
h2.item_overview_headline + .item_overview {
  margin-left: 5px;
}
#plaene_all .item_overview {
  margin-right: -20px;
}
#plaene_all .item_overview .item,
#plaene_all .item_overview .item_disabled {
  position: relative;
  margin-bottom: 10px;
  height: auto;
  min-height: 30px;
  padding-left: 40px;
  cursor: pointer;
  display: inline-block;
  width: 40%;
}
#plaene_all .item_overview .item:nth-child(2n+0),
#plaene_all .item_overview .item_disabled:nth-child(2n+0) {
  margin-left: 12%;
}
#plaene_all .item_overview .item.current_item,
#plaene_all .item_overview .item_disabled.current_item {
  font-weight: bold;
  text-decoration: underline;
}
#plaene_all .item_overview .item:before,
#plaene_all .item_overview .item_disabled:before {
  content: "\f0ce";
  position: absolute;
  left: 0;
  top: 5px;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 31px;
  background-color: #a6192e;
  font-weight: normal;
  font-size: 18px;
  font-family: 'FontAwesome';
  color: #fdfbf8;
  text-align: center;
}
#vp_questions_all .item_overview .item,
#vp_questions_all .item_overview .item_disabled,
#praeparate_all .item_overview .item,
#praeparate_all .item_overview .item_disabled {
  margin-bottom: 30px;
}
#vp_questions_all .item_overview .item.current_item span,
#vp_questions_all .item_overview .item_disabled.current_item span,
#praeparate_all .item_overview .item.current_item span,
#praeparate_all .item_overview .item_disabled.current_item span {
  font-weight: bold;
  text-decoration: underline;
}
#vp_questions_all .item_overview .item.nicht_beantwortet span,
#vp_questions_all .item_overview .item_disabled.nicht_beantwortet span,
#praeparate_all .item_overview .item.nicht_beantwortet span,
#praeparate_all .item_overview .item_disabled.nicht_beantwortet span,
#vp_questions_all .item_overview .item.beantwortet span,
#vp_questions_all .item_overview .item_disabled.beantwortet span,
#praeparate_all .item_overview .item.beantwortet span,
#praeparate_all .item_overview .item_disabled.beantwortet span,
#vp_questions_all .item_overview .item.item_disabled span,
#vp_questions_all .item_overview .item_disabled.item_disabled span,
#praeparate_all .item_overview .item.item_disabled span,
#praeparate_all .item_overview .item_disabled.item_disabled span {
  position: relative;
  display: inline-block;
  height: auto;
  min-height: 30px;
  padding-left: 40px;
}
#vp_questions_all .item_overview .item.item_disabled span:before,
#vp_questions_all .item_overview .item_disabled.item_disabled span:before,
#praeparate_all .item_overview .item.item_disabled span:before,
#praeparate_all .item_overview .item_disabled.item_disabled span:before,
#vp_questions_all .item_overview .item.nicht_beantwortet span:before,
#vp_questions_all .item_overview .item_disabled.nicht_beantwortet span:before,
#praeparate_all .item_overview .item.nicht_beantwortet span:before,
#praeparate_all .item_overview .item_disabled.nicht_beantwortet span:before,
#vp_questions_all .item_overview .item.beantwortet span:before,
#vp_questions_all .item_overview .item_disabled.beantwortet span:before,
#praeparate_all .item_overview .item.beantwortet span:before,
#praeparate_all .item_overview .item_disabled.beantwortet span:before {
  content: "?";
  position: absolute;
  left: 0;
  top: 5px;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #a6192e;
  font-weight: bold;
  font-size: 18px;
  color: #fdfbf8;
  text-align: center;
}
#vp_questions_all .item_overview .item ul.answer,
#vp_questions_all .item_overview .item_disabled ul.answer,
#praeparate_all .item_overview .item ul.answer,
#praeparate_all .item_overview .item_disabled ul.answer {
  position: relative;
  height: auto;
  min-height: 30px;
  margin-top: 10px;
  margin-left: 40px;
  padding-left: 40px;
}
#vp_questions_all .item_overview .item ul.answer:before,
#vp_questions_all .item_overview .item_disabled ul.answer:before,
#praeparate_all .item_overview .item ul.answer:before,
#praeparate_all .item_overview .item_disabled ul.answer:before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 5px;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #00c800;
  font-weight: normal;
  font-size: 18px;
  font-family: 'FontAwesome';
  color: #fdfbf8;
  text-align: center;
}
#wiki_all .item_overview .item span,
#wiki_all .item_overview .item_disabled span {
  text-decoration: underline;
  display: list-item;
}
#wiki_all .item_overview .item span:hover,
#wiki_all .item_overview .item_disabled span:hover {
  text-decoration: none;
}
.item_overview .item {
  cursor: pointer;
}
.item_overview .item_disabled {
  color: #808080 !important;
  font-style: italic;
}
.item_overview .item_disabled span:before {
  background-color: #808080 !important;
  color: #ebebeb !important;
  border: none !important;
  font-style: normal !important;
}
.item_overview .item_disabled ul.answer:before {
  background-color: #808080 !important;
  color: #ebebeb !important;
}
p.box_style {
  margin-bottom: 10px;
}
#vp_questions_current ul,
ul#var_list {
  margin-bottom: 20px;
}
#vp_questions_current ul li,
ul#var_list li {
  position: relative;
  height: auto;
  min-height: 20px;
  line-height: 20px;
  margin-bottom: 10px;
}
#vp_questions_current ul li input[type="checkbox"],
ul#var_list li input[type="checkbox"],
#vp_questions_current ul li input[type="radio"],
ul#var_list li input[type="radio"] {
  position: absolute;
  top: 7px;
}
#vp_questions_current ul li input[type="checkbox"] + label,
ul#var_list li input[type="checkbox"] + label,
#vp_questions_current ul li input[type="radio"] + label,
ul#var_list li input[type="radio"] + label,
#vp_questions_current ul li input[type="text"] + label,
ul#var_list li input[type="text"] + label {
  display: inline-block;
  margin: 0 0 0 20px;
}
#alertBox p.info {
  margin-bottom: 10px;
}
#vp_questions_current,
#praeparate_current {
  position: relative;
}
#return_info {
  display: none;
  position: absolute;
}
#praeparate_current p.info,
#vp_questions_current p.info {
  margin-bottom: 20px;
  font-size: 13px;
}
#praeparate_current h3.block-hl,
#vp_questions_current h3.block-hl {
  margin-top: 15px;
}
#praeparate_current .remove_item,
#vp_questions_current .remove_item {
  float: right;
  color: #fdfbf8;
  margin-right: 5px;
}
#praeparate_all,
#vp_questions_all {
  width: 102%;
  margin-top: 10px;
  overflow-x: hidden;
  overflow-y: auto;
}
#praeparate_all h2,
#vp_questions_all h2 {
  margin-top: 0;
  text-transform: none;
  color: #a6192e;
}
#vp_questions_all ul.item_overview {
  margin-bottom: 560px;
}
#praeparate_all ul.item_overview {
  margin-bottom: 370px;
}
#praeparate_info h3 + p {
  margin-top: 5px;
  margin-bottom: 20px;
}
#praeparate_info p.info {
  margin-bottom: 20px;
}
#praeparate_info table {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 3px;
  border: 1px solid #ebebeb;
  border-collapse: separate;
}
#praeparate_info table th,
#praeparate_info table td {
  padding: 3px;
  border: 1px solid #ebebeb;
}
#praeparate_info table th {
  font-weight: bold;
  text-align: left;
}
#wiki_all {
  width: 102%;
  margin-top: 10px;
  overflow-x: hidden;
  overflow-y: auto;
}
#wiki_all h2.item_overview_headline {
  color: $ivory;
}
#daten_current + .footer {
  position: absolute;
  right: 25px;
  bottom: 40px;
}
#daten_current + .footer a.block.flag.right {
  margin-right: 0;
}
/* **** #FORMS **** */
form .footer {
  margin-top: 70px;
  clear: both;
}
fieldset {
  margin-bottom: 40px;
}
fieldset fieldset {
  margin-bottom: 0;
}
label {
  display: block;
  margin-bottom: 7px;
  margin-top: 15px;
}
select,
input[type=text],
input[type=password],
input[type=number] {
  height: 32px;
  line-height: 32px;
  padding: 0 5px;
  border: none;
  font-family: 'Ubuntu', Verdana, Helvetica, sans-serif;
  background-color: #fdfbf8;
  box-sizing: border-box;
}
select:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=number]:focus,
select:active,
input[type=text]:active,
input[type=password]:active,
input[type=number]:active {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  border: 1px solid #66afe9;
  outline: 0 none;
}
select:disabled,
input[type=text]:disabled,
input[type=password]:disabled,
input[type=number]:disabled {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #c0c0c0;
  border: 1px solid #c0c0c0;
}
select {
  width: 100%;
}
input[type=text],
input[type=password],
input[type=number] {
  width: 100%;
}
textarea {
  width: 100%;
  padding: 5px;
  border: none;
  background-color: #fdfbf8;
  font-family: 'Ubuntu', Verdana, Helvetica, sans-serif;
  font-size: 13px;
}
textarea:focus,
textarea:active {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  border: 1px solid #66afe9;
  outline: 0 none;
}
textarea + textarea,
input[type=text] + textarea {
  margin-top: 5px;
}
/* **** #LOADER **** */
div#loader {
  display: none;
  background: url(../../images/loader.gif) no-repeat center center #ffffff;
}
div#loader p {
  margin-top: 150px;
  text-align: center;
}
div#loader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 200px;
  margin-left: -200px;
  margin-top: -175px;
  border: 1px solid #a6192e;
  background-color: #fdfbf8;
  -webkit-box-shadow: 0 0 200px 200px rgba(255, 255, 255, 0.7);
  -moz-box-shadow: 0 0 200px 200px rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 200px 200px rgba(255, 255, 255, 0.7);
  z-index: 99999;
}
/* **** #JALERTS POPUP-CONTAINER **** */
div.message_box,
div#messageOverlay_js,
div#messageOverlay_php {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  height: auto;
  min-height: 200px;
  margin-left: -200px;
  margin-top: -100px;
  border: 1px solid #a6192e;
  background-color: #fdfbf8;
  color: #303030;
  font-family: 'Ubuntu', Verdana, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 20px;
  -webkit-box-shadow: 0 0 200px 200px rgba(255, 255, 255, 0.7);
  -moz-box-shadow: 0 0 200px 200px rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 200px 200px rgba(255, 255, 255, 0.7);
  z-index: 99999;
}
div.message_box h2,
div#messageOverlay_js h2,
div#messageOverlay_php h2,
div.message_box #popup_title,
div#messageOverlay_js #popup_title,
div#messageOverlay_php #popup_title {
  padding: 15px 15px 0;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
div.message_box #popup_content,
div#messageOverlay_js #popup_content,
div#messageOverlay_php #popup_content,
div.message_box p.error,
div#messageOverlay_js p.error,
div#messageOverlay_php p.error,
div.message_box p.question,
div#messageOverlay_js p.question,
div#messageOverlay_php p.question {
  padding: 15px 15px 10px;
}
div.message_box #popup_panel,
div#messageOverlay_js #popup_panel,
div#messageOverlay_php #popup_panel,
div.message_box .centerButtons,
div#messageOverlay_js .centerButtons,
div#messageOverlay_php .centerButtons {
  margin-top: 15px;
  text-align: center;
}
div.message_box #popup_ok,
div#messageOverlay_js #popup_ok,
div#messageOverlay_php #popup_ok,
div.message_box #popup_cancel,
div#messageOverlay_js #popup_cancel,
div#messageOverlay_php #popup_cancel,
div.message_box button,
div#messageOverlay_js button,
div#messageOverlay_php button {
  line-height: 25px;
  padding: 0 10px;
  margin-bottom: 15px;
  font-family: 'Ubuntu', Verdana, Helvetica, sans-serif;
  font-weight: bold;
  color: #fdfbf8;
  background-color: #a6192e;
  display: inline-block;
  border: none;
}
/******* #OVERLAY ******/
div.overlay {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  height: auto;
  min-height: 430px;
  margin-left: -25%;
  margin-top: -215px;
  border: 1px solid #a6192e;
  background-color: #fdfbf8;
  -webkit-box-shadow: 0 0 200px 200px rgba(255, 255, 255, 0.7);
  -moz-box-shadow: 0 0 200px 200px rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 200px 200px rgba(255, 255, 255, 0.7);
  z-index: 99999;
}
div.overlay div.scrollbox {
  height: 93%;
  padding: 10px;
}
div.overlay div.scrollbox div.overview {
  height: 100%;
  overflow: auto;
}
a.close_overlay {
  position: absolute;
  top: 9px;
  right: 5px;
  color: #fdfbf8;
  text-decoration: none;
}
a.close_overlay:hover {
  color: #ebebeb;
}
h2.overlay-header {
  margin-top: 5px;
  padding: 0 10px;
  background-color: #a6192e;
  font-family: 'Ubuntu', Verdana, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #fdfbf8;
  line-height: 30px;
}
/* *** #SUPER SPECIALS *** */
a.stoerer {
  display: block;
  margin-top: 185px;
}
i.fa-smile-o {
  font-weight: bold;
  color: #00c800;
  margin-right: 10px;
}
p.view_file {
  margin-top: 10px;
}
p.view_file a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
#aw_dashboard p.info {
  font-weight: bold;
}
#aw_dashboard .link_box,
#aw_dashboard .link_box_simple {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 30px;
}
#aw_dashboard .link_box p,
#aw_dashboard .link_box_simple p {
  float: left;
  width: 100%;
}
#aw_dashboard .link_box a,
#aw_dashboard .link_box_simple a {
  margin-left: 5px;
}
/* *** #OVERWRITES *** */
#wiki_current p.info {
  border-top: 1px solid #808080;
  margin: 20px 0 0 0;
  padding-top: 5px;
  font-size: 11px;
}
#wiki_current p.info > a img {
  display: none;
}
form p.info {
  font-size: 11px;
}

.wiki-demo-hint {
    margin-top: 10px;
    padding:8px;
    border:1px solid #000;
}

.wiki-demo-hint span.block.flag.left {
    margin-left: -28px;
    margin-right: 3px;
    margin-top: -2px;
}