/* CSS von Expand Global */


/*Password Input field in Protected Node Form*/
#protected-node-enterpassword input#edit-password.form-text  {
  height:30px;
  padding: 0 .5em 0 .5em;
  background: transparent;
  font-size: 1rem;
  margin-bottom: 10px;
  border: none;
  box-shadow: inset 0 0 0 1px #000;
  cursor: pointer;
	transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
	-webkit-appearance: none; 
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	font-family: "BasisGrotesquePro-Regular";
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*Cancel Button in Protected Node Form*/
input#edit-cancel {
	width: auto;
	height: auto;
	padding: 0.5em 1.3em;
	font-size: 0.8rem;
	color: #000;
	background: #fff;
	border-radius: 0.3em;
	border: none;
	box-shadow: inset 0 0 0 1px #000;
	transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
	cursor: pointer;
}

input#edit-cancel:focus,
input#edit-cancel:hover {
	color: #fff;
	background: #000;
}

/* Cornia Virus Workarround - hide date on Main Site Banner, hide date and ical in node
.front #container main .wrapper .content  .view.view-display-id-entity_view_1 .views-field.views-field-field-date .date-display-single { display:none; }
#addtocal_node_46901 { display: none; }
.page-node-46901 .views-field-field-date,.page-node-46901 .signs {display:none;}
*/ 

/* Hide date and ical in Veranstaltung due to two months running of event */
#addtocal_node_47096 { display: none; }
.page-node-47096 .views-field-field-date,.page-node-47096 .signs {display:none;}


/* This style is not working */
.paragraphs-item-podcast .paragraphs-items-field-inhaltselemente .field-items .content .field-name-field-label  {
         font-family: "BasisGrotesquePro-Regular", sans-serif;
         font-weight: 700;
         font-size: 1rem;
 }


/* Cornia Virus Workarround - since no upcomming event, show all past events in a Rehie without having to click accordian */

/* show all events in accordian */
/* .view-taxonomy-term div#expand.attachment.attachment-after {display: block !important;} */

/* hide link "+" */
/*
.page-taxonomy #container main .wrapper .view-taxonomy-term h2#reiheCollapse a::after {
display: none;
}
*/
