@charset "UTF-8";

/**
 * "Collections-UL Design"
 *
 * @creator       Kupferschmidt
 * @file          application_layout.css
 */

/* =================================================================== */
/* common color style                                                  */
/* =================================================================== */

:root {
  --basalt: #262a31;
  --granat: #b02f2c;
  --karneol: #d8413e;
  --aquamarin: #8ac2d1;
  --white: #ffffff;
  --black: #000000;
  --grey80: #72606c;
  --grey50: #a79ba3;
  --grey40: #929497;
  --grey25: #d3cdd1;
  --background: #f0f0f0;
}

/* =================================================================== */
/* basic definitions                                                   */
/* =================================================================== */

body {
  background: var(--background);
}

a {
  color: var(--karneol);
}

current {
  color: var(--white);
}

h1,
h2,
h3 {
  color: var(--basalt);
  margin-top: 25px;
  margin-bottom: 25px;
}

h1 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}

h2,
h3 {
  font-size: 16px;
  font-weight: bold;
}

a:link {
  font-weight: bold;
  text-decoration: none;
}

a:visited {
  font-weight: bold;
  text-decoration: none;
}

a:focus,
a:hover {
  font-weight: bold;
  text-decoration: none;
  color: var(--aquamarin);
}

a:active {
  font-weight: normal;
  text-decoration: none;
}

input[placeholder] {
  color: var(--grey25);
}

p {
  font-size: 14px;
  text-align: justify;
  line-height: 130%;
  margin-bottom: 25px;
}

.right img {
  float: right;
}

.left img {
  float: left;
}

/* =================================================================== */
/* global dpt frame definitions                                      */
/* =================================================================== */

.dpt_background {
  background: var(--background);
}

.dpt_container {
  padding-left: 0px;
  padding-right: 0px;
  margin-botton: 20px;
}

.dpt_row {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

.dpt_row div {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

.dpt_titleline {
  background: var(--granat);
}

#dpt_content {
  margin-left: 0px;
  margin-right: 20px;
}

.panel-default > .panel-heading {
  background-color: var(--aquamarin);
  background-image: none;
  margin-top: 25px;
}

.panel-footer {
  background-color: var(--aquamarin);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top: 1px solid #ddd;
}

.panel-default {
  border-color: white;
}

.staticContentTitle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: left;
  color: #37699e;
}

/* =================================================================== */
/* above navigation                                                  */
/* =================================================================== */

#dpt_navigation_above {
  background: var(--granat);
  font-size: 14px;
  font-weight: bold;
}

.dpt_titleline {
  font-size: 24px;
  text-align: center;
  height: 80px;
  padding-top: 20px;
  color: var(--white);
}

#dpt_navigation_above-ltr ul {
  border-bottom: 1px solid var(--basalt);
  padding-top: 18px;
  padding-bottom: 21px;
  margin-right: 22px;
}

#dpt_navigation_above-ltr ul > li {
  list-style-type: none;
  display: block;
  float: right;
  width: 12%;
  min-width: 120px;
  max-width: 200px;
  margin-right: 5px;
}

#dpt_navigation_above-ltr ul > li span.dpt_navigation_item_marked a {
  color: var(--granat);
  border-bottom-color: var(--white);
  overflow: visible;

  /*#dpt_navigation_above-ltr div > ul > li.dpt_navigation_top_1_selected-ltr a {
 	 color: #0f0;*/
}

#dpt_navigation_above-ltr ul > li a {
  display: block;
  text-align: center;
  border: 1px solid var(--basalt);
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  background-image: -webkit-linear-gradient(top left, var(--white), var(--white));
  background-image: -moz-linear-gradient(right bottom, var(--white), var(--white));
  background-image: -o-linear-gradient(var(--white), var(--white));
  background-image: linear-gradient(var(--white), var(--white));
  padding-left: 18px;
  padding-right: 18px;
}

#dpt_navigation_above-ltr > ul > li a:hover {
  color: var(--granat);
}

/* =================================================================== */
/* below navigation                                                  */
/* =================================================================== */

#dpt_navigation_below {
  color: var(--white);
  font-size: 20px;
  font-weight: normal;
  top: 20px;
  position: relative;
  font-size: 0.9em;
  background: var(--aquamarin);
  height: 50px;
}

#dpt_navigation_below ul {
  padding-top: 18px;
}

#dpt_navigation_below ul > li {
  list-style: none;
  display: inline;
  padding-left: 18px;
  padding-right: 18px;
  border-right: 1px solid var(--white);
}

#dpt_navigation_below ul > li > a {
  position: absolut;
  color: var(--white);
  font-weight: normal;
  display: inline;
}

/* =================================================================== */
/* right navigation                                                  */
/* =================================================================== */

#dpt_left {
}

#dpt_language_select {
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 40px;
}

#dpt_language_select > a {
  font-size: 80%;
  font-weight: bold;
}

#dpt_navigation_left {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

#dpt_navigation_left ul {
  padding-left: 10px;
}

.dpt_navigation_main_1_line-empty {
  text-align: left;
  visible: none;
  height: 10px;
  list-style-type: none;
}

.dpt_navigation_main_1_line-with-main-element-ltr {
  text-align: left;
  list-style-type: none;
}

.dpt_navigation_main_2_line-with-element-ltr {
  text-align: left;
  margin-left: 20px;
}

.dpt_navigation_main_2_line-with-element-end-ltr {
  text-align: left;
  margin-left: 20px;
}

.dpt_navigation_main_2_plus-ltr {
  text-align: left;
  margin-left: 20px;
}

.dpt_navigation_main_2_minus-ltr {
  text-align: left;
  margin-left: 20px;
}

.dpt_navigation_main_2_minus-selected-ltr {
  text-align: left;
  margin-left: 20px;
}

.dpt_navigation_main_2_minus-selected-end-ltr {
  text-align: left;
  margin-left: 20px;
}

.dpt_navigation_main_2_minus-end-ltr {
  text-align: left;
  margin-left: 20px;
}

.dpt_navigation_main_2_plus-end-ltr {
  text-align: left;
  margin-left: 20px;
}

.dpt_navigation_main_2_line-with-element-selected-ltr {
  text-align: left;
  margin-left: 20px;
}

.dpt_navigation_main_2_line-with-element-selected-end-ltr {
  text-align: left;
  margin-left: 20px;
}

.dpt_navigation_main_3_line-with-element-ltr {
  text-align: left;
  margin-left: 40px;
}

.dpt_navigation_main_3_line-with-element-end-ltr {
  text-align: left;
  margin-left: 40px;
}

.dpt_navigation_main_3_line-with-element-selected-ltr {
  text-align: left;
  margin-left: 40px;
}

.dpt_navigation_main_3_line-with-element-selected-end-ltr {
  text-align: left;
  margin-left: 40px;
}

#dpt_navigation_version {
  padding-top: 10px;
  font-size: 0.8em;
}

/* =================================================================== */
/* content area definitions                                            */
/* =================================================================== */

.dpt_contributors img {
  vertical-align: top;
  width: 300px;
  padding-left: 10px;
}

.dpt_description_subtitle-ltr {
  border-radius: 5px;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 3px;
  background-color: var(--white);
  border: 1px solid var(--basalt);
  color: var(--basalt);
}

.dpt_description_icon-ltr {
  background: none;
  border: none;
  float: right;
}

.dpt_description_icon-ltr a > img {
  height: 20px;
}

.dpt_description_headline-ltr {
  color: var(--karneol);
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  vertical-align: middle;
  padding-top: 20px;
  border-bottom: solid;
}

#dpt_toc_position {
  margin-top: 16px;
  margin-left: 0px;
}

#dpt_toc_position > ul > li {
  margin-left: -25px;
}

.dpt_result_signature-ltr {
  float: left;
}

.dpt_result_bookmarks-ltr {
  width: 100px;
}

.dpt_result_image-ltr {
}

.dpt_result_fields {
  width: 100%;
}

.dpt_result_field1 {
  width: 50%;
  padding-right: 20px;
  vertical-align: top;
  text-align: left;
}

.dpt_result_field2 {
  padding-left: 20px;
  width: 50%;
  vertical-align: top;
  text-align: right;
}

#dpt_metadata_heading-ltr {
  width: 100%;
  margin-bottom: 28px;
  margin-top: 20px;
  color: var(--basalt);
  font-weight: normal;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 22px;
  text-align: left;
}

#dpt_metadata_headlinks-ltr {
  text-align: right;
  margin-bottom: 15px;
}

/* =================================================================== */
/* definition for basket functions                                     */
/* =================================================================== */

.dpt_result_bookmarks-ltr {
  background-color: var(--background);
}

.dpt_result_bookmarks-ltr > .btn-group {
  padding-left: 10pt;
}

.dpt_result_bookmarks-ltr > .btn-group,
.dpt_result_bookmarks-ltr a {
  display: block;
}

.dpt_basket_bookmarks-ltr {
  min-width: 40px;
}

.dpt_basket_button_remove {
  background-color: var(--grey80);
}

/* =================================================================== */
/* definition editor functions                                         */
/* =================================================================== */

#dpt_editor > ul > li.nav-item > a {
  background-color: var(--karneol);
  color: var(--white);
}

#dpt_editor > ul > li.nav-item > a:active:hover:focus {
  background-color: var(--granat);
  color: var(--white);
}

.btn.dpt_editor_button.dpt_editor_button_default {
  background-color: var(--basalt);
}

.dpt_editor_button_dropdown {
  background-color: var(--karneol);
  min-width: 28px;
}

.dropdown-menu {
  min-width: 0rem;
  text-align: center;
}

div.dropdown-menu > h6.dropdown-header {
  color: var(--white);
  background-color: var(--karneol);
}

div.dropdown-menu > a > button {
  color: var(--basalt);
  background-color: var(--white);
}

.btn-group.pull-right {
  margin-top: 25px;
}

.btn-primary.active:not(:disabled):not(.disabled),
.btn-primary:active:not(:disabled):not(.disabled),
.btn-primary:hover,
.show > .btn-primary.dropdown-toggle {
  background-color: var(--aquamarin);
  border-color: var(--aquamarin);
}

.dpt_icon {
  font-size: 1.2em;
  padding-top: 3px;
  padding-bottom: 3px;
}

#dpt_metadata_content {
  width: 100%;
  margin-bottom: 28px;
}

#dpt_metadata_headlinks-ltr {
  text-align: right;
}

table#dpt_metadata_content {
  border-collapse: none;
  border-spacing: 2;
}

.TableContent > thead {
  boder-collapse: collapse;
  border: 1px solid #37699e;
}

.TableContent > tbody > tr > td {
  boder-collapse: collapse;
  border: 1px solid #37699e;
  margin-bottom: 25px;
}

/* =================================================================== */
/* user system definitions                                             */
/* =================================================================== */

.user-realms {
  text-align: justify;
}

.user-realms div > form > input {
  background-color: #9e929a;
  font-size: 20px;
  color: #f2efe4;
  padding: 10px;
}

#loginname {
  background: var(--white) !important;
}

#password {
  background: var(--white) !important;
}

/* =================================================================== */
/* dptbase common changes                                              */
/* =================================================================== */

.dpt_frame {
  text-align: left;
}

.dpt_metadata_name-ltr {
  vertical-align: top;
  background: none repeat scroll 0 0 var(--white);
  border-bottom: 10px solid var(--background);
  color: #000000;
  font-size: 100%;
  font-weight: normal;
  padding: 3px;
  width: 240px;
}

.dpt_metadata_name_bold-ltr {
  vertical-align: top;
  background: none repeat scroll 0 0 var(--white);
  border-bottom: 10px solid var(--background);
  color: var(--basalt);
  font-size: 100%;
  font-weight: bold;
  padding: 3px;
  width: 240px;
}

.dpt_metadata_value-ltr {
  vertical-align: top;
  background: none repeat scroll 0 0 var(--white);
  border-bottom: 10px solid var(--background);
  font-size: 100%;
  color: #000000;
  padding: 3px;
}

.dpt_metadata_value-ltr ul {
  margin-bottom: 0px;
}

#dpt_external_link_view {
  font-size: 16px;
  text-align: left;
}

#dpt_pndbeacon_result {
  font-size: 16px;
  text-align: left;
  margin-bottom: 10px;
}

.dpt_sitemap_menuheader h3 {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 22px;
}

/* =================================================================== */
/* definition for editor                                               */
/* =================================================================== */

#dpt_editor {
  background: var(--background);
}

.dpt_editor_table {
  width: 100%;
  border-color: var(--karneol);
}

#dpt_editor_tabline {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.25);
  background: var(--white);
}

#dpt_editor_tabline > li > a.active {
  border-color: var(--karneol);
  border-style: solid;
  background: var(--karneol);
  color: var(--white);
}

#dpt_editor_tabline > li > a:link:visited:hover:focus:active {
  color: var(--white) !important;
}

#dpt_editor ul > li > a {
  color: var(--grey40);
  border-radius: 0px !important;
  border-bottom: 0px;
}

.dpt_editor_linkfield {
  width: 415px;
  border: 1px solid gray;
}

.dpt_editor_required {
  width: 100%;
  padding-top: 28px;
  color: var(--basalt);
  margin-bottom: 28px;
}

.dpt_editor_language {
  height: 34px;
  border: 1px solid gray;
  border-radius: 0px;
  width: 20%;
}

.dpt_editor_measurement {
  height: 34px;
  border: 1px solid gray;
  border-radius: 0px;
  width: 50px;
}

.dpt_editor_calendar {
  height: 34px;
  border: 1px solid gray;
  border-radius: 0px;
  width: 20%;
}

.dpt_editor_validation {
  font-size: 0.7em;
  text-align: center;
  color: #b0261f;
}

.dpt_editor_form {
  padding-left: 28px;
  padding-right: 28px;
  padding-top: 28px;
  padding-bottom: 28px;
}

.dpt_editor_button {
  border-radius: 0px;
  border: 0px;
  height: 30px;
  font-size: 15px;
  font-weight: bold;
  min-width: 80px;
  max-width: 160px;
  margin-left: 0px;
  margin-right: 0px;
  background-image: none;
  text-shadow: none;
}

.dpt_editor_subselect_button {
  border-radius: 0px;
  border: 0px;
  height: 30px;
  font-size: 15px;
  font-weight: bold;
  max-width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  background-image: none;
  text-shadow: none;
}

.dpt_editor_value-ltr p {
  padding: 0px;
  margin: 1px;
}

.dpt_editor_value-ltr p > button {
  width: 30px;
  height: 30px;
  margin: 3px;
  padding: 0px;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
}

.dpt_editor_headline-ltr {
  color: var(--karneol);
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  vertical-align: middle;
  padding-top: 20px;
  border-bottom: solid;
}

.dpt_editor_button_primary {
  background-color: var(--karneol);
  color: var(--white);
}

.dpt_editor_button_default {
  background-color: var(--basalt);
  color: var(--white);
}

a.dpt_editor_button_default,
a.dpt_editor_button_default:hover {
  background-color: var(--basalt);
  vertical-align: top;
  color: var(--white);
}

.dpt_editor_name-ltr {
  padding-top: 0px;
  padding-right: 16px;
  padding-bottom: 5px;
  width: 180px;
  height: 44px;
  text-align: left;
  color: var(--basalt);
  font-size: 15px;
  line-height: 18px;
  font-weight: normal;
  vertical-align: top;
}

.dpt_editor_subname-ltr {
  width: 180px;
}

.dpt_editor_subvalue-ltr {
  width: 100%;
}

.dpt_editor_value_ltr {
  text-align: left;
  margin-top: 5px;
  padding-bottom: 10px;
}

.dpt_editor_value_ltr p > input {
  color: #4f3847;
  font-size: 14px;
  line-height: 16px;
  padding-left: 5px;
  padding-right: 5px;
}

.btn-default:hover {
  background-color: var(--basalt);
}

.dpt_editor_inputfield {
  width: 100%;
  height: 34px;
  padding-left: 3px;
}

.dpt_editor_inputarea {
  width: 100%;
  padding-left: 3px;
}

.dpt_editor_select-ltr {
  width: 100%;
  height: 34px;
  border: 1px solid gray;
  border-radius: 0px;
}

.dpt_editor_select_dimension-ltr {
  width: 100px;
  height: 34px;
  border: 1px solid gray;
  border-radius: 0px;
}

.dpt_editor_select_mesurement-ltr {
  width: 100px;
  height: 34px;
  border: 1px solid gray;
  border-radius: 0px;
}

.mcr_xeditor_repeaterbutton_minus {
  background-color: var(--granat);
  color: var(--white);
}

.mcr_xeditor_repeaterbutton_plus {
  background-color: var(--granat);
  color: var(--white);
}

.mcr_xeditor_repeaterbutton_arrow-up {
  background-color: var(--granat);
  color: var(--white);
}

.mcr_xeditor_repeaterbutton_arrow-down {
  background-color: var(--granat);
  color: var(--white);
}

/* =================================================================== */
/* definition for search mask                                          */
/* =================================================================== */

.dpt_search_value-ltr {
  padding-bottom: 10px;
}

.dpt_search_inputfield {
  width: 100%;
  font-size: 14px;
  height: 34px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3px;
}

.dpt_search_selectfield {
  border: 1px solid gray;
  border-radius: 0px;
}

.editorTextfield {
  border: 1px solid gray;
  border-radius: 0px;
}

#dpt_search_selector_maxResults-ltr {
  padding-left: 12px;
  padding-right: 12px;
  border: 1px solid gray;
  border-radius: 0;
  box-shadow: none;
  display: inline-block;
  font-size: 13px;
  height: 34px;
  line-height: 18px;
  width: 220px;
  background-color: #fff;
  background-image: none;
}

#dpt_search_selector_numPerPage-ltr {
  padding-left: 12px;
  padding-right: 12px;
  margin-left: 6px;
  border: 1px solid gray;
  border-radius: 0;
  box-shadow: none;
  display: inline-block;
  font-size: 13px;
  height: 34px;
  line-height: 18px;
  width: 220px;
  background-color: #fff;
  background-image: none;
}

#dpt_search_select_sortName {
  padding-left: 12px;
  padding-right: 12px;
  border: 1px solid gray;
  border-radius: 0;
  box-shadow: none;
  display: inline-block;
  font-size: 13px;
  height: 34px;
  line-height: 18px;
  width: 220px;
  background-color: #fff;
  background-image: none;
}

#dpt_search_select_sortOrder {
  padding-left: 12px;
  padding-right: 12px;
  margin-left: 6px;
  border: 1px solid gray;
  border-radius: 0;
  box-shadow: none;
  display: inline-block;
  font-size: 13px;
  height: 34px;
  line-height: 18px;
  width: 220px;
  background-color: #fff;
  background-image: none;
}

.dpt_search_selector_results-ltr {
  float: left;
}

#dpt_search_form {
  background: var(--background);
  margin-bottom: 25px;
}

#dpt_search_form form > fieldset > p {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 0px;
}

#dpt_search_form form > fieldset > p > input.dpt_simplesearch_inputfield {
  font-size: 15px;
  height: 30px;
  border: 1px solid var(--basalt);
  border-radius: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
  width: 650px;
}

#dpt_search_form form > fieldset > p > button {
  display: inline-block;
}

#dpt_search_form form > fieldset > p > input.dpt_simplesearch_checkbox {
  border: 1px solid var(--basalt);
  padding-top: 5px;
}

#dpt_search_form form > fieldset > p > span {
  vertical-align: middle;
}

.btn.dpt_editor_button.dpt_editor_button_default {
  background-color: var(--basalt);
}

.btn-group.pull-right {
  margin-top: 25px;
}

.dpt_search_value_ltr {
  paddin-top: 0px;
  padding-bottom: 5px;
  height: 30px;
  width: 554px;
}

.form-inline .form-control {
  width: 100%;
}

.dpt_search_value_ltr input {
  color: #4f3847;
  font-size: 14px;
  line-height: 16px;
}

.dpt_search_select-ltr {
  width: 554px;
  font-size: 14px;
  background: #ffffff;
  height: 28px;
  line-height: 18px;
  padding: 2px 0 2px 12px;
}

.dpt_search_selector_calendar-ltr {
  color: #4f3847;
  font-size: 14px;
  line-height: 18px;
  height: 28px;
  padding: 2px 12px 2px 0;
  background-color: #ffffff;
}

#dpt_search_selector_sortname-ltr {
  color: #4f3847;
  font-size: 14px;
  line-height: 18px;
  height: 28px;
  width: 275px;
  padding: 2px 0 2px 12px;
  background-color: #ffffff;
}

#dpt_search_selector_sortorder-ltr {
  color: #4f3847;
  font-size: 14px;
  line-height: 18px;
  height: 28px;
  width: 275px;
  padding: 2px 0 2px 12px;
  background-color: #ffffff;
}

.ui-autocomplete {
  color: #999;
  background-color: #f3f7fd;
  width: 554px;
  font-size: 14px;
  border: 1px solid gray;
  border-radius: 0px;
}

.ui-autocomplete li {
}

/* =================================================================== */
/* definition for toc                                                  */
/* =================================================================== */

ul.dpt_toc_direction_ltr {
  list-style-image: url('/images/dpt_arrow_right.png');
}

.dpt_toc_direction_ltr li {
  padding-top: 8px;
}

/* =================================================================== */
/* definition for result list                                          */
/* =================================================================== */

.pagination > .page-item.active .page-link {
  border-color: var(--aquamarin);
  background-color: var(--aquamarin);
}

.pagination > li > a,
.pagination > li {
  color: var(--aquamarin);
}

.dpt_result_header-ltr {
  line-height: 25px;
  font-size: 15px;
  margin-top: 20px;
}

.dpt_result_header_new_search-ltr {
  text-align: left;
}

.dpt_result_header_numbers-ltr {
  text-align: right;
  padding-top: 12px;
  padding-bottom: 12px;
}

.dpt_result_pages {
  text-align: center;
  padding-bottom: 12px;
}

.dpt_result_table {
  width: 100%;
}

.dpt_response_row {
  background: var(--grey25);
}

.dpt_result_title-ltr {
  background: var(--grey25);
  border-top: 1px solid var(--basalt);
  border-left: 1px solid var(--basalt);
  border-right: 1px solid var(--basalt);
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 10px;
  font-size: 22px;
  line-height: 22px;
  height: 50px;
}

.dpt_result_image-ltr {
  width: 150px;
}

.dpt_result_media-ltr {
  background: var(--grey25);
  width: 150px;
  border: 1px solid var(--basalt);
}

.dpt_result_description-ltr {
  background: var(--white);
  border-left: 1px solid var(--basalt);
  border-right: 1px solid var(--basalt);
  border-bottom: 1px solid var(--basalt);
  vertical-align: top;
}

.dpt_result_description-title {
	font-weight: bold;
}

#dpt_result_list_link {
  text-align: center;
}

.dpt_result_details {
  display: grid;
  gap: 24px;
}

.dpt_result_details .dpt-result-item-metadata {
  display: grid;
  grid-template-columns: 80px 1fr;
  column-gap: 10px;
}

.dpt_result_details .dpt-result-item-metadata > div:nth-child(1) {
  background: var(--grey25);
  border-top: 1px solid var(--basalt);
  border-left: 1px solid var(--basalt);
  border-right: 1px solid var(--basalt);
  font-size: 22px;
  grid-column: 2;
  grid-row: 1;
  height: 50px;
  line-height: 22px;
  padding: 16px 16px 10px;
}

.dpt_result_details .dpt-result-item-metadata > div:nth-child(2) {
  border-bottom: 1px solid var(--basalt);
  border-left: 1px solid var(--basalt);
  border-right: 1px solid var(--basalt);
  padding: 16px 10px 16px;
}

.dpt_result_details .dpt-result-item-metadata p {
  margin: 0;
}

.dpt_result_details .dpt-result-item-metadata .dpt-btn-basket {
  align-self: center;
  grid-column: 1;
  grid-row: 1 / span 2;
}

.dpt_result_description-ltr {
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  border-bottom: 1px solid var(--basalt);
}

/* =================================================================== */
/* content area definitions                                            */
/* =================================================================== */

.dptbase_description_subtitle-ltr {
  border-radius: 5px;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 2px;
  margin-bottom: 2px;
  /*margin-left: 0px !important; NOCHMAL TESTEN*/
  padding: 3px !important;
  background-color: var(--aquamarin);
  border: 1px solid var(--basalt);
  color: var(--basalt);
}

#ul_metadata_content {
  width: 100%;
  margin-bottom: 28px;
}

table#myihs_metadata_content {
  border-collapse: separate;
  border-spacing: 2px;
}

/* =================================================================== */
/* definition for index pages                                          */
/* =================================================================== */

#dpt_index_intro-ltr {
  padding: 28px;
  background: #f3f7fd;
  border: 1px solid var(--basalt);
  margin-bottom: 18px;
}

#dpt_index_intro-ltr p {
  text-align: left;
}

#dpt_index_search-ltr {
  padding: 10px;
  background: var(--aquamarin);
  text-align: center;
  border: 1px solid var(--basalt);
  padding: 28px;
  margin-bottom: 18px;
}

#dpt_index_letter-ltr a {
  padding-left: 2px;
  padding-right: 2px;
}

#dpt_index_search-ltr form > span > select {
  heigth: 30px;
  font-size: 16px;
  height: 30px;
  line-height: 18px;
  padding: 2px 0 2px 12px;
  vertical-align: middle;
}

#dpt_index_search-ltr form > input {
  width: 350px;
  height: 30px;
  font-size: 16px;
}

.dpt_index_results-ltr {
  padding: 28px;
  background: #f3f7fd;
  border: 1px solid var(--basalt);
}

.dpt_index_results-ltr ul {
  margin-left: 28px;
  padding-left: 28px;
}

.dpt_index_results-ltr ul > li.dpt_index_results_value {
  list-style-image: url('/images/dpt_index_item_plain.png');
}

.dpt_index_results-ltr ul > li.dpt_index_results_range {
  list-style-image: url('/images/dpt_index_folder_closed.png');
}

.dpt-indexpage-results ul {
  text-align: start;
}

/* =================================================================== */
/* definition for classification browsern                              */
/* =================================================================== */

div#classificationBrowser-ltr {
  width: 100%;
}

div.classificationBrowser {
  background-color: none;
}

.dpt_classification_browser_data {
  background-color: var(--aquamarin);
  padding-top: 20px;
  padding-bottom: 20px;
}

/* =================================================================== */
/* definition for dpt_session_listing                                  */
/* =================================================================== */

.dpt_session_listing_general-ltr {
  width: 100%;
  margin-bottom: 28px;
}

.dpt_session_listing_grouping-ltr {
  width: 100%;
  margin-bottom: 28px;
}

.dpt_session_listing_grouping-ltr input {
  margin-left: 10px;
  margin-right: 10px;
}

.dpt_session_listing_grouping-rtl input {
  margin-left: 10px;
  margin-right: 10px;
}

.dpt_session_listing_content_table-ltr {
  width: 100%;
  margin-bottom: 52px;
  background: #f3f7fd;
  border: 1px solid var(--basalt);
}

tr.dpt_session_listing_row_even {
}

tr.dpt_session_listing_row_odd {
}

td.dpt_session_listing_head {
  font-size: 0.8em;
  font-weigt: bold;
}
td.dpt_session_listing_data {
  font-size: 0.8em;
}

/* =================================================================== */
/* error message definitions                                           */
/* =================================================================== */

div#dpt_error_message {
  width: 100%;
  padding: 28px;
  background: #f3f7fd;
  border: 1px solid var(--basalt);
}

/* =================================================================== */
/* iview definitions                                                   */
/* =================================================================== */

.dpt_show_derivate_image > div.container {
  width: 100%;
  min-height: 256px;
  max-width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
}

#dpt_show_derivates {
  overfolw: auto;
}

.dpt_show_derivate {
  width: 100%;
}

#dpt_show_derivates_table {
  table-layout: fixed;
  text-align: center;
  max-width: 800px;
  width: 100%;
}

#dpt_show_derivates_table {
  background-color: #d2deec;
  table-layout: fixed;
  text-align: center;
  max-width: 829px;
}

.thumbnail {
  background: var(--background);
  padding: 0px;
}

.thumbnail > img {
  max-height: 350px;
  max-width: 100%;
}

/* =================================================================== */
/* java script to build PDF of images                                  */
/* =================================================================== */

#LpzPDFgenDiv {
  position: absolute;
  background: #f3f7fd;
  left: -100px;
  top: 500px;
  width: 600px;
  height: 300px;
  border-width: 1px;
  border-color: #000;
  border-style: solid;
  padding: 5px;
}

/* =================================================================== */
/* mycore user system                                                  */
/* =================================================================== */

.userEditor div > div > div > label {
  padding-left: 20px;
  width: 160px;
}

/* =================================================================== */
/* old definitions                                                     */
/* =================================================================== */

input.textFieldS {
  width: 340px;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
}

input.textFieldM {
  width: 340px;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
}

input.textFieldM-rtl {
  width: 340px;
  direction: rtl;
  textalign: right;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
}

input.textFieldL {
  width: 340px;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  margin-left: 7px;
  margin-right: 7px;
}

.langTextField {
  width: 260px;
  vertical-align: middle;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  margin-left: 7px;
  margin-right: 7px;
}

.langTextFieldOR {
  width: 260px;
  vertical-align: middle;
  padding-left: 7px;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
}

textarea.textAreaS {
  width: 340px;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
}

textarea.textAreaM {
  width: 340px;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
}

textarea.textAreaL {
  width: 340px;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
}

/* =================================================================== */
/* iview definitions                                                   */
/* =================================================================== */

.viewer {
  height: 1000px;
  margin-bottom: 30px;
  position: relative;
}

/* =================================================================== */
/* pagination                                                          */
/* =================================================================== */

.result-pagination {
  margin: 30px 0;
}

.result-pagination .result-pagination-pages {
  display: flex;
  gap: 10px;
  justify-content: center;
  list-style: none;
  padding: 0;
}

.result-pagination .result-pagination-page {
  border: 1px solid var(--basalt);
  color: var(--color-text);
  cursor: pointer;
  display: block;
  line-height: 1.25;
  padding: 0.5rem 0.75rem;
}

.result-pagination .result-pagination-page:focus,
.result-pagination .result-pagination-page:hover {
  background-color: var(--granat);
  border: 1px solid var(--granat);
  box-shadow: none;
  color: var(--white);
  text-decoration: none;
}

.result-pagination .result-pagination-page.disabled {
  cursor: auto;
  pointer-events: none;
}

.result-pagination .result-pagination-page.selected {
  background-color: var(--granat);
  border: 1px solid var(--granat);
  color: var(--white);
}

/* =================================================================== */
/* misc                                                                */
/* =================================================================== */

.dpt-btn-basket {
  align-items: center;
  background-color: var(--karneol);
  color: var(--white);
  cursor: pointer;
  display: inline-flex !important;
  font-size: 15px;
  font-weight: bold;
  height: 30px;
  justify-content: center;
  min-width: 80px;
  max-width: 160px;
  margin-left: 0px;
  margin-right: 0px;
}

.dpt-btn-basket:focus,
.dpt-btn-basket:hover {
  background-color: var(--aquamarin);
  color: var(--white);
}

.form-login .form-group {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 6fr;
}

.form-login .form-group label {
  justify-self: flex-start;
}

.dpt_metadata_value-ltr p {
  font-size: 100%;
  margin-bottom: 0;
}

#dpt_metadata_headlinks-ltr {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
}

#dpt_metadata_headlinks-ltr .btn-group {
  display: flex;
  gap: 5px;
}

#dpt_metadata_headlinks-ltr .dropdown-menu .dpt-btn-basket {
  width: 100%;
}

.dpt_response_row p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

.solr-filter-link i {
  margin-left: 5px;
}

.dpt_result_bookmarks-ltr > .btn-group {
  padding-left: 0;
}

#dpt_buttons_basket {
  display: flex;
  gap: 3px;
  justify-content: flex-end;
  margin-bottom: 25px;
}

.dpt_editobject {
  display: flex;
  padding-inline-start: 0;
  list-style: none;
  margin-bottom: 0px;
}

.dpt_editobject li {
position: relative;
display:inline
}

.bookmark-buttons-container {
  align-items: center;
  display: grid;
  gap: 3px;
  justify-content: center;
}

.metadata-list-classification-inline {
  display: flex;
  padding-inline-start: 0;
  list-style: none;
  margin-bottom: 0px;
  display: inline-block;
}

.metadata-list-classification-wrap {
  padding-inline-start: 0;
  list-style: none;
  margin-bottom: 0px;
}

.metadata-list-historydate-wrap {
  padding-inline-start: 0;
  list-style: none;
  margin-bottom: 0px;
}

.metadata-list-i18n-wrap {
  padding-inline-start: 0;
  list-style: none;
  margin-bottom: 0px;
}

.metadata-list-i18n-inline {
  padding-inline-start: 0;
  list-style: none;
  margin-bottom: 0px;
  display: inline-block;
}

/* =================================================================== */
/* Agent search form                                                   */
/* =================================================================== */

.search-form-buttons button {
  background-color: #d8413e;
  border: 0;
  border-radius: 0px;
  color: white;
  font-size: 15px;
  font-weight: bold;
  height: 30px;
  max-width: 160px;
  min-width: 80px;
  margin-left: 0px;
  margin-right: 0px;
  text-shadow: none;
}

.search-form-grid label {
  font-size: 15px;
  font-weight: normal;
}

.search-form-grid input,
.search-form-grid select {
  background-color: white;
  border: 1px solid gray;
  height: calc(1.5em + 0.75rem + 2px);
  font-size: 13px;
  line-height: 18px;
  padding: 0 10px;
}

.search-form-grid .search-form-date label {
  margin-bottom: 0;
}

.search-form-options select {
  width: 100% !important;
}

.search-form-options #dpt_search_select_sortOrder {
  margin-left: 0;
}
