:root {
  --df-header-bg: #203240;
  --df-header-fg: #fff;
  --df-footer-bg: #203240;
  --df-footer-fg: #fff;
  --df-footer-border: #4d5b66;
  --df-body-bg: #fffbf5;
  --df-body-fg: #030;
  --df-btn-primary: #030;
  --df-btn-secondary: #030;
  --df-btn-tertiary: #030;
}

html,
body {
  font-family: "Nunito", sans-serif;
  /*font-family: "Roboto", sans-serif;*/
  /*font-family: "Helvetica", sans-serif;*/
  height: 100%;
  max-height: 100%;
  height: 100vh;
}

body {

  font-size: 1rem;
  text-decoration: none;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  color: var(--body-fg, var(--df-body-fg));
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

iframe {
  flex: 1;
  width: 100%;
  border: none;
}

/* ---------- */
/* hyperlinks */
/* ---------- */

a {
  text-decoration: none;
  color: #005ea4;
  transition: color 0.3s ease;
}

a:hover {
  font-weight: bold;
  filter: brightness(60%);

}

.a_footer {
  font-size: 1em;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
}

.a_footer:hover {
  color: #0000cc;
}

.a_sub {
  font-size: 1em;
  font-weight: normal;
  color: #ccc;
  text-decoration: none;
}

.a_sub:hover {
  color: #f00;
}

.back_to_top {
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 20px;
}

/* ----- */
/* text sizes */
/* ----- */

.small {
  font-size: 11px;
}

.tiny {
  font-size: 7px;
}

.strong {
  font-weight: bold;
}

/* ---------- */
/*    text    */
/* ---------- */

.header {
  font-family: "Comfortaa", sans-serif;
  font-size: 2em;
}

.h1 {
  font-family: "Comfortaa", sans-serif;
  font-size: 1.8em;
  padding: 0px;
  color: #005ea4;
}

.h2 {
  font-family: "Comfortaa", sans-serif;
  font-size: 1.3em;
  padding: 0px;
  color: #005ea4;
}

.h3 {
  font-size: 1.1em;
  font-weight: bold;
  padding: 0px;
}

/* ---------- */
/* containers */
/* ---------- */

.full-width {
  width: 100%;
}

.shadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.top_container {

  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;

  z-index: 999;

  width: 100%;
  padding: 0px 0.5% 0px 0.5%;
  color: var(--header-fg, var(--df-header-fg));
  background-color: var(--header-bg, var(--df-header-bg));

;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.top_cell {
  /*display: table-cell;*/
  vertical-align: middle;
  margin: 0 auto;
  height: 100%;
  padding: 0px;
  flex-grow: 1;
  line-height: 100px;
  color: var(--header-bg, var(--df-header-bg))  !important;
}

.page_container {
  min-height: 100%;
  max-height: 100%;
  width: 100%;
  background-color: var(--body-bg, var(--df-body-bg));
  background-image: url("/custom/images/body_bg.png");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.split_frame_container {
  height: 100%;
  display: flex;
  flex-direction: row;
}

.frame_page_container {
  border: 3px solid var(--header-bg, var(--df-header-bg));

;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
}

.top_menu_container {

  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  z-index: 999;
  width: 100%;
  padding: 0px 0.5% 0px 0.5%;
  color: var(--header-fg, var(--df-header-fg));
  background-color: var(--header-bg, var(--df-header-bg));

;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.buttons_container {
  display: flex;
  background-color: var(--header-bg, var(--df-header-bg));

;
  align-items: center;
  justify-content: center;
}

.frame_container_body {
  flex: 1 1 auto;
  display: flex;
  position: relative;
}

.split_frame_header_container {
  max-height: 100%;
  font-size: 1.05em;
  flex: 1 1 auto;
  padding: 0.5% 1% 0.5% 1%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  align-items: center;

}

.modal_container {
  padding: 10px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}

.scroller_container {
  /*
	 flex: 0 1 auto;
	 */
  height: 300px;
  background-color: #fff;
  padding: 150px 0px 20px 0px;
  /*border-bottom: 1px solid #AAAAAA;*/
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.centered_container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main_container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  width: 100%;
  padding: 0px 0px 0px 0px;
}

.outer_container {
  max-height: 100%;
  font-size: 1.05em;
  flex: 1 1 auto;
  padding: 10px 10px 0px 10px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}

.inner_container {
  max-height: 100%;
  margin: 0px 0 0 0;
  padding: 8px;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.footer_container {
  flex: 0 1 auto;
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
  background-color: var(--footer-bg, var(--df-footer-bg));
  color: var(--footer-fg, var(--df-footer-fg));
  display: block;
  text-align: center;
  line-height: 25px;
  height: 25px;
  font-size: 0.7em;
  border-top: solid 1px var(--footer-border);;
}

.slideshow_container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  align-content: stretch;
}

.slideshow_item_container {
  display: inline-block;
  flex: 0 1 auto;
}

.gallery_container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  align-content: stretch;
}

.gallery_item_container {
  display: inline-block;
  flex: 0 1 auto;
  border: 1px solid #ddd;
  padding: 20px;
  margin: 20px;
}

.home_logo {
  width: 200px;
  height: auto;
}

.page_title {
  font-weight: bold;
  padding: 0px 0px 20px 0px;
  /*line-height: 40px;*/
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  body {
    font-size: 2vw;
  }
}

.some-page-wrapper {
  margin: 15px;
  background-color: red;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.column {
  display: flex;
  flex-direction: column;
  flex-basis: 10%;
  flex: 1;
}

.blue-column {
  background-color: blue;
  height: 100px;
}

.green-column {
  background-color: green;
  height: 100px;
}

.orange-column {
  background-color: orange;
  height: 100px;
}

.right {
  text-align: right;
}

.underline {
  border-bottom: solid 1px #000;
}

.drag_item {
  padding: 5px;
  text-align: center;
  border: 1px solid #ccc;
  background-color: #f8f8f8;
  cursor: grab;
  border-radius: 6px;
}

.drag_item.dragging {
  opacity: 0.6;
}

/*
 .middle_container {
 position: relative;
 top: 0;
 left: 0;
 width: 100%;
 min-height: 100%;
 display: table;
 border: none;
 background-color: #ddd;
 }
 
.menu_inner_container {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  display: inline-block;
}

.left_container {
  display: flex;
  padding: 0;
  flex-direction: row;
  align-items: center;
  flex: 1 1 auto;
  background-color: white;
  background-image: linear-gradient(0deg,
      rgba(0, 196, 36, 1) 0%,
      rgba(255, 255, 255, 1) 30%,
      rgba(255, 255, 255, 1) 70%,
      rgba(0, 196, 36, 1) 100%);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.right_container {
  display: flex;
  padding: 0;
  flex-direction: row;
  align-items: center;
  flex: 1 1 auto;
  background-color: white;
  background-image: linear-gradient(0deg,
      rgba(0, 137, 211, 1) 0%,
      rgba(255, 255, 255, 1) 30%,
      rgba(255, 255, 255, 1) 70%,
      rgba(0, 137, 211, 1) 100%);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.middle_container {
  display: flex;
  flex-direction: column;
  align-items: justify;
  flex: 3 1 auto;
}
*/