/* open-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v40-latin-300.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/open-sans-v40-latin-300italic.woff2') format('woff2');
}

@font-face {
  font-display: swap; 
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'); 
}

/* remove spinner from numerical input fields */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button 
{
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] 
{
  -moz-appearance: textfield;
}


.id_body_page {
  margin: 0px;
  min-width: 1150px;
  font-family: 'Open Sans', sans-serif;
  background-color: #ffffff;
}

.id_download_tabel {
  border: thin none #ff3028;
  border-radius: 0px;
  border-spacing: 2px 5px;
  float: left;
  clear: right;
  padding: 0px;
  margin: 0px;
  width: 450px;
}

.id_download_tabel .id_download_table_row {
  padding: 0px;
  margin: 0px;
  height: 26px;
}

.id_download_tabel .id_download_table_row_title {
  text-align: right;
  font-style: italic;
  font-weight: 300;
  font-size: 13px;
  padding: 4px;
}

.id_download_tabel .id_download_table_link_text {
  clear: both;
  text-decoration: none;
  font-weight: 300;
  font-size: 13px;
  background-color: #e2f3ff;
  color: #0a4cff;
  border: 1px solid #99e2ff;
  margin: 1px 1px 1px 10px;
  padding: 4px;
}

.id_download_tabel .id_download_table_link_text:hover {
  background-color: #d2e3ef;
}

.id_footer {
  font-weight: 300;
  font-size: 12px;
  font-style: italic;
  margin: 5px;
}

.id_gallery_container_outer {
  display: table-cell;
  margin: 0px;
  background-color: White;
  border-radius: 0px;
  padding: 0px;
  position: relative;
  max-width: 450px;
  float: left;
  min-height: 800px;
}

.id_gallery_container_inner {
  border: 1px solid #afafaf;
  margin: 2px;
  background-color: White;
  border-radius: 20px;
  padding: 10px;
  position: relative;
  min-height: 778px;
}

.id_gallery_container_wide_outer {
  display: table-cell;
  margin: 0px;
  background-color: White;
  border-radius: 0px;
  padding: 0px;
  position: relative;
  max-width: 900px;
  float: left;
  min-height: 800px;
}

.id_gallery_container_wide_inner {
  border: 1px solid #afafaf;
  margin: 2px;
  background-color: White;
  border-radius: 20px;
  padding: 10px;
  position: relative;
  min-height: 778px;
}

.id_gallery_container_image {
  position: relative;
  clear: both;
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
}

.id_gallery_container_title {
  vertical-align: top;
  font-size: 24px;
  border-bottom: 1px solid Black;
  position: relative;
  float: none;
  font-weight: 400;
}

.id_item_container {
  background-color: White;
}

.id_page_image_left {
  float: left;
  margin: 5px 20px 5px 0px;
}

.id_page_image_right {
  float: right;
  margin: 5px 0px 5px 20px;
}

.id_page_subtitle {
  clear: both;
  text-align: left;
  font-weight: 400;
  font-size: 24px;
  padding-top: 50px;
  border-bottom: 1px solid Black;
}

.id_page_title {
  clear: both;
  text-align: left;
  font-weight: 400;
  font-size: 28px;
  border-bottom: 2px solid Black;
}

.id_page_text {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
}

.id_separator {
  background-color: White;
  height: 20px;
  padding: 0px;
  margin: 0px;
  border-bottom: 1px solid Black;
}

.id_text_heading {
  font-weight: 400;
  font-size: 24px;
}

.id_content_outer {
  clear: both;
  background-color: White;
  margin: 0px;
  padding: 0px;
}

.id_content_inner {
  clear: both;
  background-color: White;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0px;
}

.id_menu_band {
  position: relative;
  width: 100%;
  min-height: 64px;
  margin: 0px;
  padding: 0px;
  background-color: #424242;
  clear: both;
}

.id_menu_band .id_menu_entry {
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
  vertical-align: center;
  text-align: center;
  border: 1px solid White;
  float: left;
  color: White;
  min-width: 120px;
  margin: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.id_menu_band .id_menu_entry:hover {
  background-color: #303030;
}

.id_title_bar {
  position: relative;
  width: calc(100% - 4px);
  height: 115px;
  padding: 0px;
  margin: 1px;
  background-color: WhiteSmoke;
  border: 1px solid Black;
}

.id_title_bar .id_logo {
  position: absolute;
  top: 20px;
  left: 10px;
}

.id_title_bar .id_header_1 {
  position: absolute;
  top: 20px;
  left: 220px;
  font-weight: 300;
  font-size: 32px;
}

.id_title_bar .id_header_2 {
  position: absolute;
  top: 64px;
  left: 220px;
  font-weight: 300;
  font-size: 24px;
  font-style: italic;
}

.id_title_bar .id_header_title {
  position: absolute;
  top: 40px;
  left: 50%;
  width: calc(50% - 10px);
  text-align: right;
  font-weight: lighter;
  font-size: 30px;
}

.id_title_bar .id_leaf {
  position: absolute;
  top: 20px;
  left: calc(100% - 80px);
}

.id_input_edit {
text-align: center;
}

.id_combobox_select {
width: 100%;
text-align: center;
}



