div.filelistings {

    margin-top: 15px;

    display: flex;

    flex-wrap: wrap;

}



div.filelistings h2 {
	margin-bottom: 10px;
}



div.filelistings img.icon {

	/*margin-right: 5px;

	vertical-align: bottom;

	position: relative;

	top:-2px;

	border: none;

    width: 20px;

    height: auto;*/

    display:none;

}



div.filelistings img.thumb {

    margin: 6px auto 12px auto;

    max-width: 120px;

    border-image-width: 200px;

    display: block;

    /*box-shadow: -1px -1px 2px black;*/

}



div.filelistings div.item {
  margin: 5px;
  padding: 18px;
  width: 160px;
  border: 1px solid #ccc;
}



div.filelistings p.item span {

	color: gray;

	font-size: 90%;

}



div.filelistings p.item.back {

	margin-bottom: 10px;

}



div.filelistings p.item a.mainlink {

	font-weight: bold;

}
div.spez {
    border: 1px solid #333;
    background-color: rgba(255,255,255,0.8);
    color:#017572;
    border-radius: 6px;
    font-size: 0.8em;
    display: block;
    position: absolute;
    padding: 10px;
    margin-top:-50px;
    box-shadow:5px 5px 6px rgba(0,0,0,0.5);
}
a div.spez {
    display:none;
}
a:hover div.spez {
    display:block;
}

/* Download */
.modal-open {
  overflow: hidden;
  background-color:#000;
}
#ModalForm {
  width: 100vw;
  margin: 0;
  padding: 0!important;
  height: 100vh;

}
.modal-dialog {
  width: 100%;
  margin: 100px 0 0 0;
}
.copyzeile {
  font-size: 0.7em;
  hyphens:auto;
  line-height:1em;
}