/* default styles for extension "tx_felogin_pi1" */
		.tx-felogin-pi1 label {
			display: block;
		}
/* default styles for extension "tx_contentelements" */
 
   .containerInhalt .ce-align-left { text-align: left; }
  .containerInhalt .ce-align-center { text-align: center; }
  .containerInhalt .ce-align-right { text-align: right; }

  .containerInhalt .ce-table td, .containerInhalt .ce-table th { vertical-align: top; }

  .containerInhalt .ce-textpic, .containerInhalt .ce-nowrap .ce-bodytext, .containerInhalt .ce-gallery, .containerInhalt .ce-row, .containerInhalt .ce-uploads li, .containerInhalt .ce-uploads div { overflow: hidden; }

  .containerInhalt .ce-left .ce-gallery, .containerInhalt .row .col-md-6 .ce-column { float: left; margin-right:15px; }
  .containerInhalt .ce-center .ce-outer { position: relative; float: right; right: 50%; }
  .containerInhalt .ce-center .ce-inner { position: relative; float: right; right: -50%; }
  .containerInhalt .ce-right .ce-gallery { float: right; }

  .containerInhalt .ce-gallery figure { display: table; margin: 0; }
  .containerInhalt .ce-gallery figcaption { display: table-caption; caption-side: bottom; }
  .containerInhalt .ce-gallery img { display: block; }
  .containerInhalt .ce-gallery iframe { border-width: 0; }
  .containerInhalt .ce-border img,
  .containerInhalt .ce-border iframe {
    border: {$styles.content.imgtext.borderThick}px solid {$styles.content.imgtext.borderColor};
    padding: {$styles.content.imgtext.borderSpace}px;
  }

  .containerInhalt .ce-intext.ce-right .ce-gallery, .containerInhalt .ce-intext.ce-left .ce-gallery, .containerInhalt .ce-above .ce-gallery {
    margin-bottom: {$styles.content.imgtext.textMargin}px;
  }
  .containerInhalt .ce-intext.ce-right .ce-gallery { margin-left: 20px; }
  .containerInhalt .ce-intext.ce-left .ce-gallery { margin-right: 20px; }
  .containerInhalt .ce-below .ce-gallery { margin-top: {$styles.content.imgtext.textMargin}px; }

  .containerInhalt .ce-column { margin-right: {$styles.content.imgtext.colSpace}px; }
  .containerInhalt .ce-column:last-child { margin-right: 0; }

  .containerInhalt .ce-row { margin-bottom: {$styles.content.imgtext.rowSpace}px; }
  .containerInhalt .ce-row:last-child { margin-bottom: 0; }

  .containerInhalt .ce-above .ce-bodytext { clear: both; }

 .containerInhalt .ce-intext.ce-left ol, .containerInhalt .ce-intext.ce-left ul { padding-left: 40px; overflow: auto; }

 .containerInhalt .ce-uploads { margin: 0; padding: 0; }
  .containerInhalt .ce-uploads li { list-style: none outside none; margin: 1em 0; }
  .containerInhalt .ce-uploads img { float: left; padding-right: 1em; vertical-align: top; }
  .containerInhalt .ce-uploads span { display: block; }
