body {
  margin: 0;
  padding: 0;
  background-image: url('../img/bg_body.gif');
  background-position: 0 105px;
  background-repeat: repeat-x;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
}

ul,
h3,
dl,
.header__logo {
  line-height: 12px;
}

main {
  display: block;
}

body.login {
  background-image: none;
}

/* legacy */
header {
  margin: 0 auto;
  padding: 0 15px;
  width: 970px;
  background-image: url('../img/bg_header.gif');
  background-repeat: no-repeat;
  position: relative;
}

a {
  color: rgba(226, 0, 35, 1);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  line-height: 1.2em;
}

.login_content {
  box-sizing: border-box;
  padding: 0 1em;
  width: 100vw;
}

.login--header {
  display: -webkit-box;
  display: flex;

  -webkit-box-direction: reverse;
  flex-direction: column-reverse;

  box-sizing: border-box;
  padding: 0 1em;
  width: 100vw;
}

.login .error_message {
  margin: 1em 1em 0;
}

.login_logo {
  width: 200px;
  height: auto;
}

.login_logo__link {
  text-align: right;
}

.login_title {
  font-size: 2em;
  margin-bottom: 0;
}

.form_login label {
  min-width: 6rem;
  font-weight: bold;
  display: inline-block;
}

.form_login input,
.form_login button {
  display: block;
}

.form_login button,
.form_login input[type="submit"] {
  -webkit-box-flex: 1;
  flex-grow: 1;

  padding: 1em;
  border-radius: 0;
}

.form_login--field {
  display: -webkit-box;
  display: flex;

  -webkit-box-orient: vertical;
  flex-direction: column;

  margin: 2em 0;
}

.form_login--field__ml {
  display: -webkit-box;
  display: flex;

  -webkit-box-align: center;
  align-items: center;

  margin: 2em 0;
}

.form_login--field input {
  -webkit-box-flex: 1;
  flex-grow: 1;

  padding: 0.5em;
}

@media only screen and (min-width: 481px) {
  .form_login {
    margin: 0 auto;
    width: 400px;
  }

  .login .error_message {
    margin: 0 auto;
    width: 400px;
  }

  .form_login--field {
    -webkit-box-orient: horizontal;
    flex-direction: row;

    -webkit-box-align: center;
    align-items: center;
  }

  .form_login--field__ml {
    margin-left: 6rem;
  }
}

@media only screen and (min-width: 1025px) {
  .login_content {
    width: 970px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0;
  }

  .login--header {
    -webkit-box-direction: normal;
    flex-direction: row;

    -webkit-box-pack: justify;
    justify-content: space-between;

    -webkit-box-align: center;
    align-items: center;
  }
}

.login footer {
  background: none;
  width: 100%;
  padding: 0;
}

.login #navigation--footer {
  margin: 0 15px;
}

.content_image>img {
  width: 100%;
  height: auto;
}

#content {
  margin: 0 auto;
  padding: 0 15px;
  width: 970px;
  background-image: url('../img/bg_content.gif');
  background-repeat: repeat-y;
  display: -webkit-box;
  display: flex;
}

/*#content_karte {
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  //background-image: url('../img/bg_content.gif');
  //background-repeat: repeat-y;
  display: -webkit-box; display: flex;
}  */

#content--right {
  padding: 15px;
  max-width: 760px;
}

footer {
  margin: 0 auto;
  width: 970px;
  padding: 0 15px;
  background-image: url('../img/bg_content.gif');
  background-repeat: repeat-y;
}

h1 {
  font-size: 1.3em;
  color: #8e8e8e;
  text-transform: uppercase;
  margin: 0 0 0.9em;
}

details {
  display: block;
  background-repeat: no-repeat;
  padding-left: 1em;
}

summary {
  display: block;
  cursor: pointer;
}

details summary::-webkit-details-marker {
  display: none;
}

details.collapsed {
  background-image: url('../img/arrows/caret-right.svg');
  background-position: left top;
  background-size: 0.75rem 0.75rem;
  background-repeat: no-repeat;
}

section.arrow {
  display: block;
  background-image: url('../img/arrows/caret-right.svg');
  background-position: left top;
  background-size: 0.75rem 0.75rem;
  background-repeat: no-repeat;
  padding-left: 1em;
  margin-top: 4px;
}

div.arrow {
  display: inline-block;
  background-image: url('../img/arrows/caret-right.svg');
  background-position: left top;
  background-size: 0.75rem 0.75rem;
  background-repeat: no-repeat;
  padding-left: 1em;
  margin-top: 12px;
  line-height: 16px;
}

details.expanded {
  background-image: url('../img/arrows/caret-down.svg');
  background-position: left top;
  background-size: 0.75rem 0.75rem;
  background-repeat: no-repeat;
}

details.details-button {
  background-position: 0 1rem;
}

/*
 * NAVIGATION
 */

#navigation--header {
  position: absolute;
  top: 105px;
  width: 970px;
}

#navigation--header a {
  display: block;
  padding: 9px 15px;
  color: #fff;
  text-decoration: none;
}

#navigation--header>ul {
  margin: 0;
  padding: 0;
}

#navigation--header>ul>li {
  display: inline-block;
  border-right: 1px solid #fff;
}

#navigation--header>ul>li:first-child {
  width: 180px;
  background-color: #8e8e8e;
}

#navigation--header>ul>li:hover,
#navigation--header--searchbar>button:hover {
  background-color: #9e9e9e;
}

#navigation--header>ul>li:first-child>a {
  padding: 9px 10px 9px 25px;
}

#navigation--header--searchbar {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}

#navigation--header--searchbar>button {
  margin: 0;
  padding: 0 10px;
  height: 30px;
  color: #fff;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 1em;
}

#navigation--main {
  width: 180px;
  min-width: 180px;
  max-width: 180px;
}

#navigation--main>ul>li {
  margin: 13px 0 25px;
}

#navigation--main>ul,
#navigation--main>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#navigation--main>ul>li>h2 {
  margin: 0;
  padding: 9px 0 9px 25px;
  color: #747474;
  background-color: #eee;
  font-size: 12px;
  font-weight: bold;
}


#navigation--main h3 {
  margin: 0;
  padding: 9px 0 9px 25px;
  color: #747474;
  background-color: #eee;
  font-size: 12px;
  font-weight: normal;
}


#navigation--main>ul>li>ul>li {
  margin: 0;
  padding: 0;
}

#navigation--main>ul>li>ul>li>a,
#navigation--main>ul>li>ul>li>form>button {
  display: block;
  padding: 10px 0 8px 35px;
  background-color: transparent;
  background-image: url('../img/arrows/angle-right.svg');
  background-position: 25px 0.80em;
  background-repeat: no-repeat;
  background-size: 0.75em 0.75em;
  font-weight: normal;
  color: #000;
  text-decoration: none;
  font-size: 12px;
}

#navigation--main>ul>li>ul>li>form>button {
  padding-top: 8px;
  text-align: left;
  border: 0;
  cursor: pointer;
  width: 100%;
}

#navigation--main>ul>li>ul>li {
  border-bottom: 1px solid #eee;
}

#navigation--main>ul>li>ul>li>form {
  margin: 0px;
}

#navigation--main>ul>li>ul>li>form>button:hover {
  color: rgba(226, 0, 35, 1);
}

#navigation--main>ul>li>ul>li>a:hover {
  color: rgba(226, 0, 35, 1);
}

#navigation--main>ul>li>ul>li>form>button.active {
  color: #fff;
  background-color: rgba(226, 0, 35, 1);
  background-image: url('../img/arrows/angle-right-white.svg');

}

#navigation--main>ul>li>ul>li>a.active {
  color: #fff;
  background-color: rgba(226, 0, 35, 1);
  background-image: url('../img/arrows/angle-right-white.svg');
}

#navigation--footer {
  text-align: right;
  font-size: 0.8rem;
  border-top: 1px solid #bbb;
  margin-top: 10px;
}

#navigation--footer>ul {
  margin: 0;
  padding: 0;
}

#navigation--footer>ul>li {
  display: inline-block;
  margin: 0.5em 0;
  padding: 0;
  border-right: 1px solid #bbb;
}

#navigation--footer>ul>li:last-child {
  border-right: none;
}

#navigation--footer>ul>li>a {
  display: block;
  padding: 0 0.5em;
}

#navigation--footer>ul>li:last-child>a {
  padding-right: 0;
}

#navigation--footer>ul>li>a:hover {
  text-decoration: underline;
}

/*
 * =========
 *  CLASSES
 * =========
 */

.flex {
  display: -webkit-box;
  display: flex;
}

.flex-column {
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
}

.flex-grow {
  flex-grow: 1;
}

.flex-justify {
  justify-content: space-around;
}

.flex input[type=checkbox] {
  margin: 0 0.1em 0 0.1em;
  position: relative;
  top: 0.1em;
}

.checkbox_label_frame {
  margin: 0 0.1em 0 0.1em;
  padding: 0.2em;
  border: 1px solid lightgrey;
}

.document_upload_container p {
  margin: 0px;
}

.readMore ul {
  margin: 0;
  padding-left: 2em;
}



.inactive,
.inactive>td,
.inactive a,
.inactive>td a,
.inactive span,
.inactive h3 {
  color: #bbb;
}

/*
 * ===============
 *  LOGIN/LISTING
 * ===============
 */


.address_listing_head {
  display: none;
}

.form--flexbox {
  /*display: -webkit-box;*/
  display: flex;
  flex-direction: column;
}

#modify_installation.form--flexbox {
  display: block;
}

.address_listing,
.form_frame,
.form--add-logins_msg {
  padding: 1em;
}

.address_listing,
.UnternehmensDaten,
.PersonenDaten,
.form_frame,
.form--add-logins_msg,
.single_page_subcontainer {
  border: 1px solid lightgrey;
}

.UnternehmensDaten,
.PersonenDaten,
.single_page_subcontainer {
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}

.single_page_subcontainer {
  padding: 0em 0.3em 0.3em 0.3em;
  margin-top: 1em;
  margin-bottom: 1em;
}

.single_page_subcontainer table {
  margin-bottom: 0.5em;
}

.spbim2019 .single_page_subcontainer {
  margin-top: 2em;
}

.single_page_subcontainer .div_label,
.UnternehmensDaten .div_label,
.PersonenDaten .div_label {
  position: relative;
  background-color: #fff;
  top: -0.6em;
  left: 0.4em;
  padding: 0.3em;
  color: #bbb;
}

.hint {
  margin: 0 10px 0 0.7em;
  color: #bbb;
}

/* .form_login label, */
.address_listing label,
.edit-project-row label,
.new-project label,
.new-subproject label,
.edit-project label,
.new-doc_collection label,
.table_form label,
.admin_form label,
.form--flexbox label {
  display: inline-block;
  font-weight: bold;
  width: 100px;
  padding: 0 0.25em 0 0.7em;
}

#div_contact_addition {
  margin-top: 0px;
}

.edit-project-row .button {
  top: 0.5em;
}


.address_listing .flex>div {
  padding-left: 0.4em;
  width: 500px;
}

.address_listing .flex>div>ol {
  padding-left: 1.5em;
}

.address_listing_head label,
.form--add-logins label {
  display: inline-block;
  font-weight: bold;
  width: 115px;
  padding: 0.25em;
}

.admin_form label {
  width: 265px;
}

/* .form_login > div {
  margin: 2em 0;
} */

/* .form_login input[type=text],
.form_login input[type=password], */
.address_listing input,
.address_listing_head input,
.edit-project-row input,
.new-project input,
.new-subproject input,
.edit-project input,
.new-doc_collection input,
.admin_form input,
.form--flexbox input,
.form--flexbox textarea,
.form--add-logins input {
  padding: 0.25em;
}

.form_login input[type=text],
.form_login input[type=password],
.address_listing input,
.address_listing_head input,
.edit-project-row input,
.new-project input,
.new-subproject input,
.edit-project input,
.new-doc_collection input,
.admin_form input,
.form--add-logins input {
  width: 265px;
}

.table_form input[type=text],
.table_form input[type=date] {
  margin: 0 0.1em 0.5em 0.1em;
}

.admin_form input,
.address_listing input[type=checkbox] {
  width: auto;
  margin: 0.25em 0;
}

.address_listing .half_width,
.edit-project-row .half_width,
.new-project .half_width,
.new-subproject .half_width,
.edit-project .half_width,
.new-doc_collection .half_width {
  width: calc((265px - 1.0em) / 2);
  margin: 0.25em 0;
}

.admin_form input[type=submit] {
  padding: 0.5em;
  width: 300px;
}

.form--flexbox>div>* {
  margin-left: 0.25em;
}

.form--flexbox>div>*:first-child {
  margin-left: 0;
}

.address_listing select,
.address_listing_head select,
.edit-project-row select,
.new-project select,
.new-subproject select,
.edit-project select,
.new-doc_collection select,
.table_form select,
.form--flexbox select,
.form--add-logins select {
  width: calc(265px + 0.75em);
  padding: 0.25em;
}

.address_listing .small,
.form--flexbox .small {
  width: 86px;
}

.address_listing .medium,
.form--flexbox .medium {
  width: 150px;
}

.address_listing input:-moz-read-only {
  /* For Firefox */
  background-color: lightgray;
}

.address_listing input:read-only {
  background-color: lightgray;
}


.form--flexbox>* {
  margin-bottom: 0.25em;
}

/* .form_login__submit {
  padding-left: 110px;
  padding-left: calc(100px + 0.7em);
} */

.address_listing input,
.address_listing select,
.address_listing_head input,
.address_listing_head select,
.edit-project-row input,
.edit-project-row select,
.new-project input,
.new-project select,
.new-subproject input,
.new-subproject select,
.edit-project input,
.edit-project select,
.new-doc_collection input,
.new-doc_collection select,
.form--add-logins input,
.form--add-logins select {
  margin: 0.25em 0;
}

.table_form input,
.table_form textarea,
.table_form select {
  margin: 0 0.1em 0.5em 0.1em;
}

.address_listing input[type=submit],
.edit-project-row input[type=submit],
.project--item input[type=submit],
.new-project input[type=submit],
.table_form input[type=submit] {
  width: calc(265px + 0.75em);
  margin-left: calc(100px + 0.95em);
  padding: 0.5em 0;
}

.document_upload--author_form>input[type],
.document_upload--author_form>select,
.document_upload--microdata_form>input[type],
.document_upload--microdata_form>select {
  margin: 0 0 0.3em 0;
}

.address_listing_head input[type=submit],
.form--add-logins input[type=submit],
.form--add-logins input[type=reset] {
  width: calc(265px + 0.75em);
  margin-left: calc(115px + 0.7em);
  padding: 0.5em 0;
}

/* .form_login__submit > input[type=submit] {
  width: 260px;
  width: calc(265px + 0.75em);
  padding: 0.5em 0;
} */

.form--add-logins_msg {
  margin-left: calc(115px + 0.5em);
  margin-right: 1em;
}

/*
 * =======
 *  FORMS
 * =======
 */

form {
  margin: 1em 0;
}

input[type=submit],
input[type=reset] {
  background-color: rgba(226, 0, 35, 1);
  color: #fff;
  font-weight: bold;

  text-align: center;
  border: 0;
  cursor: pointer;
}

input[type=submit]:hover,
input[type=submit]:disabled,
input[type=reset]:hover,
input[type=reset]:disabled {
  background-color: #9e9e9e;
}

/*
 * ===============
 *  NOTIFICATIONS
 * ===============
 */

.error_message {
  margin-top: 2em;
  padding: 1em;
  border: 1px solid #f00;
  background-color: rgba(255, 0, 0, 0.1);
}

.error_message:empty {
  display: none;
}

/*
 * ==========
 *  ADRESSES
 * ==========
 */

#list--adresses,
.list--projects {
  list-style: none;
  margin: 0;
  padding: 0;
}

#list--adresses>li,
.list--projects>li {
  /* padding: 1em; */
  padding: 0.5em;
}

#list--adresses li>details {
  margin-top: 0.5em;
  margin-left: 2em;
}

#list--adresses details li,
.list--microdata li {
  padding: 0.25em 0;
}

/*
 * =========
 *  BUTTONS
 * =========
 */

.button--add_project {
  border: none;
  background-color: rgba(226, 0, 35, 1);
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  padding: 0.5em;
  margin-bottom: 0.5em !important;
}

details>div>button:first-of-type {
  margin-left: 2em;
}

/* Upload without files */

button.without-file {
  max-height: 1.5em;
  margin-top: 0.25em;
}

input.quantity-without-file {
  max-width: 2em !important;
  align-self: center;
}

/*
#pers_slide{
  margin: 0px 0px 0px 0px;
}
*/

#comp_slide {
  margin: 0px 0px 10px 0px;
}

li.edit_contact_hide {
  display: none;
}

.form--div {
  display: none;
}

details.expanded>.form--div {
  display: none;
}

input[type=submit].button--half_width,
.button--half_width {
  background-color: rgba(226, 0, 35, 1);
  color: #fff;
  font-weight: bold;
  text-align: center;
  border: 0;
  cursor: pointer;
  width: calc((265px + 0.5em) / 2);
  padding: 0.5em 0;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

.warning {
  color: red;
}

.notification {
  position: relative;
  padding: 12px;
  border: 1px solid;
  margin: 12px 0;
}

.notification-container {
  position: fixed;
  top: 0;
  width: 760px;
  z-index: 2;
}

.notification-container .notification {
  width: calc(100% - 26px);
}

.d-none {
  display: none;
}

.notification--success {
  border-color: #00bb00;
  background-color: #ccf1cc;
}

.notification--error {
  border-color: #ff0000;
  background-color: #ffcccc;
}

.notification--info {
  border-color: #4580ff;
  background-color: #dae6ff;
}

.notification--error--inconsistency {
  position: static;
  border-color: rgba(0, 131, 0, 1);
  background-color: rgba(145, 208, 79, 1);
}

.notification h2 {
  font-size: 1.1em;
}

.notification ol {
  margin: 0;
  padding: 0 0 0 1em;
}

.notification li {
  margin: 0.5em 0;
}

table {
  border-collapse: collapse;
  width: 100%;
}

tfoot td {
  padding-top: 2em;
  color: #f00;
}

th,
td {
  border: 1px solid #000;
}

.OhneVertikalenRahmen th,
.OhneVertikalenRahmen td {
  border-right: 0px;
  border-left: 0px;
}

.OhneVertikalenRahmen td {
  border-top: 0px;
}

tr.edit_contact_hide td {
  border-bottom: 0px;
}


tfoot th,
tfoot td {
  border: none;
}

th {
  padding-left: 0.3em;
  padding-right: 0.3em;
  text-align: left;
}

td {
  font-size: 80%;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

td:last-child,
th:last-child {
  padding-right: 0;
}

.project--item:nth-of-type(2n+1) {
  background-color: #ddd;
}

.project-table {
  margin-top: 1em;
}

.project-table td,
.project-table th {
  border: none;
}

.topmargin {
  margin-top: 1em;
}

.rightmargin {
  margin-right: 1em;
}

.align_right {
  text-align: right;
}

.table_row--gray {
  background-color: LightGray;
}

.table_cell--centered {
  text-align: center;
}

.text--bold {
  font-weight: bold;
}

.document-table a {
  color: green;
  text-decoration: none;
}

.document-table a:hover {
  text-decoration: underline;
}

.inline-block {
  display: inline-block;
}

.flex-shrink>* {
  flex-shrink: 1;
}

.container--address_listing_head {
  margin-bottom: 1em;
}

.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  float: left
}


.col-12 {
  width: 100%
}

.col-11 {
  width: 91.66666667%
}

.col-10 {
  width: 83.33333333%
}

.col-9 {
  width: 75%
}

.col-8 {
  width: 66.66666667%
}

.col-7 {
  width: 58.33333333%
}

.col-6 {
  width: 50%
}

.col-5 {
  width: 41.66666667%
}

.col-4 {
  width: 33.33333333%
}

.col-3 {
  width: 25%
}

.col-2 {
  width: 16.66666667%
}

.col-1 {
  width: 8.33333333%
}

.col-offset-12 {
  margin-left: 100%
}

.col-offset-11 {
  margin-left: 91.66666667%
}

.col-offset-10 {
  margin-left: 83.33333333%
}

.col-offset-9 {
  margin-left: 75%
}

.col-offset-8 {
  margin-left: 66.66666667%
}

.col-offset-7 {
  margin-left: 58.33333333%
}

.col-offset-6 {
  margin-left: 50%
}

.col-offset-5 {
  margin-left: 41.66666667%
}

.col-offset-4 {
  margin-left: 33.33333333%
}

.col-offset-3 {
  margin-left: 25%
}

.col-offset-2 {
  margin-left: 16.66666667%
}

.col-offset-1 {
  margin-left: 8.33333333%
}

.col-offset-0 {
  margin-left: 0
}

.form-group {
  display: inline-block;
  vertical-align: middle;
  width: 100%
}

.flex.form-group {
  display: -webkit-box;
  display: flex;
}

.marg-l-xs {
  padding-left: 0.25em
}

.filter_field {
  border-top: 1px solid red;
  padding: 0 0 0.2em;
  overflow: hidden;
}

.hide_border_top {
  border: none;
}

.filter_field dl {
  cursor: pointer;
  margin: 0;
  padding: 0.4em 0 0.1em;
}

.filter_field:last-child {
  border-bottom: 1px solid red;
}

.filter_field_form {
  display: -webkit-box;
  display: flex;
  align-items: flex-start;
  -webkit-box-align: start;
  height: 0;
  opacity: 0;
  transition: all 0.3s ease 0.15s;
}


.filter_field_form>*:first-child {
  max-width: 600px;
  flex-grow: 1;
  -webkit-box-flex: 1;
}

.filter_field_form>* {
  margin-right: 0.7em;
  margin-top: 1em;
}


.divider {
  font-weight: bold;
  color: red;
}

.filter_field dt {
  width: 9em;
  flex-shrink: 0;
  font-weight: bold;
  color: #000000;
  padding-right: 10px !important;
}

.filter_field_count {
  white-space: nowrap;
  color: #aaa;
}

.nowrap {
  white-space: nowrap;
}

.zwischenueberschrift2 a {
  display: block;
  padding-top: 1.4em;
}

.Streckenkategorie,
.gewerk,
.zwischenueberschrift2 {
  background-color: #999;
  padding-left: 0.5em;
}

.techAnl,
.zwischenueberschrift3 {
  background-color: #bbb;
  padding-left: 0.5em;
}

.zwischenueberschrift4 {
  background-color: #ddd;
  padding-left: 0.5em;
}

table:not(.OhneFarbwechsel)>tbody>tr:nth-child(2n) {
  background-color: #ddd;
}

.subtitle_table_document {
  margin-bottom: 1em;
}

.aufl_table {
  background-color: #fff;
  border-right: 0px;
}

.aufl_table_bea {
  background-color: #fff;
  border-left: 0px;
  width: 4em;
}

th.aufl_table_bea {
  background-color: transparent;
}

td {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  vertical-align: top;
}

.filter_field_form button {
  width: 100%;
}

.button_row {
  text-align: right;
}

.td--center {
  text-align: center;
}

td>h3 {
  margin: 0.25em 0;
}

.favs_save {
  display: none;
  padding-top: 5px;
}

.hidden {
  display: none;
}

#modify_installation,
#document_upload {
  border: 1px solid lightgrey;
  padding: 0.3em;
}

#document_upload select,
#document_upload input,
#document_upload textarea {
  padding: 0.25em;
  max-width: 100%;
}

#modify_installation .flex>label,
#document_upload .flex>label {
  margin: 0.75em 0 0;
  width: 10em;
}

#modify_installation .flex>label.slim,
#document_upload .flex>label.slim {
  margin: 0px;
}

#document_upload .flex>.flex-grow {
  width: calc(100% - 10em);
}

#document_upload .flex {
  margin-bottom: 0.5em;
}

#document_upload>.flex-column {
  display: none;
}

.flex-flexible {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  max-width: 600px;
  margin-right: 0.5em;
  min-width: 0;
}

.flex-flexible:last-child {
  margin-right: 0;
}

.truncate {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.document_upload--microdata_form,
.document_upload--author_form {
  display: -webkit-box;
  display: flex;
  flex-direction: column;
}

.template {
  display: none !important;
}

.aufl_status_814 {
  background-color: LightGreen;
}

.aufl_status_809,
.aufl_status_811,
.aufl_status_812,
.aufl_status_813 {
  background-color: Yellow;
}

.aufl_status_810 {
  background-color: LightPink;
}

.details--reorderable div {
  margin-top: 0.5em;
}

.aufl_anzahl_ds {
  font-size: 80%;
  color: rgba(226, 0, 35, 1);
}

.aufl_bearb_stift {
  text-align: center;
}

.ta_listing {
  display: none;
}

.aufl_bea_area {
  display: none;
}

.edit_md_dir {
  display: none;
}

.table_form .document_upload--microdata_form {
  display: block;
}

/* .button--add_installation {
  background-image: url('../img/button_document.svg');
} */

.ta_listing>td {
  padding-left: 1rem;
}

.aufl_bea_area>td {
  padding-left: 1rem;
}

/*.new-project {
  display: none;
}*/

.error {
  border: 1px solid #ff0000;
  padding: 1em;
  background-color: rgba(255, 0, 0, 0.2);
  font-weight: bold;
  font-size: 1.2em;
}

.noEntry {
  border: 1px solid #000;
  padding: 1em;
  background-color: #bbb;
  ;
  font-weight: bold;
  font-size: 1.2em;
}

.details--upload {
  padding: 0;
  margin-bottom: 1em;
}

.details--upload>summary {
  padding-left: 1em;
}

.details--upload.expanded>summary {
  margin-bottom: 1em;
}

.hide_item {
  display: none;
}

/* .button--as--link {
  background: transparent;
  border: none;
  color: rgba(226, 0, 35, 1);
  text-align: left;
  cursor: pointer;
}

.button--as--link:hover {
  text-decoration: underline;
} */

#dossier_list li form {
  margin: 0;
}

#dossier_list li form .button--as--link {
  font-size: 12px;
  padding: 0;
}

#UnternehmenId {
  max-width: 500px;
  margin-left: 1em;
}

.company_filter {
  padding: 1em 0;
}

.techAnl h3,
.zwischenueberschrift3 h3,
.zwischenueberschrift4 h4 {
  margin-top: 0em;
  margin-bottom: 0em;
}

.favorite--actions {
  display: none;
  padding-left: 2.5em;
  padding-bottom: 0.5em;
}

.favorite--item:hover>.favorite--actions {
  display: block;
}

.favorite--item__hidden {
  display: none;
}

/* .button--show_more {
  background-image: url('../img/button_plus.svg');
}

.button--show_less {
  background-image: url('../img/button_minus.svg');
} */

.button_row--flex {
  display: -webkit-box;
  display: flex;
}

.button_row--flex>* {
  margin-right: 0.25em;
}

.button_row--flex>*:last-child {
  margin-right: 0;
}

.button_row--flex_center {
  flex-grow: 1;
}

/* .button--icon__installation {
  background-image: url('../img/button_installation.svg');
} */

.container--add_installation {
  display: none;
}

.td_column_00 .button--small.button {
  margin-left: 0.2em;
}

.td_column_00 .button--small.button.button--open {
  margin-right: 0.2em;
}

.button--small.font_size_07_rem {
  font-size: 0.7rem;
}

.td_column_00>div .button--small.font_size_07_rem {
  top: -0.7em;
}

.td_column_00>div,
.li_column_00>div {
  margin-top: 1em;
}

#list--adresses details button,
.list--projects details button {
  margin-left: 0.3em;
}

#list--adresses details li.flex button {
  margin-top: 1em;
}

#list--adresses details>div>button,
.list--projects details>button {
  margin-top: 0.5em;
}

#list--adresses>li>div>button {
  margin-top: 0.5em;
  margin-left: 1.5em;
}

.pjgs {
  border-bottom: 1px solid red;
  padding: 0 0 0.2em;
}

.pjgs dd {
  margin-left: 20px;
}

#list--adresses .col-12 {
  float: none;
}

#single_person_div,
#new_company_div,
#new_person_div,
#new_author_div,
#new_author_container,
#new_editor_aufl_container {
  width: 390px;
  border-left: 1px solid grey;
  padding: 1em 0 1em 0;
  margin: 1em 0 1em 0;
  /**padding: 0.2em;**/
}

#single_person_div label,
#new_company_div label,
#new_person_div label,
#new_author_div label,
#new_author_container label,
#new_editor_aufl_container label {
  text-decoration-line: underline;
  text-decoration-style: dashed;
  /**margin-left: 0.2em;**/
}

.container--js-create-condition {
  font-size: 80%;
}

.progress-container {
  width: 100%;
}

.progress {
  flex-grow: 1;
  margin-right: 0.5rem;
  height: auto !important;
}

.progress-bar {
  background-color: rgba(226, 0, 35, 1) !important;
}

div:target,
th:target {
  border: 4px dotted red;
}

tr:target td,
li:target,
details:target {
  border-top: 4px dotted red;
  border-bottom: 4px dotted red;
}

tr:target>:nth-last-child(1),
li:target,
details:target {
  border-right: 4px dotted red;
}

tr:target>:nth-child(1),
li:target,
details:target {
  border-left: 4px dotted red;
}

.rm-container {
  display: inline;
}


#user_profile {
  position: relative;
}

#user_profile>a {
  position: absolute;
  top: 10px;
  left: 150px;
}

.textblock-label {
  vertical-align: top;
  margin-top: 1em;
}

.form--add-logins {
  display: none;
}

.testtabelle {
  margin: 1em;
}

.testtabelle td:first-child {
  background-color: red;
}


.pre_filter_field dd,
.pre_filter_field dt {
  color: #aaa;
}

.helper-table table,
.helper-table tr,
.helper-table td {
  border: none;
  padding: 0;
}

.helper-table td {
  font-size: 1em;
}

/* back to top button */

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  width: 3.24rem;
  height: 3.22rem;
  outline: none;
  background-color: rgba(226, 0, 35, 1);
  color: white;
  cursor: pointer;
  padding: 0;
  margin: 0;
  border-radius: 8px;
  border: 1px solid #fff;
}

#myBtn:hover {
  background-color: #555;
}

.formSammlung {
  margin: 0 !important;
}

.email_logo {
  width: 100px;
  height: auto;
}

/* Email hyperlinks styling , it is not working here , the style is called directly from Template */
.email_link {
  text-decoration: none !important;
  color: rgba(226, 0, 35, 1) !important;
  font-weight: bold !important;
}

.email_link:hover {
  background-color: red !important;
}

.header__navigation>ul>li:nth-child(2) .button {
  background: none;
  position: absolute;
}