.glyphicon-question-sign {
  display: none;
}

.closeButton {
  display: none;
}

/*.views-field-field-interview-date {
display: none;
}*/


.views-field-field-interviewee {
  display: none;
}

.views-field-field-bildnachweis {
  display: none;
}

.views-field-field-conference-tag,
.views-field-field-interview-place,
.views-field-field-interview-date-1 {
  font-size: 16px;
}

.views-field-body {
  display: none;
  //max-height: 1000px;
  //overflow: auto;
}

.views-field .field-content {
  position: relative;
  color: #000;
  width: 100%;
  height: 100%;
}

.views-field-field-image {
  height: 160px;
  position: relative;
}

.views-field .field-content img {
  max-height: 180px;
  width: auto;
  display: block;
  margin: 0 auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.views-row.fullWidth h2 {
  color: #000;
  margin-top: 30px;
  border-bottom: 0;
  margin-bottom: 0;
}


.views-row.fullWidth .views-field .field-content img {
  max-height: 300px;
  width: auto;
}

.views-row.fullWidth .views-field.views-field-field-interview-place {
  grid-row: 4 / 5;
}

.views-row.fullWidth .views-field.views-field-field-interview-date-1 {
  grid-row: 5 / 6;
}

.views-row.fullWidth .views-field.views-field-field-interview-place p,
.views-row.fullWidth .views-field.views-field-field-interview-date-1 span {
  color: #fff;
}

.view-hackathons .view-content,
.view-glamhackanniversary .view-content {
  position: relative;
  display: grid;
  grid-template-columns: 100%;
  justify-content: space-between;
  row-gap: 20px;
}

@media screen and (min-width: 560px) {

  .view-hackathons .view-content,
  .view-glamhackanniversary .view-content {
    grid-template-columns: 45% 45%;
  }
}


@media screen and (min-width: 992px) {

  .view-hackathons .view-content,
  .view-glamhackanniversary .view-content {
    padding-bottom: 8%;
  }
}

@media screen and (min-width: 992px) {

  .view-hackathons .view-content,
  .view-glamhackanniversary .view-content {
    grid-template-columns: 28% 28% 28%;
  }
}

.views-row {
  background-color: #f0f0f0;
  padding: 0 20px 10px 20px;
  position: relative;
  pointer-events: none;
  cursor: pointer;
}

.views-row:hover {
  background-color:
    #afafaf;
}

.views-row::before {
  content: "";
  //background-color:
  #c3df3d4a;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: all;
}

.invisiblePlayButton {
  background-color: #ff00003d;
  background-color: transparent;
  width: 320px;
  max-width: 100%;
  height: 180px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: all;
  margin: 0 auto;
  cursor: pointer;
}

.invisiblePlayButton:hover {
  background: url(https://www.infoclio.ch/sites/default/files/images_content/playbutton_new.png) no-repeat;
  background-size: 50% auto;
  background-position: center;
  opacity: 0.9;
}

@media screen and (min-width: 992px) {
  .invisiblePlayButton {
    top: 30px;
    height: 120px;
  }
}

@media screen and (min-width: 1200px) {
  .invisiblePlayButton {
    top: 0;
    height: 160px;
  }
}

.views-row.fullWidth {
  grid-column-start: 1;
  grid-column-end: -1;
  background-color: #b9a649;
  background-color: #64c8c8;
  display: grid;
  grid-template-columns: 100%;
  //grid-template-columns: auto auto;
  pointer-events: all;
}

.views-row.fullWidth .closeButton {
  display: block;
  text-align: right;
  pointer-events: all;
  font-weight: bold;
  font-size: 40px;
  padding-right: 10px;
  width: 40px;
  text-align: center;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  background: no-repeat;
  border: 0;
  color: #fff;
  z-index: 10;
}

.views-row.fullWidth .views-field {
  text-align: center;
  color: #fff;
  grid-column: 1 / 2;
}

.views-row.fullWidth .views-field a {
  color: #000;
  text-decoration: underline;
  pointer-events: all;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.views-row.fullWidth .views-field h3 {
  min-height: unset;
  font-size: 32px;
  margin-top: 10px;
}

.views-row.fullWidth .views-field iframe,
.views-row.fullWidth .views-field video {
  max-height: unset;
  pointer-events: all;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .views-row.fullWidth .views-field iframe {
    height: 520px;
  }
}

.views-row.fullWidth .views-field-field-image {
  margin: 0 auto;
  height: unset;
}

.views-row.fullWidth .invisiblePlayButton {
  display: none;
}

.views-row.fullWidth .views-field-view-node {
  pointer-events: all;
}

.views-row.fullWidth .views-field-field-conference-tag {
  grid-row-start: 1;
}

.views-row.fullWidth .views-field-field-conference-tag .field-content {
  color: #fff;
}

.views-row.fullWidth .views-field-title .field-content {
  color: #fff;
}

.views-row.fullWidth .views-field-body {
  display: block;
  text-align: left;
  margin-top: 20px;
}

.views-row.fullWidth .views-field-body img {
  display: block;
  margin: 0 auto;
}

.views-field-field-vimeo-iframe {
  display: none;
}

.views-row.fullWidth .views-field-field-vimeo-iframe {
  max-width: 100%;
  display: block;
}

.views-row.fullWidth::before {
  display: none;
}

.views-row.fullWidth .views-field-field-bildnachweis {
  display: flex;
  justify-content: center;
  font-size: 12px;
  margin-bottom: 5px;
}

.views-row.fullWidth .views-field-field-bildnachweis .views-label-field-bildnachweis {
  color: #000;
}

.views-row.fullWidth .views-field-field-bildnachweis .views-label-field-bildnachweis::after {
  content: "\a0"
}

.views-row.fullWidth .github-box {
  border: 1px solid black;
  padding: 0 10px 10px 10px;
}

.views-row.fullWidth .github-box::before {
  content: "GitHub:"
}

.view-hackathons iframe,
.view-glamhackanniversary iframe {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  max-height: 180px;
}

@media screen and (min-width: 992px) {

  .view-hackathons iframe,
  .view-glamhackanniversary iframe {
    margin: 0;
    display: inline;
  }
}

video,
iframe {
  max-width: 100%;
}

#edit-type {
  border: none;
  padding: 0;
  background: none;
}

.bef-exposed-form .form--inline>.form-item {
  float: none;
}

.bef-links-use-ajax ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 0;
}

.bef-links-use-ajax ul li {
  border: 2px solid #afafaf;
  border-radius: 10px;
  background-color: #fff;
  font-size: 17px;
  font-family: Barlow, Helvetica, sans-serif;
  margin-bottom: 4px;
  padding: 0;
  border: 2px solid var(--color-dark-grey);
  border-radius: 8px;
}

.bef-links-use-ajax ul a.bef-link {
  min-height: 20px;
  text-align: center;
  display: block;
  color: var(--color-black) !important;
  text-decoration: none;
  padding: 4px 8px;
  font-size: 18px;
}

.bef-links-use-ajax a.bef-link--selected {
  background-color: #afafaf;
}