/* default styles for extension "tx_t3luhunisearch" */
    textarea.f3-form-error {
        background-color:#FF9F9F;
        border: 1px #FF0000 solid;
    }

    input.f3-form-error {
        background-color:#FF9F9F;
        border: 1px #FF0000 solid;
    }

    .tx-t3luhunisearch table {
        border-collapse:separate;
        border-spacing:10px;
    }

    .tx-t3luhunisearch table th {
        font-weight:bold;
    }

    .tx-t3luhunisearch table td {
        vertical-align:top;
    }

    .typo3-messages .message-error {
        color:red;
    }

    .typo3-messages .message-ok {
        color:green;
    }

    .rrznunisearchResult em {
        background-color: yellow;
    }

    /* replace b comming from solr */
    .rrznunisearchResult b {
        background-color: yellow;
        font-weight: normal;
    }
    .search_date {
      margin: 0;
      display: flex;
      justify-content: flex-end;
    }
    .c-i-URI {
   //   color: #0a0a0a;
        font-weight:normal;

      text-rendering: optimizeLegibility;
      font-size: 0.8rem;
      display: block;
      list-style: none;
    }
    .c-search__snippet {
      border:0; padding-top:0;
    }
/* default styles for extension "tx_felogin_pi1" */
		.tx-felogin-pi1 label {
			display: block;
		}
/* default styles for extension "tx_univiepure" */
		.tx-univie-pure .eogroup {
			margin-bottom: 2rem;
		}
		
		.tx-univie-pure h3 {
    		font-size: 1.5rem;
    		line-height: 1.5rem;
    		font-weight: 600;
    		hyphens: auto;
		}
		.tx-univie-pure .subheader {
			font-size: 1rem;
    		line-height: 1rem;
    		font-weight: 600;
    		hyphens: auto;
			margin-top: 0rem;
			margin-bottom: 0rem;
		}
		.tx-univie-pure h4 {
    		font-size: 1.2rem;
    		line-height: 1.5rem;
    		font-weight: 600;
    		hyphens: auto;
		}
	    .tx-univie-pure .c-search__item {
			
			margin-bottom: 1.4rem;
		}

		.tx-univie-pure table.contenttable > tbody {
			background-color: #e6e6e6;
		}

		div.projects > div > h2 {
			font-size: inherit;
			text-rendering: optimizeLegibility;
			text-align: left;
			margin-bottom: 0;
			line-height: 1.2;
		}

		.rendering.rendering_upmproject.rendering_short.rendering_upmproject_short p {
			margin-bottom: 0;
		}
		.c-pagination__totalResults {
				text-decoration: none !important;
				float:left;
				color: #000;
				font-weight: 400 !important;
			}
		.o-small-padding {
			padding:0.5rem;
		}

		.tx-univie-pure dl {
  		width: 100%;
  		overflow: hidden;
  		padding: 0;
  		margin: 0
		}
		.tx-univie-pure dt {
  		float: left;
  		width: 30%;
  		padding: 0;
  		margin: 0
		}
		.tx-univie-pure dd {
  		float: left;
  		width: 70%;
  		padding: 0;
  		margin: 0
		}
		#typo3-ucris-projects-suggest {
			width:100%;
		}
		.tx-univie-pure .typo3-TCEforms-suggest-resultlist {
			list-style: none;
		}
		.tx-univie-pure .typo3-TCEforms-suggest-resultlist > li {
			background-color: #e6e6e6;
		}

