
/*cm_sysdb_begin*/
@import url("//fonts.cm4all.net/css?subset=cyrillic,cyrillic-ext,devanagari,greek,greek-ext,khmer,latin,latin-ext,vietnamese&family=Hind+Guntur:300,regular,500,600,700");
/*cm_sysdb_end*/

.cm-offline-content {
    color: #000000;
    background-color: #ffffff;
}
.font-standard-settings {
  font-family: Hind Guntur, sans-serif;
  font-size: medium;
  font-weight: normal;
  font-style: normal;
}
.font-h1-settings {
  font-size: xx-large;
  font-family: Hind Guntur, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.font-h2-settings {
  font-size: x-large;
  font-family: Hind Guntur, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.font-h3-settings {
  font-size: large;
  font-family: Hind Guntur, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.font-title-settings {
  font-family: Hind Guntur, sans-serif;
  font-size: x-large;
  font-weight: bold;
  font-style: normal;
}
.font-navigation-settings {
  font-size: large;
  font-family: Hind Guntur, sans-serif;
  font-weight: normal;
  font-style: normal;
}
body {
  background-color: #ffffff;
  font-family: Hind Guntur, sans-serif;
  font-size: medium;
  font-weight: normal;
  font-style: normal;
}
#content_main,
#content_sidebar {
  font-family: Hind Guntur, sans-serif;
  font-size: medium;
  font-weight: normal;
  font-style: normal;
  color: #000000;
}
#title,
#subtitle,
#title_separator_normal,
#page_wrapper h1,
#page_wrapper h2,
#page_wrapper h3,
#page_wrapper h4,
#page_wrapper h5,
#page_wrapper h6 {
  color: #7d97ad;
}
#title {
  font-family: Hind Guntur, sans-serif;
  font-size: x-large;
  font-weight: bold;
  font-style: normal;
}
#page_wrapper h1,
.cm-h1 {
  font-size: xx-large;
  font-family: Hind Guntur, sans-serif;
  font-weight: normal;
  font-style: normal;
}
#page_wrapper h2,
#content_sidebar h2,
#subtitle {
  font-size: x-large;
  font-family: Hind Guntur, sans-serif;
  font-weight: normal;
  font-style: normal;
}
#page_wrapper h3 {
  font-size: large;
  font-family: Hind Guntur, sans-serif;
  font-weight: normal;
  font-style: normal;
}
/* ################################################## */
/* ################ INPUT ELEMENTS ################## */
/* ################################################## */
.cm_widget input[type='text'],
.cm_widget input[type='date'],
.cm_widget input[type='datetime'],
.cm_widget input[type='email'],
.cm_widget input[type='number'],
.cm_widget input[type='password'],
.cm_widget input[type='search'],
.cm_widget input[type='tel'],
.cm_widget input[type='time'],
.cm_widget input[type='url'],
.cm_widget textarea,
.cm_widget select,
.cm_widget button,
.cm_widget input[type='button'],
.cm_widget input[type='submit'],
.cm_widget input[type='reset'] {
  border: none;
  border: 1px solid rgba(0,0,0,0.45);
  border: 1px solid rgba(0,0,0,0.45);
  color: #000000;
  border-radius: 2px;
  padding: 11px 12px;
  background-color: rgba(0,0,0,0.03);
  background-color: rgba(0,0,0,0.03);
  transition: border 0.3s, box-shadow 0.3s;
  font-family: Hind Guntur, sans-serif;
  font-size: medium;
  font-weight: normal;
  font-style: normal;
}
.cm_widget input[type='text']:hover,
.cm_widget input[type='date']:hover,
.cm_widget input[type='datetime']:hover,
.cm_widget input[type='email']:hover,
.cm_widget input[type='number']:hover,
.cm_widget input[type='password']:hover,
.cm_widget input[type='search']:hover,
.cm_widget input[type='tel']:hover,
.cm_widget input[type='time']:hover,
.cm_widget input[type='url']:hover,
.cm_widget textarea:hover,
.cm_widget select:hover,
.cm_widget button:hover,
.cm_widget input[type='button']:hover,
.cm_widget input[type='submit']:hover,
.cm_widget input[type='reset']:hover {
  border: 1px solid rgba(0,0,0,0.8);
  border: 1px solid rgba(0,0,0,0.8);
}
.cm_widget input[type='text']:focus,
.cm_widget input[type='date']:focus,
.cm_widget input[type='datetime']:focus,
.cm_widget input[type='email']:focus,
.cm_widget input[type='number']:focus,
.cm_widget input[type='password']:focus,
.cm_widget input[type='search']:focus,
.cm_widget input[type='tel']:focus,
.cm_widget input[type='time']:focus,
.cm_widget input[type='url']:focus,
.cm_widget textarea:focus,
.cm_widget select:focus,
.cm_widget button:focus,
.cm_widget input[type='button']:focus,
.cm_widget input[type='submit']:focus,
.cm_widget input[type='reset']:focus {
  outline: none;
  border: 1px solid #000000;
  box-shadow: 0 0 6px rgba(0,0,0,0.4);
  box-shadow: 0 0 6px rgba(0,0,0,0.4);
}
.cm_widget button,
.cm_widget input[type='button'],
.cm_widget input[type='submit'],
.cm_widget input[type='reset'] {
  background-color: rgba(0,0,0,0.08);
  background-color: rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.35);
  border: 1px solid rgba(0,0,0,0.35);
  color: #000000;
  padding: 10px 14px;
  border-radius: 2px;
  box-shadow: 0 3px 3px -2px rgba(0,0,0,0.5);
  box-shadow: 0 3px 3px -2px rgba(0,0,0,0.5);
  cursor: pointer;
  transition: transform 0.1s, box-shadow 0.2s, border 0.2s;
}
@media screen and (min-width: 1251px) {
  .cm_widget button:hover,
  .cm_widget input[type='button']:hover,
  .cm_widget input[type='submit']:hover,
  .cm_widget input[type='reset']:hover {
    border: 1px solid rgba(0,0,0,0.8);
    border: 1px solid rgba(0,0,0,0.8);
  }
}
.cm_widget button:focus,
.cm_widget input[type='button']:focus,
.cm_widget input[type='submit']:focus,
.cm_widget input[type='reset']:focus {
  outline: none;
  transform: translateY(2px);
  box-shadow: 0 2px 3px -2px rgba(0,0,0,0.4);
  box-shadow: 0 2px 3px -2px rgba(0,0,0,0.4);
}
/* ========================================================
	3 - Navigation
=========================================================== */
#navigation_background,
#navigation_wrapper {
  background-color: #7d97ad;
}
/** 1st Level **/
#nav-mobile-heading a {
  font-size: large;
  font-family: Hind Guntur, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #e7eef4 !important;
}
#cm_navigation a {
  font-size: large;
  font-family: Hind Guntur, sans-serif;
  font-weight: normal;
  font-style: normal;
}
#page_wrapper #cm_navigation > ul > li {
  background-color: #7d97ad;
}
#page_wrapper #cm_navigation > ul > li > a {
  color: #e7eef4;
}
#page_wrapper #cm_navigation > ul > li.cm_current,
#page_wrapper #cm_navigation > ul > li:hover {
  background-color: #e7eef4;
}
#page_wrapper #cm_navigation > ul > li.cm_current > a,
#page_wrapper #cm_navigation ul > li:hover > a,
#page_wrapper #navigation_wrapper #nav-mobile-heading a,
#page_wrapper #navigation_wrapper #nav-mobile-heading a:hover {
  color: #7d97ad;
}
/** 2nd Level **/
#page_wrapper #cm_navigation > ul > li > ul > li {
  background-color: #e7eef4;
}
#page_wrapper #cm_navigation > ul > li > ul > li.cm_current,
#page_wrapper #cm_navigation > ul > li > ul > li:hover {
  background-color: #7d97ad;
}
#page_wrapper #cm_navigation > ul > li > ul > li > a {
  color: #7d97ad;
}
#page_wrapper #cm_navigation > ul > li > ul > li:hover > a,
#page_wrapper #cm_navigation > ul > li > ul > li.cm_current > a {
  color: #e7eef4;
}
/** 3rd Level **/
#page_wrapper #cm_navigation > ul > li > ul > li > ul > li {
  background-color: #e7eef4;
}
#page_wrapper #cm_navigation > ul > li > ul > li > ul > li.cm_current,
#page_wrapper #cm_navigation > ul > li > ul > li > ul > li:hover {
  background-color: #7d97ad;
}
#page_wrapper #cm_navigation > ul > li > ul > li > ul > li > a {
  color: #7d97ad;
}
#page_wrapper #cm_navigation > ul > li > ul > li > ul > li:hover > a,
#page_wrapper #cm_navigation > ul > li > ul > li > ul > li.cm_current > a {
  color: #e7eef4;
}
/* ========================================================
	4 - Title
=========================================================== */
#header_wrapper {
  background-color: #000000;
}
/* ========================================================
	5 - Inhaltsbereich
=========================================================== */
#content_wrapper {
  color: #000000;
  background-color: #ffffff;
}
#page_wrapper h1,
.cm-h1,
#page_wrapper h2,
#page_wrapper h3 {
  color: #4a4a4a;
}
#page_wrapper a {
  color: #000000;
  text-decoration: underline;
}
#page_wrapper a:hover {
  color: #4a4a4a;
  text-decoration: underline;
}
/* ========================================================
	6 - Sidebar
=========================================================== */
#content_sidebar {
  color: #000000;
  background-color: #ffffff;
}
/* ========================================================
	7 - Footer
=========================================================== */
#footer_wrapper {
  color: #e6e6e6;
  background-color: #000000;
}
#footer_wrapper a,
#footer_wrapper a:hover {
  color: #e6e6e6;
  font-family: Hind Guntur, sans-serif;
  font-weight: normal;
}
#footer_wrapper a {
  text-decoration: none;
}
#footer_wrapper a:hover {
  text-decoration: underline;
}

/*cm4all-vars-extension-force-color-begin*/
.cm4all-header-title-color.cm4all-force-color {
    color: #7d97ad !important;
}
.cm4all-header-title-color.cm4all-force-background-color {
    background-color: #7d97ad !important;
}
.cm4all-header-title-color.cm4all-force-border-color {
    border-color: #7d97ad !important;
} 
.cm4all-header-subtitle-color.cm4all-force-color {
    color: #3D3D3D !important;
}
.cm4all-header-subtitle-color.cm4all-force-background-color {
    background-color: #3D3D3D !important;
}
.cm4all-header-subtitle-color.cm4all-force-border-color {
    border-color: #3D3D3D !important;
} 
.cm4all-header-background-color.cm4all-force-color {
    color: #000000 !important;
}
.cm4all-header-background-color.cm4all-force-background-color {
    background-color: #000000 !important;
}
.cm4all-header-background-color.cm4all-force-border-color {
    border-color: #000000 !important;
} 
.cm4all-header-alt-background-color.cm4all-force-color {
    color: #B4A179 !important;
}
.cm4all-header-alt-background-color.cm4all-force-background-color {
    background-color: #B4A179 !important;
}
.cm4all-header-alt-background-color.cm4all-force-border-color {
    border-color: #B4A179 !important;
} 
.cm4all-header-border-color.cm4all-force-color {
    color: #FFFFFF !important;
}
.cm4all-header-border-color.cm4all-force-background-color {
    background-color: #FFFFFF !important;
}
.cm4all-header-border-color.cm4all-force-border-color {
    border-color: #FFFFFF !important;
} 
.cm4all-header-alt-border-color.cm4all-force-color {
    color: #f6feff !important;
}
.cm4all-header-alt-border-color.cm4all-force-background-color {
    background-color: #f6feff !important;
}
.cm4all-header-alt-border-color.cm4all-force-border-color {
    border-color: #f6feff !important;
} 
.cm4all-content-color.cm4all-force-color {
    color: #000000 !important;
}
.cm4all-content-color.cm4all-force-background-color {
    background-color: #000000 !important;
}
.cm4all-content-color.cm4all-force-border-color {
    border-color: #000000 !important;
} 
.cm4all-content-headline-color.cm4all-force-color {
    color: #4a4a4a !important;
}
.cm4all-content-headline-color.cm4all-force-background-color {
    background-color: #4a4a4a !important;
}
.cm4all-content-headline-color.cm4all-force-border-color {
    border-color: #4a4a4a !important;
} 
.cm4all-content-background-color.cm4all-force-color {
    color: #ffffff !important;
}
.cm4all-content-background-color.cm4all-force-background-color {
    background-color: #ffffff !important;
}
.cm4all-content-background-color.cm4all-force-border-color {
    border-color: #ffffff !important;
} 
.cm4all-content-alt-background-color.cm4all-force-color {
    color: #B4A179 !important;
}
.cm4all-content-alt-background-color.cm4all-force-background-color {
    background-color: #B4A179 !important;
}
.cm4all-content-alt-background-color.cm4all-force-border-color {
    border-color: #B4A179 !important;
} 
.cm4all-content-border-color.cm4all-force-color {
    color: #363636 !important;
}
.cm4all-content-border-color.cm4all-force-background-color {
    background-color: #363636 !important;
}
.cm4all-content-border-color.cm4all-force-border-color {
    border-color: #363636 !important;
} 
.cm4all-content-alt-border-color.cm4all-force-color {
    color: #2B2B2B !important;
}
.cm4all-content-alt-border-color.cm4all-force-background-color {
    background-color: #2B2B2B !important;
}
.cm4all-content-alt-border-color.cm4all-force-border-color {
    border-color: #2B2B2B !important;
} 
.cm4all-content-link-color.cm4all-force-color {
    color: #000000 !important;
}
.cm4all-content-link-color.cm4all-force-background-color {
    background-color: #000000 !important;
}
.cm4all-content-link-color.cm4all-force-border-color {
    border-color: #000000 !important;
} 
.cm4all-content-link-hover-color.cm4all-force-color {
    color: #4a4a4a !important;
}
.cm4all-content-link-hover-color.cm4all-force-background-color {
    background-color: #4a4a4a !important;
}
.cm4all-content-link-hover-color.cm4all-force-border-color {
    border-color: #000000  !important;
} 
.cm4all-sidebar-color.cm4all-force-color {
    color: #2D2E2D !important;
}
.cm4all-sidebar-color.cm4all-force-background-color {
    background-color: #2D2E2D !important;
}
.cm4all-sidebar-color.cm4all-force-border-color {
    border-color: #2D2E2D !important;
} 
.cm4all-sidebar-headline-color.cm4all-force-color {
    color: #3B3B3B !important;
}
.cm4all-sidebar-headline-color.cm4all-force-background-color {
    background-color: #3B3B3B !important;
}
.cm4all-sidebar-headline-color.cm4all-force-border-color {
    border-color: #3B3B3B !important;
} 
.cm4all-sidebar-background-color.cm4all-force-color {
    color: #DCCBA7 !important;
}
.cm4all-sidebar-background-color.cm4all-force-background-color {
    background-color: #DCCBA7 !important;
}
.cm4all-sidebar-background-color.cm4all-force-border-color {
    border-color: #DCCBA7 !important;
} 
.cm4all-sidebar-alt-background-color.cm4all-force-color {
    color: #B4A179 !important;
}
.cm4all-sidebar-alt-background-color.cm4all-force-background-color {
    background-color: #B4A179 !important;
}
.cm4all-sidebar-alt-background-color.cm4all-force-border-color {
    border-color: #B4A179 !important;
} 
.cm4all-sidebar-border-color.cm4all-force-color {
    color: #242424 !important;
}
.cm4all-sidebar-border-color.cm4all-force-background-color {
    background-color: #242424 !important;
}
.cm4all-sidebar-border-color.cm4all-force-border-color {
    border-color: #242424 !important;
} 
.cm4all-sidebar-alt-border-color.cm4all-force-color {
    color: #272626 !important;
}
.cm4all-sidebar-alt-border-color.cm4all-force-background-color {
    background-color: #272626 !important;
}
.cm4all-sidebar-alt-border-color.cm4all-force-border-color {
    border-color: #272626 !important;
} 
.cm4all-sidebar-link-color.cm4all-force-color {
    color: #2D2E2D !important;
}
.cm4all-sidebar-link-color.cm4all-force-background-color {
    background-color: #2D2E2D !important;
}
.cm4all-sidebar-link-color.cm4all-force-border-color {
    border-color: #2D2E2D !important;
} 
.cm4all-sidebar-link-hover-color.cm4all-force-color {
    color: #3B3B3B !important;
}
.cm4all-sidebar-link-hover-color.cm4all-force-background-color {
    background-color: #3B3B3B !important;
}
.cm4all-sidebar-link-hover-color.cm4all-force-border-color {
    border-color: #2D2E2D  !important;
} 
.cm4all-navigation-color.cm4all-force-color {
    color: #e7eef4 !important;
}
.cm4all-navigation-color.cm4all-force-background-color {
    background-color: #e7eef4 !important;
}
.cm4all-navigation-color.cm4all-force-border-color {
    border-color: #e7eef4 !important;
} 
.cm4all-navigation-alt-color.cm4all-force-color {
    color: #313130 !important;
}
.cm4all-navigation-alt-color.cm4all-force-background-color {
    background-color: #313130 !important;
}
.cm4all-navigation-alt-color.cm4all-force-border-color {
    border-color: #313130 !important;
} 
.cm4all-navigation-background-color.cm4all-force-color {
    color: #7d97ad !important;
}
.cm4all-navigation-background-color.cm4all-force-background-color {
    background-color: #7d97ad !important;
}
.cm4all-navigation-background-color.cm4all-force-border-color {
    border-color: #7d97ad !important;
} 
.cm4all-navigation-alt-background-color.cm4all-force-color {
    color: #B4A179 !important;
}
.cm4all-navigation-alt-background-color.cm4all-force-background-color {
    background-color: #B4A179 !important;
}
.cm4all-navigation-alt-background-color.cm4all-force-border-color {
    border-color: #B4A179 !important;
} 
.cm4all-navigation-border-color.cm4all-force-color {
    color: #292929 !important;
}
.cm4all-navigation-border-color.cm4all-force-background-color {
    background-color: #292929 !important;
}
.cm4all-navigation-border-color.cm4all-force-border-color {
    border-color: #292929 !important;
} 
.cm4all-navigation-alt-border-color.cm4all-force-color {
    color: #363636 !important;
}
.cm4all-navigation-alt-border-color.cm4all-force-background-color {
    background-color: #363636 !important;
}
.cm4all-navigation-alt-border-color.cm4all-force-border-color {
    border-color: #363636 !important;
} 
.cm4all-subnavigation-color.cm4all-force-color {
    color: #7d97ad !important;
}
.cm4all-subnavigation-color.cm4all-force-background-color {
    background-color: #7d97ad !important;
}
.cm4all-subnavigation-color.cm4all-force-border-color {
    border-color: #7d97ad !important;
} 
.cm4all-subnavigation-alt-color.cm4all-force-color {
    color: #FCFDFD !important;
}
.cm4all-subnavigation-alt-color.cm4all-force-background-color {
    background-color: #FCFDFD !important;
}
.cm4all-subnavigation-alt-color.cm4all-force-border-color {
    border-color: #FCFDFD !important;
} 
.cm4all-subnavigation-background-color.cm4all-force-color {
    color: #e7eef4 !important;
}
.cm4all-subnavigation-background-color.cm4all-force-background-color {
    background-color: #e7eef4 !important;
}
.cm4all-subnavigation-background-color.cm4all-force-border-color {
    border-color: #e7eef4 !important;
} 
.cm4all-subnavigation-alt-background-color.cm4all-force-color {
    color: #C3B088 !important;
}
.cm4all-subnavigation-alt-background-color.cm4all-force-background-color {
    background-color: #C3B088 !important;
}
.cm4all-subnavigation-alt-background-color.cm4all-force-border-color {
    border-color: #C3B088 !important;
} 
.cm4all-subnavigation-border-color.cm4all-force-color {
    color: #2E2E2E !important;
}
.cm4all-subnavigation-border-color.cm4all-force-background-color {
    background-color: #2E2E2E !important;
}
.cm4all-subnavigation-border-color.cm4all-force-border-color {
    border-color: #2E2E2E !important;
} 
.cm4all-subnavigation-alt-border-color.cm4all-force-color {
    color: #363635 !important;
}
.cm4all-subnavigation-alt-border-color.cm4all-force-background-color {
    background-color: #363635 !important;
}
.cm4all-subnavigation-alt-border-color.cm4all-force-border-color {
    border-color: #363635 !important;
} 
.cm4all-footer-color.cm4all-force-color {
    color: #e6e6e6 !important;
}
.cm4all-footer-color.cm4all-force-background-color {
    background-color: #e6e6e6 !important;
}
.cm4all-footer-color.cm4all-force-border-color {
    border-color: #e6e6e6 !important;
} 
.cm4all-footer-alt-color.cm4all-force-color {
    color: #FDFDFC !important;
}
.cm4all-footer-alt-color.cm4all-force-background-color {
    background-color: #FDFDFC !important;
}
.cm4all-footer-alt-color.cm4all-force-border-color {
    border-color: #FDFDFC !important;
} 
.cm4all-footer-background-color.cm4all-force-color {
    color: #000000 !important;
}
.cm4all-footer-background-color.cm4all-force-background-color {
    background-color: #000000 !important;
}
.cm4all-footer-background-color.cm4all-force-border-color {
    border-color: #000000 !important;
} 
.cm4all-footer-alt-background-color.cm4all-force-color {
    color: #D8C6A2 !important;
}
.cm4all-footer-alt-background-color.cm4all-force-background-color {
    background-color: #D8C6A2 !important;
}
.cm4all-footer-alt-background-color.cm4all-force-border-color {
    border-color: #D8C6A2 !important;
} 
.cm4all-footer-border-color.cm4all-force-color {
    color: #242424 !important;
}
.cm4all-footer-border-color.cm4all-force-background-color {
    background-color: #242424 !important;
}
.cm4all-footer-border-color.cm4all-force-border-color {
    border-color: #242424 !important;
} 
.cm4all-footer-alt-border-color.cm4all-force-color {
    color: #2B2B2B !important;
}
.cm4all-footer-alt-border-color.cm4all-force-background-color {
    background-color: #2B2B2B !important;
}
.cm4all-footer-alt-border-color.cm4all-force-border-color {
    border-color: #2B2B2B !important;
} 
.cm4all-body-background-color.cm4all-force-color {
    color: #EFE9D7 !important;
}
.cm4all-body-background-color.cm4all-force-background-color {
    background-color: #EFE9D7 !important;
}
.cm4all-body-background-color.cm4all-force-border-color {
    border-color: #EFE9D7 !important;
}
/*cm4all-vars-extension-force-color-end*/