
img{
	max-width: 100%;
}

.singletext {
	max-width: 500px;
	margin: 30px 20px 40px 30px;
}
.singletext-light{
	max-width: 500px;
	margin: 30px 20px 40px 30px;
	font-weight: 300;
}

.text {
	max-width: 400px;
	margin: 30px 20px 40px 30px;
}
@media (min-width: 680px) {
	.text {
	column-count:2;
	-moz-column-count:2;
	-webkit-column-count:2;
	column-gap:15px;
	-moz-column-gap:15px;
	-webkit-column-gap:15px;

	max-width: 900px;
	min-width: 600px;
	}
}

.post-header{
	padding: 60px 0 0 30px;
}


.whatitis{
	text-transform: uppercase;
}
.client, .whatitis{
	color: #AAA;
}

.post-description img{
	margin: 7px 0;
}
.intro{
	margin-top: 10px;
}
.headermenus{
	width: calc(100% - 231px);
}
.headermenus li{
	list-style: none;
	font-size: 14px;
    font-weight: 300;
    margin-top: 1px;
    letter-spacing: 1.2px;
}
@media (max-width: 980px) {
.headermenus li{
	list-style: none;
	font-size: 12px;
    font-weight: 300;
    margin-top: 1px;
    letter-spacing: 1.2px;
}
.headermenus ul{
	margin: 5px 0;
}
}

.headermenus a{
	color: #000;
}
.main-menu-wrap{
		float: right;
}
#main-menu{
	float: right;
	margin: 2px 30px 0 0;
}
@media (max-width: 980px) {
	#main-menu{
	display:none;
}
}


#main-menu .pure-u{
	width:82px;
	text-transform: uppercase;
	text-align: left;
	border-left: 1px solid #000;
	height: 56px;
	padding: 0 0 0 5px;
}/*
#main-menu div:first-child{
	border-left:none;
	width: 75px;
	text-align: right;
	padding-right: 10px;
}
*/
#main-menu a{
	font-weight: 300;
	font-size: 12px;
	color: #000;
	margin-top: -3px;
	display: block;
}
.logotron{
	width: 230px;
	height: 90px;
}

@media (max-width: 980px){
	.logotron{
	width: 200px;
	height: 70px;
}
}
.posts.list header.post-header{
	padding: 0 16px 20px;
	vertical-align: bottom;
	font-size: 12px;
	font-weight: 300;
}

.cover{
	height: 400px;
	background-size: cover;
	background-position: top right;
}


.cover.graphic-design{
	width: calc(100% - 538px);
}
.cover.concept{
	width: calc(100% - 453px);
}
.cover.research{
	width: calc(100% - 368px);
}
.cover.project-organizing{
	width: calc(100% - 283px);
}
.cover.video{
	width: calc(100% - 199px);
}

@media (max-width: 980px){
	.cover.graphic-design,
	.cover.concept,
	.cover.research,
	.cover.project-organizing,
	.cover.video{
		width: 100%;
	}
}

.graphic-design{
	width:195px;
}
.research{
	width:195px;
}
.concept{
	width:195px;
}
.project-organizing{
	width:195px;
}
.video{
	width:195px;
}

@media (max-width: 980px){
.posts.list header.post-header
	{	margin: 20px;
		padding: 20px;
		position: absolute;
		left: 0;
		background: rgba(255,255,255,0.9);
	}
}

.post-header a:hover{
	text-decoration: none;
}

a .intro{
	color: #000;
}

.viokopf{
	background: url("/images/viola_kup.jpg");
	background-size: cover;
	background-attachment: fixed;
    background-clip: border-box;
    background-origin: padding-box;
    background-position: right top;
    background-repeat: no-repeat;
	width: 100%;
	min-height:400px;
}







