nav ul li a#faculty {
  background-image: url('/++theme++unibw.theme/generated/media/logos/casc.png');
}

.site-logo img {
  max-height: 21px;
}

/* #15804 Hide unstyled edit-zone on search results  */
.template-search #edit-zone {
  display: none;
}

body.template-search.plone-toolbar-left-expanded {
  padding-left: 0;
}
/* #15804  */

iframe.athene {
    height: 24em;
}

.grid-item .item-header {
  line-height: 20px;
}

.linkfilter .search-results a {
  display: block;
}

#slider_pause {
  visibility: visible !important;
  opacity: 1 !important;
  position: absolute;
  right: 35px;
  bottom: 35px;
  border-radius: 35px;
  width: 70px;
  height: 70px;
  background: rgba(0,0,0,.1);
  cursor: pointer;
  z-index:21;
}

#slider_pause .tp-title-wrap:hover {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
}

#slider_pause::before {
  font-family: FontAwesome;
  color: #fff;
  display: block;
  line-height: 70px;
  text-align: center;
  z-index: 2;
  position: relative;
}

/* easyform general */
form.easyformForm .label {
    color: #000;
}
form.easyformForm label {
    max-width: 95%;
    vertical-align: top;
}
form.easyformForm .formHelp {
    display: block;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
}
form.easyformForm label span.required::after {
    color: #c4183c;
    content: "•";
    font-size: 200%;
    line-height: 0;
    position: relative;
    top: 7px;
    margin-left: -4px;
}
form.easyformForm input[type="color"], input[type="date"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="range"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea, select {
    width: 100%;
}
form.easyformForm div.field label.legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-family: thesans,sans-serif;
    font-size: 21px;
    font-weight: normal;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
form.easyformForm .formControls {
    border-top: 1px solid #cccccc;
    background: #fcfcfd;
    padding: 12px;
    box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.05);
}
/* easyform radio buttons */
form.easyformForm .field span.option {
    display: block;
}
.row div.field {
    margin-bottom: 0.75em;
}
.row div.field label {
    font-weight: 600;
    margin-bottom: 0;
}
.row #formEpilogue {
    margin-top: 0.75em;
}

nav.pagination .label {
  color: #002e5b;
  font-size: 100%;
  font-weight: normal;
}

nav.pagination .arrow:after {content: "»";}
