/*Theme Name: Pressedatenbank
 *Theme URI: 
 *Description: Template
 *Author: Michael Sitte / Teleport
 *Author URI: 
 *Version: 1.04.009
 */

body {
  width: 100%;
  font-family: Arial, sans-serif;
  font-size: 0.8rem;
  line-height: 1.3rem;
  max-width: 800px;
}

#bt_upload {
  display: none !important;
}

.file-list-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.file-list-image {
  height: 220px;
  margin: 0 5px 5px 0;
  width: auto;
}

.file-list-image img {
  width: auto;
  height: 100%;
}

.map {
  margin-top: 1rem;
}

/* .logo-pm { // TODO styling wieder aktivieren
  height: 100px;
  width: auto;
  display: inline-block;
} */

.flex-wrapper {
  display: flex;
  flex-direction: column;
  width: 600px;
}

.header {
  display: flex;
  flex-direction: row;
}

.header div {
  width: 600px;
  padding-left: 50px;
  text-align: right;
}

div.content {
  width: 600px;
  margin-left: 1.5em;
  margin-top: 2em;
}

.pdf-file::before {
  content: "> ";
  position: relative;
}

.img-pdf {
  width: 300px !important;
  height: 200px;
  margin-bottom: 10px;
  margin-right: 10px;
  object-fit: contain;
  object-fit: cover;
  overflow: hidden;
}

h1 {
  line-height: 1.8rem;
}

/* #map {
  position: fixed;
  top: 0;
  left: -1000px; 
} */

/* .pdf-text {
  font-size: 12px;
  font-family: Arial, sans-serif;
} */
