BODY, HTML {
	width:100%;
	height:100%;
}
BODY {
	position:relative;
	color:#000;
	background:#a5d2e9;
	padding:0px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: min(6.4vw, 4vh);
	-webkit-text-size-adjust:none;
}
BODY:before {
	position:absolute;
	content:"";
	background:no-repeat center bottom;
	background-size: cover;
	top:0;
	left:0;
	width:100%;
	height: 100%; 
	z-index:0;
}
BODY.home:before {
	background-image: url('../images/grnd.jpg');
}
BODY.screen:before {
	background-image: url('../images/grnd_view.jpg');
}
.body {
}
.fullscreen {
	position:absolute;
	top:0;
	left:0%;
	width:100%;
	height:100%;
	overflow:hidden;
}
.wrapper {
	position:relative;
	margin:0px auto;
	width:1000px;
}
BODY.screen .wrapper {
	width:80%;
}di
.narrow {
	position:relative;
	margin:0px auto;
	width: 50%;
}
P {
	margin-top:0.5em;
	margin-bottom:0.5em;
}
A {
}
A:link, A:visited {
	color:#3ba246;
}
B {
	font-weight: bold;
}
I, EM {
	font-style:italic;
	font-size:smaller;
}
SMALL {
	font-size:80%;
}
H1 {
	font-family: 'GMV DIN Pro Cond', Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-size: 150%;
	margin:1em 0;
}
H2 {
	font-size: 120%;
	font-weight: bold;
	margin:1em 0;
}
.halfcolumn {
	float:left;
	width: calc((100% - 1 * 10px) / 2);
	margin-left:10px;
}
.halfcolumn:first-child {
	margin-left:0px;
}
.onethreecolumn {
	float:left;
	width: calc((100% - 2 * 10px) / 3);
	margin-left:10px;
}
.onethreecolumn:first-child {
	margin-left:0px;
}
.bigcolumn {
	float:left;
	width: calc(100% - 110px);
}
.smallcolumn {
	float:right;
	width: 100px;
}
._middle {
	position:absolute;
	width:100%;
	top:45%;
	-webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
         -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
._top {
	position: absolute;
	width:100%;
	top:10%;
	left:0;
}
._bottom {
	position: absolute;
	width:100%;
	bottom:26%;
	left:0;
}
._fullwidth {
	width: 100%;
}
._halfwidth {
	width: 50%;
}
span.yellow , span.green, span.gray, span.red {
	display:block;
	padding:2px 5px;
	text-align:center;
	-webkit-border-radius:20px;
	   -moz-border-radius:20px;
	        border-radius:20px;
	color:#FFF;
	white-space: nowrap;
	background-color:orange;
}
span.gray {
	background-color:#CCC;
}
span.green {
	background-color:green;
}
span.red {
	background-color:red;
}
span.error {
	color:yellow;
	background-color:red;
	display:block;
	padding:5px;
	text-align:center;
	margin-top:5px;
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
	        border-radius:10px;
}
span.edit, span.photo, span.check, span.push {
	display:inline-block;
	width:30px;
	height:30px;
	margin:0 1px;
	background: url(../images/icon_pin.png) no-repeat center center;
	background-size: 100% 100%;
	cursor: pointer;
}
span.edit {
	background-image: url(../images/icon_edit.png);
}
span.check {
	background-image: url(../images/check.png);
}
span.push {
	background-image: url(../images/icon_tree.png);
}
span.photo {
	background-image: url(../images/icon_camera.png);
}
span.wait {
}
span.inactive {
	opacity:0.1;
}
.grey {
	color:#999;
}
.required {
	display:inline-block;
	width:16px;
	height:16px;
	color:#F00;
	background: url(../images/required.png) no-repeat center center;
	background-size: 10px 10px;
	text-indent: -999px;
	overflow:hidden;
}
.nowrap {
	white-space:nowrap;
}
.message {
	display:block;
	margin:10px 0px;
	padding:10px;
	color:#FFF;
	background-color:red;
	text-align:center;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	        border-radius:5px;
}
.inputtext,
INPUT[type='text'],
INPUT[type='password'],
INPUT[type='date'],
INPUT[type='file'],
TEXTAREA, .textarea,
SELECT {
	display:block;
	color:#0f4d9f;
	border:1px solid #0f4d9f;
	background-color: #FFF;
	font-family: 'GMV DIN Pro Cond', Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-size: inherit;
	text-align:center;
	margin:1px 0;
	padding:10px;
	width: calc(100% - 20px);
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
	        border-radius:10px;
	-webkit-appearance: none;
	outline: none;
}
INPUT[type='checkbox'],
INPUT[type='radio'] {
	width: 18px;
	height:18px;
	margin:0;
}
.inputtext {
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
}

TEXTAREA {
	height: calc(160px - 40px);
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(165, 210, 233, 1) 100%);
}
INPUT[type='text']:focus,
INPUT[type='password']:focus,
INPUT[type='date']:focus,
INPUT[type='number']:focus,
SELECT {
	border-color:#6bb745;
}
INPUT[type='text']:disabled,
INPUT[type='password']:disabled,
INPUT[type='date']:disabled,
INPUT[type='number']:disabled,
SELECT {
	color:#999;
}
SELECT {
	width: 100%;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	font-size: 100%;
	font-style:italic;
	color: #CCC;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	font-size: 100%;
	font-style:italic;
	color: #CCC;
	opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	font-size: 100%;
	font-style:italic;
	color: #CCC;
	opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-size: 100%;
	font-style:italic;
	color: #CCC;
}
::-ms-input-placeholder { /* Microsoft Edge */
	font-size: 100%;
	font-style:italic;
	color: #CCC;
}

.bigbutton,
INPUT[type='reset'],
INPUT[type='button'],
INPUT[type='submit'] {
	display:inline-block;
	color:#FFF;
	border:none;
	padding:5px 25px;
	text-align:center;
	white-space : nowrap;
	font-family: 'GMV DIN Pro Cond', Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-size: inherit;
	background: url(../images/button.png) no-repeat center center;
	background-size: 100% 100%;
	cursor: pointer;
}
INPUT[type='submit'], INPUT[type='button'].submit {
}
div.halfcolumn .bigbutton,
div.halfcolumn INPUT[type='reset'],
div.halfcolumn INPUT[type='button'],
div.halfcolumn INPUT[type='submit'] {
	width:100%;
}
 
.bigbutton {
	text-decoration: none;
	padding:10px 30px;
}
.bigbutton:link, .bigbutton:visited {
	color:#FFF;
}
.fileinput {
	position:relative;
	display:inline-block;
	color:#FFF;
	border:none;
	padding:9px 30px;
	text-align:center;
	white-space : nowrap;
	font-family: 'GMV DIN Pro Cond', Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-size: inherit;
	background: url(../images/button.png) no-repeat center center;
	background-size: 100% 100%;
	cursor: pointer;
	overflow:hidden;
}
.fileinput input[type='file'] {
	position:absolute;
	margin:0;
	padding:0;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
	z-index:2;
}

.logo {
	position:fixed;
	top:3%;
	width: 100%;
	overflow:hidden;
	z-index:9;
}
.textbold {
	color:#0f4d9f;
	font-family: 'GMV DIN Pro Cond', Arial, Helvetica, sans-serif;
	font-weight: 900;
}
.line {
	border-top: 2px solid #0f4d9f;
	width:80%;
	margin:5% 0px;
	margin-left:10%;
}
.intro {
	color:#FFF;
	font-size: 120$;
	font-weight: bold;
	margin:1em 0;
	border-left:#3ba246 solid 6px;
	padding-left:10px;
}
.navigation {
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	z-index:1;
	background-color: rgba(255,255,255,0.9);
}
.navigation ul {
	list-style-type:none;
	margin:0;
	padding:10px 0px;
	text-align:center;
	display:flex;
}
.navigation ul li {
	flex:1;
	flex-grow: 1;
	display:inline-block;
	margin:0;
	text-align:center;
}
.navigation ul li img {
	display:inline-block;
	width:20px;
	height:20px;
}
.navigation ul li span {
	display:inline-block;
	white-space:nowrap;
	margin-top:3px;
}
.navigation ul li a {
	text-decoration:none;
	font-size:small;
}
.navigation ul li a:link, .navigation ul li a:visited {
	color:#333;
}
.scrolling {
	margin:0px auto;
	width: 100%;
	overflow-x:auto;
}
.ttable {
	font-size: 16px;
	color:#333;
	background-color:#FFF;
	border-collapse: collapse;
}
.ttable > thead {
	background-color:#EEE;
}
.ttable > thead > tr,
.ttable > tbody > tr {
}
.ttable > thead > tr > th,
.ttable > tbody > tr > td,
.ttable > tfoot > tr > td {
	padding:10px;
	text-align:left;
	vertical-align: top;
}
.ttable > tbody > tr > td,
.ttable > tfoot > tr > td {
	border-top:1px solid #201621;
}
.ttable > tfoot {
	background-color:#EEE;
	font-weight:bold;
}

a.pagenav {
	display:inline-block;
	padding:5px 10px;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	        border-radius:5px;
	text-decoration:none;
	font-weight:bold;
}
a.pagenav:link, a.pagenav:visited {
	color:#3ba246;
	background-color:#FFF;
}
a.pagenav:hover,
a.pagenav.active {
	color:#003c49;
	background-color:#3ba246;
}
.rounded {
	-webkit-border-radius:15px;
	   -moz-border-radius:15px;
	        border-radius:15px;
	overflow:hidden;
	margin-bottom:5px;
}

.divLeaf {
	position:relative;
	background: url('../images/leaf.png') no-repeat center center;
	background-size:100% 100%;
	width:100%;
	padding-bottom:58%;
	font-family: 'GMV DIN Pro Cond', Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 120%;
	color:#FFF;
}
.divLeaf P {
    margin:0.2em;
}
.divLeaf B {
	font-weight: 900;
}
.divLeaf .blockleft {
	position:absolute;
	width: 39%;
	left:11%;
	top:48%;
}
.divLeaf .blockright {
	position:absolute;
	width: 39%;
	right:11%;
	top:50%;
}
.divLeaf .circle {
	background: url('../images/image.jpg') no-repeat center center;
	background-size: cover;
	-webkit-border-radius:50%;
	   -moz-border-radius:50%;
	        border-radius:50%;
	overflow:hidden;
}

.tree {
	position:absolute;
	width: 100%;
	height:100%;
	left:0;
	top:0;
}
.tree .leaf {
	position:absolute;
	width:10%;
	-webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
	transform-origin: center center;
}
.tree .leaf.bigger {
	width:100%;
	z-index:3;
}
.company {
	text-overflow: ellipsis;
}
