/**
 * @file
 * Views Styling
 */


/*
 * Views' admin tabs
 *
 * The views admin tabs use the same classes as the secondary tabs. We prevent
 * some of our tab styling from bleeding into (and breaking) the Views admin
 * pages. If your sub-theme isn't used for admin pages, you can remove this
 * entire section.
 */

.views-displays .secondary li {
  float: none;
  margin: 0 6px 0;
}

.views-displays .secondary a:link,
.views-displays .secondary a:visited {
  text-shadow: none;
  padding: 2px 7px 3px;
}

.views-displays .secondary .open > a {
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  -ms-border-radius: 7px 7px 0 0;
  -o-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
}

.views-displays .secondary .open > a:hover {
  color: #333;
}

.views-displays .secondary .action-list li {
  margin: 0;
}

.views-displays .secondary .action-list li:first-child {
  -webkit-border-radius: 0 7px 0 0;
  -moz-border-radius: 0 7px 0 0;
  -ms-border-radius: 0 7px 0 0;
  -o-border-radius: 0 7px 0 0;
  border-radius: 0 7px 0 0;
}

.views-displays .secondary .action-list li:last-child {
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  -ms-border-radius: 0 0 7px 7px;
  -o-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
}

/*
 * Views-Mitarbeiterliste
*/
/* use page width until 600px */
.view-mitarbeiterliste table {
  width: 100%;
  max-width: 600px;
} 
/*
.view-mitarbeiterliste .views-row {
  clear: both;
  padding-top: 1rem;
}
.view-mitarbeiterliste .views-field-field-image {
  float: left;
  margin-right: 1rem;
}
*/
.view-mitarbeiterliste .views-field-name {
  padding-bottom: 1.5rem;
}
/* center image and link in table cell */
.view-mitarbeiterliste .views-field-field-image,
.view-mitarbeiterliste .views-field-name {
  text-align: center;
}
#block-views-mitarbeiterliste-block-1 h2.block-title {
  background-color: transparent;
  border: 0;
  display: block;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-top: 1rem;
  marginbottom: 0.5rem;
}

/*
 * Views-Autorenliste
*/
.view-autorenliste .views-row {
  clear: both;
  padding-top: 1rem;
}
/*
 * Views-Autorenliste
*/
.view-autorenliste table {
  width: 100%;
  max-width: 600px;
  text-align: center;
  margin-left: 2rem;
}
.view-autorenliste table td { 
  padding-top: 1rem;
  text-align: left;
}
