﻿/* RESULT BOX */
#search_results_box {
  background: linear-gradient(to bottom right, #ffffff 0%, #d5d5d5 100%);
  width: 80%;
  border-bottom: 2px solid grey;
  position: absolute;
  top: 5%;
  left: 20%;
  z-index: 4;
}

#sfix {
  padding: 1%;
  position: relative;
}

#search_results_div {
  width: 100%;
  position: relative;
}

summary:hover {
  cursor: pointer;
}



/* BIG BOX */
/* Deteils */
.sortlistdetails {
  background: lightgrey;
  margin: 10px 0;
  border: 2px outset grey;
}

/* Summary */
.sortlistsummary {
  background: linear-gradient(to bottom, #3399FF 0%, #3333FF 100%);
  color: rgba(0, 0, 0, 0);
  width: 100%;
  line-height: 10px;
}

  .sortlistsummary p {
    color: black;
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
  }

  .sortlistsummary p:nth-child(2) {
    line-height: 17px;
  }

    .sortlistsummary p span {
      color: white;
      font-size: 17px;
      line-height: 17px;
    }

/* RESULTS */
/* Details */
.resultblock {
  margin: 10px 5px;
  border: 1px solid grey;
  outline: none;
}

/* Summary: Headline Link */
.resultpage {
  background: linear-gradient(to bottom, #ffffff 0%, #d5d5d5 100%);
  /*background: linear-gradient(to bottom, rgb(255, 153, 51) 0%, rgb(255, 102, 0) 125%);*/
  padding: 5px 10px;
  border-bottom: 1px solid grey;
  font-weight: bold;
  font-size: 20px;
}

  .resultpage a {
    color: black;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    display: inline-block;
  }

    .resultpage a:hover {
      color: green;
    }

/* Div: Result Content */
.resultcontent {
  color: black;
  padding: 10px;
}
.resultcontent * {
  font-size: 15px;
}

#search_results_content,
#search_results_bezeichnung,
#search_results_duplikate,
#search_results_single {
}

#search_results_content {

}

#search_results_bezeichnung {

}

#search_results_duplikate {

}

#search_results_single {

}



/* OTHER */
/* Info */
#infospan {
  background: linear-gradient(to bottom, #ff0000 0%, #800000 100%);
  padding: 10px 20px;
  border: 2px outset grey;
  border-radius: 10px;
  font-weight: bold;
}

#resultinfobox {
  background: linear-gradient(to bottom, #99ff99 0%, #33cc33 100%);
  padding: 10px 20px;
  margin-bottom: 15px;
  border: 2px outset grey;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
}

  #resultinfobox p span {
    color: blue;
  }

/* Close Button */
#closebutton {
  background: linear-gradient(to bottom right, #ff0000 0%, #800000 100%);
  color: white;
  width: 25px;
  height: 25px;
  border: 2px outset darkred;
  font-weight: bold;
}

  #closebutton:hover {
    color: black;
  }

#closebutton:active {
  color: black;
  border: 2px inset darkred;
}

