@charset "UTF-8";
/* moved by compressor */
/* default styles for extension "tx_indexedsearch" */
		.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; }
		.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
		.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
		.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
		.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
		.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
		.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:italic; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:red; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeee; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background:#cccccc; vertical-align:middle; }
		.tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; }
		.tx-indexedsearch .tx-indexedsearch-category { background:#cccccc; font-size:16px; font-weight:bold; }

		/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
		.tx-indexedsearch .res-tmpl-css { clear:both; margin-bottom:1em; }
		.tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right:1em; width:10em; float:left; }
		.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css { letter-spacing:0; font-weight:normal; margin-top:-1.2em; float:right; }
		.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd { float:left; }
		.tx-indexedsearch .info-tmpl-css dd.item-mtime { float:none; }
		.tx-indexedsearch .info-tmpl-css dd.item-path { float:none; }
/* default styles for extension "tx_cssstyledcontent" */
	/* Headers */
	.csc-header-alignment-center { text-align: center; }
	.csc-header-alignment-right { text-align: right; }
	.csc-header-alignment-left { text-align: left; }

	div.csc-textpic-responsive, div.csc-textpic-responsive * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;  }

	/* Clear floats after csc-textpic and after csc-textpic-imagerow */
	div.csc-textpic, div.csc-textpic div.csc-textpic-imagerow, ul.csc-uploads li { overflow: hidden; }

	/* Set padding for tables */
	div.csc-textpic .csc-textpic-imagewrap table { border-collapse: collapse; border-spacing: 0; }
	div.csc-textpic .csc-textpic-imagewrap table tr td { padding: 0; vertical-align: top; }

	/* Settings for figure and figcaption (HTML5) */
	div.csc-textpic .csc-textpic-imagewrap figure, div.csc-textpic figure.csc-textpic-imagewrap { margin: 0; display: table; }

	/* Captions */
	figcaption.csc-textpic-caption { display: table-caption; }
	.csc-textpic-caption { text-align: left; caption-side: bottom; }
	div.csc-textpic-caption-c .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-c { text-align: center; }
	div.csc-textpic-caption-r .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-r { text-align: right; }
	div.csc-textpic-caption-l .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-l { text-align: left; }

	/* Float the columns */
	div.csc-textpic div.csc-textpic-imagecolumn { float: left; }

	/* Border just around the image */
	div.csc-textpic-border div.csc-textpic-imagewrap img {
		border: 2px solid black;
		padding: 0px 0px;
	}

	div.csc-textpic .csc-textpic-imagewrap img { border: none; display: block; }

	/* Space below each image (also in-between rows) */
	div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 10px; }
	div.csc-textpic .csc-textpic-imagewrap .csc-textpic-imagerow-last .csc-textpic-image { margin-bottom: 0; }

	/* colSpace around image columns, except for last column */
	div.csc-textpic-imagecolumn, td.csc-textpic-imagecolumn .csc-textpic-image { margin-right: 10px; }
	div.csc-textpic-imagecolumn.csc-textpic-lastcol, td.csc-textpic-imagecolumn.csc-textpic-lastcol .csc-textpic-image { margin-right: 0; }

	/* Add margin from image-block to text (in case of "Text & Images") */
	div.csc-textpic-intext-left .csc-textpic-imagewrap,
	div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
		margin-right: 10px;
	}
	div.csc-textpic-intext-right .csc-textpic-imagewrap,
	div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
		margin-left: 10px;
	}

	/* Positioning of images: */

	/* Center (above or below) */
	div.csc-textpic-center .csc-textpic-imagewrap, div.csc-textpic-center figure.csc-textpic-imagewrap { overflow: hidden; }
	div.csc-textpic-center .csc-textpic-center-outer { position: relative; float: right; right: 50%; }
	div.csc-textpic-center .csc-textpic-center-inner { position: relative; float: right; right: -50%; }

	/* Right (above or below) */
	div.csc-textpic-right .csc-textpic-imagewrap { float: right; }
	div.csc-textpic-right div.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	div.csc-textpic-left .csc-textpic-imagewrap { float: left; }
	div.csc-textpic-left div.csc-textpic-text { clear: left; }

	/* Left (in text) */
	div.csc-textpic-intext-left .csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	div.csc-textpic-intext-right .csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap { float: right; }

	/* Left (in text, no wrap around) */
	div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap { float: left; }

	div.csc-textpic div.csc-textpic-imagerow-last, div.csc-textpic div.csc-textpic-imagerow-none div.csc-textpic-last { margin-bottom: 0; }

	/* Browser fixes: */

	/* Fix for unordered and ordered list with image "In text, left" */
	.csc-textpic-intext-left ol, .csc-textpic-intext-left ul { padding-left: 40px; overflow: auto; }

	/* File Links */
	ul.csc-uploads { padding: 0; }
	ul.csc-uploads li { list-style: none outside none; margin: 1em 0; }
	ul.csc-uploads img { float: left; margin-right: 1em; vertical-align: top; }
	ul.csc-uploads span { display: block; }
	ul.csc-uploads span.csc-uploads-fileName { text-decoration: underline; }

	/* Table background colors: */

	table.contenttable-color-1 { background-color: #EDEBF1; }
	table.contenttable-color-2 { background-color: #F5FFAA; }
	table.contenttable-color-240 { background-color: black; }
	table.contenttable-color-241 { background-color: white; }
	table.contenttable-color-242 { background-color: #333333; }
	table.contenttable-color-243 { background-color: gray; }
	table.contenttable-color-244 { background-color: silver; }
/* default styles for extension "tx_felogin_pi1" */
		.tx-felogin-pi1 label {
			display: block;
		}


/* CSS Document
bmgev.de
Birgit Rühring mentronic 2010*/
/*form errors */
.invalid {
  border: 1px solid red !important; }

div.error {
  margin-left: 50px;
  margin-top: 20px; }

/* @group Colors */
.schrift-menue {
  color: #000; }

.schrift {
  color: #333847; }

.mietrecht-bg {
  background-color: #5C70D1; }

.betriebskosten-bg {
  background-color: #00BFFF; }

.mieterecho-bg {
  background-color: #FF0029; }

.politik-bg {
  background-color: #FF8200; }

.beratung-bg {
  background-color: #A8D600; }

.verein-bg {
  background-color: #40AB14; }

.startseite-bg,
.startseite {
  background-color: #919CA6; }

.col-right-bg {
  background-color: #EDEDF2; }

#footer {
  background-color: #919CA6; }

/* @end */
/* @group Allgemein */
body {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 20px;
  color: #333847; }

#col-right *,
#footer {
  font-size: 13px !important; }

div#nav-main li,
div#footer,
div#nav-meta li,
div#rubrik li,
dl.news-single-related dt {
  font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif; }

body, html {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0; }

body {
  background-color: #fff; }

hr.border-top {
  background-color: #fff;
  color: #fff;
  height: 3px;
  border: 1px solid #fff;
  margin: 0px -10px; }

.clearer {
  clear: both; }

/* @end */
/* @group Layoutbereiche */
div#allwrap {
  max-width: 768px;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  position: relative;
  margin: 0px auto;
  position: relative; }
  @media (min-width: 576px) {
    div#allwrap {
      padding: 0 10px; } }
  @media (min-width: 960px) {
    div#allwrap {
      background: url('../../typo3conf/ext/br_tmpl/gfx/col_right_bg.png') repeat-y right top;
      max-width: 960px;
      padding: 0; } }

@media (min-width: 960px) {
  #contentwrap {
    border-left: 1px solid #ccc; } }

div#all {
  width: 100%;
  height: auto; }

div#headline {
  padding-left: 87px;
  padding-right: 65px;
  padding-top: 12px;
  padding-bottom: 3px;
  height: auto;
  max-width: 960px;
  background-color: #fff; }
  div#headline a {
    display: none; }
  @media (max-width: 959px) {
    div#headline {
      background-color: #9CA6AF; } }
  @media (min-width: 576px) {
    div#headline {
      padding-left: 120px;
      padding-right: 75px;
      padding-top: 19px;
      width: auto;
      height: 44px;
      background-color: #fff; }
      div#headline a {
        display: block; } }
  @media (min-width: 960px) {
    div#headline {
      height: 56px;
      padding-top: 17px;
      margin: 0;
      padding-left: 0px;
      padding-right: 0px; } }

div#headline img {
  max-width: 100%;
  height: auto; }
  @media (min-width: 960px) {
    div#headline img {
      margin-left: -1px; } }

@media (max-width: 959px) {
  div#headline h1 {
    line-height: 1.0;
    font-weight: 500;
    letter-spacing: 0.02em;
    width: 230px;
    margin: 0;
    color: inherit; } }
@media (min-width: 576px) {
  div#headline h1 {
    position: absolute;
    margin-left: -1000px;
    margin-top: -1000px; } }

div#nav-main {
  width: 100%;
  height: auto;
  padding-bottom: 0px;
  float: left;
  background: url('../../typo3conf/ext/br_tmpl/gfx/menu_top_bg_grau.png') repeat-y;
  background-color: #fff; }
  @media (max-width: 959px) {
    div#nav-main {
      background-image: none !important;
      background-color: #9CA6AF !important;
      padding-bottom: 0;
      display: none; }
      div#nav-main.is-open {
        display: block; } }

div.nav-main-hover-mietrecht {
  background: url('../../typo3conf/ext/br_tmpl/gfx/menu_top_hover_mietrecht.png') repeat-y !important; }

div.nav-main-hover-betriebskosten {
  background: url('../../typo3conf/ext/br_tmpl/gfx/menu_top_hover_betriebskosten.png') repeat-y !important; }

div.nav-main-hover-mieterecho {
  background: url('../../typo3conf/ext/br_tmpl/gfx/menu_top_hover_mieterecho.png') repeat-y !important; }

div.nav-main-hover-politik {
  background: url('../../typo3conf/ext/br_tmpl/gfx/menu_top_hover_politik.png') repeat-y !important; }

div.nav-main-hover-beratung {
  background: url('../../typo3conf/ext/br_tmpl/gfx/menu_top_hover_beratung.png') repeat-y !important; }

div.nav-main-hover-verein {
  background: url('../../typo3conf/ext/br_tmpl/gfx/menu_top_hover_verein.png') repeat-y !important; }

div#rubrik {
  width: 100%;
  height: 27px;
  float: left;
  border-top: 3px solid #fff; }
  @media (max-width: 959px) {
    div#rubrik {
      border-top: none;
      height: auto;
      min-height: 10px; } }

div#contentwrap {
  width: 100%;
  height: auto;
  float: left; }

div#col-main {
  padding: 22px 0px 30px 0px; }
  @media (min-width: 960px) {
    div#col-main {
      float: left;
      width: 590px;
      margin-left: 30px; } }

div#col-right {
  position: relative; }
  @media (min-width: 576px) {
    div#col-right {
      max-width: 320px; } }
  @media (min-width: 960px) {
    div#col-right {
      float: left;
      margin-left: 20px; } }

div#quicksearch {
  height: 70px; }

div#logo {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 75px;
  height: 45px; }
  @media (min-width: 576px) {
    div#logo {
      width: 104px;
      height: 89px; } }
  @media (min-width: 960px) {
    div#logo {
      top: 230px;
      left: 845px; } }
  div#logo a {
    display: block; }

div#logo img {
  width: 100%;
  height: 100%; }

div.content {
  margin: 10px; 
  @media (max-width: 576px) {
    padding-top: 20px;
  }
}

div#min-height {
  height: 21px;
  width: 100%;
  clear: both; }

div#footer {
  width: 100%;
  bottom: 0px !important;
  margin: 0px;
  font-size: 12px; }
  @media (max-width: 959px) {
    div#footer {
      padding: 20px 0; } }
  @media (min-width: 960px) {
    div#footer {
      height: 20px;
      position: absolute; } }

@media (max-width: 959px) {
  div#copy {
    margin-left: 10px; } }
@media (min-width: 960px) {
  div#copy {
    float: right;
    width: 310px; } }

/* @end */
/* @group Navigationen */
/* @group sitemap */
div.sitemap ul {
  list-style-type: none; }

div.sitemap ul li {
  list-style-type: none; }

div.sitemap ul li a {
  display: block; }

div.sitemap ul li a.mietrecht,
div.sitemap ul li a.mietrecht:visited {
  color: #5C70D1; }

div.sitemap ul li a.betriebskosten,
div.sitemap ul li a.betriebskosten:visited {
  color: #00BFFF; }

div.sitemap ul li a.mieterecho,
div.sitemap ul li a.mieterecho.visited {
  color: #FF0029; }

div.sitemap ul li a.politik,
div.sitemap ul li a.politik:visited {
  color: #FF8200; }

div.sitemap ul li a.beratung,
div.sitemap ul li a.beratung:visited {
  color: #A8D600; }

div.sitemap ul li a.verein,
div.sitemap ul li a.verein:visited {
  color: #40AB14; }

div.sitemap ul li a.service,
div.sitemap ul li a.service:visited {
  color: #919CA6; }

/* @end */
/* @group nav-main */
div#nav-main ul {
  list-style-type: none;
  margin: 0px;
  padding: 0 !important;
  display: block; }

  @media (max-width: 575px) {
    div#nav-main > ul > li:first-child {
      padding-top: 60px;
    }

@media (min-width: 960px) {
  div#nav-main > ul > li {
    padding: 13px 0 10px;
    height: 170px;
    box-sizing: border-box; } }
@media (max-width: 959px) {
  div#nav-main > ul {
    margin: 0;
    border-top: 1px solid #fff; } }

div#nav-main ul li {
  margin: 0;
  padding-left: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  list-style: none; }
  @media (min-width: 960px) {
    div#nav-main ul li {
      display: inline;
      float: left;
      width: 157px;
      line-height: 16px;
      margin-right: 3px; }
      div#nav-main ul li:last-child {
        margin-right: 0px;
        width: 160px; } }

@media (max-width: 959px) {
  div#nav-main > ul ul {
    display: none;
    margin-bottom: 20px; } }
@media (max-width: 959px) {
  div#nav-main > ul .is-open ul {
    display: block; } }
div#nav-main .nav-sub-trigger {
  display: none; }
@media (max-width: 959px) {
  div#nav-main .nav-main-1.is-active,
  div#nav-main .nav-main-1.is-open {
    background: #5C70D1; }
  div#nav-main .nav-main-2.is-active,
  div#nav-main .nav-main-2.is-open {
    background: #00BFFF; }
  div#nav-main .nav-main-3.is-active,
  div#nav-main .nav-main-3.is-open {
    background: #FF0029; }
  div#nav-main .nav-main-4.is-active,
  div#nav-main .nav-main-4.is-open {
    background: #FF8200; }
  div#nav-main .nav-main-5.is-active,
  div#nav-main .nav-main-5.is-open {
    background: #A8D600; }
  div#nav-main .nav-main-6.is-active,
  div#nav-main .nav-main-6.is-open {
    background: #40AB14; } }
@media (min-width: 960px) {
  div#nav-main .nav-main-1:hover {
    background: #5C70D1; }
  div#nav-main .nav-main-2:hover {
    background: #00BFFF; }
  div#nav-main .nav-main-3:hover {
    background: #FF0029; }
  div#nav-main .nav-main-4:hover {
    background: #FF8200; }
  div#nav-main .nav-main-5:hover {
    background: #A8D600; }
  div#nav-main .nav-main-6:hover {
    background: #40AB14; } }
@media (max-width: 959px) {
  div#nav-main > ul > li {
    padding-top: 20px;
    border-bottom: 1px solid #fff; }
    div#nav-main > ul > li > a {
      margin-right: 50px; }
    div#nav-main > ul > li .nav-sub-trigger {
      display: block;
      float: right;
      width: 39px;
      line-height: 24px;
      height: 24px;
      margin-right: 10px;
      padding: 0;
      background: none; }
    div#nav-main > ul > li .nav-sub-trigger:before {
      border-style: solid;
      border-width: 2px 2px 0 0;
      content: '';
      display: block;
      height: 0.45em;
      width: 0.45em;
      position: relative;
      top: 0.2em;
      margin: 0 auto;
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg);
      -webkit-transform-origin: 50% 50%;
      -moz-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      -o-transform-origin: 50% 50%;
      transform-origin: 50% 50%; }
    div#nav-main > ul > li .nav-sub-trigger.is-active:before {
      border-color: #fff;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 0.5em; } }

div#nav-main ul li a {
  display: block;
  color: #000;
  padding-left: 10px;
  padding-bottom: 9px;
  background: url('../../typo3conf/ext/br_tmpl/gfx/tmenu1_underline.png') no-repeat left bottom; }

div#nav-main ul li a:hover,
div#nav-main ul li a.hover,
div#nav-main ul li a:active,
div#nav-main ul li a.active {
  color: #fff; }
  @media (min-width: 960px) {
    div#nav-main ul li a:hover,
    div#nav-main ul li a.hover,
    div#nav-main ul li a:active,
    div#nav-main ul li a.active {
      color: #fff; } }

div#nav-main ul ul {
  margin-top: 5px; }
  @media (min-width: 960px) {
    div#nav-main ul ul {
      width: 157px; } }

div#nav-main ul li ul li {
  display: block;
  line-height: 32px;
  font-weight: normal; }
  @media (min-width: 960px) {
    div#nav-main ul li ul li {
      font-size: 13px;
      line-height: 15px; } }

div#nav-main ul li ul li a {
  background: none;
  padding-bottom: 0; }

/* @end */
/* @group nav-sub */
div#rubrik ul {
  list-style-type: none;
  margin: 0px 0 0 0px;
  padding: 0 !important;
  display: block; }
  @media (max-width: 959px) {
    div#rubrik ul {
      overflow: hidden;
      padding: 15px 5px !important; } }
  @media (min-width: 576px) and (max-width: 959px) {
    div#rubrik ul {
      padding-left: 111px !important; } }

div#rubrik ul li {
  display: inline;
  float: left;
  margin: 0;
  padding-left: 0;
  line-height: 16px; }
  @media (max-width: 959px) {
    div#rubrik ul li {
      overflow: hidden;
      padding-bottom: 5px; } }

div#rubrik ul li a {
  display: block;
  color: #000;
  padding: 5px 20px 0 10px; }

div#rubrik ul li a:hover,
div#rubrik ul li a.hover,
div#rubrik ul li a:active,
div#rubrik ul li a.active {
  color: #fff; }

/* @end */
/* @group nav-meta */
div#nav-meta {
  text-transform: uppercase;
  margin-left: 10px; }
  @media (min-width: 960px) {
    div#nav-meta {
      max-width: 620px; } }

div#nav-meta ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block; }

div#nav-meta ul li {
  font-size: 12px;
  list-style: none; }
  @media (min-width: 960px) {
    div#nav-meta ul li {
      display: inline;
      float: left;
      max-width: 620px; } }

div#nav-meta ul li a {
  display: block;
  color: #fff; }
  @media (min-width: 960px) {
    div#nav-meta ul li a {
      margin-right: 15px; } }

div#nav-meta ul li a:hover,
div#nav-meta ul li a.hover,
div#nav-meta ul li a:active,
div#nav-meta ul li a.active {
  color: #fff; }

/* @end */
/* @end */
/* @group Extensions */
/* @group codehighlight*/
div.code {
  width: 390px;
  height: auto;
  overflow: auto;
  margin: 10px 0;
  padding-left: 20px; }

/* @end */
/* @group comments */
.tx-comments-comment-content h2 {
  border-bottom: 1px dotted #333847;
  padding-bottom: 4px; }

.tx-comments-comment-admin {
  margin: 10px 20px;
  background-color: #e0e0e0;
  padding: 5px 9px;
  text-align: center; }

.tx-comments-comment-form LABEL {
  width: 100px;
  display: block;
  float: left;
  padding-top: 5px; }

.tx-comments-comment-form INPUT, .tx-comments-comment-form TEXTAREA, .tx-comments-comment-form IMG {
  margin-top: 5px; }

.tx-comments-comment-input, .tx-comments-comment-form TEXTAREA {
  width: 245px; }

.tx-comments-comment-form BR {
  clear: left; }

.tx-comments-comment-name {
  font-weight: bold; }

.tx-comments-comment-date {
  font-weight: bold; }

.tx-comments-comment-1, .tx-comments-comment-2 {
  border-top: 1px dotted #333847;
  margin-bottom: 10px; }

.tx-comments-comment-content {
  padding: 3px 0; }

.tx-comments-required-mark {
  color: red; }

.tx-comments-required-error {
  margin-left: 10px;
  color: red;
  background-color: #f5f500;
  padding: 3px 5px; }

.tx-comments-captcha {
  padding-left: 100px; }

.tx-comments-captcha IMG {
  border: 1px solid #d0d0d0;
  margin-left: 0px; }

.tx-comments-form-top-message {
  border: 1px solid #d0d0d0;
  padding: 10px 20px;
  text-align: center;
  font-weight: bold; }

.tx-comments-closed {
  border: 1px solid #d0d0d0;
  padding: 10px 10px;
  margin: 10px 0; }

.tx-comments-closed IMG {
  vertical-align: baseline;
  margin-left: 4px;
  padding-right: 4px; }

.tx-comments-comment-report {
  font-size: 80%;
  margin: 7px 0 5px 15px; }

.tx-comments-rating {
  margin-left: 15px; }

.tx-comments-comment-form fieldset {
  border: none; }

/* @end */
/* @group dropdownsitemap */
.tx-dropdownsitemap-pi1 UL, .tx-dropdownsitemap-pi1 OL {
  list-style: none;
  margin: 0px;
  padding: 0px; }

.tx-dropdownsitemap-pi1 A, .tx-dropdownsitemap-pi1 A:link, .tx-dropdownsitemap-pi1 A:visited, .tx-dropdownsitemap-pi1 A:hover, .tx-dropdownsitemap-pi1 A:active {
  color: #4287a4;
  background-color: inherit; }

.tx-dropdownsitemap-pi1 DIV {
  margin-left: 0px;
  margin-top: 2px;
  padding: 2px; }

.tx-dropdownsitemap-pi1 LI.open OL {
  display: block; }

.tx-dropdownsitemap-pi1 LI.closed OL {
  display: none; }

.tx-dropdownsitemap-pi1 LI.open UL {
  display: block; }

.tx-dropdownsitemap-pi1 LI.closed UL {
  display: none; }

.tx-dropdownsitemap-pi1 li {
  padding-bottom: 0px;
  margin-bottom: 0px; }

.tx-dropdownsitemap-pi1 SPAN.ifsub {
  text-transform: none;
  font-weight: normal; }

.tx-dropdownsitemap-pi1 SPAN.ifsub a {
  font-weight: bold; }

.tx-dropdownsitemap-pi1 SPAN.spc {
  font-size: 10px;
  color: #aa830c;
  display: block;
  width: 100%;
  text-transform: none;
  font-weight: normal;
  font-style: normal; }

.tx-dropdownsitemap-pi1 span.description {
  font-size: 9px;
  font-style: normal; }

.tx-dropdownsitemap-pi1 DIV.level_2 {
  background-color: #ecf3f6;
  padding: 4px 7px; }

.tx-dropdownsitemap-pi1 DIV.expAll {
  background-color: #ecf3f6;
  color: inherit;
  padding: 4px 7px;
  font-weight: bold; }

.tx-dropdownsitemap-pi1 IMG {
  margin-right: 5px; }

/* @end */
/* @group a21 glossary */
/* @group datamintsglossaryindex */
div.datamints_glossaryindex_index {
  float: left;
  width: 100%;
  margin-bottom: 10px; }

div.datamints_glossaryindex_oneitem {
  float: left;
  margin-bottom: 3px;
  margin-right: 4px;
  width: 15px; }

a.datamints_glossaryindex_linkindex_active {
  font-weight: bold;
  color: #333847 !important; }

div.datamints_glossaryindex_detailblock div.datamints_glossaryindex_detaillong {
  font-weight: bold;
  margin-bottom: 10px; }

/* @end */
acronym, dfn, abbr, span.abbr {
  border-bottom: 1px dotted black;
  cursor: help; }

h1 acronym, h1 dfn, h1 abbr, h1 span.abbr,
h2 acronym, h2 dfn, h2 abbr, h2 span.abbr,
h3 acronym, h3 dfn, h3 abbr, h3 span.abbr,
h4 acronym, h4 dfn, h4 abbr, h4 span.abbr,
a acronym, a dfn, a abbr, a span.abbr {
  border-bottom: none; }

dl.glossary dt {
  font-weight: bold;
  margin: 0 0 3px 0;
  font-style: normal; }

dl.glossary dd {
  margin: 0 0 15px 20px; }

dl.glossary .description {
  margin: 0;
  padding: 0; }

dl.glossary .type {
  font-style: italic;
  padding: 0 3px 0 0; }

/* @end */
/* @group tt_news */
/* @group Browsemenu */
div.browseLinksWrap {
  line-height: 14px;
  padding: 0; }

span.inactiveLinkWrap {
  padding: 0 3px; }

span.activeLinkWrap {
  padding: 0 3px; }

/* @end */
/* @group searchform */
.news-search-form {
  margin-bottom: 18px; }

.news-search-form form {
  width: 100%;
  padding: 0px;
  margin: 10px 0; }

.news-search-form label {
  width: 100px;
  display: block;
  float: left; }

.news-search-form select {
  width: 175px;
  margin-right: 10px; }

.news-search-form input {
  width: 170px;
  margin-bottom: 8px; }

.news-search-form input.check {
  width: auto;
  margin-left: 0;
  margin-right: 8px;
  float: left;
  clear: both; }

.news-search-form input.submit {
  margin-top: 8px;
  width: 80px;
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  padding: 2px;
  float: left; }

.news-search-form form br {
  clear: both; }

div.news-search-emptyMsg {
  margin-top: 10px;
  clear: both;
  width: 100%; }

/* @end */
/* @group Single */
/* @group related news */
dl.news-single-related {
  border-bottom: 1px dotted #333847;
  padding-bottom: 14px; }

dl.news-single-related dt,
dl.news-single-files dt {
  font-weight: bold;
  font-size: 13px;
  padding-bottom: 8px; }

dl.news-single-related dd,
dl.news-single-files dd {
  margin-left: 0; }

dl.news-single-related dd a {
  background: url('../../typo3conf/ext/br_tmpl/gfx/link_icon_normal.png') no-repeat left 4px;
  padding-left: 20px;
  display: block; }

dl.news-single-related dd a:visited {
  background: url('../../typo3conf/ext/br_tmpl/gfx/link_icon_visited.png') no-repeat left 4px; }

/* @end */
.news-single-item {
  margin-top: 10px; }

.news-single-item hr.clearer {
  margin-top: 14px; }

.news-single-item h2 {
  margin-bottom: 10px; }

.news-single-subheader {
  margin-bottom: 10px; }

.news-single-backlink a {
  background: url('../../typo3conf/ext/br_tmpl/gfx/link_icon_normal.png') no-repeat left 2px;
  padding-left: 20px; }

.news-single-backlink a:visited {
  background: url('../../typo3conf/ext/br_tmpl/gfx/link_icon_visited.png') no-repeat left 2px; }

p.urteil {
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
  font-weight: bold; }

.news-single-browse {
  margin-bottom: 10px; }

/* @end */
/* @group Amenu */
/* @end */
/* @group Catmenu */
/* @end */
/* @group Latest */
/* @end */
/* @group List */
.news-list-container {
  margin-top: 11px;
  padding-top: 7px; }

.news-list-item h3 {
  margin-top: 0; }

.news-list-item h3 a {
  font-size: 14px;
  font-weight: normal;
  font-family: Georgia, "Times New Roman", Times, serif;
  background: url('../../typo3conf/ext/br_tmpl/gfx/link_icon_normal.png') no-repeat left 3px;
  padding-left: 20px; }

.news-list-item h3 a:visited {
  background: url('../../typo3conf/ext/br_tmpl/gfx/link_icon_visited.png') no-repeat left 3px;
  padding-left: 20px; }

.news-list-item h3.mieterecho {
  font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
  font-size: 13px; }

.news-list-item h3.mieterecho a, .news-list-item h3.mieterecho a:visited {
  font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
  background: none;
  padding-left: 0;
  color: #333847;
  font-weight: bold;
  font-size: 13px; }

.news-list-item img {
  float: left;
  padding: 4px 10px 10px 0; }

/*Jens 28.April 2011 für die Tipps, Listview und am 01.Juni wieder*/
.mtipps {
  font-size: 13px;
  /*font-weight: bold;*/
  /*margin-top: -20px;*/
  /* padding-bottom: 3px;*/
  padding-left: 20px; }
  @media (max-width: 959px) {
    .mtipps {
      padding-left: 0; } }

.mtipps2 {
  color: pink; }

/* @end */
/* @group A-Z Index */
ul.az-index {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  list-style-image: none !important; }

ul.az-index li {
  display: inline;
  padding: 0 10px 0 0;
  list-style-image: none !important; }
  @media (max-width: 959px) {
    ul.az-index li {
      display: inline-block;
      line-height: 32px;
      width: 32px;
      text-align: center; }
      ul.az-index li a, ul.az-index li strong {
        display: block;
        border: 1px solid #757B81; } }

/* @end */
.news-list-item hr.clearer,
.news-single-item hr.clearer {
  border: none;
  border-top: 1px dotted #333847;
  background-color: #FFFFFF;
  height: 1px; }

hr.clearer-unvisible {
  border: none;
  background-color: #FFFFFF;
  height: 1px; }

.news-header-list-container ul.tipps, ul.tipps,
.news-header-list-container ul.tipps li, ul.tipps li {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  list-style-image: none; }

ul.tipps li p {
  padding: 0 0 0 20px;
  margin: 0 0 0 0; }

.news-header-list-container ul.tipps li a,
ul.tipps li a,
.datamints_glossaryindex_resultshort a {
  background: url('../../typo3conf/ext/br_tmpl/gfx/link_icon_normal.png') no-repeat left 2px;
  padding-left: 20px; }

.news-header-list-container ul.tipps li a:visited,
ul.tipps li a:visited,
.datamints_glossaryindex_resultshort a:visited {
  background: url('../../typo3conf/ext/br_tmpl/gfx/link_icon_visited.png') no-repeat left 2px;
  padding-left: 20px; }

a:hover {
  text-decoration: underline; }

/* @end */
/* @group powermail */
input.powermail_check {
  float: left; }

/* Jens 2.6 2011*/
.powermail-field-error {
  border: 1px solid red;
  margin-bottom: 20px; }

.powermail_check_inner .powermail_check_inner_uid46_0 {
  display: none; }

/* @end */
/* @group Indexsuche */
/* @group Regeln */
.tx-indexedsearch-rules p {
  font-size: 12px; }

/* @end */
/* @group Browsebox */
.tx-indexedsearch-browsebox {
  width: 100%; }

.tx-indexedsearch-browsebox ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  clear: both; }

.tx-indexedsearch-browsebox p {
  margin: 0; }

.tx-indexedsearch .tx-indexedsearch-browsebox li {
  margin: 0px;
  padding: 0px;
  float: left;
  width: auto;
  list-style-image: none;
  list-style-type: none; }

.tx-indexedsearch .tx-indexedsearch-browsebox li a {
  background-image: none;
  margin: 0px;
  padding: 0px 3px; }

/* @end */
/* @group Form */
div.tx-indexedsearch {
  width: 100%; }

/* @end */
/* @group Ergebnisliste */
.tx-indexedsearch-whatis {
  margin-top: 10px !important; }

.tx-indexedsearch-redMarkup,
.tx-indexedsearch-sw {
  color: #FF0029 !important; }

.tx-indexedsearch-res {
  clear: both;
  padding-top: 10px; }

/* @end */
/* @group Quicksearch */
form#quicksearch {
  padding: 35px 10px 10px 10px;
  height: 25px; }

form#quicksearch input#sword {
  background-color: #EDEDF2;
  border: none;
  border-bottom: 1px dotted #333847;
  width: 180px; }

/* @end */
/* @end */
/* @end */
/* @group Printversion */
/* @group Layoutbereiche */
div#allwrap-print {
  width: 6200px;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  position: relative;
  margin: 0px; }

div#all-print {
  width: 100%;
  height: auto; }

div#headline-print {
  padding-top: 17px;
  padding-bottom: 3px;
  height: auto;
  width: 620px;
  height: 54px;
  background-color: #fff; }

div#headline-print img {
  margin-left: 40px; }

div#all-print div#col-main {
  padding-top: 18px; }

div#copy-print {
  margin-left: 40px; }

div#all-print .news-single-backlink a {
  display: none;
  visibility: hidden; }

/* hiddenfield datum */
#powermaildiv_uid24 {
  display: none; }

/* social_share_privacy */
.social_share_privacy_area li {
  list-style-image: none; }

.social_share_privacy_area li.settings_info,
.social_share_privacy_area li.gplus {
  display: none; }

ul.social_share_privacy_area li.facebook {
  width: 165px; }

ul.social_share_privacy_area li.twitter {
  width: 135px; }

/* powermail */
.tx-powermail h3 {
  display: none; }

.tx-powermail .mandatory {
  color: #cb0101; }

.tx-powermail label {
  width: 150px;
  display: block;
  float: left; }

.tx-powermail .powermail_fieldwrap {
  margin-bottom: 5px; }

.tx-powermail .powermail_fieldwrap ul {
  padding-left: 0; }

.tx-powermail .powermail_fieldwrap .parsley-errors-list li {
  list-style-type: none;
  list-style-image: none;
  color: #cb0101; }

.tx-powermail .powermail_fieldwrap_submit input,
.tx-powermail .powermail_fieldwrap_reset input,
.tx-powermail input.powermail_confirmation_form,
.tx-powermail input.powermail_confirmation_submit {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  float: left;
  padding: 2px;
  width: 120px; }

.tx-powermail .powermail_fieldwrap_submit input,
.tx-powermail input.powermail_confirmation_submit {
  float: right; }

.tx-powermail .powermail_message_error li {
  color: #cb0101; }

.tx-powermail dt,
.tx-powermail dd {
  background-color: #e6e6e6;
  padding: 5px 5px 5px 5px;
  border: 1px solid #fff;
  display: block; }

.tx-powermail dt {
  float: left;
  width: 150px; }

.tx-powermail dt {
  padding-left: 10px;
  margin-right: 10px; }

.tx-powermail .powermail_all_marker_uid57 {
  height: 80px; }

.tx-powermail .powermail_all_marker_uid58 {
  height: 55px; }

.tx-powermail .powermail_all_marker_uid31 {
  height: 70px; }

/* powermail fe-wo */
.powermail_form_3 {
  margin-top: 20px; }

.powermail_form_3 .powermail_fieldwrap {
  clear: both; }

.powermail_form_3 label {
  margin-bottom: 18px;
  margin-right: 30px;
  text-align: right; }

.powermail_form_3 input.powermail_input {
  width: 320px;
  font-size: 14px; }

.powermail_form_3 textarea {
  width: 320px; }

.powermail_form_3 div.powermail_check_inner {
  margin-top: -45px;
  margin-left: 175px; }

dt.powermail_all_marker_uid47,
dd.powermail_all_marker_uid47,
dt.powermail_all_marker_uid35,
dd.powermail_all_marker_uid35,
dt.powermail_all_marker_uid36,
dd.powermail_all_marker_uid36,
dt.powermail_all_marker_uid37,
dd.powermail_all_marker_uid37,
dt.powermail_all_marker_uid38,
dd.powermail_all_marker_uid38 {
  height: 50px; }

.tx-powermail input.powermail_input {
  width: 350px; }

.tx-powermail input.w-6 {
  width: 50px; }

.tx-powermail input.w-4 {
  width: 34px;
  margin-right: 4px; }

.tx-powermail input.w-2 {
  width: 17px; }

.tx-powermail input.w-account {
  width: 266px; }

/* filelinks */
.csc-uploads {
  background-color: #e6e6e6; }

.csc-uploads li {
  padding: 10px; }

.tpl-advisordb #logo {
  left: 1286px; }

.tpl-advisordb#allwrap {
  background: none; }

.tpl-advisordb div#col-main {
  width: 928px;
  min-height: 615px;
  border-right: 1px solid #ccc; }

.tpl-advisordb .tx-felogin-pi1 h3 {
  display: none; }

/* @end */
/* @end */
.nav-trigger {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 1px solid #75838f; }
  .nav-trigger.is-active {
    background-color: #fff; }
  @media (min-width: 576px) {
    .nav-trigger {
      top: 16px; } }
  @media (min-width: 960px) {
    .nav-trigger {
      display: none; } }
  .nav-trigger .menu-icon {
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
    background: transparent;
    line-height: inherit;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 27px;
    height: 19px;
    cursor: pointer;
    vertical-align: top;
    margin: 9px 5px; }
  .nav-trigger .menu-icon:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    background: #697682;
    box-shadow: 0 8px 0 #697682, 0 16px 0 #697682;
    content: ''; }

@media (max-width: 959px) {
  body {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none; }

  #quicksearch {
    display: none; }

  .tx-powermail .powermail_fieldwrap {
    margin: 0; }

  fieldset {
    width: auto !important;
    padding: 0 !important;
    margin-bottom: 10px !important; }

  label {
    display: block;
    float: none !important;
    margin: 0 0 5px 0 !important;
    text-align: left !important;
    width: auto !important; }

  select {
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  input, select, textarea {
    line-height: 32px;
    margin-bottom: 14px !important; }

  [type="text"],
  [type="email"],
  [type="number"],
  textarea,
  .tx-powermail input.powermail_input {
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #919CA6;
    padding: 0 5px; }

  [type="text"],
  [type="email"],
  [type="number"],
  [type="reset"],
  textarea,
  [type="submit"],
  [type="button"],
  [type="button"]:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }

  .tx-powermail input.powermail_input.w-6 {
    width: 60px !important; }

  .tx-powermail input.powermail_input.w-4 {
    width: 44px !important;
    margin-right: 4px; }

  .tx-powermail input.powermail_input.w-2 {
    width: 27px !important; }

  [type="submit"], [type="reset"], [type="button"], [type="button"]:focus {
    outline: none; } }
.nav-search {
  padding: 25px 10px 10px;
  overflow: hidden;
  border-top: 1px solid #fff;
  position: relative; }
  @media (min-width: 960px) {
    .nav-search {
      display: none; } }
  .nav-search input {
    line-height: 32px;
    height: 32px;
    width: 100%;
    border: none;
    border-right: 39px solid transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .nav-search [type="text"] {
    padding: 3px 6px; }
  .nav-search [type="submit"] {
    width: 39px;
    position: absolute;
    right: 10px;
    background-color: #333;
    background-image: url('../../typo3conf/ext/br_tmpl/gfx/magnifier.svg');
    background-repeat: no-repeat;
    background-size: 60% auto;
    background-position: center center;
    color: #fff;
    border: none; }

@media (max-width: 959px) {
  table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

iframe {
  max-width: 100%; }

.video {
  height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 56.25%;
  position: relative; }
  .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.table-list {
  margin: 5px 0; }
  .table-list ul {
    margin: 0; }
  @media (max-width: 575px) {
    .table-list li:empty {
      display: none; } }
  @media (min-width: 576px) {
    .table-list {
      display: table;
      width: 100%;
      border-collapse: separate; }
      .table-list ul {
        display: table-row;
        padding: 0;
        margin: 0;
        overflow: hidden; }
      .table-list li {
        display: table-cell;
        background-color: #E6E6E6;
        list-style: none;
        margin: 2px;
        padding: 3px 11px !important;
        border: solid white;
        border-width: 0 2px 2px 0; }
      .table-list li:last-child {
        border-right: none; } }

.socials {
  overflow: hidden; }
  .socials div {
    width: 50%;
    float: left;
    text-align: center; }

/*# sourceMappingURL=resp_layout.css.map */


.cc_more_info {
  color: #730b28!important;

}

.cc_more_info:hover {
  text-decoration: underline;
}
.cc_btn_accept_all {
  background-color: #730b28!important;
}

.cc_btn_accept_all:hover {
  background-color: #333!important;
}

.cc_container .cc_btn {
  color: #fff!important;
}


.cc_container .cc_message {
  font-size: 0.9em!important;
  text-align: left;
  line-height: 1.5em!important;
}


.tx-powermail .powermail_check_inner label {
    float: none;
    width: auto;
    text-align: left;
    margin-top: 20px;
}




.tx-bmgev-mietendeckel .float-left,
.tx-bmgevevk-pi1 .float-left {
  float:left;
}

.tx-bmgev-mietendeckel #no-mietendeckel {
  display:none;
}

.tx-bmgev-mietendeckel #no-mietendeckel .inner {
  float: left;
  width: 500px;
  border: 3px solid #5C70D1;
  padding: 25px;
  margin-top: 30px;
  background: #ccc;
}

.tx-bmgev-mietendeckel label,
.tx-bmgevevk-pi1 label {  display: block; float: left; width: 250px;}

.tx-bmgev-mietendeckel h3,
.tx-bmgevevk-pi1 h3 {
  margin: 15px 0 10px 0;
}

.tx-bmgev-mietendeckel hr,
.tx-bmgevevk-pi1 hr {
  border-color: #ddd -moz-use-text-color -moz-use-text-color!important;
}

.tx-bmgev-mietendeckel legend,
.tx-bmgevevk-pi1 legend {
  padding-left:0!important;
  margin: 0!important;
  background: red;
}

.tx-bmgev-mietendeckel .form-field,
.tx-bmgevevk-pi1 .form-field {
  margin-bottom: 10px;
}

.tx-bmgev-mietendeckel .form-field img,
.tx-bmgevevk-pi1 .form-field img {
  margin-left: 5px;
}

.tx-bmgev-mietendeckel .to,
.tx-bmgevevk-pi1 .to {
  padding: 0 5px;
  float:left;
}

.tx-bmgev-mietendeckel .clear,
.tx-bmgevevk-pi1 .clear {
  clear: both;
}

.tx-bmgev-mietendeckel .label-period,
.tx-bmgevevk-pi1 .label-period {
  width: 145px; display: block; float:left;
}

.tx-bmgev-mietendeckel input.field-default,
.tx-bmgevevk-pi1 input.field-default {
  width: 200px;  border: 1px solid #ccc; float:left;

  margin-right: 5px;
}

.tx-bmgev-mietendeckel input.field-default-small {
  width: 60px;
}


.tx-bmgev-mietendeckel input.f3-form-error {
  border: 1px solid red!important;
}

.tx-bmgev-mietendeckel .formErrors li {
  color: red;
}

.tx-bmgev-mietendeckel {

}




.tx-bmgevevk-pi1 input.field-period { width: 84px;  border: 1px solid #ccc; float:left;}

.tx-bmgevevk-pi1 input.field-cost { width: 50px;  border: 1px solid #ccc;}

.tx-bmgevevk-pi1 input.input-checkbox { float:left; width: 10px; margin-left: 0px;}
.tx-bmgevevk-pi1 input.input-radio { margin-left: 0px;}

.tx-bmgevevk-pi1 input.field-cost-title { width: 230px;  border: 1px solid #ccc;}
.tx-bmgevevk-pi1 input.field-zip { width: 85px;  border: 1px solid #ccc; float:left;}
.tx-bmgevevk-pi1 input.field-number { width: 85px;  border: 1px solid #ccc; float:left; margin-right: 5px;}

.tx-bmgevevk-pi1 .radio { width: 100px;  float:left;}

.tx-bmgevevk-pi1 th { font-family: Georgia,"Times New Roman",Times,serif; background: #fff; color: #333847; font-weight: bold; vertical-align: top; line-height: 15px; padding-bottom: 20px;}
.tx-bmgevevk-pi1 td { background: #fff;}
.tx-bmgevevk-pi1 td .error-msg { margin-left: 0px; }

.tx-bmgevevk-pi1 .intro { margin: -10px 0 15px 0;}

.tx-bmgevevk-pi1 .result { border: 1px solid #ccc; padding: 10px;}

.tx-bmgev-mietendeckel input.submit,
.tx-bmgevevk-pi1 input.submit {
  background-color: #000000;
  border: 1px solid #000000;
  color: #FFFFFF;
  /*float: right;*/
  float: right;
  /*margin-left: 454px;*/
  margin: 10px 0 10px 0;
  padding: 2px;
  height: 26px; display: block;
  width: 120px;
  cursor: pointer;
  font-family: "Helvetica Neue",Helvetica,Arial,Geneva,sans-serif!important;

}

@media (max-width: 960px) {
  .tx-bmgev-mietendeckel input.submit,
  .tx-bmgevevk-pi1 input.submit {
    height: 35px;
  }
}



.tx-bmgev-mietendeckel input,
.tx-bmgev-mietendeckel select,
.tx-bmgevevk-pi1 input,
.tx-bmgevevk-pi1 select {
  color: #333847;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 14px;
}

.tx-bmgev-mietendeckel fieldset {
  padding-top:0;
}

.tx-bmgev-mietendeckel #resultsAnchor {
  margin: 30px 0;
}

.tx-bmgev-mietendeckel .results {
  margin: 80px 0 30px 0;
  padding: 20px 30px 30px 30px;
  background: #00BFFF;
}

.tx-bmgev-mietendeckel .results h2,
.tx-bmgev-mietendeckel .printlink a,
.tx-bmgev-mietendeckel .results a
{
  color: #fff;
}

.tx-bmgev-mietendeckel .printlink {
  margin-top:30px;
  font-weight: bold;
}

.tx-bmgev-mietendeckel .tooltip-img {
  cursor: pointer;
}




.tx-bmgevevk-pi1 .error-msg {
  color: red; margin: 5px 0 0 199px; font-size: 12px; line-height: 14px;
}


.tx-bmgevevk-pi1 .error-msg-date {
  color: red; margin: -5px 0 0 199px; font-size: 12px; line-height: 14px;
}

.tx-bmgevevk-pi1 .notice-msg {
  color: red;
}

.tx-bmgevevk-pi1 input.error { border: 1px solid red!important;}
.tx-bmgevevk-pi1 select.error { border: 1px solid red!important;}

.tx-bmgevevk-pi1 .error-msg-top {
  color: red; margin: 20px 0 10px 0;
}

ul.ui-autocomplete {
  border: 1px solid #ccc;
  font-size: 13px!important;
  border-radius: 0!important;
  /*top: 825px!important;*/
}



ul.ui-autocomplete li {
  list-style-type: none!important;
  list-style-image: none!important;
}




/* CSS Document 
bmgev.de
Birgit Rühring mentronic 2010*/
/* @group Colors */
h1.mietrecht a,
h2.mietrecht a,
h3.mietrecht a,
h4.mietrecht a {
  color: #5C70D1;
}

h1.betriebskosten a,
h2.betriebskosten a,
h3.betriebskosten a,
h4.betriebskosten a {
  color: #00BFFF;
}

h1.mieterecho a,
h2.mieterecho a,
h3.mieterecho a,
h4.mieterecho a {
  color: #FF0029;
}

h1.politik a,
h2.politik a,
h3.politik a,
h4.politik a {
  color: #FF8200;
}

h1.beratung a,
h2.beratung a,
h3.beratung a,
h4.beratung a {
  color: #A8D600;
}

h1.verein a,
h2.verein a,
h3.verein a,
h4.verein a {
  color: #40AB14;
}

h4.standard a {
  color: #000;
}

a {
  color: #757B81; }

a:visited, a.visited {
  color: #730B28; }

/* @end */
/* @group Allgemein */
body, p, ol, ul, td {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 20px;
  color: #333847; }

hr {
  border: none;
  border-top: 1px dotted #333847;
  background-color: #FFFFFF;
  height: 1px; }

acronym, dfn, abbr, span.abbr {
  font-style: normal;
  border-bottom: 1px dotted #333847;
  cursor: help; }

blockquote {
  background: url(http://www.bmgev.de/fileadmin/redaktion/bilder/icons/fuesschen.png) no-repeat left center; }

/* @end */
/* @group Überschriften */
h1, h2, h3,
div#col-main h2,
legend, caption,
.tx-indexedsearch-whatis {
  font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif; }

div#col-main h3.dachzeile {
  font-weight: normal;
  font-size: 15px;
  font-family: Georgia, "Times New Roman", Times, serif;
}



h1, h1.standard {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 3px; }

h2, legend, .tx-indexedsearch-whatis {
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 1px; }

#col-right h1, #col-right h1.standard, #col-right h2 {
  margin: 0; }

h3, caption {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 3px; }

h4 {
  font-size: 15px;
  font-weight: normal;
  margin: 0;
  padding: 0; }

h1.csc-firstHeader,
h2.csc-firstHeader,
h3.csc-firstHeader,
h4.csc-firstHeader {
  margin-top: 0;
  padding-top: 0; }

/* @group rechte Spalte */
div#col-right h2 {
  font-size: 13px;
  font-weight: normal; }

div#col-right h3.dachzeile {
  font-size: 16px !important;
  font-weight: bold;
  padding-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

div#col-right h4 {
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

/* @end */
/* @end */
/* @group Text */
p {
  margin-top: 5px;
  margin-bottom: 5px; }

p.leitsatz {
  font-weight: bold; }

div.verfasser {
  font-size: 12px; }

div.kasten {
  font-size: 14px;
  /*color: #050100;*/
  background-color: #e6e6e6;
  padding: 15px 15px 15px 15px; }

p.verfasser {
  font-size: 12px; }

p.kasten {
  font-size: 14px;
  /*color: #050100;*/
  background-color: #e6e6e6;
  padding: 15px 15px 15px 15px; }

p.urteil {
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
  font-weight: bold; }

p.blockquote {
  background-image: url(http://www.bmgev.de/fileadmin/redaktion/bilder/icons/fuesschen.png);
  background-repeat: no-repeat;
  padding-left: 60px;
  margin-right: 50px; }

/* @end */
/* @group Links */
a {
  text-decoration: none; }

a:hover, a.hover {
  text-decoration: underline; }

/* @end */
/* @group Text/Bild, Bild */
img {
  border: 0px none; }
  @media (max-width: 959px) {
    img {
      max-width: 100%;
      height: auto; } }

div#col-main div.csc-textpic-intext-right div.csc-textpic-imagewrap {
  padding-left: 20px; }
  @media (max-width: 959px) {
    div#col-main div.csc-textpic-intext-right div.csc-textpic-imagewrap {
      padding-left: 0; } }

div#col-main div.csc-textpic-intext-left div.csc-textpic-imagewrap {
  padding-right: 20px; }
  @media (max-width: 959px) {
    div#col-main div.csc-textpic-intext-left div.csc-textpic-imagewrap {
      padding-right: 0; } }

@media (max-width: 959px) {
  div.csc-textpic div.csc-textpic-imagecolumn {
    margin-bottom: 10px; } }

dd.csc-textpic-caption {
  font-size: 12px;
  padding-top: 9px;
  line-height: 15px; }

/* @end */
/* @group Frames, Boxen */
div#col-right div.csc-default {
  border-top: 3px solid #fff;
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px;
  position: relative; }

.csc-frame {
  margin-bottom: 5px; }

.csc-frame-rulerAfter {
  border-bottom: 1px dotted #333847;
  padding: 5px 0;
  width: 100%; }

div#col-main div.csc-default {
  margin-bottom: 18px; }

/* @end */
/* @group Tabelle */
table {
  width: 100%;
  margin-bottom: 10px; }

caption {
  text-align: left; }

th, td {
  margin: 2px;
  padding: 3px 11px; }

th, th p {
  color: #fff;
  background-color: #333847;
  font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  width: 75px; }

td {
  background-color: #E6E6E6; }

/* @group sichtbare Tabellen */
/* @end */
/* @end */
/* @group Listen */
ul,
.csc-textpic-intext-left ul {
  margin-left: 0;
  padding-left: 20px;
  list-style-type: square; }

#contentwrap li {
  padding-bottom: 12px; }

ul li {
  /*list-style-type: square;*/
  list-style-image: url('../../typo3conf/ext/br_tmpl/gfx/bullet.png');
  /*display:block;*/ }

ol,
.csc-textpic-intext-left ol {
  margin-left: 0;
  padding-left: 20px; }

ol.abc-liste li {
  list-style-type: lower-latin; }

ol.VIII-liste {
  list-style-type: upper-roman; }

ul.linkliste li {
  list-style-type: disc;
  list-style-image: none; }

ul.linkliste {
  padding-left: 0; }

ul.linkliste li a {
  background: url('../../typo3conf/ext/br_tmpl/gfx/link_icon_normal.png') no-repeat left 3px;
  padding-left: 20px; }

ul.linkliste li a:visited {
  background: url('../../typo3conf/ext/br_tmpl/gfx/link_icon_visited.png') no-repeat left 3px;
  padding-left: 20px; }

/* @end */
/* @group Formulare */
/* @group beitrittserklärung */
div.tx-powermail-pi1_confirmation {
  padding-bottom: 50px; }

/* @end */
/* @group Indexsuche */
.tx-indexedsearch br {
  clear: both; }

.tx-indexedsearch input,
.tx-indexedsearch select {
  margin-bottom: 10px; }

/* @end */
.tx_powermail_pi1_form fieldset,
fieldset {
  padding: 10px 0 10px 0;
  width: 540px;
  border: none;
  margin: 0; }

div.tx_powermail_pi1_fieldwrap_html,
div.powermail_radio_inner {
  float: left;
  clear: both;
  padding-bottom: 10px; }

.tx_powermail_pi1_fieldwrap_html_select label,
.tx_powermail_pi1_fieldwrap_html_text label,
.tx_powermail_pi1_fieldwrap_html_textarea label,
.mailform label {
  width: 130px;
  display: block;
  float: left; }

select, option {
  color: #333847 !important; }

.tx_powermail_pi1_fieldwrap_html_textarea textarea {
  width: 410px;
  border: 1px solid #919CA6; }

.powermail_radio_inner label,
.powermail_check_inner label {
  float: right;
  width: 500px;
  padding-left: 10px; }

.powermail_check_inner input {
  float: left; }

.tx_powermail_pi1_fieldwrap_html_reset,
form.tx-powermail-pi1_confirmation_back {
  float: left;
  width: 200px; }

.tx_powermail_pi1_fieldwrap_html_reset input,
input.tx-powermail-pi1_confirmation_back,
#tx-indexedsearch-searchbox-button-submit,
input.reset {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  padding: 2px;
  float: left;
  width: 120px; }

.tx_powermail_pi1_fieldwrap_html_submit,
form.tx_powermail_pi1_formconfirmation_submit {
  float: right !important;
  width: 200px; }

.tx_powermail_pi1_fieldwrap_html_submit input,
input.tx-powermail-pi1_confirmation_submit,
input.submit {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  padding: 2px;
  float: right;
  width: 120px; }

.tx_powermail_pi1_fieldwrap_html_submit input {
  margin-top: -32px; }

.validation-advice {
  width: auto;
  padding-left: 130px;
  color: #ff0029; }

/* @end */
/* @group Downloads */
table.csc-uploads {
  width: 100%;
  collapse: collapse; }

table.csc-uploads td {
  /*border-bottom: 1px dotted #333847 !important;*/ }

td.csc-uploads-icon,
td.csc-uploads-fileName,
td.csc-uploads-fileSize {
  vertical-align: top; }

td.csc-uploads-fileName p {
  margin-top: 0;
  padding-top: 0; }

td.csc-uploads-fileSize {
  width: 70px;
  white-space: nowrap;
  text-align: right; }

/* @group csc-uploads-1 Icon */
table.csc-uploads-1 td.csc-uploads-icon {
  width: 20px;
  padding: 8px 10px; }

/* @end */
/* @group csc-uploads-2 Voransicht */
table.csc-uploads-2 td.csc-uploads-icon {
  width: 152px;
  padding: 8px 10px; }

table.csc-uploads-2 td.csc-uploads-icon img {
  border: 1px solid #757B81; }

/* @end */
/* @end */
/* @group span mit Icons */
span.icon-rollstuhlgeeignet {
  padding-right: 25px;
  padding-top: 3px;
  padding-bottom: 3px;
  background: url('../../typo3conf/ext/br_tmpl/gfx/rollstuhlgeeignet.gif') no-repeat right center; }

span.icon-bus {
  padding-left: 25px;
  padding-top: 3px;
  padding-bottom: 3px;
  background: url('../../typo3conf/ext/br_tmpl/gfx/bus.gif') no-repeat left center; }

span.icon-metro {
  padding-left: 25px;
  padding-top: 3px;
  padding-bottom: 3px;
  background: url('../../typo3conf/ext/br_tmpl/gfx/metro.gif') no-repeat left center; }

span.icon-s-bahn {
  padding-left: 25px;
  padding-top: 3px;
  padding-bottom: 3px;
  background: url('../../typo3conf/ext/br_tmpl/gfx/s-bahn.gif') no-repeat left center; }

span.icon-tram {
  padding-left: 25px;
  padding-top: 3px;
  padding-bottom: 3px;
  background: url('../../typo3conf/ext/br_tmpl/gfx/tram.gif') no-repeat left center; }

span.icon-u-bahn {
  padding-left: 25px;
  padding-top: 3px;
  padding-bottom: 3px;
  background: url('../../typo3conf/ext/br_tmpl/gfx/u-bahn.gif') no-repeat left center; }

/*span.required {
	color: #ff0000;
} Jens 29.08.11 Farbe wechseln*/
span.required {
  color: #CB0101; }

p.required {
  color: #CB0101; }

/* ein und ausruecken*/
.indent {
  margin-left: 30px; }

p.align-right {
  text-align: right; }

p.align-center {
  text-align: center; }

/* hiddenfield datum */
#powermaildiv_uid24 {
  display: none; }

/* new teaser background colors */
div#col-right .teaser-bg-beratung {
  background: #A8D600; }

div#col-right .teaser-bg-betriebskosten {
  background: #00BFFF; }

div#col-right .teaser-bg-mieterecho {
  background: #FF0029; }

div#col-right .teaser-bg-mietrecht {
  background: #5C70D1; }

div#col-right .teaser-bg-politik {
  background: #FF8200; }

div#col-right .teaser-bg-verein {
  background: #40AB14; }

div#col-right .teaser-bg-beratung h3.dachzeile,
div#col-right .teaser-bg-betriebskosten h3.dachzeile,
div#col-right .teaser-bg-mieterecho h3.dachzeile,
div#col-right .teaser-bg-mietrecht h3.dachzeile,
div#col-right .teaser-bg-politik h3.dachzeile,
div#col-right .teaser-bg-verein h3.dachzeile {
  color: #FFF; }

div#col-right .teaser-bg-beratung h1 a,
div#col-right .teaser-bg-betriebskosten h1 a,
div#col-right .teaser-bg-mieterecho h1 a,
div#col-right .teaser-bg-mietrecht h1 a,
div#col-right .teaser-bg-politik h1 a,
div#col-right .teaser-bg-verein h1 a {
  color: #000; }

div#col-right .teaser-bg-beratung p,
div#col-right .teaser-bg-betriebskosten p,
div#col-right .teaser-bg-mieterecho p,
div#col-right .teaser-bg-mietrecht p,
div#col-right .teaser-bg-politik p,
div#col-right .teaser-bg-verein p {
  color: #000; }

div#col-right .teaser-bg-beratung p a,
div#col-right .teaser-bg-betriebskosten p a,
div#col-right .teaser-bg-mieterecho p a,
div#col-right .teaser-bg-mietrecht p a,
div#col-right .teaser-bg-politik p a,
div#col-right .teaser-bg-verein p a {
  color: #FFF; }

/* @end */
@media (max-width: 959px) {
  div.csc-textpic-intext-left .csc-textpic-imagewrap,
  div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
    width: 25%; }

  div.csc-textpic .csc-textpic-imagewrap img {
    max-width: 100%;
    height: auto; }

  .csc-textpic-intext-left-nowrap .csc-textpic-text {
    margin-left: 0 !important; }

  ul.csc-uploads img {
    max-width: 25%;
    height: auto;
    background: #fff; }

  .powermail_radio_inner label,
  .powermail_check_inner label {
    float: right !important; } }

/*# sourceMappingURL=resp_tt_content_rte.css.map */


/* CSS Document 
bmgev.de
Birgit Rühring mentronic 2010*/

/* @group Colors */
#rubrik {
	background-color: #FF0029;
}
div#nav-main {
	background: url('../../typo3conf/ext/br_tmpl/gfx/menu_top_mieterecho.png') repeat-y;
}


div.nav-main-hover-mietrecht {
  background: url('../../typo3conf/ext/br_tmpl/gfx/menu_top_mieterecho_hover_mietrecht.jpg') repeat-y!important;
}

div.nav-main-hover-betriebskosten {
  background: url('../../typo3conf/ext/br_tmpl/gfx/menu_top_mieterecho_hover_betriebskosten.jpg') repeat-y!important;
}

/*
div.nav-main-hover-mieterecho {
  background: url('../../typo3conf/ext/br_tmpl/gfx/menu_top_mieterecho_hover_mieterecho.jpg') repeat-y!important;
}*/

div.nav-main-hover-politik {
  background: url('../../typo3conf/ext/br_tmpl/gfx/menu_top_mieterecho_hover_politik.jpg') repeat-y!important;
}

div.nav-main-hover-beratung {
  background: url('../../typo3conf/ext/br_tmpl/gfx/menu_top_mieterecho_hover_beratung.jpg') repeat-y!important;
}

div.nav-main-hover-verein {
  background: url('../../typo3conf/ext/br_tmpl/gfx/menu_top_mieterecho_hover_verein.jpg') repeat-y!important;
}



h1,
h2.standard a {
	color: #FF0029;
}
/*Jens, Oktober 2011, UPPER für List*/
h3.mieterecho {
text-transform:uppercase;
}
/* @end */