/*
	**************************************************
	Breakpoint helpers
	mhm 11.10.2013

	Small phone: up to 639px
	Phone: up to 767px (including *all* smaller resolutions)
	Tablet: between 768px and 979px
	Small desktop: between 980px and 1199px
	Desktop: from 980px upwards
*/
/*
	**************************************************
	Gradient helpers
	mhm 11.10.2013

	Some functions require the use of PIE.php in the project folder
*/
/*
	**************************************************
	Shadow helpers
	mhm 11.10.2013

	Some functions require the use of PIE.php in the project folder
*/
/*
	**************************************************
	Aspect ratio box helpers
	mhm 11.10.2013

	e.g. if you need a video container DIV to be flexible
	but always retain a 16:9 format ratio
*/
/*
	**************************************************
	CSS3 transformations
	mhm 11.10.2013

	e.g. movement, animation, rotation etc.
*/
/*
	CSS media object
	Created by Mark Howells-Mead, http://mhm.li/

	CSS concept by Nicole Sullivan
	http://www.stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code/

	This code is provided as-is under the GPL GNU General Public Licence v3
	and may be freely used, adapted and built upon. No guarantee is provided or implied.
	http://www.gnu.org/licenses/gpl.html

	Usage in HTML:

		<div class="media attribution">
			<a href="http://twitter.com/stubbornella" class="img">
				<img src="http://stubbornella.com/profile_image.jpg" alt="me" />
			</a>
			<div class="bd">
				@Stubbornella 14 minutes ago
			</div>
		</div>

		<div class="mo formfield">
			<label>Name</label>
			<input type="text" name="yourname">
		</div>


	Definitions in LESS:

		.media.attribution {
			.media-object(~'a.img',~'div.bd');
		}

		.mo.formfield {
			.media-object(~'label',~'input,textarea');
		}

*/
/*
 	see responsiveslides.com
	mhm feb 2014

	usage:

	.myslideshow {
		.responsiveslides;
		.rslides_tabs a {
			color: red;
		}
	}

*/
/*
	**************************************************
	Alternative, simpler version

	.columns(@nr,@spacing:0){
		-moz-columns:@nr;
		-webkit-columns:@nr;
		columns:@nr;
		-moz-column-gap:@spacing;
		-webkit-column-gap:@spacing;
		column-gap:@spacing;
	}//.columns
*/

@media print {
  div.tx-frpveranstaltungen-pi14 div.csc-textpic.csc-textpic-intext-right{
    page-break-after:always;
  }

  div.tx-frpveranstaltungen-pi14 div.csc-textpic-imagewrap.csc-textpic-single-image{
    float: right;
  }
}

.position-top {
  top: 0;
}
iframe {
  max-width: 100%;
}
/*
	vertical alignment for block elements
	usage:
	.outerElement {
		.valign(~'.innerElement')
	}
*/
@-webkit-keyframes throb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes throb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes throb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes throb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.frp_tooltip {
  position: absolute;
  z-index: 19720119;
  top: 0;
  left: 0;
  text-align: left;
  padding: 2px .5em;
  margin: 0;
  background-color: #ffc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: '' 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: '' 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: '' 0 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  max-width: 250px;
}
.frp_tooltip .content {
  width: auto;
  margin: 0;
}
.messagebanner {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  padding: 1em 0;
  font-size: 1.25em;
  visibility: hidden;
  opacity: 0;
  transition: none;
}
.messagebanner .inner {
  width: 100%;
  max-width: 1200px;
  padding: 0 1%;
  margin: 0 auto;
  position: relative;
}
.messagebanner.ok,
.messagebanner.error {
  z-index: 9999;
  visibility: visible;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.messagebanner.ok {
  background-color: #090;
}
.messagebanner.error {
  background-color: #d00;
}
.messagebanner a.close {
  position: absolute;
  top: 0;
  right: 2%;
  cursor: pointer;
  color: #fff;
  color: rgba(255, 255, 255, 0.65);
}
.messagebanner a.close:before {
  margin-right: 0;
}
.messagebanner p {
  color: #fff;
}
.textholder iframe {
  display: none;
}
.figure.picto {
  width: 100%;
  float: none;
  margin: 0 0 1em;
  padding: 0;
}
.figure.picto img {
  padding: 0 2px;
  margin: 0 0 0.5em;
  border-left: 1px dotted #8e8172;
}
.figure.picto img:first-child {
  border-left: none;
  padding-left: 0;
}
form {
  zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
form:before,
form:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
form:after {
  clear: both;
}
form > div {
  clear: both;
  zoom: 1;
  margin: 0 0 1em;
  border-bottom: 1px dotted #8e8172;
  border-bottom: 1px dotted rgba(142, 129, 114, 0.35);
}
form > div:before,
form > div:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
form > div:after {
  clear: both;
}
form > div.buttons,
form > div.messageholder {
  border: none;
}
form .progressmessage {
  display: none;
}
form.wait div.buttons input {
  display: none;
}
form.wait .progressmessage {
  display: block;
  -webkit-animation: throb 4s infinite;
  /* Safari 4+ */
  -moz-animation: throb 4s infinite;
  /* Fx 5+ */
  -o-animation: throb 4s infinite;
  /* Opera 12+ */
  animation: throb 4s infinite;
  /* IE 10+ */
}
.wait div.buttons input {
  display: none;
}
.wait .progressmessage {
  display: block;
  -webkit-animation: throb 4s infinite;
  /* Safari 4+ */
  -moz-animation: throb 4s infinite;
  /* Fx 5+ */
  -o-animation: throb 4s infinite;
  /* Opera 12+ */
  animation: throb 4s infinite;
  /* IE 10+ */
}
.tx-frpveranstaltungen-pi6 .address th.id,
.tx-frpveranstaltungen-pi6 .address td.id {
  padding: 5px 10px;
  width: 45px;
}
.tx-frpveranstaltungen-pi6 .back {
  float: right;
}
.tx-frpveranstaltungen-pi6 form textarea {
  width: 100% !important;
  margin: 0 0 2em 0;
}
.tx-frpveranstaltungen-pi6 form input {
  margin: 0 0.5em 0 0 !important;
}
.tx-frpveranstaltungen-pi6 form input[type=submit],
.tx-frpveranstaltungen-pi6 form input[type=reset],
.tx-frpveranstaltungen-pi6 form input[type=button] {
  width: auto;
  background: #f0f0f0 none;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd #bbb #bbb #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  behavior: url('/PIE.php');
  padding: .1em 1em;
  text-align: center;
  font-weight: normal;
  vertical-align: middle;
  float: none;
  color: inherit;
  margin: 0 .5em 1em 0;
}
.tx-frpveranstaltungen-pi6 form input[type=submit]:hover,
.tx-frpveranstaltungen-pi6 form input[type=reset]:hover,
.tx-frpveranstaltungen-pi6 form input[type=button]:hover {
  background: #ddd none;
}
.tx-frpveranstaltungen-pi6 form input[type=submit].primary,
.tx-frpveranstaltungen-pi6 form input[type=reset].primary,
.tx-frpveranstaltungen-pi6 form input[type=button].primary,
.tx-frpveranstaltungen-pi6 form input[type=submit].yes,
.tx-frpveranstaltungen-pi6 form input[type=reset].yes,
.tx-frpveranstaltungen-pi6 form input[type=button].yes {
  background: #080;
  color: white;
  text-shadow: none;
}
.tx-frpveranstaltungen-pi6 form input[type=submit].no,
.tx-frpveranstaltungen-pi6 form input[type=reset].no,
.tx-frpveranstaltungen-pi6 form input[type=button].no {
  background: #800;
  color: white;
  text-shadow: none;
}
.tx-frpveranstaltungen-pi6 form input.error,
.tx-frpveranstaltungen-pi6 form textarea.error {
  border-color: #f00;
  background: rgba(255, 0, 0, 0.05);
}
.tx-frpveranstaltungen-pi6 div.add {
  clear: both;
  margin-top: 1em;
}
.tx-frpveranstaltungen-pi6 div.add a {
  padding-left: 1.5em;
  background: transparent url('/typo3conf/ext/frp_veranstaltungen/Resources/Public/Vendor/inlineeditor/icon-add.svg') left center no-repeat;
  background-size: 1em 1em;
}
.tx-frpveranstaltungen-pi6 div.key p {
  font-size: 1em;
}
.tx-frpveranstaltungen-pi6 div.key ul.key {
  display: none;
  list-style-type: none;
  padding: 0;
  font-size: .875em;
}
.tx-frpveranstaltungen-pi6 div.key ul.key li {
  line-height: 1em;
}
.tx-frpveranstaltungen-pi6 div.key ul.key li:before {
  text-indent: -8000px;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  text-align: left !important;
  direction: ltr !important;
  text-decoration: none;
  outline: none;
  border: 0;
  margin: 0;
  *text-indent: 0;
  *font-size: 0;
  *line-height: 0;
  content: ' ';
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: .25em;
  vertical-align: text-top;
  font-size: 1em;
}
.tx-frpveranstaltungen-pi6 div.key ul.key li.status1:before {
  background-image: url('/typo3conf/ext/frp_veranstaltungen/Resources/Public/Vendor/inlineeditor/status1.svg');
}
.tx-frpveranstaltungen-pi6 div.key ul.key li.status2:before {
  background-image: url('/typo3conf/ext/frp_veranstaltungen/Resources/Public/Vendor/inlineeditor/status2.svg');
}
.tx-frpveranstaltungen-pi6 div.key ul.key li.status3:before {
  background-image: url('/typo3conf/ext/frp_veranstaltungen/Resources/Public/Vendor/inlineeditor/status3.svg');
}
.tx-frpveranstaltungen-pi6 div.key ul.key li.status4:before {
  background-image: url('/typo3conf/ext/frp_veranstaltungen/Resources/Public/Vendor/inlineeditor/status4.svg');
}
.tx-frpveranstaltungen-pi6 div.key ul.key li.status5:before {
  background-image: url('/typo3conf/ext/frp_veranstaltungen/Resources/Public/Vendor/inlineeditor/status5.svg');
}
.tx-frpveranstaltungen-pi6 div.key ul.key li.status6:before {
  background-image: url('/typo3conf/ext/frp_veranstaltungen/Resources/Public/Vendor/inlineeditor/status6.svg');
}
.tx-frpveranstaltungen-pi6 div.key ul.key li.status7:before {
  background-image: url('/typo3conf/ext/frp_veranstaltungen/Resources/Public/Vendor/inlineeditor/status7.svg');
}
.tx-frpveranstaltungen-pi6 div.key ul.key li.status8:before {
  background-image: url('/typo3conf/ext/frp_veranstaltungen/Resources/Public/Vendor/inlineeditor/status8.svg');
}
.tx-frpveranstaltungen-pi6 div.key ul.key li.status9:before {
  background-image: url('/typo3conf/ext/frp_veranstaltungen/Resources/Public/Vendor/inlineeditor/status9.svg');
}
.tx-frpveranstaltungen-pi6 div.key ul.key li.status10:before {
  background-image: url('/typo3conf/ext/frp_veranstaltungen/Resources/Public/Vendor/inlineeditor/status10.svg');
}
.tx-frpveranstaltungen-pi6 div.list {
  zoom: 1;
  margin-bottom: 2em;
}
.tx-frpveranstaltungen-pi6 div.list:before,
.tx-frpveranstaltungen-pi6 div.list:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.tx-frpveranstaltungen-pi6 div.list:after {
  clear: both;
}
.tx-frpveranstaltungen-pi6 a.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 6px 3px;
  padding: 0 0.1px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}
@media screen and (min-width: 980px) {
  .tx-frpveranstaltungen-pi6 a.icon {
    margin: 0 3px;
  }
}
.tx-frpveranstaltungen-pi6 a.icon.icon-edit {
  background-image: url('/typo3conf/ext/frp_veranstaltungen/Resources/Public/Vendor/inlineeditor/icon-edit.svg');
}
.tx-frpveranstaltungen-pi6 a.icon.icon-delete {
  background-image: url('/typo3conf/ext/frp_veranstaltungen/Resources/Public/Vendor/inlineeditor/icon-delete.svg');
}
.tx-frpveranstaltungen-pi6 a.icon.icon-view {
  background-image: url('/typo3conf/ext/frp_veranstaltungen/Resources/Public/Vendor/inlineeditor/icon-view.svg');
}
.tx-frpveranstaltungen-pi6 table {
  margin-bottom: 1em;
}
.tx-frpveranstaltungen-pi6 table,
.tx-frpveranstaltungen-pi6 td {
  border-collapse: collapse;
}
.tx-frpveranstaltungen-pi6 td.status {
  padding: 5px 20px;
  width: 16px;
}
.tx-frpveranstaltungen-pi6 td.icons {
  width: auto;
  white-space: nowrap;
  padding: 5px 0;
  font-size: 1em;
}
.tx-frpveranstaltungen-pi6 td.created,
.tx-frpveranstaltungen-pi6 td.edited {
  width: auto;
  white-space: nowrap;
}
.tx-frpveranstaltungen-pi6 th.status {
  text-align: center;
}
.tx-frpveranstaltungen-pi6 tr.even {
  background: #f6f6f6;
}
.tx-frpveranstaltungen-pi6 tr.status7 {
  background: #fff3f3;
}
.tx-frpveranstaltungen-pi6 tr.status10 {
  background: #f3fff3;
}
.tx-frpveranstaltungen-pi6 span.empty {
  font-style: italic;
  color: #aaa;
}
.tx-frpveranstaltungen-pi6 span.status {
  text-indent: -3000px;
  border-radius: 0.5em;
  width: 16px;
  height: 16px;
  overflow: hidden;
  display: inline-block;
  font-size: 1em !important;
  line-height: 1;
  border-radius: 1em;
  background: transparent none center no-repeat;
  background-size: cover;
}
.tx-frpveranstaltungen-pi6 span.status.status1 {
  background-image: url('/typo3conf/ext/frp_veranstaltungen/Resources/Public/Vendor/inlineeditor/status1.svg');
}
.tx-frpveranstaltungen-pi6 span.status.status2 {
  background-image: url('/typo3conf/ext/frp_veranstaltungen/Resources/Public/Vendor/inlineeditor/status2.svg');
}
.tx-frpveranstaltungen-pi6 span.status.status3 {
  background-image: url('/typo3conf/ext/frp_veranstaltungen/Resources/Public/Vendor/inlineeditor/status3.svg');
}
.tx-frpveranstaltungen-pi6 span.status.status4 {
  background-image: url('/typo3conf/ext/frp_veranstaltungen/Resources/Public/Vendor/inlineeditor/status4.svg');
}
.tx-frpveranstaltungen-pi6 span.status.status5 {
  background-image: url('/typo3conf/ext/frp_veranstaltungen/Resources/Public/Vendor/inlineeditor/status5.svg');
}
.tx-frpveranstaltungen-pi6 span.status.status6 {
  background-image: url('/typo3conf/ext/frp_veranstaltungen/Resources/Public/Vendor/inlineeditor/status6.svg');
}
.tx-frpveranstaltungen-pi6 span.status.status7 {
  background-image: url('/typo3conf/ext/frp_veranstaltungen/Resources/Public/Vendor/inlineeditor/status7.svg');
}
.tx-frpveranstaltungen-pi6 span.status.status8 {
  background-image: url('/typo3conf/ext/frp_veranstaltungen/Resources/Public/Vendor/inlineeditor/status8.svg');
}
.tx-frpveranstaltungen-pi6 span.status.status9 {
  background-image: url('/typo3conf/ext/frp_veranstaltungen/Resources/Public/Vendor/inlineeditor/status9.svg');
}
.tx-frpveranstaltungen-pi6 span.status.status10 {
  background-image: url('/typo3conf/ext/frp_veranstaltungen/Resources/Public/Vendor/inlineeditor/status10.svg');
}
.tx-frpveranstaltungen-pi6 div.progressmessage {
  display: none;
}
.tx-frpveranstaltungen-pi6 .buttons.wait input {
  display: none;
}
.tx-frpveranstaltungen-pi6 .buttons.wait div.progressmessage {
  display: block;
}
.polytext .tx-frpveranstaltungen-pi7 {
  /*
	http://loudev.com/
*/
}
.polytext .tx-frpveranstaltungen-pi7 .addressForm a.address.add {
  display: inline-block;
  padding-left: 24px;
  margin-bottom: 1em;
  height: 20px;
  background: transparent url('/typo3conf/ext/frp_veranstaltungen/Resources/Public/Vendor/inlineeditor/icon-add.png') left center no-repeat;
}
.polytext .tx-frpveranstaltungen-pi7 .addressForm.wait a.address.add {
  width: 1em;
  text-indent: -999em;
  text-decoration: none;
  border: none;
  cursor: default;
}
.polytext .tx-frpveranstaltungen-pi7 form[name=edit_address_location].inline {
  position: absolute;
  z-index: 700;
  top: -100%;
  left: -100%;
  margin: 0;
  padding: .5em 2% 0;
  background-color: #f0f0f0;
  -webkit-box-shadow: '' 0 0 2em rgba(0, 0, 0, 0.25);
  -moz-box-shadow: '' 0 0 2em rgba(0, 0, 0, 0.25);
  box-shadow: '' 0 0 2em rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 2em rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 2em rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.25);
  width: 600px;
}
.polytext .tx-frpveranstaltungen-pi7 form[name=edit_address_location].inline label {
  width: 41.32967032967%;
}
.polytext .tx-frpveranstaltungen-pi7 form[name=edit_address_location].inline input,
.polytext .tx-frpveranstaltungen-pi7 form[name=edit_address_location].inline textarea,
.polytext .tx-frpveranstaltungen-pi7 form[name=edit_address_location].inline select,
.polytext .tx-frpveranstaltungen-pi7 form[name=edit_address_location].inline span.fieldvalue,
.polytext .tx-frpveranstaltungen-pi7 form[name=edit_address_location].inline div.fieldvalue {
  width: 54.67032967033%;
}
.polytext .tx-frpveranstaltungen-pi7 form[name=edit_address_location].inline input:focus,
.polytext .tx-frpveranstaltungen-pi7 form[name=edit_address_location].inline textarea:focus,
.polytext .tx-frpveranstaltungen-pi7 form[name=edit_address_location].inline select:focus,
.polytext .tx-frpveranstaltungen-pi7 form[name=edit_address_location].inline span.fieldvalue:focus,
.polytext .tx-frpveranstaltungen-pi7 form[name=edit_address_location].inline div.fieldvalue:focus {
  background-color: #fff;
}
.polytext .tx-frpveranstaltungen-pi7 form[name=edit_address_location].inline input.error,
.polytext .tx-frpveranstaltungen-pi7 form[name=edit_address_location].inline textarea.error,
.polytext .tx-frpveranstaltungen-pi7 form[name=edit_address_location].inline select.error,
.polytext .tx-frpveranstaltungen-pi7 form[name=edit_address_location].inline span.fieldvalue.error,
.polytext .tx-frpveranstaltungen-pi7 form[name=edit_address_location].inline div.fieldvalue.error {
  width: 49.67032967033%;
}
.polytext .tx-frpveranstaltungen-pi7 form[name=edit_address_location].inline input[type=submit],
.polytext .tx-frpveranstaltungen-pi7 form[name=edit_address_location].inline input[type=button] {
  background-color: #fff;
}
.polytext .tx-frpveranstaltungen-pi7 form img {
  max-width: 100%;
  height: auto;
}
.polytext .tx-frpveranstaltungen-pi7 form input[type=submit],
.polytext .tx-frpveranstaltungen-pi7 form input[type=reset],
.polytext .tx-frpveranstaltungen-pi7 form input[type=button] {
  width: auto;
  background: #f0f0f0 none;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd #bbb #bbb #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  behavior: url('/PIE.php');
  padding: .1em 1em;
  text-align: center;
  font-weight: normal;
  vertical-align: bottom;
  float: none;
  color: inherit;
  margin: 0 .5em 1em 0;
}
.polytext .tx-frpveranstaltungen-pi7 form input[type=submit]:hover,
.polytext .tx-frpveranstaltungen-pi7 form input[type=reset]:hover,
.polytext .tx-frpveranstaltungen-pi7 form input[type=button]:hover {
  background: #ddd none;
}
.polytext .tx-frpveranstaltungen-pi7 form input[type=submit].primary,
.polytext .tx-frpveranstaltungen-pi7 form input[type=reset].primary,
.polytext .tx-frpveranstaltungen-pi7 form input[type=button].primary,
.polytext .tx-frpveranstaltungen-pi7 form input[type=submit].yes,
.polytext .tx-frpveranstaltungen-pi7 form input[type=reset].yes,
.polytext .tx-frpveranstaltungen-pi7 form input[type=button].yes {
  background: #080;
  color: white;
  text-shadow: none;
}
.polytext .tx-frpveranstaltungen-pi7 form input[type=submit].no,
.polytext .tx-frpveranstaltungen-pi7 form input[type=reset].no,
.polytext .tx-frpveranstaltungen-pi7 form input[type=button].no {
  background: #800;
  color: white;
  text-shadow: none;
}
.polytext .tx-frpveranstaltungen-pi7 form input[type=checkbox] {
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  position: relative;
  top: 3px;
  *overflow: hidden;
}
.polytext .tx-frpveranstaltungen-pi7 form input.error,
.polytext .tx-frpveranstaltungen-pi7 form textarea.error,
.polytext .tx-frpveranstaltungen-pi7 form select.error {
  border-color: #f00;
  background-color: rgba(255, 0, 0, 0.05);
}
.polytext .tx-frpveranstaltungen-pi7 form select.error {
  width: 350px;
}
.polytext .tx-frpveranstaltungen-pi7 form .checkbox_label {
  display: block;
  text-indent: 5px;
  clear: none;
}
.polytext .tx-frpveranstaltungen-pi7 form span.error {
  text-indent: -8000px;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  text-align: left !important;
  direction: ltr !important;
  text-decoration: none;
  outline: none;
  border: 0;
  margin: 0;
  *text-indent: 0;
  *font-size: 0;
  *line-height: 0;
  width: 1.5em;
  height: 1.5em;
  float: left;
  margin-left: 5px;
  background: transparent url('/typo3conf/ext/frp_veranstaltungen/Resources/Public/Vendor/inlineeditor/icon-required.svg') center no-repeat;
  background-size: 1.5em;
}
.polytext .tx-frpveranstaltungen-pi7 form span.warn {
  font-style: italic;
}
.polytext .tx-frpveranstaltungen-pi7 form div.mce-tinymce {
  width: 380px;
  float: left;
  margin: 0 0 2em;
}
.polytext .tx-frpveranstaltungen-pi7 form .mce-ico {
  font-size: 12px;
}
.polytext .tx-frpveranstaltungen-pi7 form label {
  width: 170px;
}
.polytext .tx-frpveranstaltungen-pi7 form input,
.polytext .tx-frpveranstaltungen-pi7 form textarea,
.polytext .tx-frpveranstaltungen-pi7 form select,
.polytext .tx-frpveranstaltungen-pi7 form span.fieldvalue,
.polytext .tx-frpveranstaltungen-pi7 form div.fieldvalue {
  float: left;
  width: 380px;
}
.polytext .tx-frpveranstaltungen-pi7 form input,
.polytext .tx-frpveranstaltungen-pi7 form textarea,
.polytext .tx-frpveranstaltungen-pi7 form select,
.polytext .tx-frpveranstaltungen-pi7 form span.fieldvalue,
.polytext .tx-frpveranstaltungen-pi7 form div.fieldvalue {
  float: left;
  width: 380px;
}
.polytext .tx-frpveranstaltungen-pi7 form .fieldvalue p {
  font-size: 1em;
}
.polytext .tx-frpveranstaltungen-pi7 .ms-container {
  background: transparent url('switch.png') no-repeat 50% 50%;
  width: 370px;
}
.polytext .tx-frpveranstaltungen-pi7 .ms-container:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  min-height: 0;
  visibility: hidden;
}
.polytext .tx-frpveranstaltungen-pi7 .ms-container .ms-selectable,
.polytext .tx-frpveranstaltungen-pi7 .ms-container .ms-selection {
  background: #fff;
  color: #555555;
  float: left;
  width: 45%;
}
.polytext .tx-frpveranstaltungen-pi7 .ms-container .ms-selection {
  float: right;
}
.polytext .tx-frpveranstaltungen-pi7 .ms-container .ms-list {
  -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-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  height: 200px;
  padding: 0;
  overflow-y: auto;
}
.polytext .tx-frpveranstaltungen-pi7 .ms-container .ms-list.ms-focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9;
}
.polytext .tx-frpveranstaltungen-pi7 .ms-container ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}
.polytext .tx-frpveranstaltungen-pi7 .ms-container .ms-optgroup-container {
  width: 100%;
}
.polytext .tx-frpveranstaltungen-pi7 .ms-container .ms-optgroup-label {
  margin: 0;
  padding: 5px 0px 0px 5px;
  cursor: pointer;
  color: #999;
}
.polytext .tx-frpveranstaltungen-pi7 .ms-container .ms-selectable li.ms-elem-selectable,
.polytext .tx-frpveranstaltungen-pi7 .ms-container .ms-selection li.ms-elem-selection {
  border-bottom: 1px #eee solid;
  padding: 2px 10px;
  color: #555;
  font-size: 14px;
}
.polytext .tx-frpveranstaltungen-pi7 .ms-container .ms-selectable li.ms-hover,
.polytext .tx-frpveranstaltungen-pi7 .ms-container .ms-selection li.ms-hover {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  background-color: #08c;
}
.polytext .tx-frpveranstaltungen-pi7 .ms-container .ms-selectable li.disabled,
.polytext .tx-frpveranstaltungen-pi7 .ms-container .ms-selection li.disabled {
  background-color: #eee;
  color: #aaa;
  cursor: text;
}
.polytext .tx-frpveranstaltungen-pi7 ul.thumbnails.image_picker_selector {
  overflow: auto;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.polytext .tx-frpveranstaltungen-pi7 ul.thumbnails.image_picker_selector ul {
  overflow: auto;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.polytext .tx-frpveranstaltungen-pi7 ul.thumbnails.image_picker_selector li.group_title {
  float: none;
}
.polytext .tx-frpveranstaltungen-pi7 ul.thumbnails.image_picker_selector li {
  margin: 0px 12px 12px 0px;
  float: left;
}
.polytext .tx-frpveranstaltungen-pi7 ul.thumbnails.image_picker_selector li .thumbnail {
  padding: 2px;
  border: 1px solid #dddddd;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.polytext .tx-frpveranstaltungen-pi7 ul.thumbnails.image_picker_selector li .thumbnail img {
  -webkit-user-drag: none;
  vertical-align: middle;
}
.polytext .tx-frpveranstaltungen-pi7 ul.thumbnails.image_picker_selector li .thumbnail.selected {
  background: #090;
}
.polytext .tx-frpveranstaltungen-pi7 .ms-container .ms-selectable li.ms-elem-selectable,
.polytext .tx-frpveranstaltungen-pi7 .ms-container .ms-selection li.ms-elem-selection {
  padding: 5px 25px;
}
.polytext .tx-frpveranstaltungen-pi7 .ms-container .ms-selectable li.ms-hover,
.polytext .tx-frpveranstaltungen-pi7 .ms-container .ms-selection li.ms-hover {
  background-color: #d2d2d2;
}
.polytext .tx-frpveranstaltungen-pi7 .ms-container .ms-list.ms-focus {
  border-color: rgba(142, 129, 114, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(142, 129, 114, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(142, 129, 114, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(142, 129, 114, 0.6);
}
.polytext .tx-frpveranstaltungen-pi7 .ms-container .picto {
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -999em;
}
form[name=export] select {
  margin-right: 1em !important;
}
.tx-frpveranstaltungen-pi9 #cantons {
  display: none;
  clear: left;
  width: 259px;
}
