#references {
  padding-top: 40px;
  padding-bottom: 40px;
  /* position: relative; */
  min-height: 100%;
}

#references .banner-separator {
  background: rgba(0, 0, 0, 0.6);
  min-height: 100px;
  width: 100%;
  margin-top: 80px;
  display: flex;
  align-items: center;
}
#references .banner-separator #name-box {
  margin: 10px 0;
  text-shadow: #000000 1px 0 10px;
  color: #fff;
  z-index: 1;
  position: relative;
  text-align: center;
}
#references .banner-separator #name-box h1 {
  font-size: 2.4rem;
  color: #fff;
  text-transform: uppercase;
  margin: 10px 0;
}

#references .section-heading {
  background: url(../img/landing.jpg);
  background-position: center top;
  background-size: contain;
  background-repeat: repeat;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
  height: 300px;
  margin-top: 25px;
  display: flex;
  align-items: flex-end;
}

#references .section-heading .background::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6); /* black overlay with 50% opacity */
}

#references .section-heading h1 {
  position: relative;
  padding-top: 90px;
}

#references .section-heading #name-box {
  padding: 10px 10px;
  text-shadow: #000000 1px 0 10px;
  color: #fff;
  z-index: 1;
  position: relative;
  text-align: center;
}

/* Content Container and List */
#references .content, .content-doublelist {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: 0px;
  padding-top: 30px;
  justify-content: center;
}
#references .content-doublelist {
  padding-top: 0px;
}

#references .list, .list-industrie, .list-industrie-double-sided{
  flex: 1;
  min-width: 250px;
  padding-right: 80px;
}

#references .list-projekte-double-sided {
  flex: 1;
  min-width: 300px;
  padding-right: 80px;
  max-width: 700px;
}

#references .list-industrie ul li,
#references .list-industrie-double-sided ul li {
  margin-bottom: 0.5em;
  list-style-type: disclosure-closed;
}
#references .list-projekte-double-sided ul li {
  margin-bottom: 0.5em;
  list-style-type: disc;
}

#references .list-industrie ul,
#references .list-industrie-double-sided ul,
#references .list-projekte-double-sided ul {
  margin-bottom: 0.5em;
  padding-left: 20px;
}

#references ul, table, p {
  font-family: "Roboto Slab", serif;
  color: #000000;
  font-size: 1.2rem;
  line-height: 2rem;
  padding-left: 80px;
  text-align: left;
}

#references p {
  padding-left: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#references font-color {
  color: blue;
}

#references font-color-2 {
  color: #77f;
  font-size: 1.6rem;
  text-transform: none;
}

#references .list-industrie-double-sided ul {
  margin-top: 0px;
}

/* Item list */
#references ul li {
  margin-bottom: 0.5em;
  list-style-type: disc;
}

#references .orga-list ul li {
  float: left;
  margin-right: 60px;
}

#references h3 {
  text-transform: none;
  font-size: 1.5rem;
}

/* tiles-container */
#references .tiles-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 50px;
}

#references .tiles-container .tile {
  text-align: center;
  width: 500px;
  margin: 10px auto 20px auto;
  border-radius: 10px;
}

#references .tiles-container .tile h3 {
  margin-top: 20px;
}
#references .tiles-container .tile li {
  font-size: 0.8rem;
  line-height: 1rem;
}

#references iframe {
  border: none;
  width: auto;
  height: 90px;
}

#references .tile ul li{
  text-align: center;
  list-style-type: none;
  padding-left: 0px;
}

#references .tile ul {
  padding-left: 0px;
}

#references .tile h3 {
  text-transform: uppercase;
  background: linear-gradient(
    to left,
  rgba(255, 255, 255, 0),
   rgb(179, 179, 179),
   rgb(179, 179, 179),
   rgb(255, 255, 255));
}

/* --------------------  Image rows ------------------------------------------- */
#references .row {
  display: flex;
  width: 100%;
  /* height: 300px;# */
  border-style: groove;
}

#references .column-1, .column-2, .column-3,
.column-kind2-1, .column-kind2-2, .column-kind2-3, .column-kind2-4 {
  padding: 5px;
  border-style: none;
}
#references .column-1 {
  flex: 13%;
}
#references .column-2 {
  flex: 16%;
}
#references .column-3 {
  flex: 40.00%;
}
/* Second Setting */
#references .column-kind2-1, .column-kind2-2, .column-kind2-3, .column-kind2-4 {
  padding: 5px;
  border-style: none;
}
#references .column-kind2-1 {
  flex: 35%;
}
#references .column-kind2-2 {
  flex: 21%;
}
#references .column-kind2-3 {
  flex: 20%;
}
#references .column-kind2-4 {
  flex: 24%;
}
/* Third Settings */
#references .img-several-rows {
  flex: 1;
  min-width: 250px;
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
}
#references .row-kind3 {
  display: flex;
  width: 100%;
  align-items: center;
  /* height: 300px;# */
  border-style: none;
}
#references .column-kind3-1, .column-kind3-2 {
  padding: 0px;
  border-style: none;
}

#references .column-kind3-1 {
  flex: 43.65%;
}
#references .column-kind3-2 {
  flex: 40%;
}
#references .column-kind3-3 {
  flex: 100%;
}

/* ------------- TABLE SETTINGS -------------------------------- */
#references .table-nachrechnung {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex: 1;
  min-width: 300px;
  padding-bottom: 0px;
  padding-top: 30px;
  justify-content: center;

}

#references table {
  /* border-collapse: collapse; */
  border-style: none;
  width: 100%;
  padding-left: 10px;
  padding-right: 20px;
  display: flex;
  word-wrap: break-word;
  /* border: 1px solid #ddd; */
  justify-content: center;
}

#references th, td{
  text-align: left;
  vertical-align: top;
  /* max-width: 1cap; */
  /* max-width: 600px; */
}
#references th {
  padding-top: 0px;
}
#references td {
  padding-top: 0px;
  padding-left: 15px;
}

/* Arrow Flex Box */
#references .image-flexbox {
  display: flex; 
  justify-content: center;
  align-items: center;
  padding: 40px;
}

/* ###################### Handy Configuration #################### */
@media screen and (max-width: 600px) {
  #references ul, table, p {
    font-size: 1.0rem;
    line-height: 1.6rem;
    letter-spacing: 0.02rem;
    padding-left: 10px;
    width: 100%;
  }

  #references .list, .list-industrie{
    padding: 0px;
    word-wrap: break-word;
  }

  #references .table-three-columns {
    transform: scale(0.85)
  }

}