/*NRWDESTK-355 engel05 20191029*/
@media only screen and (min-width : 960px){
	#views_slideshow_cycle_main_frontpage_stage_slider-panel_pane_2 .views-field-field-base-short-title-3{
			width:calc(25% - 1px);
	}

	#views_slideshow_cycle_main_frontpage_stage_slider-panel_pane_2 .views-field-field-base-image {
		width:calc(75% + 1px);
	}
}

/* ANFANG Anpassungen View: Manuelle PM Liste & Custom Search */
.view-pm-view-manuelle-liste .views-row,
.view-custom-search .views-row {
  clear:  both;
}

.view-custom-search .views-row {
	box-sizing: border-box;
	display: block;
	border: 1px solid aliceblue;
}

.view-pm-view-manuelle-liste a {
    display: block;
		height: 160px;
}

.view-pm-view-manuelle-liste a:hover,
.view-custom-search .view-custom-search:hover {
    background-color: aliceblue;
}

.view.custom-exposed-filters .views-exposed-form,
.view.custom-exposed-filters .view-header {
  background-color: #3c506e;
}

.view-custom-search .views-exposed-form,
.view-custom-search .view-header {
  padding: 20px;
	box-sizing: border-box; 
}


.view.custom-exposed-filters .views-exposed-form,
.view.custom-exposed-filters .view-header {
  color: white;
}

.custom-exposed-filters .views-exposed-form .views-exposed-widgets {
  display: flex;
}

.custom-exposed-filters .views-exposed-form .views-exposed-widgets > .views-widget-filter-combine {
  width: 50%;
}

.custom-exposed-filters .views-exposed-form .views-exposed-widgets > .views-widget-filter-field_base_date_value,
.custom-exposed-filters .views-exposed-form .views-exposed-widgets > .views-widget-filter-field_base_date_value2 {
  width: 20%;
}

.custom-exposed-filters .views-exposed-form .views-exposed-widgets > .views-submit-button {
  width: 10%;
}

.custom-exposed-filters .views-widget-filter-field_base_date_value input,
.custom-exposed-filters .views-widget-filter-field_base_date_value2 input,
.custom-exposed-filters .views-widget-filter-combine input {
  width: 75% !important;
}

.view-custom-search .views-field-representation {
  width: 10%;
}

.view-custom-search .views-field-data {
  width: 80%;
  padding: 20px;
}

.view-custom-search .views-field-nothing > .field-content {
  display: flex;
}

.view-custom-search .views-submit-button{
  position: relative !important;
	font-size: 1.1em;
	bottom: 0 !important;
}

.view-custom-search .views-submit-button input{
  background: green;
  color: white;
}

.view-custom-search .view-empty {
  display: block;
	padding: 20px;
}

/* ENDE Anpassungen View: Manuelle PM Liste & Custom Search */

/* START Icon für neuen Barrierefreiheit Menueintrag */
a.barrierefreiheit-icon::after {
    font-family: "FontAwesome" !important;
    content: "\f11c";
    font-size: 2em;
    padding: 0.2em;
    vertical-align: top;
}

a.barrierefreiheit-icon:hover,
a.barrierefreiheit-icon:focus {
  background: unset !important;
}
/* ENDE Icon für neuen Barrierefreiheit Menueintrag */
