:root {
	--bt: #333333;
	--p: #27509B;
	--pl: rgba(39, 80, 155, 0.1);
	--pt: #FFFFFF;
	--s: #FCE500;
	--st: #000000;
}

@font-face {
	font-family: 'Schrift';
	font-style: normal;
	font-weight: 400;
	src:url('../fonts/Regular.eot');
	src:url('../fonts/Regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Regular.woff2') format('woff2'),
	url('../fonts/Regular.woff') format('woff'),
	url('../fonts/Regular.ttf') format('truetype'),
	url('../fonts/Regular.svg#svgFontName') format('svg');
}
	
@font-face {
	font-family: 'Schrift';
	font-style: normal;
	font-weight: 700;
	src:url('../fonts/Bold.eot');
	src:url('../fonts/Bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Bold.woff2') format('woff2'),
	url('../fonts/Bold.woff') format('woff'),
	url('../fonts/Bold.ttf') format('truetype'),
	url('../fonts/Bold.svg#svgFontName') format('svg');
}

* {
	box-sizing: border-box;
	font-family: 'Schrift', Arial, sans-serif;
	margin:0;
	padding:0;
	outline-width:0;
}

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

a:hover {
	color: var(--s);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

body {
	color: var(--bt);
	font-size: 1.1rem;
	height: 100vh;
	margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--p);
	margin-bottom: 12.5px;
}

h1,
h2 {
	font-size: 1.4rem;
}

h3,
h4 {
	font-size: 1.3rem;
}

h5,
h6 {
	font-size: 1.2rem;
}

h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
	-webkit-filter: brightness(0) saturate(100%) invert(29%) sepia(13%) saturate(4352%) hue-rotate(189deg) brightness(94%) contrast(96%);
	filter: brightness(0) saturate(100%) invert(29%) sepia(13%) saturate(4352%) hue-rotate(189deg) brightness(94%) contrast(96%);
	height: auto;
	vertical-align: middle;
	width: 35px;
}

html {
	height: 100vh;
}

p {
	margin-bottom: 20px;
}

#container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
	padding-top: 5px;
	width: 100%;
}

#footer {
	padding-bottom: 10px;
	text-align: center;
	width: 100%;
}

#left {
	background-color: var(--p);
	color: var(--pt);
	padding: 20px;
	overflow-y: auto;
}

#left .logo {
	background-color: #FFF;
	padding: 20px;
	width: 100%;
}

#left .logo img {
	display: block;
	height: auto;
	width: 100%;
}

#left .nav {
	margin-top: 40px;
	width: 100%;
}

#left .nav a {
	color: var(--pt);
	text-decoration: none;
}

#left .nav ul {
	width: 100%;
}

#left .nav ul li {
	border-bottom: 1px solid var(--pt);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	list-style: none;
	margin: 0px;
	padding: 5px;
	width: 100%;
}

#left .nav ul li:hover {
	background-color: var(--s);
	border-bottom: 1px solid var(--st);
	color: var(--st);
}

#left .nav ul li img {
	-webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7485%) hue-rotate(347deg) brightness(115%) contrast(97%);
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7485%) hue-rotate(347deg) brightness(115%) contrast(97%);
	height: auto;
	margin-right: 10px;
	width: 20px;
}

#left .nav ul li:hover img {
	-webkit-filter: brightness(0) saturate(100%) invert(0%) sepia(1%) saturate(7499%) hue-rotate(17deg) brightness(103%) contrast(98%);
	filter: brightness(0) saturate(100%) invert(0%) sepia(1%) saturate(7499%) hue-rotate(17deg) brightness(103%) contrast(98%);
}

#logo {
	width: calc(100% - 55px);
}

#logo img {
	display: block;
	height: auto;
	width: 65%;
}

#m:not(:target) #left {
	left: -1000px;
	position: absolute;
	top: 0px;
}

#m:not(:target) .mc {
	display: none;
}

#m:not(:target) .mo {
	display: block;
}

#m:target #left {
	height: 100vh;
	left: 0;
	max-width: 300px;
	min-height: 100vh;
	position: fixed;
	top: 0;
	-webkit-transition: all 0.5s ease 0s; left: 0px;
	-moz-transition: all 0.5s ease 0s; left: 0px;
	-o-transition: all 0.5s ease 0s; left: 0px;
	transition: all 0.5s ease 0s; left: 0px;
	width: 75%;
	z-index: 1000;
}

#m:target .mo {
	display: none;
}

#m:target .mc {
	display: block;
}

#main {
	min-height: 200px;
	width: 100%;
}

#main button {
	background-color: var(--p);
	border: 0px;
	color: var(--pt);
	cursor: pointer;
	font-size: 1.1rem;
	font-weight: bold;
	padding: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}

#main button:hover {
	background-color: var(--s);
	color: var(--st);
}

#main form .widget {
	margin-bottom: 20px;
}

#main input,
#main select,
#main textarea {
	background-color: #FFF;
	border: 1px solid var(--p);
	border-radius: 5px;
	color: var(--bt);
	font-size: 1.1rem;
	padding: 10px;
	width: 100%;
}

#main input:disabled,
#main select:disabled,
#main textarea:disabled {
	background-color: var(--s);
	color: var(--st);
}

#main input:focus,
#main select:focus,
#main textarea:focus {
	background-color: var(--pl);
}

#main textarea {
	min-height: 200px;
}

#main #search {
	padding-bottom: 20px;
	padding-top: 20px;
	width: 100%;
}

#main #search img {
	cursor: pointer;
	-webkit-filter: brightness(0) saturate(100%) invert(29%) sepia(13%) saturate(4352%) hue-rotate(189deg) brightness(94%) contrast(96%);
	filter: brightness(0) saturate(100%) invert(29%) sepia(13%) saturate(4352%) hue-rotate(189deg) brightness(94%) contrast(96%);
	height: auto;
	vertical-align: middle;
	width: 30px;
}

#main #search input[type=text] {
	margin-right: 20px;
	width: calc(100% - 55px);
}

#main form {
	width: 100%;
}

#main .form {
	padding-top: 20px;
}

#main .form .widget label {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}

#main .form .widget--flex {
	display: block;
	width: 100%;
}

#main .form .widget-full {
	background-color: var(--p);
	color: var(--pt);
	font-weight: bold;
	margin-bottom: 20px;
	padding: 20px;
	width: 100%;
}

#main .form .widget-full2 {
	margin-bottom: 20px;
	width: 100%;
}

#main .status {
	border-radius: 5px;
	font-weight: bold;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
}

#mobilebtn {
	height: 35px;
	width: 35px;
}

#mobilebtn img {
	display: block;
	-webkit-filter: brightness(0) saturate(100%) invert(29%) sepia(13%) saturate(4352%) hue-rotate(189deg) brightness(94%) contrast(96%);
	filter: brightness(0) saturate(100%) invert(29%) sepia(13%) saturate(4352%) hue-rotate(189deg) brightness(94%) contrast(96%);
	height: auto;
	width: 100%;
}

#wrapper {
	min-height: 100%;
	position: relative;
	width: 100%;
}

.mf--g {
	color: #666 !important;
	font-weight: bold;
}

.mf--msg-error {
	background-color: #FFD2D2;
	color: #D8000C;
}

.mf--msg-info {
	background-color: #BDE5F8;
	color: #00529B;
}

.mf--msg-success {
	background-color: #DFF2BF;
	color: #4F8A10;
}

.mf--msg-warning {
	background-color: #FEEFB3;
	color: #9F6000;
}

.mf--msg-error,
.mf--msg-info,
.mf--msg-success,
.mf--msg-warning {
	border-radius: 5px;
	margin: 10px 0px;
	padding: 12px;
	width: 100%;
}

.mf--no {
	text-decoration: none;
}

.mf--o {
	color:#f07d19 !important;
	font-weight: bold !important;
}

@media(min-width: 480px) {
	#logo img {
		width: 45%;
	}
}

@media(min-width: 600px) {
	p {
		margin-bottom: 35px;
	}
	
	#container {
		padding: 35px;
		padding-bottom: 10px;
		padding-top: 17.5px;
	}
	
	#main .form {
		padding-top: 35px;
	}
	
	#main .form .widget {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		margin-bottom: 8.75px;
	}
	
	#main .form .widget input,
	#main .form .widget select,
	#main .form .widget textarea {
		width: calc(70% - 17.5px);
	}
	
	#main .form .widget label {
		width: 30%;
		word-wrap: break-word;
	}
	
	#main .form .widget-full {
		width: 100%;
	}
}

@media(min-width: 800px) {
	h1 img,
	h2 img,
	h3 img,
	h4 img,
	h5 img,
	h6 img {
		width: 30px;
	}
	
	#logo img {
		width: 35%;
	}
}

@media(min-width: 1024px) {
	#container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		height: 100vh;
		padding: 0px;
	}
	
	#footer {
		text-align: left;
	}
	
	#logo {
		display: none;
	}
	
	#m:not(:target) #left,
	#m:target #left,
	#left {
		left: 0px;
		padding: 35px;
		position: relative;
		width: 300px;
	}
	
	#main {
		margin-left: 35px;
		width: calc(100% - 370px);
	}
	
	#mobilebtn {
		display: none;
	}
}

@media(min-width: 1200px) {
	#m:not(:target) #left,
	#m:target #left,
	#left {
		width: 350px;
	}
	
	#left .nav ul li {
		font-size: 1.2rem;
		min-height: 55px;
	}
	
	#left .nav ul li img {
		margin-right: 15px;
		width: 35px;
	}
	
	#main {
		width: calc(100% - 420px);
	}
}

@media(min-width: 1400px) {
	#main .form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		width: 100%;
	}
	
	#main .form .widget {
		padding-bottom: 8.75px;
		width: calc(50% - 35px);
	}
	
	#main .form .widget label {
		margin-bottom: 0px;
	}
	
	#main .form .widget--flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		width: 100%;
	}
}

@media(min-width: 1900px) {
	#m:not(:target) #left,
	#m:target #left,
	#left {
		width: 400px;
	}
	
	#main {
		width: calc(100% - 470px);
	}
}