@font-face {font-family: 'Manrope'; font-style: normal; font-weight: 500; src: url(../fonts/Manrope_500.woff2) format('woff2'); }
@font-face {font-family: 'Manrope'; font-style: normal; font-weight: 600; src: url(../fonts/Manrope_600.woff2) format('woff2'); }
@font-face {font-family: 'Manrope'; font-style: normal; font-weight: 700; src: url(../fonts/Manrope_700.woff2) format('woff2'); }

body {
    font-family: 'Manrope', sans-serif;
}

body.site {
    background: #f5f0e1;
}

:root {
  --cassiopeia-font-family-body: "Manrope",sans-serif;
--cassiopeia-font-family-headings: "Manrope",sans-serif;
    --cassiopeia-color-primary: #1e3d59;
    --cassiopeia-color-link: #173a65;
    --cassiopeia-color-hover: #000099;
}

.form-control:where(input), .form-control:where(textarea), .form-select:where(select), .uk-input, .uk-select, .uk-textarea {
  max-width: 100%;
  width: 100%;
  border: 0 none;
  padding: 0 15px;
  background: #f3f5fb;
  color: #6d6f72;
  transition: .2s ease-in-out;
  transition-property: all;
  transition-property: color,background-color,border-color,box-shadow;
  border-radius: 6px;
  box-shadow: inset 3px 3px 6px rgba(57,65,124,.1),inset -3px -3px 6px #fff;
}

.header  {
  /*background: #1e3d59;
  background-image: unset;
  */
  
  background-image: linear-gradient(to right, #0a1533, #1e3d59);
  border-bottom: 1px solid #ff6e40;
}

.container-header .grid-child {
padding: 0px;
}

.banneritem {
    position: relativ;
    z-index: 1;
}


.container-header .mod-menu > li.level-1.active > a, .container-header .mod-menu > li:active a {
    color: #ff6e40;
  /*font-weight: bold;*/
}

H3 {
  font-size: 1.4rem;
  color: #1e3d59;
}

H2 {
  font-size: 1.3rem;
  color: #ff6e40;
}

H3 {
  font-size: 1.2rem;
  color: #1e3d59;
}

H4 {
  font-size: 1rem;
  color: #0a1533;
}


ul {
    list-style: none;
}

main li::before {
  content: "» ";
  color: #ff6e40;
}

.container-header nav {
  margin-top: 0em;

}
.metismenu-item {
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 1em;
	padding-right: 1em;
	color: #f5f0e1;
}

/*
.grid-child.container-nav {
  background-color: #1e3d59;
   
}


.metismenu-item {
    background-color: #f5f0e1;
    border: 1px solid #ff6e40;
  	border-radius: 6px;
    color: #1e3d59;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 2px;
	margin-left: 0px;
  
}*/

.metismenu-item:hover{
  	color: #ffc13b;
}

/*
.metismenu-item:hover{
    background-color: #1e3d59;
    border: 1px solid #f5f0e1;
	border-radius: 6px;
  	color: #f5f0e1;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 2px;
	margin-left: 0px;
}
*/
main {
    display: block;
    background-color: #fafafa;
    padding: 30px;
}

.container-component > * + *, .container-component > :first-child, .container-sidebar-left > * + *, .container-sidebar-left > :first-child, .container-sidebar-right > * + *, .container-sidebar-right > :first-child {
    margin-top: 0px;
    margin-bottom: -20px;
}

.footer {
    background-color: #1e3d59;
  	background-image: unset;
  	padding: 0px;
  	height: 36px;
	border-top:2px solid #ff6e40;
}

.footer .grid-child {
  padding: 4px;
}
