/*
Theme Name: 
unodue
Theme URI:   n.a.
Description:   UnoDue Theme für Wordpress
Version:   1.0
Author:   m@rkusmathi.eu
Author URI: 
thewebworks.de
Tags:   corporate, not public
 */
@charset "UTF-8";

body {
	font-family: ZurichBT-Light;
	font-weight: normal;
	font-style: normal;
	background-repeat: no-repeat;
	background-size: 102% auto;
	background-attachment: fixed;
	padding: 36px;
	padding-top: 120px;
	background-color: rgb(255, 255, 255);
	margin: 0;
}
header#main-header{
	position: fixed;
	left: 0;
	width: 100%;
	top: 20px;
	height: 50px;
	overflow: hidden;
	background-color: transparent;
	padding-top:8px;
	padding-bottom: 8px;
	padding-left: 38px;
	z-index: 2000;
	min-width: 600px;
	
	/*
	border-color:gray;
	border-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 0;
	border-right-width: 0;
	*/
}
div#underimage{
	background-image: inherit;
	background-size: 102% auto;
	background-position: 0 -20px;
	position: fixed;
	left: 0;
	width: 100%;
	top: 20px;
	height: 74px;
	background-repeat: no-repeat;
	z-index: 1999;
	opacity: 0;
}
div#shadow{
	position: fixed;
	left: 0;
	width: 100%;
	top: 8px;
	height: 92px;
	overflow: hidden;
	background-image: url('img/shadow.png');
	background-repeat: no-repeat;
	z-index: 1998;
	background-size: 100% 100%;
	opacity: 0;
	min-width: 600px;
}
div.menu-main-container{
	position: absolute;
	display: inline-block;
	right: 77px;
	top: 7px;
}
div.menu-main-container ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
div.menu-main-container ul li{
	display: inline-block;
}
div.menu-main-container ul li a{
	font-family: arno-pro-display;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	color: rgb(0, 0, 0);
	color: rgb(112, 111, 111);
	font-size: 23px;
	line-height: 50px;
	padding-left: 20px;
	opacity: 0.9;
	letter-spacing: 0.8px;
	transform: scale(1.05, 1);
	display: inline-block;
}
header.white div.menu-main-container ul li a{
	color: rgb(255, 255, 255);
}
header.black div.menu-main-container ul li a{
	color: rgb(0, 0, 0);
}
div#logo a{
	display: block;
	height: 50px;
	width: 200px;
	line-height: 50px;
	overflow: hidden;
	text-indent: 210px;
	background-repeat: no-repeat;
	background-image: url('img/unodue-logo.png');
}
header.white div#logo a{
	background-image: url('img/unodue-logo-wht.png');
}

header.black div#logo a {
	background-image: url('img/unodue-logo-blk.png');
}
header.gray div#logo a{
	background-image: url('img/unodue-logo-gry.png');
}
body.home div#logo a{
	background-image: url('img/unodue-logo.png');
}

h1{
	font-family: ZurichBT-Roman;
	font-weight: normal;
	font-style: normal;
}
p.test em{
	font-family: arno-pro-display;
	font-weight: 400;
	font-style: normal;
}

div.grid-box
{
	/*background-image: url('img/grid.png');*/
	position: relative;
	min-height: 300px;
}

div.text-img-teaser,
div.text-teaser,
div.box
{
	display: inline-block;
	position: relative;
	margin-right: 12px;
	margin-bottom: 12px;
	vertical-align: top;
}

div.text-img-teaser img{
	display: block;
	position: absolute;
	top:0;
	left:0;
}

div.text-teaser>div,
div.text-box>div,
div.text-teaser>a>div,
div.text-box>a>div
{
	padding-left: 28px;
	padding-right: 28px;
}

div.text-teaser>div:first-child,
div.text-box>div:first-child,
div.text-teaser>a>div:first-child,
div.text-box>a>div:first-child
{
	padding-top: 28px;
}
div.text-teaser>div:last-child,
div.text-box>div:last-child
{
	padding-bottom: 28px;
}

div.text-teaser a{
	text-decoration: none;
}
div.box-title
{
	font-size: 20px;
	line-height: 23px;
	font-family: ZurichBT-Roman;
	font-weight: normal;
	font-style: normal;
}
div.box-kats
{
	font-size: 20px;
	line-height: 23px;
	font-family: ZurichBT-Light;
	font-weight: normal;
	font-style: normal;
}

div.box-kats:before{
	content: '{';
}

div.box-content
{
	font-family: arno-pro-display;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	line-height: 20px;
}
div.box-content.main-content
{
	font-size: 18px;
	line-height: 23px;
}
div.box-content.meta-content
{
	font-family: ZurichBT-Roman;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 18px;
}
div.box-content.meta-content strong{
	font-family: ZurichBT-Bold;
	font-weight: normal;
}
div.box-title strong, div.box-title b{
	font-family: ZurichBT-Bold;
	font-weight: normal;
}
div.box-content.meta-content p{
	margin-top: 0;
}

div.text-teaser div.teaser-title, div.text-teaser a div.teaser-title{
	font-family: ZurichBT-Roman;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	margin-bottom: 12px;
}
div.text-teaser div.teaser-content, div.text-teaser a div.teaser-content{
	font-family: ZurichBT-Light;
	font-weight: normal;
	font-style: normal;
	font-size: 32px;
	margin-bottom: 12px;
}

.w200{
	width: 212px;
}
.w300 {
	width: 324px;
}
.w400 {
	width: 436px;
}
.w500{
	width: 548px;
}
.w600{
	width: 660px;
}
.w700{
	width: 772px;
}

.h200{
	height: 212px;
}
.h300 {
	height: 324px;
}
.h400{
	height: 436px;
}
.h500{
	height: 548px;
}
.h600{
	height: 660px;
}
.h700{
	height: 772px;
}

div.teaser-caption{
	height: 50px;
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
}
div.teaser-caption.hi{
	visibility: hidden;
	opacity: 0;
}
div.teaser-caption > div{
	padding-left: 10px;
}
div.teaser-title{
	padding-top: 10px;
	font-family: ZurichBT-Roman;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 16px;
}
div.teaser-cat{
	font-family: ZurichBT-Light;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 16px;
}
div.teaser-cat:before{
	content: '{';
}
canvas.multiply_hover{
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s ease-out, visibility 0s linear 0.3s;
}
div.text-img-teaser a:hover canvas.multiply_hover{
	visibility: visible;
	opacity: 1;
	transition: opacity 0.8s ease-out;
}
div.text-img-teaser a:hover div.teaser-caption.hi{
	visibility: visible;
	opacity: 1;
	background-color: transparent !important;
}
div.arno-it-right{
	font-family: arno-pro-display;
	font-style: italic;
	text-align: right;
	margin-top: 0px;
}
div.box-content p{
	margin-top: 0;
	margin-bottom: 0;
}
div.box-kats{
	margin-bottom: 1em;
}
div.box-title + div.box-content{
	margin-top: 1em;
}
div.main-content.light div.box-title{
	font-family: ZurichBT-Light;
}