/*-----------------------------------------------
C O M M O N
----------------------------------------------- */

body {
	margin:0;
	padding:0;
	color:#666;
	font-size:14px;
	text-align:center;
	font-family:DroidSans;
	background:url( ../i/bg-header.jpg );
	background-repeat:no-repeat;
	background-position:center top;
	background-size:3333px;
	}

@font-face {
  font-family:'DroidSans';
  src: url( ../fonts/DroidSans.ttf ) format( 'truetype' );
  font-weight:normal;
  font-style:normal;
	font-display:swap;
	}

@font-face {
  font-family:'DroidSerif';
  src: url( ../fonts/DroidSerif.ttf ) format( 'truetype' );
  font-weight:normal;
  font-style:normal;
	font-display:swap;
	}

.container {
	width:984px;
	margin:0 auto;
	padding:0;
	text-align:left;
	}

div.clear {
	clear:both;
	height:0;
	margin:0;
	line-height:0;
	font-size:1px;
	}

a {
	color:#20B7FF;
	text-decoration:none;
	font-weight:normal;
	}

a:hover {
	font-weight:normal;
	text-decoration:none;
	color:#20B7FF;
  transition:0.3s;
	font-weight:normal;
	}

a.current {
	font-weight:normal;
	text-decoration:none;
	color:#20B7FF;
	font-weight:normal;
	}


 /*-----------------------------------------------
N A V
----------------------------------------------- */


#nav {
	background:url( ../i/bg-header-rev1.gif ) center top no-repeat;
	background-size:3330px 39px;
	}

#nav ul {
	margin:0 auto;
	list-style-type:none;
	width:952px;
	text-align:center;
	}

#nav li a {
	float:left;
	display:block;
	color:#fff;
	background:#000;
	font-size:16px;
	font-weight:normal;
	text-decoration:none;
	padding:9px 47px 9px 47px;
	height:20px;
  transition:0.3s;
	}

#nav ul li a.current {
	color:#fff;
	background:rgba( 0,0,0,0 );
	}

#nav ul li a:hover {
	color:#fff;
	background:rgba( 0,0,0,0 );
	}


/*-----------------------------------------------
H E A D E R
----------------------------------------------- */


#logo {
	float:left;
	margin:17px 0 17px 0;
	}

#logo img {
	width:375px;
	height:78px;
	}

#linkText {
	position:absolute;
	color:#fff;
	font-size:14px;
	top:20px;
	right:117px;
	}

#link img {
	position:absolute;
	width:97px;
	height:98px;
	top:9px;
	right:0;
	}


/*-----------------------------------------------
P H O N E
----------------------------------------------- */


.wide-phone {
	margin:0;
	padding:0;
	text-align:left;
	background-color:#fff;
	font-size:15px;
	border-bottom:1px #E2E2E2 solid;
	}

.contPhone {
	position:relative;
	width:984px;
	margin:0 auto;
	padding:0;
	text-align:left;
	height:104px;
	background-color:#fff;
	}

.contWhithoutPhone {
	position:relative;
	width:984px;
	margin:0 auto;
	padding:0;
	text-align:left;
	height:31px;
	background-color:#fff;
	}

.titlePhone {
	position:absolute;
	margin:0;
	padding:0;
	width:984px;
	top:5px;
	}

.titlePhone a {
	animation: phone 5s infinite linear;
	}

@keyframes phone {
	0% {
		color:#FF66D9;
		transition-timing-function: linear;
		}
	50% {
		color:#FF8000;
		transition-timing-function: linear;
		}
	100% {
		color:#FF66D9;
		transition-timing-function: linear;
		}
	}


/*-----------------------------------------------
D I A G
----------------------------------------------- */


.wide-cont {
	margin:0;
	padding:0;
	text-align:left;
	background-color:#E2E2E2;
	font-size:15px;
	}

.contStats {
	position:relative;
	width:984px;
	margin:0 auto;
	padding:0;
	text-align:left;
	height:235px;
	background-color:#E2E2E2;
	}

.contWhithoutStats {
	position:relative;
	width:984px;
	margin:0 auto;
	padding:0;
	text-align:left;
	height:27px;
	background-color:#E2E2E2;
	}

.title {
	position:absolute;
	margin:0;
	padding:0;
	width:984px;
	top:5px;
	}

.line-base {
	position:absolute;
	margin:0;
	padding:0;
	width:984px;
	height:1px;
	background-color:#666666;
	z-index:4;
	bottom:60px;
	}

.line10 {
	position:absolute;
	width:984px;
	height:1px;
	background-color:#ccc;
	z-index:2;
	bottom:80px;
	}

.line20 {
	position:absolute;
	width:984px;
	height:1px;
	background-color:#ccc;
	z-index:2;
	bottom:100px;
	}

.line30 {
	position:absolute;
	width:984px;
	height:1px;
	background-color:#ccc;
	z-index:2;
	bottom:120px;
	}

.line40 {
	position:absolute;
	width:984px;
	height:1px;
	background-color:#ccc;
	z-index:2;
	bottom:140px;
	}

.line50 {
	position:absolute;
	width:984px;
	height:1px;
	background-color:#ccc;
	z-index:2;
	bottom:160px;
	}

.line60 {
	position:absolute;
	width:984px;
	height:1px;
	background-color:#ccc;
	z-index:2;
	bottom:180px;
	}

.line70 {
	position:absolute;
	width:984px;
	height:1px;
	background-color:#ccc;
	z-index:2;
	bottom:200px;
	}

.diagCol11 {
	position:absolute;
	width:19px;
	background-color:#fF0;
	bottom:0px;
	z-index:1;
	animation:1s ease-out bar;
	}

@keyframes bar {
  0% {
  	transform: scaleY(0);
		transform-origin:bottom;
  }
  100% {
    transform: scaleY(100%);
		transform-origin:bottom;
  }
}

.diagCol31 {
	position:absolute;
	width:19px;
	background-color:#fF0;
	bottom:0px;
	left:26px;
	z-index:1;
	animation:1s ease-out bar;
	}

.diagCol61 {
	position:absolute;
	width:19px;
	background-color:#fF0;
	bottom:0px;
	left:52px;
	z-index:1;
	animation:1s ease-out bar;
	}

.diagCol12 {
	position:absolute;
	width:19px;
	background-color:#FFF900;
	bottom:0px;
	z-index:1;
	animation:1s ease-out bar;
	}

.diagCol32 {
	position:absolute;
	width:19px;
	background-color:#FFF900;
	bottom:0px;
	left:26px;
	z-index:1;
	animation:1s ease-out bar;
	}

.diagCol62 {
	position:absolute;
	width:19px;
	background-color:#FFF900;
	bottom:0px;
	left:52px;
	z-index:1;
	animation:1s ease-out bar;
	}

.diagCol13 {
	position:absolute;
	width:19px;
	background-color:#F1FE01;
	bottom:0px;
	z-index:1;
	animation:1s ease-out bar;
	}

.diagCol33 {
	position:absolute;
	width:19px;
	background-color:#F1FE01;
	bottom:0px;
	left:26px;
	z-index:1;
	animation:1s ease-out bar;
	}

.diagCol63 {
	position:absolute;
	width:19px;
	background-color:#F1FE01;
	bottom:0px;
	left:52px;
	z-index:1;
	animation:1s ease-out bar;
	}

.diagSum1 {
	position:absolute;
	font-size:11px;
	left:0px;
	z-index:5;
	animation:2s ease-in sum;
	}

@keyframes sum {
  0% {
  	opacity: 0;
  }
  50% {
  	opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}

.diagSum3 {
	position:absolute;
	font-size:11px;
	left:26px;
	z-index:5;
	animation:2s ease-out sum;
	}

.diagSum6 {
	position:absolute;
	font-size:11px;
	left:52px;
	z-index:5;
	animation:2s ease-out sum;
	}

.number {
	text-align:right;
	width:18px;
	}

.group {
	position:absolute;
	width:119px;
	bottom:70px;
	left:113px;
	z-index:3;
	}

.group0 {
	position:absolute;
	bottom:60px;
	left:0;
	z-index:3;
	}

.group1 {
	position:absolute;
	bottom:60px;
	left:113px;
	z-index:3;
	}

.group2 {
	position:absolute;
	bottom:60px;
	left:226px;
	z-index:3;
	}

.group3 {
	position:absolute;
	bottom:60px;
	left:339px;
	z-index:3;
	}

.group4 {
	position:absolute;
	bottom:60px;
	left:452px;
	z-index:3;
	}

.group5 {
	position:absolute;
	bottom:60px;
	left:565px;
	z-index:3;
	}

.group6 {
	position:absolute;
	bottom:60px;
	left:678px;
	z-index:3;
	}

.group7 {
	position:absolute;
	bottom:60px;
	left:791px;
	z-index:3;
	}

.group8 {
	position:absolute;
	bottom:60px;
	left:904px;
	z-index:3;
	}

.wide-cont p {
	position:absolute;
	margin:0;
	padding:0;
	bottom:-45px;
	z-index:3;
	}

.wide-cont .legend1 {
	position:absolute;
	font-size:11px;
	margin:0;
	padding:0;
	bottom:-18px;
	left:0;
	z-index:3;
	}

.wide-cont .legend3 {
	position:absolute;
	font-size:11px;
	margin:0;
	padding:0;
	bottom:-18px;
	left:26px;
	z-index:3;
	}

.wide-cont .legend6 {
	position:absolute;
	font-size:11px;
	margin:0;
	padding:0;
	bottom:-18px;
	left:52px;
	z-index:3;
	}


/*-----------------------------------------------
L E F T
----------------------------------------------- */


.leftHome {
float:left;
width:270px;
padding:32px 32px 30px 0;
}

.leftHome li a {
color:#666;
font-size:15px;
font-weight:normal;
padding:2px 32px 30px 0;
}

.leftHome li a:hover,.leftHome li a.current {
color:#20B7FF;
font-weight:normal;
}

.navHome {
margin:0;
padding:0;
}

.navHome a {
margin:0;
padding:0;
height:0;
}

.left {
float:left;
width:262px;
padding:25px 32px 30px 0;
}

.left li a {
color:#666;
font-size:15px;
font-weight:normal;
padding:2px 32px 30px 0;
}

.left li a:hover,.left li a.current {
color:#20B7FF;
font-weight:normal;
}


/*-----------------------------------------------
M A I N
----------------------------------------------- */


.mainHome {
	width:984px;
	padding:2px 0 30px 0;
	}

.main {
	float:left;
	width:690px;
	padding:2px 0 30px 0;
	}

.mainTitle {
	float:left;
	width:659px;
	padding:2px 0 0 0;
	}

.mainCol {
	float:left;
	width:329px;
	padding:2px 32px 0 0;
	}

.mainCol:last-child {
	float:left;
	width:329px;
	padding:2px 0 0 0;
	}

h1 {
	font-size:25px;
	padding:25px 0 19px 0;
	margin:0;
	font-weight:normal;
	font-family:DroidSerif;
	}

h3 {
	font-size:17px;
	padding:0 0 19px 0;
	margin:0;
	}

h4 {
	font-size:15px;
	padding:0 0 21px 0;
	margin:0;
	font-weight:normal;
	}

.h4 {
	font-size:15px;
	padding:0 0 2px 0;
	margin:0;
	}

h5 {
	font-size:15px;
	color:#000;
	font-weight:normal;
	padding:10px 0 10px 0;
	margin:0;
	}

.h6 {
	font-size:10px;
	color:#000;
	padding:5px 0 5px 0;
	margin:0;
	}

p {
	margin:0;
	padding:0 0 15px 0;
	/*line-height:1.5;*/
	}

.box {
	margin:0;
	padding:15px 32px 15px 0;
	/*line-height:1.5;*/
	}

ul {
	list-style-type:none;
	margin:0;
	padding:0 0 15px 0;
	font-size:15px;
	}

li a {
	color:#82734D;
	font-weight:bold;
  transition:0.3s;
	}

ul li a.current {
	font-weight:bold;
	color:#B5A880;
	}

ul li a:hover {
	font-weight:bold;
	color:#B5A880;
	}

.lead a {
	font-size:15px;
	color:#82734D;
	transition:0.5s;
	font-weight:bold;
	}

.lead a.current {
	color:#B5A880;
	transition:0.5s;
	}

.lead a:hover {
	color:#B5A880;
	}

.vid {
	float:left;
	padding:2px 32px 8px 0;
	}

.vid-right {
	float:right;
	padding:2px 0 8px 32px;
	}

.vid-left img,.vid-right img {
	width:329px;
	}

#sticker-3 img {
	float:left;
	width:102px;
	margin:0 16px 0 0;
	}

#fakten img {
	float:left;
	width:102px;
	margin:0 16px 0 0;
	}


/*-----------------------------------------------
S E A R C H
----------------------------------------------- */


.leftHome form {
	padding:0 0 0 0;
	}

.leftHome input {
	float:left;
	width:130px;
	border:none;
	border:1px solid #ccc;
	color:#666;
	background:#fff;
	font-size:14px;
	font-family:DroidSans;
	margin:2px 8px 2px 0;
	padding:4px 3px;
	}

.leftHome .label {
	float:left;
	padding:8px 1px;
	font-size:14px;
	font-family:DroidSans;
	}

input.search {
	float:left;
	margin:2px 0 2px 0;
	padding:5px 2px;
	color:#fff;
	background:#000;
	border:none;
	font-size:14px;
	font-family:DroidSans;
	width:60px;
	transition:0.3s;
	}

input.search:hover {
	margin:2px 0 2px 0;
	padding:5px 2px;
	color:#fff;
	background:#20B7FF;
	border:none;
	width:60px;
	}


/*-----------------------------------------------
C O N T A C T   F O R M   I N P U T
----------------------------------------------- */


form {
	padding:30px 0 30px 0;
	}

.key {
	float:left;
	width:196px;
	padding:6px 16px;
	margin:4px 0;
	text-align:right;
	}

.valXS input {
	float:left;
	width:32px;
	border:none;
	border:1px solid #aaa;
	color:#000;
	background:#fff;
	font-family:DroidSans;
	font-size:14px;
	margin:4px 7px 4px 0;
	padding:6px 4px;
	}

.valS input {
	float:left;
	width:48px;
	border:none;
	border:1px solid #aaa;
	color:#000;
	background:#fff;
	font-family:DroidSans;
	font-size:14px;
	margin:4px 7px 4px 0;
	padding:6px 4px;
	}

.valM:last-child input {
	float:left;
	width:32px;
	border:none;
	border:1px solid #000;
	color:#000;
	background:#eee;
	font-size:14px;
	font-family:DroidSans;
	margin:4px 0;
	padding:4px 4px;
	}

.valM input {
	float:left;
	width:151px;
	border:none;
	border:1px solid #aaa;
	color:#000;
	background:#fff;
	font-size:14px;
	font-family:DroidSans;
	margin:4px 7px 4px 0;
	padding:6px 4px;
	}

.valM:last-child input {
	float:left;
	width:151px;
	border:none;
	border:1px solid #000;
	color:#000;
	background:#eee;
	font-size:14px;
	font-family:DroidSans;
	margin:4px 0;
	padding:5px 5px;
	}

.alert {
	background:#d00;
	color:#fff;
	}

.val input, .val textarea {
	float:left;
	width:319px;
	border:1px solid #aaa;
	color:#000;
	font-family:DroidSans;
	background:#fff;
	margin:4px 0;
	padding:6px 4px;
	font-size:14px;
	}

.val input:hover, .val input:focus, .valXS input:hover, .valXS input:focus, .valS input:hover,
.valS input:focus, .valM input:hover, .valM input:focus {
	float:left;
	border:1px solid #000;
	color:#000;
	font-family:DroidSans;
	background:#fff;
	margin:4px 7px 4px 0;
	padding:6px 4px;
  }

.valXS:last-child input:hover, .valXS:last-child input:focus,
.valMid:last-child input:hover, .valMid:last-child input:focus,
.valS:last-child input:hover, .valS:last-child input:focus,
.valM:last-child input:hover, .valM:last-child input:focus,
.val:last-child input:hover, .val:last-child input:focus {
	float:left;
	border:1px solid #ccc;
	color:#000;
	font-family:DroidSans;
	background:#fff;
	margin:4px 7px 4px 0;
	padding:5px 5px;
  }

.val textarea:hover, .val textarea:focus {
	float:left;
	color:#000;
	background:#fff;
	font-family:DroidSans;
	margin:4px 0;
	padding:6px 4px;
	border:1px solid #000;
  }

select {
	color:#000;
	background:#fff;
	font-size:14px;
	font-family:DroidSans;
	margin:5px 0 5px 0;
	padding:6px 4px;
	border:1px solid #aaa;
  }

option {
	color:#000;
	background:#fff;
	font-size:14px;
	font-family:DroidSans;
  }

.valCheck input {
	float:left;
	width:16px;
	font-size:14px;
	margin:11px 0 0 0;
	padding:0;
	}

.commLeft {
	float:left;
	padding:10px 10px 0 0;
	}

.commRight {
	float:left;
	padding:10px 0 0 10px;
	}

input.button {
	margin:16px 0 8px 0;
	padding:6px 6px 6px 6px;
	color:#fff;
	background:#000;
	border:none;
	width:127px;
	transition:0.3s;
	}

input.button:hover {
	margin:16px 0 8px 0;
	padding:6px 6px 6px 6px;
	color:#fff;
	background:#20B7FF;
	border:none;
	width:127px;
	}


/*-----------------------------------------------
F O O T E R
----------------------------------------------- */


#footer {
	padding:32px 0 64px 0;
	background:#000;
	color:#fff;
	box-shadow:0px 395px 0px 395px #000;
	}

#copyYear {
	float:left;
	color:#ccc;
	width:95px;
	font-weight:normal;
	}

#copyAddress {
	float:left;
	color:#ccc;
	width:200px;
	}

#copyMuinar {
	float:left;
	color:#ccc;
	width:690px;
	}

#copyMuinar a {
	color:#fff;
	font-weight:normal;
	}
