/*
***********************************************************
* CSS Definition file
***********************************************************
* Generic elements
***********************************************************
@hneda = 5d5857;
*/

/* reset */
html, body, p, form, h1, h2, h3, h4, h5, h6, img, ul, ol, li, div {
	margin: 0px; padding: 0px; border: 0px;
}
img {
	vertical-align: bottom;
}
li {
	list-style-image:none; list-style-type: none;
}
/* reset */

a {
	color:#d70c2e;
	text-decoration:none;
}

a:link {
	color:#d70c2e;
	text-decoration:none;
}

a:visited {
	color:#d70c2e;
	text-decoration:none;
}

a:active {
	color:#d70c2e;
	text-decoration:none;
}

a:hover {
	color:#d70c2e;
	text-decoration:underline;
}

html {
    overflow-y: scroll;
}

body {
	font-family: "Roboto", Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: 300;
	color:#5d5857;
}

#page {
	position: relative;
}

#top {
	/* width: 878px; */
}

.respMenu {
	display: none;
	position: absolute;
	top:10px;
	right:50px;
	font-size: 30px;
}

.respMenu a {
	text-decoration: none;
	padding: 5px 30px;
}

.respMenu a:hover {
	text-decoration: none;
	background-color: #5d5857;
	color: #fff;
}

.menu {
	font-size: 12px;
	color: #5d5857;
	height: 70px;
	float: right;
}

.menu li {
	float:left;
	position: relative;
	/* background: #fff url('../img/bg-menu.png') right top no-repeat; */
}

.menu li a {
	display: block;
	float: left;
	color: #5d5857;
	text-decoration: none;
	padding: 26px 0;
	/* padding: 28px 22px; */
	/* background: #fff url('../img/bg-menu.png') 1px top no-repeat; */
}

.menu li a div {
	padding: 2px 22px;
	border-right: 1px solid #5d5857;
}

.menu li a:hover, .menu li a.hovered {
	background-color: #5d5857;
	color: #fff;
}

.menu li:last-child div {
	border-right: 0;
}

.langmenu li {
	border-right: 0;
	background-image: none;
}

.langmenu li a {
	padding: 28px 22px;
}

.langmenu li a:hover {
	text-decoration: underline;
	color: #5d5857;
	background-color: #fff;
}

#submenu {
	position: absolute;
	top:68px;
	left:0;
	z-index:1000;
	display: none;
}

#submenu a {
	width:180px;
	display: block;
	background-color: #5d5857;
	color:#fff;
	padding: 10px 10px;
	border-bottom: 1px solid #fff;
	white-space: nowrap;
}

#submenu a:hover {
	text-decoration: underline;
}

#submenu2 {
	position: absolute;
	top:68px;
	left:0;
	z-index:1000;
	display: none;
}

#submenu2 a {
	width:175px;
	display: block;
	background-color: #5d5857;
	color:#fff;
	padding: 10px 10px;
	border-bottom: 1px solid #fff;
	white-space: nowrap;
}

#submenu2 a:hover {
	text-decoration: underline;
}

@media (max-width: 830px) {
    .menu {
        position: absolute;
        right:50px;
        top:70px;
        z-index:1000;
        background-color: #fff;
        float: none;
        display: none;
    }
    .menu li {
        float:none;
        border: 0;
    }

    .menu li a {
        float:none;
        background-color: #fff;
        padding: 10px 20px;
        border-bottom: 1px solid #123;
        border-left: 1px solid #123;
        border-right: 1px solid #123;
    }

    .menu li a div {
		border: 0;
    }

	.respMenu {
		display: block;
	}

	#submenu, #submenu2 {
		position: relative;
		top:auto;
		display: none;
	}
	#submenu a, #submenu2 a {
		width: auto;
		top:auto;
		display: none;
	}

	#langmenu {
		display: block;
		position: absolute;
		right:10px;
		top:15px;
		height: auto;
	}

	#langmenu a {
		border: 0;
		padding: 10px;
	}

}

/*
FOOTER
*/
#foot {
	background-color: #eeeeee;
	font-size: 12px;
	padding-bottom: 50px;
	padding-top: 25px;
	color: #5d5857;
	line-height: 20px;
}

#foot a {
	color: #5d5857;
	text-decoration: underline;
}

#foot a:hover {
	color: #000;
	text-decoration: none;
}

.footcontent {

}

.f0 {
	width: 250px;
	padding-right: 15px;
}

.f1 {
	width: 210px;
	padding-right: 15px;
}

.f2 {
	width: 215px;
	padding-right: 15px;
}

.f3 {
	/* width: 190px; */
	padding-bottom: 10px;
	margin-left: 20px;
}

.fful {
	padding-left: 30px;
	max-width: 580px;
}

.fleft {
	float: left;
}


@media (max-width: 880px) {
    .f3 {
        float: none;
        display: block;
		padding-left: 0px;
		padding-bottom: 10px;
    }

    .footcontent .fleft {
		padding: 20px;
    }
}

/*
HP
*/
.hp-banner {
	width: 100%;
	height: 327px;
	background: url('../img/hp/main.jpg') top center no-repeat;
	background-size: 100% auto;
	margin: auto;
	position: relative;
	z-index:2;
}

.hp-banner .promo {
	position: relative;
	top:70%;
	left:30%;
	float: left;
}

.hp-banner-area {
	height: 327px;
}

@media (max-width: 1300px) {
	.hp-banner .promo {
		top:20%;
	}
	.hp-banner {
		height: 200px;
	}
  .hp-banner-area {
    height: 200px;
  }
}

@media (max-width: 680px) {
	.hp-banner .promo {
		top:0%;
	}
	.hp-banner {
		height: 100px;
	}
  .hp-banner-area {
    height: 100px;
  }
  .main-area {
	  padding-top: 20px;
  }
}

@media (max-width: 440px) {
	.hp-banner .promo {
		display: none;
	}
	.hp-banner {
		height: 100px;
	}
  .hp-banner-area {
    height: 100px;
  }
  .main-area {
	  padding-top: 20px;
  }
}

.promo a:first-child {
	display: inline-block;
	font-size: 30px;
	color: #5d5857;
	background-color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
	padding: 10px 15px;

}

.promo a:first-child:hover {
	text-decoration: none;
	background-color: rgba(255, 255, 255, 1);
}

.promo a:first-child::after {
	display: none;
}

.promo a {
	display: inline-block;
	font-size: 12px;
	background-color: rgba(98, 88, 97, 0.7);
	color:#fff;
	padding: 3px 5px 3px 15px;
}

.promo a::after {
	content: ' ►';
	color: #d70c2e;
}

.promo a:hover {
	text-decoration: none;
	background-color: rgba(98, 88, 97, 1);
}

.main-area {
	padding: 50px 0 100px 0;
}

.main-area h3 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: normal;
}

/*
HP project
*/

.main-area .project {
	/* 3 vedle sebe */
	width: 195px;
	/* 2 vedle sebe */
	/* width: 310px; */
	/* margin-left: 34px; */
	margin-left: 20px;
	margin-bottom: 20px;
}

.main-area .project h2 {
	font-size: 20px;
	padding: 17px 0px;
	font-weight: normal;
}

.main-area .project h2 span {
	font-size: 14px;
}

.main-area .project a.more {
	display: block;
	/* 3 vedle sebe */
	background: #555150 url(../img/bg-arrow.png) 180px 7px no-repeat;
	/* 2 vedle sebe */
	/* background: #555150 url(../img/bg-arrow.png) 295px 7px no-repeat; */
	color:#fff;
	text-align: right;
	padding: 5px 20px;
}

/*
HP project
*/

.hpnotice {
	color:#aaa;
	text-align:justify;
}

.hpnotice a.more {
	background: url(../img/bg-arrow.png) right 2px no-repeat;
}

.main-area .project a:hover {
	background-color: #777473;
}

/*
INNER
*/
.inner h3 {
	color:#d70c2e;
}

.inner h2 {
	font-size: 30px;
	margin-bottom: 20px;
	font-weight: normal;
}

.inner .fful {
	font-size: 14px;
}

.inner .fful p {
	font-size: 14px;
	margin-top: 10px;
	text-align: justify;
}

.inner .fful ul {
	padding-left: 20px;
}

.inner .fful ul li {
	padding-left: 0px;
	list-style-type: circle;
}

.inner .hr {
	margin-top: 25px;
	padding-bottom: 15px;
	border-top: 1px solid #eeeeee;
	clear:both;
}

.textpart {

}

/*
AKTUALITY
*/
.aktuality {
	margin-top: 16px;
	margin-bottom: 30px;
	text-align: justify;
}

.aktuality h2 {
	font-size: 14px;
	font-weight: 600;
	margin: 5px 0px;
}

.aktuality a {
	text-decoration: underline;
}

/*
DOCS
*/
.docsvz, .docskd {
	display: none;
}

.avz {
	padding-right: 100px;
}

table.docs {
	padding-top: 0px;
	padding-bottom: 20px;
	width: 100%;
}

table.docs td {
	padding: 2px 30px 2px 0px;
}

a.back {
	display: block;
	float:right;
	color:#5d5857;
	padding-top: 10px;
	margin-bottom: 10px;
}

.doccontent {
	margin-top: 20px;
	/* padding-right: 100px; */
	background-color: #eee;
	padding: 0px 100px 0px 20px;
}

.imgleg {
	float:left;
	margin: 10px 10px 25px 0;
}

.imglegr {
	float:right;
	margin: 10px 0px 25px 0;
}

/*
CONTACT
*/
.contact p.txt {
	width:46%;
	float: left;
	font-size: 12px !important;
	margin-right: 20px;
	line-height: 1.5em;
}

.contact p span {
	font-size: 14px !important;
	color:#d70c2e;
}

/*
COMMON
*/
.clear {
	clear:both;
}

b, strong {
	font-weight: 600;
}

.mwid {
	max-width: 878px;
	min-width: 320px;
	margin: auto;
}

.tright {
	text-align: right;
}

.del1s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.del2s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.del3s {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}