@import url("robotoCondensed.css");
@import url("openSans.css");
@import url("openSansCondensed.css");
@import url("exo.css");
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #ffd60c;
  color: #000;
  text-shadow: none;
}
::selection {
  background: #ffd60c;
  color: #000;
  text-shadow: none;
}
a {
  color: #00e;
}
a:visited {
  color: #551a8b;
}
a:hover {
  color: #06e;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
nav .csc-sitemap ul, 
nav .csc-sitemap ol {
  list-style: inherit;
  margin: 1em 0;
  padding: 0 0 0 40px;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  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;
  }
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.display-block {
  display: block;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media only all and (min-width: 768px) and (max-width: 1024px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media only all and (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none;
  }
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  filter: alpha(opacity = 20);
}
.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  filter: alpha(opacity = 40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.columns-two .column-one {
  float: left;
  width: 370px;
}
.columns-two .column-two {
  float: right;
  width: 370px;
}
@media only all and (max-width: 767px) {
  .columns-two .column-one,
  .columns-two .column-two {
    float: none;
    width: auto;
  }
}
@media only all and (min-width: 768px) and (max-width: 1024px) {
  .columns-two .column-one,
  .columns-two .column-two {
    width: 330px;
  }
}
@media only all and (min-width: 1025px) {
  #secondary-content .columns-two .column-one,
  #secondary-content .columns-two .column-two {
    float: none;
    width: auto;
  }
}
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.row-fluid .thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055) 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055) 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055) 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all all 0.2s ease-in-out ease-out;
  -moz-transition: all all 0.2s ease-in-out ease-out;
  transition: all all 0.2s ease-in-out ease-out;
}
a.thumbnail:hover {
  border-color: #ffffff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25) 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25) 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25) 1px 2px rgba(0, 0, 0, 0.1);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #cccccc;
}
.container,
.beranet-container {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 20px;
  margin: 0 0 10px 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) inset 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) inset 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) inset 1px 2px rgba(0, 0, 0, 0.1);
  background: #f2f2f2;
}
.beranet-container {
  margin-top: 10px;
}
.beranet-container .beranet-container-first-item {
  margin-top: 0;
}
.container-exposed {
  background: #dedede;
}
.lt-ie9 .container,
.lt-ie9 .beranet-container {
  border-top: solid 1px #b3b3b3;
  border-left: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
  border-bottom: solid 1px #e6e6e6;
}
.section-header,
.section-footer {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px 10px;
  margin: 30px 0;
  background: #faa146;
  color: #000000;
  text-shadow: none;
  position: relative;
}
.section-header h2 {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  font-size: 1.25em;
  letter-spacing: 0.1;
}
.section-header .button-right {
  right: 10px;
  top: 0.25em;
}
.beranet-content {
  margin: 0 0 30px 0;
}
.beranet-content-headline {
  display: inline-block;
}
.beranet-content-headline h1 {
  display: inline-block;
  padding-right: 10px;
}
.beranet-content-headline .beranet-content-expander {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  margin-top: -1em;
}
body {
  font-family: 'Exo', 'Lucida Grande', arial, helvetica, garuda, freesans, sans-serif;
  color: #000000;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Exo', 'Lucida Grande', arial, helvetica, garuda, freesans, sans-serif;
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 2.25em;
  font-weight: bold;
  padding: 15px 0;
}
h2 {
  font-size: 1.75em;
  font-weight: bold;
  padding: 15px 0;
}
h3 {
  font-size: 1.25em;
  font-weight: bold;
  padding: 10px 0;
}
p {
  padding: 10px 0;
  margin: 0;
}
a {
  color: #e8130b;
  text-decoration: none;
  outline: none;
}
a:focus,
a:hover {
  color: #e8130b;
  text-decoration: underline;
  outline: none;
}
a:visited {
  color: #e8130b;
  outline: none;
}
html,
body {
  background-color: #f2f2f2;
  background-image: linear-gradient(left, #f2f2f2 0%, #f2f2f2 30%, #f2f2f2 100%);
  background-image: -o-linear-gradient(left, #f2f2f2 0%, #f2f2f2 30%, #f2f2f2 100%);
  background-image: -moz-linear-gradient(left, #f2f2f2 0%, #f2f2f2 30%, #f2f2f2 100%);
  background-image: -webkit-linear-gradient(left, #f2f2f2 0%, #f2f2f2 30%, #f2f2f2 100%);
  background-image: -ms-linear-gradient(left, #f2f2f2 0%, #f2f2f2 30%, #f2f2f2 100%);
  background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0, #f2f2f2), color-stop(0.3, #f2f2f2), color-stop(1, #f2f2f2));
}
#header,
#menu-main,
#primary-content,
#secondary-content,
#footer {
  margin: 0 auto;
  width: 760px;
}
#header-wrapper,
#header {
  z-index: 40;
}
#menu-main-wrapper {
  z-index: 30;
}
#content-wrapper {
  z-index: 20;
}
#footer-wrapper {
  z-index: 10;
}
#header-wrapper {
  background-color: #020819;
  background-image: -moz-linear-gradient(top, #3a4050, #020819);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3a4050), to(#020819));
  background-image: -webkit-linear-gradient(top, #3a4050, #020819);
  background-image: -o-linear-gradient(top, #3a4050, #020819);
  background-image: linear-gradient(to bottom, #3a4050, #020819);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3a4050', endColorstr='#ff020819', GradientType=0);
  *zoom: 1;
  color: #ffffff;
  text-shadow: 0 1px 0 #000000;
  -webkit-box-shadow: 0 0 10px #000000;
  -moz-box-shadow: 0 0 10px #000000;
  box-shadow: 0 0 10px #000000;
}
#header {
  position: relative;
  min-height: 30px;
}
.lt-ie9 #header {
  height: 50px;
}
#header .header-firma .firma-logo {
  padding-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
#header .header-firma .firma-name {
  display: inline-block;
  width: 300px;
  vertical-align: middle;
}
#header .header-account {
  position: absolute;
  right: 10px;
  top: 10px;
}
#menu-main-wrapper {
  padding: 10px 0 0;
}
#content-wrapper {
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
}
#primary-content-wrapper {
  background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #e5e5e5, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e5e5e5), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #e5e5e5, #e5e5e5);
  background-image: -o-linear-gradient(top, #e5e5e5, #e5e5e5);
  background-image: linear-gradient(to bottom, #e5e5e5, #e5e5e5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe5e5e5', GradientType=0);
  *zoom: 1;
  border-bottom: 1px solid #bababa;
}
#secondary-content-wrapper {
  background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #e5e5e5, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e5e5e5), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #e5e5e5, #e5e5e5);
  background-image: -o-linear-gradient(top, #e5e5e5, #e5e5e5);
  background-image: linear-gradient(to bottom, #e5e5e5, #e5e5e5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe5e5e5', GradientType=0);
  *zoom: 1;
  border-top: 1px solid #ffffff;
}
.no-secondary-content #primary-content-wrapper {
  border: 0;
}
.no-secondary-content #secondary-content-wrapper {
  display: none;
  border: 0;
}
#footer {
  padding: 15px 0  90px 0;
  font-size: 0.8em;
}
@media only all and (max-width: 767px) {
  #header,
  #menu-main,
  #primary-content,
  #secondary-content,
  #footer {
    width: auto;
  }
  #header {
    padding: 10px;
  }
  #header .firma-name {
    display: block;
    position: absolute;
    left: -999em;
  }
  #menu-main {
    padding-left: 10px;
    padding-right: 10px;
  }
  #primary-content,
  #secondary-content {
    padding: 20px 20px 30px 20px;
  }
  #footer {
    padding: 15px 20px 60px;
    font-size: 1em;
  }
}
@media only all and (min-width: 768px) and (max-width: 1024px) {
  #header,
  #menu-main,
  #primary-content,
  #secondary-content,
  #footer {
    width: 740px;
  }
  #header {
    padding: 15px 0 15px 0;
  }
  #header .header-account {
    right: 0;
    top: 15px;
  }
  #primary-content,
  #secondary-content {
    padding: 40px 0 40px 0;
    width: 680px;
  }
  #footer {
    width: 680px;
  }
}
@media only all and (min-width: 1025px) {
  #header,
  #menu-main,
  #content,
  #footer {
    width: 960px;
  }
  #header {
    padding: 15px 0 15px 0;
  }
  #header .header-account {
    right: 0;
    top: 15px;
  }
  #content-wrapper {
    background-color: #e5e5e5;
    background-image: -moz-linear-gradient(top, #e5e5e5, #e5e5e5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e5e5e5), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #e5e5e5, #e5e5e5);
    background-image: -o-linear-gradient(top, #e5e5e5, #e5e5e5);
    background-image: linear-gradient(to bottom, #e5e5e5, #e5e5e5);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe5e5e5', GradientType=0);
    *zoom: 1;
  }
  #content {
    margin: 0 auto;
    background: url("../../../default/images/bw.png") 660px 0 repeat-y transparent;
  }
  #primary-content,
  #secondary-content {
    padding: 40px 0 40px 0;
  }
  #primary-content-wrapper {
    float: left;
    width: 620px;
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 0;
  }
  #primary-content {
    width: auto;
  }
  #secondary-content-wrapper {
    float: right;
    width: 280px;
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 0;
    /* border-left:1px solid @color_pcontent_border;*/
  }
  #secondary-content {
    width: auto;
  }
  .no-secondary-content #header,
  .no-secondary-content #menu-main,
  .no-secondary-content #primary-content,
  .no-secondary-content #secondary-content,
  .no-secondary-content #footer {
    width: 760px;
  }
  .no-secondary-content #content-wrapper {
    background: transparent;
  }
  .no-secondary-content #content {
    width: auto;
    margin: 0;
    background: transparent;
  }
  .no-secondary-content #primary-content-wrapper {
    float: none;
    width: auto;
    background-color: #e5e5e5;
    background-image: -moz-linear-gradient(top, #e5e5e5, #e5e5e5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e5e5e5), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #e5e5e5, #e5e5e5);
    background-image: -o-linear-gradient(top, #e5e5e5, #e5e5e5);
    background-image: linear-gradient(to bottom, #e5e5e5, #e5e5e5);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe5e5e5', GradientType=0);
    *zoom: 1;
    border-bottom: 1px solid #bababa;
  }
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}
.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}
.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}
.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}
.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}
.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}
.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}
.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
@media only all and (max-width: 767px) {
  .row-fluid [class*="span"] {
    margin-left: 0;
    *margin-left: 0;
    width: 100%;
    margin-top: 15px;
    float: none;
  }
  .row-fluid [class*="span"]:first-child {
    margin-top: 0;
  }
  .row-fluid-compact [class*="span"] {
    margin-top: 0;
  }
  .row-fluid [class*="span"]:first-child {
    margin-top: 15px;
  }
}
ul.linklist {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}
ul.linklist li {
  margin: 0;
  padding-left: 0;
}
@media only all and (max-width: 767px) {
  ul.linklist li {
    padding: .25em 0;
  }
}
ul.datalist {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  display: block;
}
ul.datalist > li {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin: 0 0 -1px 0;
  padding: 0;
  display: block;
}
ul.datalist > li > a {
  display: block;
  padding: 15px 20px;
  position: relative;
  text-decoration: none;
  *zoom: 1;
  outline: none;
  height: auto;
}
ul.datalist > li.odd > a {
  background: #fafafa;
}
ul.datalist > li.even > a {
  /*background-color:transparent;*/
}
ul.datalist > li.odd > a:hover {
  background: #ededed;
}
ul.datalist > li.even > a:hover {
  background: #e6e6e6;
}
ul.datalist li a .data-label {
  color: #faa146;
  display: block;
  font-size: 0.85em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
ul.datalist li a .data-content-full {
  color: #000000;
  display: block;
  overflow: hidden;
}
ul.datalist li a .data-content {
  color: #000000;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
ul.datalist li.new a .data-content {
  font-weight: bold;
}
ul.datalist li a .loader-info {
  margin-top: -8px;
  position: absolute;
  right: 50px;
  top: 50%;
}
ul.datalist > li > a.active,
ul.datalist > li > a.active .data-label,
ul.datalist > li > a.active .data-content,
ul.datalist > li > a.active .data-content-full {
  color: #ffffff;
}
ul.datalist > li > a.active,
ul.datalist > li > a.active.hovered,
ul.datalist > li > a.active:hover {
  background-color: #faa146;
  background-image: -moz-linear-gradient(top, #fbae5f, #f9942d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbae5f), to(#f9942d));
  background-image: -webkit-linear-gradient(top, #fbae5f, #f9942d);
  background-image: -o-linear-gradient(top, #fbae5f, #f9942d);
  background-image: linear-gradient(to bottom, #fbae5f, #f9942d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbae5f', endColorstr='#fff9942d', GradientType=0);
  *zoom: 1;
  text-shadow: none;
}
ul.datalist > li div > .beranet-container {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0;
}
@media only all and (max-width: 767px) {
  ul.datalist > li > a .data-content-secondary {
    color: #faa146;
    font-size: 0.85em;
  }
  ul.datalist > li > a .row-fluid [class*="span"] {
    margin-top: 0;
    min-height: 1.25em;
  }
}
ul.tablelist {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  display: block;
}
ul.tablelist > li {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin: 0 0 -1px 0;
  padding: 5px 10px;
  display: block;
}
ul.tablelist > li > .row-fluid [class*="span"] {
  margin-top: 0;
  min-height: 1.25em;
}
ul.filelist {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}
ul.filelist li {
  margin: 0;
  padding-left: 0;
}
@media only all and (max-width: 767px) {
  ul.filelist li {
    padding: .25em 0;
  }
}
.pagination {
  text-align: center;
}
.pagination .previous {
  float: left;
}
.pagination .next {
  float: right;
}
.pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.pagination ul li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.pagination ul li a {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-family: 'Exo', 'Lucida Grande', arial, helvetica, garuda, freesans, sans-serif;
  font-weight: bold;
  font-size: 1em;
  color: #000000;
  padding: 0.3em 1em;
  margin: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-decoration: none;
}
.pagination ul li a:hover {
  background-color: #f9942d;
}
.pagination ul li.active a {
  color: #000000;
  background-color: transparent;
}
.icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("../../images/skin_schattenlos.png");
}
.icon-delete {
  background-position: -60px -30px;
}
.icon-print {
  background-position: -90px -30px;
}
.icon-config {
  background-position: -120px -30px;
}
.icon-logout {
  background-position: -150px -30px;
}
.icon-user {
  background-position: -240px -30px;
}
.icon-user2 {
  background-position: -210px -30px;
}
.icon-user3 {
  background-position: -180px -30px;
}
.icon-messages {
  background-position: -270px -30px;
}
.icon-mail {
  background-position: -210px 0px;
}
.icon-inbox {
  background-position: -240px 0px;
}
.icon-reload {
  background-position: -270px 0px;
}
.icon-dropdown {
  background-position: -40px -40px;
}
.icon-link {
  background-position: -103px -10px;
}
.icon-file {
  background-position: -10px -95px;
}
.icon-more {
  background-position: -160px -5px;
}
.hovered .icon-more {
  background-position: -190px -5px;
}
.active .icon-more {
  background-position: -120px 0px;
}
.icon-menu {
  background-position: 0px 0px;
}
.icon-menulink {
  background-position: -60px 0px;
}
.active .icon-menulink {
  background-position: -30px 0px;
}
.icon-next {
  background-position: -180px -7px;
}
.icon-prev {
  background-position: -10px -37px;
}
.icon-emailanfrage-frei {
  background-position: -30px -60px;
}
.icon-emailanfrage-bearbeitet {
  background-position: 0 -60px;
}
.icon-emailanfrage-beantwortet {
  background-position: 0 -60px;
}
.active .icon-emailanfrage-frei {
  background-position: -150px -60px;
}
.active .icon-emailanfrage-bearbeitet {
  background-position: -120px -60px;
}
.active .icon-emailanfrage-beantwortet {
  background-position: -120px -60px;
}
.icon-emailantwort {
  background-position: -210px -60px;
}
.icon-emailantwort-ungelesen {
  background-position: -90px -60px;
}
.icon-emailantwort-gelesen {
  background-position: -60px -60px;
}
.active .icon-emailantwort-ungelesen {
  background-position: -150px -60px;
}
.active .icon-emailantwort-gelesen {
  background-position: -120px -60px;
}
.icon-thumb-prefixed {
  background-position: -250px -70px;
}
.active .icon-thumb-prefixed {
  background-position: -250px -130px;
}
.icon-menulink {
  position: absolute;
  right: 0px;
  top: 7px;
}
.icon-menu {
  display: block;
  position: absolute;
  right: 5px;
  bottom: 5px;
}
.icon-dropdown {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
}
.icon-link {
  width: 10px;
  height: 10px;
}
.icon-file {
  width: 20px;
  height: 20px;
}
.icon-more {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  width: 10px;
  height: 20px;
}
.active .icon-more {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  right: 10px;
}
.icon-prev,
.icon-next {
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.icon-prefixed {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -15px;
}
.icon-thumb-prefixed {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
}
.icon-thumb-prefixed-inner {
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  position: relative;
}
.icon-thumb-prefixed-inner img {
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0 auto;
}
.icon-data-suffixed {
  margin-left: 50px;
  display: block;
}
.button,
a.button,
input.button {
  font-size: 100%;
  font-weight: 700;
  font-family: 'Exo', 'Lucida Grande', arial, helvetica, garuda, freesans, sans-serif;
  text-decoration: none;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
}
.button {
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0.3em 2.5em 0.3em 2.3em;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  cursor: pointer;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
  background-color: #faa146;
  background-image: -moz-linear-gradient(top, #faa146, #faa146);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#faa146), to(#faa146));
  background-image: -webkit-linear-gradient(top, #faa146, #faa146);
  background-image: -o-linear-gradient(top, #faa146, #faa146);
  background-image: linear-gradient(to bottom, #faa146, #faa146);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffaa146', endColorstr='#fffaa146', GradientType=0);
  *background-color: #faa146;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  outline: none;
  position: relative;
  *zoom: 1;
}
.button-secondary,
a.button-secondary,
input.button-secondary {
  color: #000000;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  background-color: #ab1900;
  background-image: -moz-linear-gradient(top, #ab1900, #ab1900);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ab1900), to(#ab1900));
  background-image: -webkit-linear-gradient(top, #ab1900, #ab1900);
  background-image: -o-linear-gradient(top, #ab1900, #ab1900);
  background-image: linear-gradient(to bottom, #ab1900, #ab1900);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab1900', endColorstr='#ffab1900', GradientType=0);
  *zoom: 1;
  *background-color: #ab1900;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.button:hover,
.button:focus,
.button.hovered {
  background-color: #f98f23;
  background-image: -moz-linear-gradient(top, #f98f23, #f98f23);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f98f23), to(#f98f23));
  background-image: -webkit-linear-gradient(top, #f98f23, #f98f23);
  background-image: -o-linear-gradient(top, #f98f23, #f98f23);
  background-image: linear-gradient(to bottom, #f98f23, #f98f23);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff98f23', endColorstr='#fff98f23', GradientType=0);
  *zoom: 1;
  *background-color: #f98f23;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.button-secondary:hover,
.button-secondary:focus,
.button-secondary.hovered {
  background-color: #871400;
  background-image: -moz-linear-gradient(top, #871400, #871400);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#871400), to(#871400));
  background-image: -webkit-linear-gradient(top, #871400, #871400);
  background-image: -o-linear-gradient(top, #871400, #871400);
  background-image: linear-gradient(to bottom, #871400, #871400);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff871400', endColorstr='#ff871400', GradientType=0);
  *zoom: 1;
  *background-color: #871400;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.button-notext {
  padding: 0 15px;
}
.button-nowrap,
input.button-nowrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.button-big {
  padding: 1em 1.75em;
}
.button-condensed {
  padding-left: 1em;
  padding-right: 1em;
}
.button-right {
  position: absolute;
  top: 20px;
  right: 20px;
}
.button-small {
  padding: 0.25em 0.75em;
  font-size: 0.85em;
}
.button-block {
  display: block;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.button-block + .button-block {
  margin-top: 5px;
}
.button-block .icon,
input.button-block .icon {
  margin-left: 2.5em;
  margin-right: 0.5em;
}
.button-big.button-block .icon,
input.button-big.button-block .icon {
  margin-left: 1.75em;
  margin-right: 0.5em;
}
.button-disabled {
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  -webkit-opacity: 0.85;
  opacity: 0.85;
  filter: alpha(opacity = 85);
  cursor: not-allowed;
}
.button {
  margin: 0 0.25em;
}
.button:first-child {
  margin-left: 0;
}
.button:last-child {
  margin-right: 0;
}
form.button-form {
  margin: 0;
  display: inline-block;
}
ul.buttongroup {
  list-style: none;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
ul.buttongroup li {
  padding: 0;
  margin: 0;
  border: 0;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
ul.buttongroup .button {
  border-right: 1px solid #ed7b06;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
ul.buttongroup .button-secondary {
  border-right: 1px solid #8d8d8d;
}
ul.buttongroup .button-first {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
ul.buttongroup .button-last {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-right: 0;
}
ul.buttongroup .button-first-last {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-right: 0;
}
.label,
.badge {
  font-size: .846em;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.label {
  background: #ff0000;
  padding: 1px 4px 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.badge {
  background-color: #ff0000;
  background-image: -moz-linear-gradient(top, #ff1a1a, #e60000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff1a1a), to(#e60000));
  background-image: -webkit-linear-gradient(top, #ff1a1a, #e60000);
  background-image: -o-linear-gradient(top, #ff1a1a, #e60000);
  background-image: linear-gradient(to bottom, #ff1a1a, #e60000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff1a1a', endColorstr='#ffe60000', GradientType=0);
  *zoom: 1;
  *background-color: #f20d0d;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  padding: 1px 9px 2px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
a.label:hover,
a.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label-important {
  background-color: #b94a48;
}
.label-important[href] {
  background-color: #953b39;
}
.label-warning {
  background-color: #c09853;
}
.label-warning[href] {
  background-color: #a47e3c;
}
.label-success {
  background-color: #468847;
}
.label-success[href] {
  background-color: #356635;
}
.label-info {
  background-color: #3a87ad;
}
.label-info[href] {
  background-color: #2d6987;
}
.button .label,
.button .badge {
  position: absolute;
  right: 7px;
  top: -7px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.no-js .alert .close {
  display: none;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #9a9a9a;
  border: 0;
  border-bottom: 1px solid #f2f2f2;
}
legend small {
  font-size: 15px;
  color: #cccccc;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: 'Exo', 'Lucida Grande', arial, helvetica, garuda, freesans, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.uneditable-input {
  color: #9a9a9a;
}
input,
textarea {
  width: 210px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all border linear .2s, box-shadow linear .2s ease-out;
  -moz-transition: all border linear .2s, box-shadow linear .2s ease-out;
  transition: all border linear .2s, box-shadow linear .2s ease-out;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6) 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6) 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6) 1px 2px rgba(0, 0, 0, 0.1);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
  cursor: pointer;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #bbb;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025) 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025) 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025) 1px 2px rgba(0, 0, 0, 0.1);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #9a9a9a;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #9a9a9a;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #9a9a9a;
}
.radio,
.checkbox {
  min-height: 18px;
  padding-left: 18px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.radio-group,
.checkbox-group {
  padding: 4px 6px;
  padding: 10px 10px 5px;
  margin-bottom: 9px;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #dedede;
}
.radio-group.inline,
.checkbox-group.inline {
  padding-top: 0px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px rgba(0, 0, 0, 0.1);
}
.control-group.warning .checkbox:focus,
.control-group.warning .radio:focus,
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px rgba(0, 0, 0, 0.1);
}
.control-group.error .checkbox:focus,
.control-group.error .radio:focus,
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px rgba(0, 0, 0, 0.1);
}
.control-group.success .checkbox:focus,
.control-group.success .radio:focus,
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
  -webkit-box-shadow: 0 0 6px #f8b9b7 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 6px #f8b9b7 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px #f8b9b7 1px 2px rgba(0, 0, 0, 0.1);
}
.help-block,
.help-inline {
  color: #595959;
  font-style: italic;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.control-group.form-actions {
  margin-top: 5px;
}
.beranet-actions {
  border-top: 1px solid #cccccc;
  margin: 30px 0;
  padding-top: 30px;
}
@media only all and (max-width: 767px) {
  .control-group.row-fluid [class*="span"] {
    margin-top: 0;
  }
  .control-group.row-fluid label[class*="span"] {
    min-height: 1em;
    height: auto;
  }
  .control-group.row-fluid .offset5 {
    margin-left: 0;
  }
  .beranet-actions {
    text-align: center;
  }
  .beranet-actions .button {
    margin: 0 0.25em 0.75em;
  }
}
.popup {
  position: relative;
}
.popup-inner {
  border: 4px solid #020819;
  background-color: #f2f2f2;
  background-image: -moz-linear-gradient(top, #f2f2f2, #d9d9d9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#d9d9d9));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #d9d9d9);
  background-image: -o-linear-gradient(top, #f2f2f2, #d9d9d9);
  background-image: linear-gradient(to bottom, #f2f2f2, #d9d9d9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffd9d9d9', GradientType=0);
  *zoom: 1;
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
  color: #000000;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  position: relative;
}
.popup-connector-top-left,
.popup-connector-top-center,
.popup-connector-top-right {
  margin-top: 15px;
}
.popup .popup-connector,
.popup .popup-connector span {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popup.popup-connector-top-left .popup-connector {
  left: 30px;
}
.popup.popup-connector-top-center .popup-connector {
  left: 50%;
}
.popup.popup-connector-top-right .popup-connector {
  right: 30px;
}
.popup.popup-connector-top-left .popup-connector,
.popup.popup-connector-top-center .popup-connector,
.popup.popup-connector-top-right .popup-connector {
  top: -6px;
  margin-left: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #020819;
}
.popup.popup-connector-top-left .popup-connector span,
.popup.popup-connector-top-center .popup-connector span,
.popup.popup-connector-top-right .popup-connector span {
  bottom: -10px;
  right: -6px;
  border-width: 0 6px 6px;
  border-bottom-color: #f2f2f2;
}
.popup.popup-connector-bottom .popup-connector {
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px 10px 0;
  border-top-color: #020819;
}
.popup.popup-connector-left .popup-connector {
  top: 50%;
  left: -10px;
  margin-top: -10px;
  border-width: 10px 10px 10px 0;
  border-right-color: #020819;
}
.popup.popup-connector-right .popup-connector {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-width: 10px 0 10px 10px;
  border-left-color: #020819;
}
.popup-dialog {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  overflow: visible;
}
.popup-dialog .popup {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  margin-left: 0;
  margin-top: 0;
  z-index: 101;
}
.popup-dialog .popup-inner {
  padding: 0px;
  background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #e5e5e5, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e5e5e5), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #e5e5e5, #e5e5e5);
  background-image: -o-linear-gradient(top, #e5e5e5, #e5e5e5);
  background-image: linear-gradient(to bottom, #e5e5e5, #e5e5e5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe5e5e5', GradientType=0);
  *zoom: 1;
}
.popup-dialog .popup-header {
  background-color: #faa146;
  background-image: -moz-linear-gradient(top, #fbae5f, #f9942d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbae5f), to(#f9942d));
  background-image: -webkit-linear-gradient(top, #fbae5f, #f9942d);
  background-image: -o-linear-gradient(top, #fbae5f, #f9942d);
  background-image: linear-gradient(to bottom, #fbae5f, #f9942d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbae5f', endColorstr='#fff9942d', GradientType=0);
  *zoom: 1;
  color: #ffffff;
  text-shadow: none;
  padding: 0 20px;
  position: relative;
  z-index: 4;
}
.popup-dialog .popup-body {
  margin-top: -1px;
}
.popup-dialog .popup-body-inset {
  padding: 20px;
}
.popup-dialog .popup-actions {
  margin: 30px 20px 20px;
}
.popup-dialog .close {
  float: none;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 5;
}
.popup-dialog .popup-overlay {
  background: #000000;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  filter: alpha(opacity = 75);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
@media only all and (max-width: 767px) {
  .popup {
    width: 300px;
  }
  .popup-dialog .popup {
    width: 300px;
  }
}
#com-beranet-account .metainfo-actions {
  position: relative;
}
#com-beranet-account .metainfo-actions .actions {
  float: right;
  margin-left: 10px;
}
#com-beranet-account .message-header,
#com-beranet-account .message-content {
  overflow: hidden;
}
#com-beranet-account .message-content {
  margin: 10px 0;
}
#com-beranet-emailberatung .metainfo-actions {
  position: relative;
}
#com-beranet-emailberatung .metainfo-actions .actions {
  float: right;
  margin-left: 10px;
}
#com-beranet-emailberatung .message-header,
#com-beranet-emailberatung .message-content {
  overflow: hidden;
}
#com-beranet-emailberatung .message-content {
  margin: 10px 0;
}
#com-beranet-einzelchat .chattermin {
  display: block;
  margin-bottom: -0.5em;
}
#com-beranet-einzelchat .chatcounter-container {
  margin: 0.25em 0 1em;
  background: #e5e5e5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: none 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: none 1px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid #dedede;
}
#com-beranet-einzelchat .chatcounter-wrapper {
  display: inline-block;
  padding: 0.3em 0;
  margin: 0;
  vertical-align: middle;
}
#com-beranet-einzelchat .chatcounter {
  color: #faa146;
}
#com-beranet-einzelchat .chatbeschreibung :first-child {
  padding-top: 0;
  margin-top: 0;
}
@media only all and (max-width: 767px) {
  #com-beranet-einzelchat .chatcounter-container .row-fluid [class*="span"] {
    text-align: center;
  }
  #com-beranet-einzelchat .chatcounter-container .row-fluid [class*="span"]:first-child {
    margin-top: 0;
  }
}
#com-beranet-gruppenchat .chattermin {
  display: block;
  margin-bottom: -0.5em;
}
#com-beranet-gruppenchat .chatcounter-container {
  margin: 0.25em 0 1em;
  background: #e5e5e5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: none 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: none 1px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid #dedede;
}
#com-beranet-gruppenchat .chatcounter-wrapper {
  display: inline-block;
  padding: 0.3em 0;
  margin: 0;
  vertical-align: middle;
}
#com-beranet-gruppenchat .chatcounter {
  color: #faa146;
}
#com-beranet-gruppenchat .chatbeschreibung :first-child {
  padding-top: 0;
  margin-top: 0;
}
@media only all and (max-width: 767px) {
  #com-beranet-gruppenchat .chatcounter-container .row-fluid [class*="span"] {
    text-align: center;
  }
  #com-beranet-gruppenchat .chatcounter-container .row-fluid [class*="span"]:first-child {
    margin-top: 0;
  }
}
#com-beranet-expertenchat .teaser .header {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 0;
  color: #ffffff;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  padding-bottom: 90px;
}
#com-beranet-expertenchat .teaser .header h3 {
  font-size: 2.25em;
  line-height: 1.25em;
  padding: 0 0 0.25em;
}
#com-beranet-expertenchat .teaser .header h4 {
  font-size: 1.75em;
}
#com-beranet-expertenchat .teaser .body {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-top: 0;
}
#com-beranet-expertenchat .teaser .body h4 {
  font-size: 1.75em;
  padding: 0;
}
#com-beranet-expertenchat .teaser .body .thumbnail {
  margin-top: -90px;
  background: #ffffff;
}
#com-beranet-expertenchat .chattermin {
  display: block;
  margin-bottom: -0.5em;
}
#com-beranet-expertenchat .chatcounter-container {
  margin: 0.25em 0 1em;
  background: #e5e5e5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: none 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: none 1px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid #dedede;
}
#com-beranet-expertenchat .chatcounter-wrapper {
  display: inline-block;
  padding: 0.3em 0;
  margin: 0;
  vertical-align: middle;
}
#com-beranet-expertenchat .chatcounter {
  color: #faa146;
}
#com-beranet-expertenchat .chatbeschreibung :first-child {
  padding-top: 0;
  margin-top: 0;
}
@media only all and (max-width: 767px) {
  #com-beranet-expertenchat .chatcounter-container .row-fluid [class*="span"] {
    text-align: center;
  }
  #com-beranet-expertenchat .chatcounter-container .row-fluid [class*="span"]:first-child {
    margin-top: 0;
  }
}
.mod-beranetmulti-menumain ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mod-beranetmulti-menumain ul.menu li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 0;
  margin-right: 3px;
}
.mod-beranetmulti-menumain ul.menu li a {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 5px 10px 10px;
  margin: 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f9f9f9;
  color: #000000;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  font-family: 'Exo', 'Lucida Grande', arial, helvetica, garuda, freesans, sans-serif;
  font-weight: bold;
  font-size: 1.1em;
  text-decoration: none;
}
.mod-beranetmulti-menumain ul.menu li a .icon {
  display: none;
}
.mod-beranetmulti-menumain ul.menu li a:hover,
.mod-beranetmulti-menumain ul.menu li a:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity = 80);
}
.mod-beranetmulti-menumain ul.menu li.active a {
  color: #000000;
  background: #faa146;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  filter: alpha(opacity = 100);
}
.mod-beranetmulti-menumain .menu-button {
  display: none;
}
@media only all and (max-width: 767px) {
  .mod-beranetmulti-menumain ul.menu {
    padding-bottom: 20px;
  }
  .mod-beranetmulti-menumain ul.menu li {
    display: block;
    margin: 0 0 1px 0;
    position: relative;
  }
  .mod-beranetmulti-menumain ul.menu li a {
    display: block;
    padding: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .mod-beranetmulti-menumain ul.menu li a .icon {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
  }
  .mod-beranetmulti-menumain ul.menu li.first a {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .mod-beranetmulti-menumain ul.menu li.last a {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .mod-beranetmulti-menumain .menu-button {
    position: relative;
  }
  .mod-beranetmulti-menumain .menu-button .icon {
    display: block;
    cursor: pointer;
  }
  .mod-beranetmulti-menumain .menu-button .title {
    display: inline-block;
    padding: 5px 10px 10px;
    margin: 0;
    font-family: 'Exo', 'Lucida Grande', arial, helvetica, garuda, freesans, sans-serif;
    font-weight: bold;
    font-size: 1.1em;
    background: #faa146;
    color: #000000;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0);
    text-decoration: none;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .mod-beranetmulti-menumain ul.menu {
    display: none;
  }
  .mod-beranetmulti-menumain .menu-button {
    display: block;
  }
  .no-js .mod-beranetmulti-menumain ul.menu {
    display: block;
  }
  .no-js .mod-beranetmulti-menumain .menu-button {
    display: block !important;
  }
  .no-js .mod-beranetmulti-menumain .menu-button .icon {
    display: none;
  }
}
@media only all and (min-width: 768px) and (max-width: 1024px) {
  .mod-beranetmulti-menumain ul.menu {
    display: block;
  }
  .mod-beranetmulti-menumain .menu-button {
    display: none;
  }
}
@media only all and (min-width: 1025px) {
  .mod-beranetmulti-menumain ul.menu {
    display: block;
  }
  .mod-beranetmulti-menumain .menu-button {
    display: none;
  }
}
.mod-beranetmulti-menumeta ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
.mod-beranetmulti-menumeta ul.menu li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 0;
  margin: 0;
}
.mod-beranetmulti-menumeta ul.menu li a {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  padding: 5px 10px;
  margin: 0 0 0 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff;
  text-shadow: 0 1px 0 #000000;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  background-color: #010101;
  background-image: -moz-linear-gradient(top, #383838, #010101);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#383838), to(#010101));
  background-image: -webkit-linear-gradient(top, #383838, #010101);
  background-image: -o-linear-gradient(top, #383838, #010101);
  background-image: linear-gradient(to bottom, #383838, #010101);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff383838', endColorstr='#ff010101', GradientType=0);
  *zoom: 1;
  *background-color: #1d1d1d;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.mod-beranetmulti-menumeta ul.menu li a .icon {
  display: none;
}
.mod-beranetmulti-menumeta ul.menu li a:hover,
.mod-beranetmulti-menumeta ul.menu li a:focus {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity = 80);
}
.mod-beranetmulti-menumeta ul.menu li.active a {
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
  background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
  *zoom: 1;
  *background-color: #f7f7f7;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  filter: alpha(opacity = 100);
}
@media only all and (max-width: 767px) {
  .mod-beranetmulti-menumeta ul.menu {
    text-align: center;
  }
  .mod-beranetmulti-menumeta ul.menu li {
    margin: 0;
    padding: 0 5px;
  }
  .mod-beranetmulti-menumeta ul.menu li a {
    background: none;
    padding: 0;
    box-shadow: none;
    color: #000000;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  }
  .mod-beranetmulti-menumeta ul.menu li a:hover,
  .mod-beranetmulti-menumeta ul.menu li a:focus {
    color: #e8130b;
  }
  .mod-beranetmulti-menumeta ul.menu li.active a {
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    background: none;
  }
}
ul.chatterminlist {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  display: block;
}
ul.chatterminlist li {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin: 0 0 -1px 0;
  padding: 0;
  display: block;
}
ul.chatterminlist li a {
  display: block;
  padding: 15px 20px;
  position: relative;
  text-decoration: none;
  *zoom: 1;
}
ul.chatterminlist li.odd a {
  background: #fafafa;
}
ul.chatterminlist li.even a {
  background: #ffffff;
}
ul.chatterminlist li.odd a:hover {
  background: #f5f5f5;
}
ul.chatterminlist li.even a:hover {
  background: #fafafa;
}
ul.chatterminlist li a .date {
  color: #faa146;
  display: block;
  font-size: 0.85em;
}
ul.chatterminlist li a .desc {
  color: #000000;
  display: block;
}
.mod-beranetmulti-userpanel .username {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.mod-beranetmulti-userpanel .username .name {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 0 10px 0 5px;
}
.mod-beranetmulti-userpanel .userpanel-authenticated .username {
  font-size: .85em;
}
@media only all and (max-width: 767px) {
  .mod-beranetmulti-userpanel .userpanel-authenticated .username {
    display: none;
  }
}
/* Typo */
.tx-beranet-forum .text-meta {
  color: #faa146;
}
.tx-beranet-forum .text-standard {
  color: #000000;
}
.tx-beranet-forum .text-muted {
  color: #9a9a9a;
}
.text-block {
  display: block;
}
.text-inline {
  display: inline;
}
.text-small {
  font-size: 0.85em;
}
.tx-beranet-forum .label-invert {
  background: #383838;
}
/* Thumbnails */
.tx-beranet-forum .icon-thumb-prefixed {
  display: inline-block;
  height: 40px;
  width: 40px;
}
.tx-beranet-forum .icon-thumb-prefixed-inner {
  display: block;
  height: 40px;
  width: 40px;
}
.tx-beranet-forum .icon-thumb-prefixed-inner img {
  border: 0 none;
  padding: 0;
  width: 100%;
  height: 100%;
}
.tx-beranet-forum .icon-data-suffixed .data-content-block {
  display: block;
}
/* Breadcrumb */
.tx-beranet-forum .breadcrumb {
  border-bottom: 1px solid #cccccc;
  font-size: 0.85em;
  margin-bottom: 30px;
}
.tx-beranet-forum .breadcrumb-trigger {
  margin: 10px 0;
}
.tx-beranet-forum .breadcrumb ul.linklist li {
  display: inline-block;
  padding-right: 0.5em;
}
@media only all and (max-width: 767px) {
  .tx-beranet-forum .breadcrumb ul {
    background: #ffffff;
    border: 1px solid #cccccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .tx-beranet-forum .breadcrumb ul.linklist li {
    display: block;
    padding: 0.5em 1em;
    border-top: 1px solid #cccccc;
  }
  .tx-beranet-forum .breadcrumb ul.linklist li:first-child {
    border-top: 0;
  }
}
/* Container */
.tx-beranet-forum .container-flat {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #cccccc;
  box-shadow: none;
  margin: 0.25em 0 1em;
}
.tx-beranet-forum .container-compact {
  padding: 1em;
}
.tx-beranet-forum .container-standalone {
  margin: 1em 0 0;
}
.tx-beranet-forum .beranet-container.odd {
  background: #fafafa;
}
.tx-beranet-forum .container-fixed {
  position: relative;
}
.tx-beranet-forum .container-fixed .fixed-top {
  position: absolute;
  top: 0;
}
.tx-beranet-forum .container-fixed .fixed-right {
  position: absolute;
  right: 0;
}
.tx-beranet-forum .container-cropped {
  overflow: hidden;
}
/* Sections */
.tx-beranet-forum .section-header.section-header-condensed {
  margin: 0 0 30px;
}
.tx-beranet-forum .section-header-tail {
  margin-top: -20px;
}
/* Panel (rechte Seite) */
.tx-beranet-forum .panel hr {
  margin-left: -20px;
  margin-right: -20px;
}
.tx-beranet-forum .panel .feature-list {
  padding-left: 20px;
  color: #faa146;
}
@media only all and (max-width: 767px) {
  .tx-beranet-forum .panel .row-fluid [class*="span"] {
    margin-top: 0px;
  }
}
/* Lists */
.tx-beranet-forum ul.datalist li {
  position: relative;
}
.tx-beranet-forum ul.datalist li a .data-content {
  padding: 0.25em 0;
}
.tx-beranet-forum ul.datalist li a .label {
  display: inline-block;
  padding-bottom: 3px;
}
.tx-beranet-forum ul.datalist .forum-type,
.tx-beranet-forum ul.datalist .icon-wrapper {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 60px;
}
@media only all and (max-width: 767px) {
  .tx-beranet-forum ul.datalist .forum-type,
  .tx-beranet-forum ul.datalist .icon-wrapper {
    right: 40px;
  }
}
.tx-beranet-forum .datalist-search-container {
  margin-bottom: 30px;
}
.tx-beranet-forum .datalist-search-container form {
  margin: 0;
}
.tx-beranet-forum ul.datalist .beranet-actions {
  margin: 20px 0 0;
  padding: 20px 0 10px;
}
/* Comments */
.tx-beranet-forum .commentform {
  margin: 10px 0;
}
.tx-beranet-forum .comments {
  background: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0.25em 0 1em;
  padding: 0;
  list-style: none;
}
.tx-beranet-forum .comments li {
  border-top: 1px solid #cccccc;
  padding: 10px 15px;
  font-size: 0.85em;
  position: relative;
}
.tx-beranet-forum .comments > li:first-child {
  border-top: 0;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tx-beranet-forum .comments > li:last-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tx-beranet-forum .comments > li:first-child:last-child {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tx-beranet-forum .comments li.odd {
  background: #fafafa;
}
@media only all and (max-width: 767px) {
  .tx-beranet-forum .comments {
    background: transparent;
    border: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .tx-beranet-forum .comments li,
  .tx-beranet-forum .comments li.odd {
    background: transparent;
    padding: 10px 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .tx-beranet-forum .comments > li:first-child {
    border-top: 1px solid #cccccc;
  }
}
/* Forum */
.tx-beranet-forum .forum {
  position: relative;
}
.tx-beranet-forum .forum .icon-thumb-prefixed {
  left: 0px;
  margin-top: 0;
  top: 0;
}
.tx-beranet-forum .forum .forum-type {
  position: absolute;
  top: 0;
  right: 0;
}
/* Forum - Shortinfo */
.tx-beranet-forum .shortinfo ul.datalist > li {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
}
.tx-beranet-forum .shortinfo ul.datalist > li > a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ffffff;
}
.tx-beranet-forum .shortinfo ul.datalist > li > a:hover {
  background: #f7f7f7;
}
/* Forum - Detailinfo */
.tx-beranet-forum .detailinfo ul.datalist > li {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
}
.tx-beranet-forum .detailinfo ul.datalist > li > a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ffffff;
}
.tx-beranet-forum .detailinfo ul.datalist > li > a:hover {
  background: #f7f7f7;
}
.tx-beranet-forum .detailinfo ul.datalist > li > a.active {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tx-beranet-forum .detailinfo ul.datalist > li > a.active,
.tx-beranet-forum .detailinfo ul.datalist > li > a.active.hovered,
.tx-beranet-forum .detailinfo ul.datalist > li > a.active:hover {
  background-color: #faa146;
  background-image: -moz-linear-gradient(top, #fbae5f, #f9942d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbae5f), to(#f9942d));
  background-image: -webkit-linear-gradient(top, #fbae5f, #f9942d);
  background-image: -o-linear-gradient(top, #fbae5f, #f9942d);
  background-image: linear-gradient(to bottom, #fbae5f, #f9942d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbae5f', endColorstr='#fff9942d', GradientType=0);
  *zoom: 1;
}
.tx-beranet-forum .detailinfo .beranet-container {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/* Threads */
.tx-beranet-forum .thread .message-head {
  position: relative;
}
.tx-beranet-forum .thread .message-head .icon-thumb-prefixed {
  left: 0px;
}
.tx-beranet-forum .thread .tools {
  position: absolute;
  top: 0px;
  bottom: auto;
  right: 0px;
}
/* Posts */
.tx-beranet-forum .posts .post .post-body {
  position: relative;
}
.tx-beranet-forum .posts .post .post-body .message-head {
  position: relative;
}
.tx-beranet-forum .posts .post .post-body .message-head .icon-thumb-prefixed {
  left: 0px;
}
.tx-beranet-forum .posts .post .post-body .comment-count {
  text-align: right;
}
@media only all and (max-width: 767px) {
  .tx-beranet-forum .posts .post .post-body .comment-count {
    display: none;
  }
}
.tx-beranet-forum .posts .post .post-body .tools {
  position: absolute;
  top: 0px;
  bottom: auto;
  right: 0px;
}
.tx-beranet-forum .posts .post .comments li .tools {
  position: absolute;
  top: 10px;
  bottom: auto;
  right: 15px;
}
/* Teaser Lists */
.tx-beranet-forum ul.teaserlist {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  display: block;
}
.tx-beranet-forum ul.teaserlist li {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin: 0 0 -1px 0;
  padding: 0;
  display: block;
}
.tx-beranet-forum ul.teaserlist li a {
  display: block;
  padding: 15px 20px;
  position: relative;
  text-decoration: none;
  *zoom: 1;
}
.tx-beranet-forum ul.teaserlist li.odd a {
  background: #fafafa;
}
.tx-beranet-forum ul.teaserlist li.even a {
  background: #ffffff;
}
.tx-beranet-forum ul.teaserlist li.odd a:hover {
  background: #f5f5f5;
}
.tx-beranet-forum ul.teaserlist li.even a:hover {
  background: #fafafa;
}
.tx-beranet-forum ul.teaserlist li a .date {
  color: #faa146;
  display: block;
  font-size: 0.85em;
}
.tx-beranet-forum ul.teaserlist li a .desc {
  color: #000000;
  display: block;
}
.tx-beranet-forum ul.teaserlist li .row-condensed [class*="span"] {
  min-height: 1em;
  height: auto;
}
/* Members */
.tx-beranet-forum .members .member .member-container .mailmessage-container p {
  padding: 0;
  line-height: 30px;
}
.tx-beranet-forum .members .member .member-container .mailmessage-container form {
  margin: 0;
}
.tx-beranet-forum .members .member .member-container .span12 {
  margin-left: 0;
}
/* Buttons */
.tx-beranet-forum .button-dropdown .icon-dropdown {
  margin-right: -5px;
  right: 50%;
}
.tx-beranet-forum .button-vcondensed {
  line-height: 30px;
  padding-top: 0;
  padding-bottom: 0;
}
.tx-beranet-forum ul.buttongroup li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
/* Messages */
.tx-beranet-forum .typo3-message {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #c09853;
  padding-top: 14px;
  padding-bottom: 14px;
}
.tx-beranet-forum .typo3-message.message-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.tx-beranet-forum .typo3-message.message-ok {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.tx-beranet-forum .typo3-message.message-warning,
.tx-beranet-forum .typo3-message.message-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
/* Icons */
.tx-beranet-forum .icon-melden,
.tx-beranet-forum .icon-flag {
  background-position: -30px -90px;
}
.tx-beranet-forum .icon-unflag {
  background-position: -30px -120px;
}
.tx-beranet-forum .icon-lock,
.tx-beranet-forum .icon-locked {
  background-position: -90px -90px;
}
.tx-beranet-forum .icon-moderate,
.tx-beranet-forum .icon-moderated {
  background-position: -240px -30px;
}
.tx-beranet-forum .icon-projectroom {
  background-position: -210px -90px;
}
.tx-beranet-forum .icon-search {
  background-position: -120px -90px;
}
.tx-beranet-forum .icon-warning {
  background-position: -60px -90px;
}
.tx-beranet-forum .icon-hide {
  background-position: -150px -120px;
}
.tx-beranet-forum .icon-reveal {
  background-position: -150px -90px;
}
.tx-beranet-forum .icon-close {
  background-position: -180px -90px;
}
.tx-beranet-forum .icon-open,
.tx-beranet-forum .icon-closed {
  background-position: -180px -120px;
}
.tx-beranet-forum .icon-moderated,
.tx-beranet-forum .icon-locked {
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
}
.tx-beranet-forum .icon-email {
  background-position: -30px -60px;
}
.tx-beranet-forum .icon-thumb-user {
  background-position: -250px -190px;
}
.tx-beranet-forum .active .icon-thumb-user {
  background-position: -250px -130px;
}
.tx-beranet-forum .icon-thumb-forum {
  background-position: -190px -250px;
}
.tx-beranet-forum .active .icon-thumb-forum {
  background-position: -250px -250px;
}
.tx-beranet-forum .icon-bookmark {
  background-position: -90px -120px;
}
.tx-beranet-forum .icon-unbookmark {
  background-position: -120px -120px;
}
@media only all and (max-width: 767px) {
  .tx-beranet-forum .row-fluid [class*="span"]:first-child {
    margin-top: 0;
  }
  .button-notext {
    padding: 0 10px;
  }
}
@media only all and (min-width: 768px) and (max-width: 1024px) {
  .tx-beranet-forum .thread .tools,
  .tx-beranet-forum .posts .post .post-body .tools,
  .tx-beranet-forum .posts .post .comments li .tools {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    padding-top: 0.5em;
  }
}
@media only all and (max-width: 767px) {
  .tx-beranet-forum .thread .tools,
  .tx-beranet-forum .posts .post .post-body .tools,
  .tx-beranet-forum .posts .post .comments li .tools {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    padding-top: 0.5em;
  }
}
#loader {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9998;
  overflow: visible;
  display: block;
}
#loader .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 280px;
  margin-left: -140px;
  margin-top: 0;
  background: url("../../../default/images/ajax-loader-big.gif") center 5px no-repeat #faa146;
  z-index: 9999;
  text-align: center;
  min-height: 65px;
  *height: 65px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid #ffffff;
  display: block;
}
#loader-imagepreload {
  background: url("../../../default/images/ajax-loader-big.gif") left top no-repeat transparent;
  width: 1px;
  height: 1px;
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}
#loader .loader .loadertext {
  padding: 70px 10px 10px;
  color: #ffffff;
  font-size: 0.8em;
  text-shadow: none;
}
#loader .loader-overlay {
  background: #000;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  filter: alpha(opacity = 75);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9998;
  display: block;
}
#siteloader #loader .loader-overlay {
  background: none;
}
#loader.invisible {
  visibility: hidden;
}
.icon.icon-loader {
  background: url("../../../default/images/ajax-loader.gif") center center no-repeat transparent;
  width: 20px;
  height: 20px;
}
.label.label-loader {
  line-height: 20px;
  height: 20px;
}
@media only all and (min-width: 1025px) {
  #header,
  #menu-main,
  #content,
  #footer,
  #alltag-teaser,
  #page-title,
  #service,
  #footer-box .tab-header ul,
  #footer-box .tab-body,
  .no-secondary-content #header,
  .no-secondary-content #menu-main,
  .no-secondary-content #primary-content,
  .no-secondary-content #secondary-content,
  .no-secondary-content #footer {
    width: 1025px;
    margin: 0 auto;
  }
}
html,
body,
#header-wrapper,
#header-wrapper,
#content-wrapper,
.no-secondary-content #content-wrapper,
.no-secondary-content #primary-content-wrapper {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: none 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: none 1px 2px rgba(0, 0, 0, 0.1);
  border: none;
}
html body {
  text-shadow: none;
  font-size: 18px;
  font-family: "Roboto Condensed", arial, helvetica, garuda, freesans, sans-serif;
}
.button {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: none 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: none 1px 2px rgba(0, 0, 0, 0.1);
  text-shadow: none;
  text-decoration: none;
  margin: 0;
  background: url("../img/white-double-arrows.png") no-repeat 92% #163961;
}
.button:hover,
.button:focus {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: none 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: none 1px 2px rgba(0, 0, 0, 0.1);
  text-shadow: none;
  text-decoration: none;
  background: url("../img/white-double-arrows.png") no-repeat 92% #cf0020;
}
.button-secondary,
a.button-secondary,
input.button-secondary {
  background: url("../img/white-double-arrows.png") no-repeat scroll 92% center #565656;
  color: #fff;
  font-weight: bold;
  text-shadow: none;
}
.button-secondary:hover,
a.button-secondary:hover,
input.button-secondary:hover,
.button-secondary:focus,
a.button-secondary:focus,
input.button-secondary:focus {
  background-color: #333;
}
.button-disabled,
.button-disabled:hover,
.button-disabled:focus {
  background: url("../img/white-double-arrows.png") no-repeat 92% #999999;
}
.highlight {
  color: #d00020;
}
.icon {
  background-image: url("../img/skin.png");
}
#loader .loader {
  background: url(../img/ajax-loader-big.gif) no-repeat center 5px #8a9cb0;
}
/*
 * RTE
 */
.box {
  background-color: #f6f7f9;
  overflow: hidden;
  padding: 1em 35px 1.5em 35px;
  border: 1px solid #eee;
}
#primary-content .csc-default.box,
#primary-content .csc-frame-default.box {
  margin-bottom: 30px;
}
.btn {
  padding: 0;
  display: inline-block;
}
.btn a {
  color: #ffffff;
  font-family: "Exo", "Lucida Grande", arial, helvetica, garuda, freesans, sans-serif;
  padding: 0.3em 2em 0.3em 1em;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  background: url("../img/white-double-arrows.png") no-repeat scroll 92% center #163961;
}
.btn a:hover {
  background-color: #d00020;
}
.btn a > img {
  display: none;
}
#header {
  padding: 15px 0 5px;
}
#service-wrapper {
  background-color: #ffffff;
  background-image: -moz-linear-gradient(top, #ffffff, #eeeef1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#eeeef1));
  background-image: -webkit-linear-gradient(top, #ffffff, #eeeef1);
  background-image: -o-linear-gradient(top, #ffffff, #eeeef1);
  background-image: linear-gradient(to bottom, #ffffff, #eeeef1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeef1', GradientType=0);
  *zoom: 1;
  z-index: 50;
  font-size: 14px;
}
#service {
  position: relative;
  z-index: 50;
}
#service .font-size .popup-wrapper {
  position: absolute;
}
#service .menu-meta {
  padding: 0;
}
#service .meta-menu li {
  float: left;
  list-style: none;
  padding: 0 10px;
  border-right: 1px solid #163961;
}
#service .meta-menu li:last-child {
  border-right: 0;
}
#service .meta-menu li a {
  color: #5a5a5a;
  font-weight: 600;
}
#service .popup.popup-connector-top-right {
  position: absolute;
  width: 265px;
}
#service .header-account {
  position: unset;
  top: auto;
  right: auto;
}
#service .header-account .popup-trigger.button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: none 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: none 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 16px 36px 16px 50px;
  text-shadow: none;
  border-left: 1px solid #d8d8d8;
  text-transform: uppercase;
  background: url("../img/login-icon.png") no-repeat 14px center #cf0020;
}
#service .header-account .userpanel-authenticated .popup-trigger.button {
  padding: 16px 10px 16px 30px;
  text-transform: none;
  background: url("../img/icon-settings.png") no-repeat 5px center #cf0020;
}
#service .font-size-wrapper {
  position: unset;
  top: auto;
  right: auto;
}
#service .font-size {
  text-align: right;
}
#service .kontrast {
  position: unset;
  top: auto;
  right: auto;
}
#service .kontrast .button,
#service .font-size .popup-trigger.button {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: none 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: none 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: none;
  text-shadow: none;
  color: #5a5a5a;
  font-weight: normal;
  padding: 16px 14px 16px 44px;
  border-left: 1px solid #d8d8d8;
}
#service .kontrast .button {
  background: url("../img/kontrast-icon.png") no-repeat 14px center;
}
#service .font-size .popup-trigger.button {
  background: url("../img/fontsize-icon.png") no-repeat 14px center;
}
#service .font-size .popup-inner {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0;
  background: #fff;
  color: #5a5a5a;
  text-shadow: none;
  padding: 5px 15px;
}
#service .font-size .popup-inner ul {
  padding: 0;
  margin: 0;
}
#service .font-size .popup-inner ul li {
  list-style: none;
  padding: 3px 2px;
  border-bottom: 1px solid #163961;
  text-align: left;
}
#service .font-size .popup-inner ul li a {
  color: #5a5a5a;
  text-decoration: none;
}
#service .font-size .popup-inner ul li:last-child {
  border-bottom: 0;
}
#service .font-size .popup.popup-connector-top-left .popup-connector span,
#service .font-size .popup.popup-connector-top-left .popup-connector {
  border-bottom-color: #fff;
}
#menu-main {
  padding: 25px 0 0;
}
.mod-beranetmulti-menumain ul.menu li {
  margin-right: 0px;
  border-right: 1px solid #d00020;
}
.mod-beranetmulti-menumain ul.menu li a {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: none;
  color: #404040;
  text-shadow: none;
  padding: 10px 25px;
  font-size: 1.1em;
}
#menu-main .menu-main > li.first > a {
  padding-left: 0;
}
#menu-main .menu-main > li.first.active > a {
  padding-left: 25px;
}
.mod-beranetmulti-menumain ul.menu li.last {
  border-right: none;
}
.mod-beranetmulti-menumain ul.menu li.active a {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background: #163961;
  color: #fff;
  text-shadow: none;
}
.menu-main li a:hover,
.menu-main li a:focus {
  -moz-animation: flash 0.3s ease-in;
  -webkit-animation: flash 0.3s ease-in;
  animation: flash 0.3s ease-in;
}
#menu-main li.subpages {
  position: relative;
}
#menu-main li.subpages ul {
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  background: #eee;
  border-top: 5px solid #fff;
}
#menu-main li.subpages:hover ul {
  display: block;
}
#menu-main li.subpages ul li {
  border: none;
  width: 100%;
  border-bottom: 1px dashed #fff;
}
#menu-main li.subpages ul li a {
  display: block;
}
#menu-main li.subpages.active ul li a {
  background: #eee;
  color: #404040;
}
#menu-main li.subpages ul li a:hover,
#menu-main li.subpages ul li.active a {
  background-color: #d00020;
  color: #fff;
  -moz-animation: pulse 0.3s ease-in;
  -webkit-animation: pulse 0.3s ease-in;
  animation: pulse 0.3s ease-in;
}
#alltag-teaser-wrapper {
  background: #eeeef2;
}
#alltag-teaser .teaser-alltag {
  border: 5px solid #fff;
  background: #fff;
  margin: 0px 0;
  font-size: 16px;
}
#alltag-teaser .teaser-alltag .box-header {
  color: #fff;
  padding: 10px 25px;
  background: #d00020;
}
#alltag-teaser .teaser-alltag .box-header h3 {
  text-shadow: none;
  padding: 0;
  margin: 0;
}
#alltag-teaser .teaser-alltag .box-body {
  margin: 5px 0 5px;
  padding: 0 30px 0 70px;
  background: url(../img/user-big.png) no-repeat 8% 25px #eeeef2;
}
#alltag-teaser .teaser-alltag .box-body .button {
  margin: 25px;
}
.news-latest-container-all-wrapper {
  position: relative;
}
.news-latest-container-all-wrapper .browse {
  cursor: pointer;
  display: block;
  height: 50px;
  position: absolute;
  top: 40%;
  width: 50px;
  z-index: 10;
  background: #000;
}
.news-latest-container-all-wrapper .browse.left {
  left: 15px;
}
.news-latest-container-all-wrapper .browse.right {
  right: 15px;
}
.news-latest-container.news-slider .news-latest-container-inner {
  display: block;
  height: 415px;
  /*position: absolute;
  width: 2000em;*/
}
.news-latest-container.news-slider {
  height: 415px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 1025px;
}
.news-latest-container.news-slider #alltag-teaser {
  float: left;
  height: 100%;
  margin: 0;
  position: relative;
  width: 1025px;
}
.news-latest-container.news-slider .news-latest-item-inner {
  position: relative;
}
.news-latest-container.news-slider .teaser-box {
  position: absolute;
  top: 60px;
  right: 100px;
  font-family: 'Roboto Condensed', sans-serif;
}
.news-latest-container.news-slider .teaser-box > a {
  display: block;
  padding: 20px 10%;
  margin: 5px 0 5px;
  background: #eeeef2;
}
.news-latest-container.news-slider .teaser-box a span {
  padding: 0.5em 18% 0.5em 13%;
  font-size: 140%;
  width: 70%;
}
.news-list-container.alltag-news .news-list-item {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #eee;
}
.news-list-container.alltag-news .news-list-item h3 {
  padding-top: 0;
}
.tx-jfmulticontent-pi1 .skin-slidedeck {
  background: #f6f7f9;
  border: 1px solid #eee;
  padding: 10px 13px;
}
.tx-jfmulticontent-pi1 .skin-slidedeck dl.slidedeck > dd {
  background: #fff;
}
.tx-jfmulticontent-pi1 .skin-slidedeck dl.slidedeck > dt {
  background-position: -2px top;
}
.tx-jfmulticontent-pi1 .skin-slidedeck dl.slidedeck dt.spine:hover {
  background-position: -2px center;
}
.tx-jfmulticontent-pi1 .skin-slidedeck dl.slidedeck dt.spine.active,
.tx-jfmulticontent-pi1 .skin-slidedeck dl.slidedeck dt.spine.active:hover {
  background-position: -2px bottom;
}
.tx-jfmulticontent-pi1 .skin-slidedeck .news-latest-date,
.csc-frame.faq-slider .news-latest-date {
  display: none;
}
.tx-jfmulticontent-pi1 .skin-slidedeck .news-latest-item > a,
.csc-frame.faq-slider .news-latest-item > a {
  float: left;
  margin: 0 15px 10px 0;
}
.tx-jfmulticontent-pi1 .skin-slidedeck .news-latest-gotoarchive,
.csc-frame.faq-slider .news-latest-gotoarchive {
  clear: both;
  padding: 0;
  text-align: right;
}
.tx-jfmulticontent-pi1 .skin-slidedeck .news-latest-gotoarchive a,
.csc-frame.faq-slider .news-latest-gotoarchive a {
  color: #ffffff;
  font-family: "Exo", "Lucida Grande", arial, helvetica, garuda, freesans, sans-serif;
  padding: 0.3em 2em 0.3em 1em;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  background: url("../img/white-double-arrows.png") no-repeat scroll 92% center #163961;
}
/* FAQ-Slider */
.csc-frame.faq-slider {
  margin: 0 0 15px;
}
.csc-frame.faq-slider > h2,
.csc-frame.faq-slider > h3,
.csc-frame.faq-slider > h4 {
  background-color: #f0f5fc;
  padding: 10px 40px 10px 20px;
  cursor: pointer;
  position: relative;

  font-size: 100%;
  margin: 0px;
  line-height: 1.4em;
}
.csc-frame.faq-slider > h2:after,
.csc-frame.faq-slider > h3:after,
.csc-frame.faq-slider > h4:after {
  /*content: "\f054";*/
  /*font-family: FontAwesome;*/
  content: "+";
  text-decoration: inherit;
  font-size: 20px;
  top: 12px;
  right: 20px;
  position: absolute;
  font-weight:bold;
}
.csc-frame.faq-slider > h2.active:after,
.csc-frame.faq-slider > h3.active:after,
.csc-frame.faq-slider > h4.active:after {
  /*content: "\f078";*/
  content: "-";
  font-weight:bold;
}
.csc-frame.faq-slider > div {
  border: 1px solid #f0f5fc;
  border-top: none;
  padding: 10px 20px;
}

#content .service-box {
  min-height: 200px;
  position: relative;
}
#content .service-box h3 {
  color: #163961;
}
#content .service-box .button {
  position: absolute;
  bottom: 0;
}
#primary-content .csc-default,
#primary-content .csc-frame-default {
  margin-bottom: 50px;
}
#page-title-wrapper {
  background: #8a9cb0;
}
#page-title {
  color: #fff;
  padding-top: 50px;
}
#com-beranet-einzelchat .reserved > .row-fluid,
ul.datalist > li {
  border: 0;
  margin: 5px 0 0;
  padding: 0;
  background: #f6f7f9;
  display: flex;
  font-size: 16px !important;
}
#com-beranet-einzelchat .reserved > .row-fluid > div,
ul.datalist > li > .row-fluid > div {
  height: 100%;
  border-left: 5px solid #fff;
  padding: 7px;
  min-height: 60px;
}
#com-beranet-einzelchat .reserved > .row-fluid .chat-thema,
ul.datalist .chat-thema {
  font-weight: bold;
  color: #163961;
  font-size: 120%;
}
#com-beranet-einzelchat .reserved > .row-fluid .chat-berater,
ul.datalist .chat-berater {
  font-size: 85%;
}
#com-beranet-einzelchat .reserved > .row-fluid .chat-berater .berater,
ul.datalist .chat-berater .berater {
  padding-left: 18px;
  background: url("../img/user-little.png") no-repeat left center;
}
#com-beranet-einzelchat .reserved > .row-fluid .chatbegin-timeleft,
ul.datalist .chatbegin-timeleft {
  font-weight: bold;
  background: url("../img/icon-clock.png") no-repeat left center;
  padding-left: 18px;
  vertical-align: middle;
}
#com-beranet-einzelchat .reserved > .row-fluid .chatbegin-timeleft > span,
ul.datalist .chatbegin-timeleft > span {
  color: #d00020;
}
#com-beranet-einzelchat .reserved > .row-fluid .date-box,
ul.datalist .date-box {
  background: #163961;
  color: #fff;
  padding: 3px;
  line-height: 1.2em;
}
#com-beranet-einzelchat .reserved > .row-fluid .date-box .date-day,
ul.datalist .date-box .date-day {
  font-weight: bold;
  font-size: 120%;
  text-shadow: none;
}
#com-beranet-einzelchat .reserved > .row-fluid .date-box .date-month,
ul.datalist .date-box .date-month {
  font-size: 70%;
  text-transform: uppercase;
  text-shadow: none;
}
#com-beranet-einzelchat .reserved > .row-fluid .date-box .date-hour,
ul.datalist .date-box .date-hour {
  text-transform: uppercase;
  font-size: 90%;
  text-shadow: none;
}
#com-beranet-einzelchat .reserved > .row-fluid .date-box,
ul.datalist .reserved .date-box,
ul.datalist .reserved-chats .date-box {
  background: #163961;
}
ul.datalist .expired-chat .chat-thema,
ul.datalist .expired-chat,
ul.datalist .expired-chat .chatbegin-timeleft span {
  color: #565656;
}
ul.datalist .expired-chat .button-download {
  background: url("../img/download-icon.png") no-repeat 10px center #163961;
  padding-left: 2.3em !important;
}
ul.datalist .expired-chat .date-box {
  background: #565656;
}
ul.datalist .freie-chats .date-box {
  background: #163961;
}
ul.datalist .button {
  padding: 0.3em 1.5em;
  position: inherit;
  white-space: normal;
  width: 60px;
}
ul.datalist.reserved-chats input.button,
ul.datalist .button.button-download {
  width: auto;
}
ul.datalist.freie-chats input.button {
  padding: 5px 60px;
}
#com-beranet-einzelchat .chatbegin-timeleft {
  font-weight: bold;
  background: url("../img/icon-clock.png") no-repeat left center;
  padding-left: 18px;
  vertical-align: middle;
}
#com_beranet_einzelchat_anfrage,
#com_beranet_einzelchat_maske,
#com_beranet_einzelchat_disclaimer {
  padding: 20px 30px;
  border: 1px solid #eee;
  background: #f7f7f7;
  margin-bottom: 50px;
}
.beranet-container {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background: none;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #eee;
  background: #f7f7f7;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: none 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: none 1px 2px rgba(0, 0, 0, 0.1);
}
.section-header,
.section-footer {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background: none;
  margin: 0;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: 444;
}
.section-header .button {
  background: url("../../images/plus-icon.png") no-repeat 10px center #163961;
  padding-left: 30px;
  text-shadow: none;
  color: #fff;
}
#com_beranet_einzelchat_submit.beranet-actions {
  border-top: 0;
}
#com_beranet_einzelchat_submit .button {
  padding: 10px 80px 10px 10px;
  background: url("../../images/white-double-arrows.png") no-repeat 92% center #163961;
  font-weight: bold;
}
#com_beranet_einzelchat_submit .button-secondary {
  background-color: #565656;
  padding-right: 50px;
}
#com-beranet .content-container {
  background: #f7f7f7;
  border: 1px solid #eee;
  padding: 35px;
  text-align: center;
}
#com-beranet-emailberatung .icon-mail {
  height: 125px;
  background: url(../img/icon-mail.png) no-repeat center center;
}
#com-beranet-emailberatung .icon-inbox {
  height: 125px;
  background: url(../img/icon-inbox.png) no-repeat center center;
}
#com-beranet-emailberatung .icon-reload {
  height: 125px;
  background: url(../img/icon-reload.png) no-repeat center center;
}
#com-beranet-emailberatung .start .button {
  color: #fff;
}
#com-beranet-emailberatung .start a:hover,
#com-beranet-emailberatung .start a:focus {
  text-decoration: none;
}
#com-beranet-emailberatung .start a:hover .button,
#com-beranet-emailberatung .start a:focus .button {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: none 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: none 1px 2px rgba(0, 0, 0, 0.1);
  text-shadow: none;
  text-decoration: none;
  background-color: #cf0020;
}
#com-beranet-emailberatung .start a.disabled {
  cursor: not-allowed;
}
#com-beranet-emailberatung .start a:hover .button-disabled,
#com-beranet-emailberatung .start a:focus .button-disabled {
  background-color: #999;
}
.pagination .next .button,
.pagination .previous .button {
  background-image: none;
}
.pagination ul li a {
  color: #163961;
}
ul.datalist.anfrage-lesen li a .data-label,
.pagination ul li.active a,
.pagination ul li a:hover,
.pagination ul li a:focus {
  background: none;
  color: #cf0020;
}
ul.datalist.anfrage-lesen > li {
  display: block;
}
ul.datalist.anfrage-lesen > li > a.active,
ul.datalist.anfrage-lesen > li > a.active.hovered,
ul.datalist.anfrage-lesen > li > a.active:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background: #163961;
}
ul.datalist.anfrage-lesen .button {
  width: auto;
}
#com_beranet_email_disclaimer,
#com_beranet_email_maske {
  border: 1px solid #eee;
  margin-bottom: 30px;
}
#com_beranet_email_disclaimer .beranet-container,
#com_beranet_email_maske .beranet-container {
  border: 0;
  background: none;
}
#com_beranet_email_disclaimer .beranet-container,
#com_beranet_email_disclaimer .beranet-content,
#com_beranet_email_maske .beranet-container,
#com_beranet_email_maske .beranet-content {
  padding: 10px;
}
#com_beranet_email_disclaimer hr {
  margin-top: 0;
}
.user-z35bs-form {
  width: 100%;
}
.user-z35bs-form tr td {
  border: 1px solid #ccc;
  padding: 10px 3% 10px;
  vertical-align: middle;
}
.user-z35bs-form tr td > * {
  margin: 0;
}
.user-z35bs-form .user-z35bs-form-labelcell label {
  font-size: 16px;
  min-width: 100px;
}
.user-z35bs-form-wide-width {
  font-size: 18px;
  padding: 10px 0 0;
}
.user-z35bs-form-wide-width h2 {
  padding-top: 0;
}
.result-suchkriterien {
  font-size: 20px;
}
.user-z35bs-item {
  background: #f7f7f7;
  border: 1px solid #eee;
  margin-bottom: 25px;
  padding: 20px 35px;
}
.user-z35bs-item a {
  color: #444;
}
.user-z35bs-item h4 {
  background: url("../img/icon-link-more.png") no-repeat left center;
  padding-left: 25px;
}
.user-z35bs-item p {
  padding-bottom: 0;
}
.user-z35bs-less,
.user-z35bs-more {
  background: #f7f7f7;
  border: 1px solid #eee;
  text-align: center;
  margin-bottom: 25px;
  padding: 5px 0;
}
.user-z35bs-less a,
.user-z35bs-more a {
  color: #163961;
  font-weight: bold;
  display: block;
}
.user-z35bs-less a:hover,
.user-z35bs-less a:focus,
.user-z35bs-more a:hover,
.user-z35bs-more a:focus {
  color: #d00020;
  text-decoration: none;
}
.to-top {
  background: url("../img/gototop-icon.png") no-repeat center top;
  margin-top: 40px;
}
.to-top a {
  color: #565656;
  display: block;
  padding: 15px 0 0 0;
}
.to-top a:hover,
.to-top a:focus {
  text-decoration: none;
}
#footer .sponsor {
  margin-bottom: 20px;
}
#footer .menu-meta {
  padding: 0;
  margin: 0;
}
#footer .meta-menu li {
  float: left;
  list-style: outside none none;
  padding: 0 10px;
}
#footer .meta-menu li a {
  color: #444444;
}
#footer-box-wrapper {
  background: #8a9cb0;
}
#footer-content .tab-header {
  background: url("../img/footer-box-header-bg.png") left top #f7f8fa;
}
#footer-content .tab-header ul {
  padding: 0;
}
#footer-content .tab-header ul li {
  list-style: none;
  float: left;
  margin: 0 0 0 4px;
  padding: 0;
  background: #565656;
  border-bottom: 4px solid #f7f8fa;
}
#footer-content .tab-header ul li:hover {
  background: #8a9cb0;
}
#footer-content .tab-header ul li.active {
  background: #8a9cb0;
  border-bottom-color: #8a9cb0;
}
#footer-content .tab-header ul li a {
  text-shadow: none;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 13px 20px 11px;
  display: block;
}
#footer-content .tab-body {
  background: url("../img/footer-box-arrow.png") no-repeat top right;
  padding: 10px 0 40px;
}
#footer-content .tab-body h3,
#footer-content .tab-body p {
  text-shadow: none;
  color: #fff;
}
#footer-content .tab-body h3 {
  padding-top: 0;
}
#footer-content .tab-body a {
  color: #000;
}
#footer-content .tab-body .button-footer {
  text-shadow: none;
  color: #163961;
  font-weight: bold;
  background: url("../img/white-double-arrows.png") no-repeat 95% center #ffffff;
}
#footer-content .tab-body .button-footer:focus,
#footer-content .tab-body .button-footer:hover {
  background-color: #e6e6e6;
}
/*** Search ***/
.tx-macinasearchbox-pi1 {
  text-align: right;
  margin: 35px 0 0;
}
.quicksearch-box {
  border: 1px solid #eee;
  padding: 5px;
  display: inline-block;
}
.quicksearch-box .quicksearch-input {
  width: 244px;
  margin: 0;
  border: none;
  box-shadow: 0 0 0;
  border-radius: 0;
  display: inline-block;
  font-family: "Roboto Condensed", arial, helvetica, garuda, freesans, sans-serif;
}
.quicksearch-box .quicksearch-submit {
  background: #cf0020 url(../img/icon_search.png) no-repeat center center;
  height: 28px;
  width: 28px;
  border: none;
  display: inline-block;
}
.tx-indexedsearch-searchbox {
  border: 1px solid #ccc;
}
.tx-indexedsearch-browsebox {
  text-align: center;
}
.tx-indexedsearch-browsebox ul.browsebox {
  padding: 0;
}
form#tx_indexedsearch {
  margin: 0;
  padding: 15px;
}
.indexedsearch_label {
  padding: 0 20px 0 0;
}
.tx-indexedsearch-icon.icon {
  height: auto;
  width: auto;
  background: none;
}
.tx-indexedsearch-percent.percent {
  color: #999;
}
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword {
  width: 170px;
}
.tx-indexedsearch-res .tx-indexedsearch-percent {
  float:right;
}
.tx-indexedsearch-res .tx-indexedsearch-info {
  display:none;
}
.tx-indexedsearch-browsebox li {
  display: inline;
  margin-right: 5px;
}
.tx-indexedsearch-form label {
  display:inline-block;
  margin-right:9px;
}
#tx-indexedsearch-searchbox-button-submit {
  margin-left:85px;
}

#c2359 .pull-left.span8 p {
  font-family: 'Roboto Condensed', sans-serif;
}
@media only all and (min-width: 768px) and (max-width: 1024px) {
  #footer-box .tab-header ul,
  #footer-box .tab-body,
  #page-title,
  #service {
    width: 740px;
    margin: 0 auto;
  }
  .button {
    margin: 0;
  }
  #header .header-firma {
    margin-top: 0;
  }
  #header .header-firma .firma-logo {
    padding: 0;
  }
  #header .header-firma .firma-logo a {
    width: 80%;
    display: block;
  }
  #header .header-firma .firma-logo img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .tx-macinasearchbox-pi1 {
    margin: 15px 0 0;
  }
  #menu-main {
    font-family: Exo, "Lucida Grande", arial, helvetica, garuda, freesans, sans-serif;
  }
  #menu-main .menu-button .icon-menu {
    cursor: pointer;
  }
  .mod-beranetmulti-menumain ul.menu li a {
    font-size: 95%;
    padding: 9px;
    border-radius: 0;
  }
  #menu-main .menu-main > li.first.active > a {
    padding-left: 9px;
  }
  #alltag-teaser .teaser-alltag {
    font-size: 14px;
  }
  #alltag-teaser-wrapper .news-latest-container.news-slider {
    width: 740px;
    height: auto;
  }
  #alltag-teaser-wrapper .news-latest-container.news-slider .news-latest-container-inner {
    height: auto;
    min-height: 300px;
  }
  #alltag-teaser-wrapper .news-latest-container.news-slider #alltag-teaser {
    width: 740px;
    height: auto;
  }
  #alltag-teaser-wrapper #alltag-teaser .teaser-image img {
    width: 100%;
    height: auto;
  }
  #alltag-teaser .teaser-alltag .box-header {
    padding: 10px;
  }
  #alltag-teaser .teaser-alltag .box-header h3 {
    line-height: 1;
  }
  #alltag-teaser .teaser-alltag .box-body {
    padding: 0 10px;
    background: #eeeef2;
  }
  .news-latest-container.news-slider .teaser-box {
    right: 20px;
    top: 20px;
  }
  .news-latest-container.news-slider .teaser-box > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .news-latest-container.news-slider .teaser-box > a span {
    font-size: 15px;
  }
  #content .service-box {
    position: initial;
  }
  #content .service-box .button {
    position: initial;
    margin-left: 0;
  }
  #com-beranet-einzelchat .reserved > .row-fluid > div,
  ul.datalist > li > .row-fluid > div {
    height: auto;
    min-height: auto;
  }
  .reserved .span2:first-child,
  .reserved .chatbegin-cell,
  ul.datalist .span2:first-child,
  ul.datalist .chatbegin-cell,
  ul.datalist > li > .row-fluid > div.chatbegin-cell {
    border-left: 0;
  }
  .reserved .span2:first-child,
  ul.datalist .span2:first-child {
    height: 59px;
  }
  ul.datalist .span2,
  ul.datalist .span3,
  ul.datalist .span4,
  ul.datalist .span5 {
    width: 50%;
    margin: 0;
    border-top: 1px solid #fff;
  }
  .reserved .date-box br ul.datalist .date-box br {
    display: none;
  }
  .alltag-news .news-list-image a {
    display: block;
  }
  .alltag-news .news-list-image a img {
    width: 100%;
    height: auto;
  }
  .tx-jfmulticontent-pi1 .slidedeck {
    height: 220px !important;
    overflow: hidden;
  }
  .tx-jfmulticontent-pi1 .slidedeck .slide {
    padding: 2% 3%;
    width: 67% !important;
  }
  .tx-jfmulticontent-pi1 .slidedeck .active.slide {
    padding-left: 9%;
  }
  .tx-jfmulticontent-pi1 .slidedeck h3 {
    line-height: 1;
    font-size: 1.2em;
  }
  #primary-content .tx-jfmulticontent-pi1 .slidedeck .csc-default,
  #primary-content .tx-jfmulticontent-pi1 .slidedeck .csc-frame-default {
    margin: 0;
  }
}
@media only all and (max-width: 767px) {
  #alltag-teaser,
  #footer-box .tab-header ul,
  #footer-box .tab-body,
  #service {
    width: auto;
  }
  #alltag-teaser-wrapper {
    display: none;
    visibility: hidden;
  }
  #service-bar,
  #header-account {
    float: left;
  }
  #header .header-firma {
    margin-top: 0;
    margin-bottom: 10px;
  }
  #header .header-firma .firma-logo {
    padding: 0;
  }
  #header .header-firma .firma-logo a {
    width: 80%;
    display: block;
  }
  #header .header-firma .firma-logo img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  #content-right-search {
    display: none;
  }
  .responsive-search {
    margin: 0;
    padding: 0px;
  }
  .tx-macinasearchbox-pi1 {
    text-align: center;
    margin: 10px 0 0;
    padding: 10px 0 10px;
    border-top: 1px dashed #ccc;
  }
  .quicksearch-box .quicksearch-input {
    width: 220px;
  }
  #menu-main {
    float: none;
    padding-top: 0;
    font-family: Exo, "Lucida Grande", arial, helvetica, garuda, freesans, sans-serif;
  }
  #menu-main .menu-button {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-color: #163961;
    background-image: -moz-linear-gradient(top, #1a3d64, #4b6684);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1a3d64), to(#4b6684));
    background-image: -webkit-linear-gradient(top, #1a3d64, #4b6684);
    background-image: -o-linear-gradient(top, #1a3d64, #4b6684);
    background-image: linear-gradient(to bottom, #1a3d64, #4b6684);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1a3d64', endColorstr='#ff4b6684', GradientType=0);
    *zoom: 1;
    padding: 15px;
  }
  #menu-main .menu-button .icon-menu {
    bottom: 15px;
    right: 15px;
    cursor: pointer;
  }
  #menu-main .menu-main {
    border-top: 1px dashed #ccc;
  }
  #menu-main .menu-main > li.first > a {
    padding-left: 25px;
  }
  .mod-beranetmulti-menumain ul.menu {
    padding: 0;
  }
  .mod-beranetmulti-menumain ul.menu li {
    border: 0;
  }
  .mod-beranetmulti-menumain ul.menu li a {
    border-radius: 0 !important;
  }
  #header-wrapper #menu-main .menu-sub,
  #header-wrapper #menu-main .subpages:hover .menu-sub {
    display: none;
    position: inherit;
    border: none;
  }
  #header-wrapper #menu-main .subpages.active .menu-sub {
    display: block;
  }
  #header-wrapper #menu-main .subpages .menu-sub li a {
    padding-left: 35px;
  }
  #com-beranet-einzelchat .reserved > .row-fluid {
    display: block;
  }
  #com-beranet-einzelchat .reserved > .row-fluid > div,
  ul.datalist > li > .row-fluid > div {
    height: auto;
    min-height: auto;
  }
  #com-beranet-einzelchat .reserved .span2:first-child,
  #com-beranet-einzelchat .reserved .chatbegin-cell,
  ul.datalist .span2:first-child,
  ul.datalist .chatbegin-cell,
  ul.datalist > li > .row-fluid > div.chatbegin-cell {
    border-left: 0;
  }
  .reserved .span2:first-child,
  ul.datalist .span2:first-child {
    height: 59px;
  }
  #com-beranet-einzelchat .reserved .row-fluid .span2,
  #com-beranet-einzelchat .reserved .row-fluid .span3,
  #com-beranet-einzelchat .reserved .row-fluid .span4,
  #com-beranet-einzelchat .reserved .row-fluid .span5,
  ul.datalist .span2,
  ul.datalist .span3,
  ul.datalist .span4,
  ul.datalist .span5 {
    width: 100%;
    margin: 0;
    border-top: 1px solid #fff;
  }
  .reserved .date-box br ul.datalist .date-box br {
    display: none;
  }
  /* Adressen */
  .user-z35bs-form-wide-width {
    padding-top: 0;
  }
  .user-z35bs-form-wide-width h2 {
    font-size: 120%;
    padding-top: 0;
  }
  .user-z35bs-form tr td #z35plz {
    width: 90%;
  }
  .user-z35bs-form tr td #z35geo_home_sel {
    width: 95%;
  }
  .user-z35bs-form tr td .submit-button.button {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 80%;
    background-image: none;
  }
  #footer-content .tab-body {
    background: none;
    padding-left: 20px;
    padding-right: 20px;
  }
  #footer-content .tab-header ul li {
    border-bottom: 0px;
    width: 100%;
    margin-left: 0;
  }
  #footer .pull-left,
  #footer .pull-right {
    float: none;
  }
  #footer .meta-menu {
    width: 100%;
  }
  #footer .meta-menu li {
    width: 100%;
    text-align: center;
  }
  #footer .meta-menu li a {
    padding: 10px 0px;
    display: block;
    border-top: 1px solid #eee;
  }
  .tx-jfmulticontent-pi1 .slidedeck {
    height: 220px !important;
    overflow: hidden;
  }
  .tx-jfmulticontent-pi1 .slidedeck .slide {
    padding: 2% 3%;
    width: 65% !important;
  }
  .tx-jfmulticontent-pi1 .slidedeck .active.slide {
    padding-left: 9%;
  }
  .tx-jfmulticontent-pi1 .slidedeck h3 {
    line-height: 1;
    font-size: 1.2em;
  }
  #primary-content .tx-jfmulticontent-pi1 .slidedeck .csc-default,
  #primary-content .tx-jfmulticontent-pi1 .slidedeck .csc-frame-default {
    margin: 0;
  }
}
@media only all and (max-width: 630px) {
  .tx-jfmulticontent-pi1 .slidedeck {
    height: 240px !important;
  }
  .tx-jfmulticontent-pi1 .slidedeck .slide {
    width: 62% !important;
  }
}
@media only all and (max-width: 600px) {
  .tx-jfmulticontent-pi1 .slidedeck {
    height: 260px !important;
  }
  .tx-jfmulticontent-pi1 .slidedeck .slide {
    width: 60% !important;
  }
}
@media only all and (max-width: 550px) {
  .tx-jfmulticontent-pi1 .slidedeck {
    height: 280px !important;
  }
  .tx-jfmulticontent-pi1 .slidedeck .slide {
    width: 57% !important;
  }
}
@media only all and (max-width: 500px) {
  .tx-jfmulticontent-pi1 .slidedeck {
    height: 300px !important;
  }
  .tx-jfmulticontent-pi1 .slidedeck .slide {
    width: 49% !important;
  }
  .tx-jfmulticontent-pi1 .skin-slidedeck .news-latest-item > a {
    display: none;
  }
}
@media only all and (max-width: 450px) {
  .tx-jfmulticontent-pi1 .slidedeck {
    height: 330px !important;
  }
  .tx-jfmulticontent-pi1 .slidedeck .slide {
    width: 45% !important;
  }
}
@media only all and (max-width: 400px) {
  .tx-jfmulticontent-pi1 .slidedeck {
    height: 390px !important;
  }
  .tx-jfmulticontent-pi1 .slidedeck .slide {
    width: 38% !important;
  }
  .tx-jfmulticontent-pi1 .slidedeck .news-latest-container {
    font-size: 90%;
  }
}
@media only all and (max-width: 350px) {
  .tx-jfmulticontent-pi1 .skin-slidedeck {
    display: none;
  }
}


/* 25.01.2021 - Tobias */
.cc-message .dp--cookie-check {
    justify-content: center;
	flex-wrap: wrap;
}
.cc-window .cc-compliance .cc-btn:first-child {

}
.cc-window .cc-compliance .cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
	opacity: 0.8;
}
.cc-window .cc-compliance .cc-dismiss {
	background-color: #163961;
}
.cc-window .cc-compliance .cc-dismiss:hover, .cc-dismiss:focus {
	background-color: #163961;
	opacity: 0.8;
}

body .cc-floating.cc-window .cc-compliance {
	flex: initial;
}

.video-embed .dp--overlay {
	position: relative;
	height: 100%;
	width: 100%;
    padding: 0.5rem 0.5rem;
    font-size: 14px;
    line-height: 16px;
}

.dp--overlay .dp--overlay-header {
  display: none;
}

.dp--overlay .dp--overlay-description {
  margin: 0;
}

body .cc-btn {
  min-height: 64px;
}

@media (min-width: 415px) {
  body .cc-btn {
    min-height: unset;
  }
}

@media (min-width: 576px) {
  .video-embed .dp--overlay {
    padding: 2.5rem 1.5rem;
    font-size: 1rem;
    line-height: 1.539rem;
	}
}

@media screen and (max-width: 414px) and (orientation: portrait) {
	body .cc-window.cc-bottom {
		bottom: initial;
	}
}

@media screen and (max-width: 736px) and (orientation: landscape) {
	body .cc-floating.cc-window {
    	max-width: 24rem;
		left: 50vw;
	}

	body .cc-window.cc-bottom {
		bottom: initial;
	}

	body .cc-window.cc-top {
		bottom: unset;
	}

	body .cc-window.cc-left, .cc-window.cc-right {
		left: 50vw;
	}

	body .cc-window.cc-left, .cc-window.cc-left {
		left: 50vw;
	}
}

/* Layer für Cookiebanner */
body.dp--cookie-consent:before {
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.6;
  position: absolute;
  z-index: 2000;
  pointer-events: all;
  left: 0;
}

body.dp--cookie-consent {
  position: relative;
}

body .cc-bottom {
  bottom: unset;
}

body .cc-right {
  right: unset; 
}

body .cc-window{
  top: 25%;
}

.cc-floating.cc-theme-edgeless .cc-message input[type="checkbox"]{
  margin-top: -3px;
}

@media (min-width: 415px) {
  body .cc-window{
    left: 50%;
    top: 50%;
    margin-top: -150px;
    margin-left: -189px;
  }
}

