@font-face {
	font-family: 'Questrial';
	src: url('https://webopti.at/cdn/fonts/Questrial.ttf');
}

body, html{
	height: 100%;
	font: normal 14px/21px "myriad-pro", Myriad, "Trebuchet MS", sans-serif;
}

/* Bogdan tag list fix */
.capitalCase>li>a{
	text-transform: capitalize;
}
.capitalCase{
	text-transform: capitalize;
}

/* RESET THE PRESET */

html, body, ul, h3{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

/* END RESET */

.search{
	float:Right;
	text-align: right;
}

.searchfield{
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 2px 8px;
}

.search button{
	cursor: pointer;
	background: transparent;
	border: 0px;
}

.language-picker{
	padding-right: 20px;
	padding-top: 4px;
	float:right;
}

.language-picker button{
	cursor: pointer;
	opacity: .75;
	width: 30px;
	height: 16px;
	padding: 0;
	border: 0;
	margin-right: 7px;
	background: transparent;
	transition: .3s;
}

.language-picker button:hover{
	box-shadow: 0px 0px 10px rgba(0,0,0,.5);
	opacity: 1;
}

.language-picker button img{
	width: 30px;
	height: 16px;
}

ul.search-items{
	padding-left: 20px;
}

.search-items > li > span{
	font-size: 12px !important;
	font-weight: normal !important;
	font-style: normal !important;
}

.search-items > li i, .search-items > li em,
.search-items > li b, .search-items > li strong{
	font-style: normal !important;
	font-weight: normal !important;
}

ul.search-items h5{
	font-weight: bold;
}

nav ul{
	padding: 0;
	margin: 0;
}

body{
	background-image: url(../img/creamdust.png);
	background-attachment: fixed;
	color: #333;
}

h1{
	font-weight: 300;
	font-size: 30px;
}

h2 aside{
	display: inline;
	font-size: 20px;
}

h3{
	font: normal 20px/30px "Century Gothic", 'Questrial', sans-serif;
	color: #286078;
	margin-bottom: 10px;
}

h3.subheadline{
	font-size: 16px;
	margin-top: -10px;
}

h4{
	font: normal 20px "Century Gothic", 'Questrial', sans-serif;
	display: inline;
}

h5{
	margin-bottom: 5px;
	margin-top: 25px;
	font-weight: 300;
	font-size: 18px;
	line-height: 22px;
	color: #666;
}

a{
	color: #6699CC;
}

a:hover{
	color: #286078;
	text-decoration: underline;
}

h5 a{
	color: #666;
	text-decoration:none;
	font-weight: 300 !important;
}

h5 a:hover{
	color: #333;
	text-decoration: none;
}

.fl-left{
	float:left;
	margin: 0px 20px 20px 0px;
}

.fineprint{
	text-align:center;
	color: #666;
	font-size: x-small;
	display:block;
}

div.wrapper{
	min-height: 100%;
	margin: 0 auto;
	width: 960px;
}

a.permalink{
	padding: 5px 0px;
	line-height: 25px;
	color: #6699CC;
	text-decoration: none;
	float: right;
	margin-right: 20px;
}

a.permalink:hover{
	text-decoration: underline;
}

header{
	padding-top: 30px;
}

	header .top-right{
		font-size: 12px;
		text-align: right;
		display: block;
	}
	
	header .logo{
		display: block;
		float:left;
		margin: 20px 0px 0px 0px;
	}
	
	header .logo-sl{
		display: block;
		float: left;
		margin: 25px 0px 0px 20px;
	}
	
	nav li{
		float:left;
		display:block;
	}
	
	nav ul{
		/* -webkit-transition: .2s; */
		position: relative;
	}
	
	nav ul:after {
		content: ""; 
		clear: both; 
		display: block;
	}
	
	nav ul ul{
		min-width: 140px;
		pointer-events: none;
		opacity: 0;
		position: absolute;
		top:100%;
		box-shadow: 0px 0px 5px rgba(0,0,0,.4);
	}
	
		nav ul li:hover > ul {
			opacity: 1; pointer-events: auto;
		}
			nav ul ul li {
				padding: 10px;
				background: rgba(255,255,255,.9);
				float: none; position: relative;
			}
				nav ul ul ul {
					position: absolute; left: 100%; top:0;
				}

	header nav .top{
		color: #333;
		text-shadow: 1px 1px 0px #fff;
		margin-top: 25px;
		display:block;
		list-style-type: none;
		float: right;
	}
		header nav .top a{
			color: #666;
			text-decoration: none;
			font-size: 13px;
		}
		
		header nav .top a:hover{
			text-decoration: underline;
			color: #333;
		}
		header nav .top li{
			padding: 10px;
		}
	
	header .main-wrap{
		width: 960px;
		display: inline-block;
		margin-top: 20px;
		padding-top: 10px;
		background-color: rgba(255,255,255,.8);
		box-shadow: inset 0px 1px 5px -1px rgba(0,0,0,0.2);
	}
	
		header nav .main{
			margin: 0px auto 0px auto;
			text-transform: lowercase;
			clear: both;
			display: table;
			/*overflow: none;*/
		}
	
		header nav .main > li{	
			/* border-right: 1px solid rgba(255,255,255,.7); */
			/* border-left: 1px solid rgba(207, 213, 223, .7); */
			/*margin-top: 10px;*/
			font-size: 15px;
		}
		
		header nav .main li a{
			display: list-item;
			color: #286078;
			padding: 13px 20px;
			-webkit-transition: color .5s, text-shadow .5s;
			text-decoration: none;
			color: #6699CC;
		}
		
		header nav .main li a:hover{
			color: rgb(51,114,138);
			background: #ffffff; /* Old browsers */
			background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #ffffff 0%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #ffffff 0%,#f0f0f0 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, #ffffff 0%,#f0f0f0 100%); /* IE10+ */
			background: linear-gradient(to bottom, #ffffff 0%,#f0f0f0 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
		}
		
		header nav .main li:first-child{
			border-left: 1px solid transparent;
		}
		header nav .main li:last-child{
			border-right: 1px solid transparent;
		}


section.about_banner{
	margin: -65px 0px 30px -65px;
	height: 250px;
	background: url(../img/banner.jpg);
	width: 100%;
	padding: 50px 65px;
	color: #bfb5b1;
	line-height: 2em;
}

.lang-RU .about_banner, .lang-UA .about_banner{
	line-height: 1.5em;
	padding: 39px 75px 84px 55px;
}

.lang-RU .about_banner h1, .lang-UA .about_banner h1{
	line-height: 1em;
}

section.about_banner article{
	background-color: rgba(0,0,0,.5);
	border-radius: 20px;
	padding: 30px;
	display: inline-block;
	max-width: 570px;
}


.content{
	padding: 65px;
	box-shadow: 0px 30px 40px -20px rgba(0,0,0,.2);
	overflow: hidden;
	border: 1px solid #f0f0f0;
	border-top: 0px;
	background-color: #fff;
	margin-bottom: 20px;
}

.content hr{
	width: 50%;
	margin: 0px auto 40px auto;
	height: 0;
	border: 1px solid #ccc;
}

.artice.editable hr{
	margin: 20px auto 20px auto;
}

.content .content{
	box-shadow: none;
	border: 1px transparent;
}

.content .content article{
	font-size: 14px;
	line-height: 1.8em;
}

.blog-editable{
	list-style-type: none;
}

.blog-editable table{
	margin-bottom: 30px;
}

.login-form .submit:hover{
	text-shadow: 0px 0px 10px rgba(255,255,255,.5);
	
}

.login-form .submit{
	cursor: pointer;
	margin-bottom: 10px;
	width: 200px;
	font: normal 16px/20px 'myriad-pro', Myriad Pro, sans-serif;
	border: 0px;
	color: #fff;
	padding: 5px 0px;
	letter-spacing: 1px;
	border-radius: 3px;
	box-shadow: inset 0px 0px 2px #666;
	background: #757A87; /* Old browsers */
	background: -moz-linear-gradient(top, #757A87 0%, #4F525B 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#757A87), color-stop(100%,#4F525B)); /* Chrome,Safari4+ */
	background: -webkit-gradient(linear, left top, left bottom, from(#757A87), to(#4F525B));
	background: -o-linear-gradient(top, #757A87 0%,#4F525B 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #757A87 0%,#4F525B 100%); /* IE10+ */
	background: linear-gradient(to bottom, #757A87 0%,#4F525B 100%); /* W3C */
	box-shadow: inset 0px 0px 2px rgba(255,255,255,.4), 
				0px 0px 8px rgba(0,0,0,0.6);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#757A87', endColorstr='#4F525B',GradientType=0 ); /* IE6-9 */
}

.login-form .close{
	position:absolute;
	font: normal 18px/18px sans-serif;
	display:block;
	background-color: #333;
	color: #fff;
	right: -13px;
    top: -13px;
    text-shadow: none;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 15px;
    border: 2px solid #fff;
   	text-decoration:none;
    box-shadow: 0px 0px 10px rgba(0,0,0,.5)
}

.close:hover{
	text-decoration:none;
}

.login-form p{
	margin: 0px;
}

.login-form input[type=text], .login-form input[type="password"]{
	border: 1px solid #ccc;
	box-shadow: inset 0px 0px 10px #ccc;
	border-radius: 1px;
	margin-bottom: 10px;
	width: 200px;
	padding: 0px 4px;
	box-sizing:border-box;
	font: normal 16px/20px 'myriad-pro', Myriad Pro, sans-serif;
}

form.login{
	margin: -4px 0px 0px 0px;
}

.login-form{
	display: none;
	position:fixed;
	padding: 50px;
	width: 200px;
	height: 85px;
	border-radius: 12px;
	border: 3px solid #fff;
	background: #656974; /* Old browsers */
	background: -moz-linear-gradient(top, #656974 0%, #3b3e46 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#656974), color-stop(100%,#3b3e46)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #656974 0%,#3b3e46 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #656974 0%,#3b3e46 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #656974 0%,#3b3e46 100%); /* IE10+ */
	background: linear-gradient(to bottom, #656974 0%,#3b3e46 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#656974', endColorstr='#3b3e46',GradientType=0 ); /* IE6-9 */
	left: 50%;
	top: 50%;
	margin-top: -100px;
	margin-left: -150px;
	box-shadow: 5px 5px 40px rgba(0,0,0,.3);
}

label{
	font-weight: bold;
}

.login-form label{
	display:none;
}

.content article ul{
	padding-left: 20px;
	list-style-type: disc !Important;
}

.historyback{
	background: transparent;
	border: 0px;
	float:none;
	display:block;
	clear:both;
	font: normal 15px/20px 'myriad-pro', Myriad Pro, sans-serif;
	color: #6699CC;
	margin-top: 10px;
	cursor: pointer;
}

.historyback:hover{
	color: #286078;
}

.historyback:before{
	content: '← ';
}

h3.small{
	font: normal 16px/18px 'myriad-pro', Myriad Pro, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-left: 40px;
	margin-bottom: 5px;
	margin-top: 25px;
}

.indent{
	margin-left: 40px;
}

.download{
	padding-left: 22px;
}

h2.year{
	position: relative;
	text-align: center;
	color: #666;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 7px;
	font-size: 1.7em;
	margin: 36px auto 26px auto;
}

	h2.year .to-top{
		position: absolute;
		right: 0px;
		font-size: 12px;
		text-transform: uppercase;
		text-decoration: none;
	}
	
.years{
	float:right;
	max-width: 34%;
	font-size: 10px;
	margin: -55px -30px 30px 0px;
}

.years a {
	color: #333;
	text-decoration: none;
	display: block;
	float: left;
	padding-right: 10px;
}

.years a:hover{
/* text-decoration: underline; */
	color: #6699cc;
}

ul.publikationen > li{
	/*overflow: auto;*/
	clear: both;
	margin: 0px auto 20px auto;
}

ul.publikationen > li img{ 
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
}

section.one-third{
	color: #666;
	width: 30%;
	margin-right: 60px;
	float:left;
}

section.one-third.far-right{
	width: 20%;
	margin-right: 0px;
	float: left;
}

section.one-third ul{
	font-weight: 300; 
	margin-top: 40px;
	list-style-image: url(../img/li.gif);
	padding-left: 40px;
	font-size: 12px;
	line-height: 15px;
}

section.one-third.far-right ul{
	list-style-type: none;
	list-style-image: none;
}

section.one-third.far-right ul a{
	white-space: nowrap;
	color: #808080;
	font-size: 18px;
	line-height: 23px;
	text-decoration:none;
}

section.one-third.far-right ul a:hover{
	color: #393939;
}

section.one-third img.icon{
	margin-right: 10px;
	float: left;
	max-width: 40px;
}

section.one-third ul li{
	padding-right: 10px;
	padding-left: 10px;
}


td{
	font-size: 14px;
	vertical-align:top;
}

.buecher{
	width: 80%;
	margin: 0 auto;
}

.buecher img{
	float: left;
	margin: 0px 20px 20px 0px;
}

.buecher > li{
	margin-top: 40px;
	clear:both;
	display: block;
}

.buecher .permalink{
	position:relative;
	bottom: 0px;
}

.publikationen article{
	line-height: 1.6em;
	display:block;
	width: 85%;
	clear: both;
}

ul.aktuelle-home a.download{
	display: none;
}

div.response{
	text-align: center;
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

a.download{
	color: #E08622;
	clear:both;
	background-image: url(../img/downloads-small.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 5px 5px 25px;
	text-decoration: none;
	display: inline-block;
	min-height: 25px;
	line-height: 25px;
	overflow: hidden;
}

a.download:hover{
	text-decoration: underline;
}

a[href=""]{
	display:none;
}

ul.tagList li{
	display:block;
	float: none;
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}

form.contact{
	width: 320px;
	margin: 30 auto;
	position: relative;
}

	form.contact .honey{
		display: none;
	}
	
	form.contact label{
		float: left;
		width: 100px;
	}

	form.contact input, textarea{
		font: normal 14/21px 'myriad-pro', sans-serif;
		border: 1px solid #ccc;
	}
	
	form.contact input.submit{
		border-radius: 5;
		background-color: #6699CC;
		color: #fff;
		font: normal 14/21px 'myriad-pro', sans-serif;
		cursor: pointer;
		border: 0px;
		margin-top: 10px;
	}
	
	form.contact .mail-error{
		display:block;
		white-space: nowrap;
		padding-top: 4px;
		padding-left: 10px;
		font: normal 14/21px 'myriad-pro', sans-serif;
		position:absolute;
	}
	
footer{
	font-size: 11px;
	padding: 2px;
	height:60px;
	display: block;
	float:right;
}
	
	footer a{
		text-decoration: none;
		color: #666;
		text-shadow: 1px 1px 2px #fff;
	}
	
	footer a:hover{
		text-decoration: underline;
		color: #333;
	}
	
	footer adress{
		position: relative;
		top: -7px;
		left: -10px;
	}
	
	footer nav, footer adress, footer ul{
		display: inline-block;
	}
	
	footer li{
		border-right: 1px solid rgba(255,255,255,.9);
		border-left: 1px solid rgba(207, 213, 223, .9);
		padding: 0px 10px;
	}
