/*
Theme Name:     Lernert & Sander
Theme URI:      
Description:
Author:         André Pahl
Author URI:     http://andrepahl.com
Version:        1.0.0
*/


/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}




/*! other helpers 
	some taken from Boilerplate
	Author: Aaron T. Grogg, based on the work of Paul Irish, Divya Manian, and Elliot Jay Stocks
	http://aarontgrogg.com/
*/
html,button,input,select,textarea{color:#000}body{font-size:1em;line-height:1.4}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}audio,canvas,img,video{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.hidden{display:none!important;visibility:hidden}.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.invisible{visibility:hidden}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.clearfix{*zoom:1}@media print{*{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}






/*  =============================================================================
	START
	
	light grey: 		#d4d4d4
	very light grey: 	#f0f0f0
	
  	========================================================================== */

	
html,
button,
input,
select,
textarea {
    color: #000;
}

body {
	font-family:'Karla',sans-serif;
	font-size:14px;
	line-height:18px;
	color:#000;
	overflow-x:hidden;
	overflow-y: scroll;
	font-weight: 400;
	
	text-rendering:optimizeLegibility;
	/*
	-webkit-font-smoothing:subpixel-antialiased;
	-moz-osx-font-smoothing:auto;
	*/
}

/* 	-----------------------------------------------
	reflect changes in custom-editor-style.css 
	----------------------------------------------- */
	
i,
em {	
	font-family:'Karla',sans-serif;
	font-style:italic;
	font-weight:400;	
}

b,
strong {
	font-family:'Karla',sans-serif;
	font-style:normal;
	font-weight:700;	
}

b i,
strong i,
b em,
em b,
i b,
i strong {
	font-family:'Karla',sans-serif;
	font-style:normal;
	font-weight:700;	
}

h1 {
	font-family:'Karla',sans-serif;
	font-style:normal;
	font-weight:700;
	font-size:14px;
	line-height:18px;
	margin:0;
	padding:0;	
}

/* 	-----------------------------------------------
	end reflect changes in custom-editor-style.css
	----------------------------------------------- */

p {
	margin-top:0px;
	margin-bottom:18px;
}

table {
	border-collapse: collapse;
	border-spacing: 0; 
}

table td {
	vertical-align:top;
	text-align:left;
	padding:0;
	margin:0;
}


ul,
ol {
	list-style:none;
    list-style-image:none;	
}


*,
*:before,
*:after {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing: border-box;
}

*::selection {
	background:#fffd95;
	color:#4d4d4d;
	text-shadow:none;
}

*::-moz-selection {
	background:#fffd95;
	color:#4d4d4d;
	text-shadow:none;
}

* {
	outline:0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-focus-ring-color:rgba(0, 0, 0, 0);
}

/* for iOS */
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance:none;
     border-radius:0;
}

a:active,
a:focus {
	outline: 0 /* firefox needs it */
}

.clickable {
	cursor:pointer!important;
}

.noselect {
	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
	-webkit-touch-callout: none;
	user-select: none;
}

a {
	color:#000;
	text-decoration:none;
	border-bottom:1px solid transparent;
}

a:hover {
	border-bottom:1px solid #000;
}

.nowrap {
	white-space:nowrap;
}

.edit-link {
	margin-top:20px;
}

.post-edit-link {
	border-bottom:1px solid #000;
}

.post-edit-link:hover {
	border-bottom:1px solid transparent;
}

.hw_acc {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.faded_out {
	-khtml-opacity:0!important;
	-moz-opacity:0!important;
	opacity:0!important;
}

.opacity_fade {
	-webkit-transition: opacity .6s ease-in-out;
	-moz-transition: opacity .6s ease-in-out;
	-o-transition: opacity .6s ease-in-out;
	-ms-transition: opacity .6s ease-in-out;
	transition: opacity .6s ease-in-out;
}

.opacity_fade_fast {
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}



/* 	-----------------------------------------------
	menu
	----------------------------------------------- */

#main_menu {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:68px;
	background-color:#fff;
	z-index:10;
	overflow:hidden;
	opacity:0;
	
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;		
}

#main_menu.on {
	opacity:1 !important;
	z-index:10;
}

#main_menu_work {
	position:fixed;
	top:25px;
	left:0px;
	text-align:center;
	overflow:hidden;
	z-index:100;
	opacity:1;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;		
}

#main_menu_work.off {
	opacity:0!important;
	z-index:-1;
}

#main_menu_work_inner,
#main_menu_back_inner {
	border-bottom:1px solid #000;
}

.no-touch #main_menu_work_inner:hover,
.no-touch #main_menu_back_inner:hover {
	border-bottom:1px solid transparent;
}

#main_menu_about {
	position:fixed;
	top:25px; 
	right:0px; /* todo: center */
	text-align:center;
	z-index:100;
}

#main_menu_about a {
	border-bottom:1px solid #000;
}

.no-touch #main_menu_about a:hover {
	border-bottom:1px solid transparent;
}

#main_menu_x {
	position:fixed;
	top:26px;
	left:0px;	
	z-index:21;
	text-align:center;		
}

#main_menu_x_inner {
	background:url(gfx/menu_close@2x.png) no-repeat;
	background-size:10px 10px;
	width:10px;
	height:10px;
	overflow:hidden;
	display:inline-block;
	opacity:0;
	
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;	
}

#main_menu_x_inner.on {
	opacity:1!important;
}

#main_menu_work_items {
	position:absolute;
	top:25px;
	width:80%;
	max-width:1500px;
	left:0px;
	right:0px;
	margin:0px auto;
	z-index:10;
	padding-left:10px;
}

.work_cat {
	display:inline-block;
	margin-right:26px;	
}

.menu_selected,
.no-touch .work_cat:hover {
	border-bottom:1px solid #000 !important;	
}

#main_menu div {
	display:inline;
}

#main_menu ul {
	margin:0px;
	padding:0px;
	display:inline;
}

#main_menu li,
#main_menu .home_link {
	margin:0px 26px 0px 0px;
	display:inline;
}

#main_menu li:last-child {
	margin-right:0px;
}

.no-touch #main_menu a:hover {
	border-bottom:1px solid #000;
	text-decoration:none;
}

#mobile_menu_hamburger,
#mobile_menu {
	display:none;	
}



/* 	-----------------------------------------------
	content
	----------------------------------------------- */

#content {
	position:relative;
	padding-top:60px;
	margin:0px auto;
	width:80%;
	max-width:1500px;
	z-index:1;
}

.aspect1609 {
	-webkit-backface-visibility:hidden;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
	width:100%;
	position:relative;
}

.aspect1609 iframe,
.aspect1609 object,
.aspect1609 embed,
.aspect1609 video { 
	position:absolute;
	top:0;
	left:0;
	width:100%!important;
	height:100%!important;
}

#go_up {
	position:fixed!important;
	bottom:20px;
	right:35px;
	z-index:100;
	text-align:right;
	white-space:nowrap;
	border-bottom:1px solid transparent;
	
	-webkit-transition: opacity .6s ease-in-out;
	-moz-transition: opacity .6s ease-in-out;
	-o-transition: opacity .6s ease-in-out;
	-ms-transition: opacity .6s ease-in-out;
	transition: opacity .6s ease-in-out;
}

.faded_out {
	-khtml-opacity:0!important;
	-moz-opacity:0!important;
	opacity:0!important;
}

.no-touch #go_up:hover {
	border-bottom:1px solid #000;
}


#top_title {
	position:absolute;
	top:25px;
	left:0px;
	overflow:hidden;
	z-index:1;
	text-align:left;
	width:100%;
	padding-left:10px;
}



/* 	----------------------------------------------------------------------------------------------
	royalslider
	http://dimsemenov.com/plugins/royal-slider/documentation/
	---------------------------------------------------------------------------------------------- */

/* v1.0.5 */
.royalSlider {
	width: 100%;
	
	position: relative;
	direction: ltr;
}
.royalSlider > * {
	float: left;
}

.rsWebkit3d .rsSlide {
	-webkit-transform: translateZ(0);
}

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
	-webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;
}


.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}

.rsThumb {
	float: left;
	position: relative;
}


.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}


.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition:  0s;
	transition:  0s;
	display: none;
}

.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	
	height: 100%;
	width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}

.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}

.rsPreloader {
	position:absolute;
	z-index: 0;	
}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
.rsNavItem {
	-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}

.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rsTabs {
	float: left;
	background: none !important;
}
.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}


.rsVideoContainer {
	/*left: 0;
	top: 0;
	position: absolute;*/
	/*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}

.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;
	
}

img.rsImg {
	max-width: none;
}

.grab-cursor {
	cursor:url(gfx/grab.png) 8 8, move; 
}

.grabbing-cursor{ 
	cursor:url(gfx/grabbing.png) 8 8, move;
}


.rsNoDrag {
	cursor: auto;
}

.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;	
	z-index: 20;
	background: url(gfx/blank.gif);
}


/* 	----------------------------------------------------------------------------------------------
	royalslider skin
	---------------------------------------------------------------------------------------------- */

.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
	background: #fff;
	color: #FFF;
}

.royalSlider {
	overflow:hidden;
}

.rsOverflow {
	/* cursor:pointer!important; */
}



/* 	-----------------------------------------------
	start page [sss]
	----------------------------------------------- */

#startpage_slideshow_outer {
	padding:0px 10px;
}

#startpage_slideshow_outer {
	padding:0px 10px;
	margin-bottom:20px;
	margin-top:8px;
}

.startpage_slideshow_slide {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}

.video_loop {
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	width:100%;
	z-index:900;
}

.video_loop iframe {
	width:100%;
	height:100%;
	position:relative;
	top:-60px;
}

.video_cover {
	position:absolute;
	top:0px;
	left:0px;
	z-index:910;
	/*background-color:rgba(0,0,255,0.2);*/
	width:100%;
	height:100%;	
}

.slide_title_outer {
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	width:100%;
	z-index:1000;	
}

.slide_title_outer2 {
	position:relative;
	left:0px;
	top:0px;
	display:table;
	text-align:center;
	height:100%;
	width:100%;
	z-index:1;	
}

.slide_title_inner {
	display:table-cell;
	height:100%;
	vertical-align:middle;	
}

.slide_title {
	font-size:46px;
	border-bottom:3px solid #fff;
	color:#fff;
	opacity:1 !important; /* set to 0 and not important for mouseover */
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	
	-webkit-font-smoothing: antialiased;
	/*-webkit-font-smoothing: subpixel-antialiased;*/
	-moz-osx-font-smoothing: grayscale;

}

.slide_title.black_title {
	color:#000 !important;
	border-bottom:3px solid #000!important;
}

.no-touch #startpage_slider:hover .slide_title,
.is_mobile .slide_title {
	opacity:1!important;
}

.no-touch .slide_title:hover {
	border-bottom:3px solid transparent!important;
}

.no-touch .special_image:hover {
	border-bottom:3px solid #fff!important;
}

.no-touch .black_title.special_image:hover {
	border-bottom:3px solid #000!important;
}

#mosaic {	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-moz-background-clip:padding-box !important;
	-webkit-background-clip:padding-box !important;
	background-clip:padding-box !important;
}

.mosaic_item_outer {
	padding:0px 10px 20px 10px;
	width:33.3333%;
}

.mosaic_item {
	display:table;
	text-align:center;
	position:relative;
	width:100%;
}

.mosaic_item img {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
}

.mouseover_bg {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#f0f0f0;
	z-index:1;
	opacity:0;
}


.mouseover_outer {
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	padding:40px;
	vertical-align:middle;
	display:table-cell;
	opacity:0;
	z-index:2;
}

.mouseover_title {
	margin-top:18px;
	border-bottom:1px solid #000;
}

.mouseover {
	margin:0 auto;
	overflow:hidden;	
}

.arr_left {
	background:url(gfx/arr_left@2x.png);
	background-size:9px 15px;
	width:9px;
	height:15px;
}

.arr_right {
	background:url(gfx/arr_right@2x.png);
	background-size:9px 15px;
	width:9px;
	height:15px;
}


/* 	-----------------------------------------------
	category
	----------------------------------------------- */

.category #mosaic_outer {
	margin-top:8px;
}




/* 	-----------------------------------------------
	single project
	----------------------------------------------- */

#big_image {
	padding:0px 8px; /* add 1px white border inside - vimeo crop, otherwise it'd be 0px 10px */
	margin-top:8px;	
	position:relative;
}

#big_image_crop_left {
	position:absolute;
	z-index:10;
	/*background-color:rgba(255,0,0,0.5);*/
	background-color:#fff;
	width:10px;
	left:0px;
	top:0px;
	height:100%;
	overflow:hidden;	
}

#big_image_crop_right {
	position:absolute;
	z-index:10;
	/*background-color:rgba(255,0,0,0.5);*/
	background-color:#fff;
	width:10px;
	right:0px;
	top:0px;
	height:100%;
	overflow:hidden;
}


#big_image_crop_top {
	position:absolute;
	z-index:10;
	/*background-color:rgba(255,0,0,0.5);*/
	background-color:#fff;
	height:1px;
	left:0px;
	top:0px;
	width:100%;
	overflow:hidden;
}

#big_image_crop_bottom {
	position:absolute;
	z-index:10;
	/*background-color:rgba(255,0,0,0.5);*/
	background-color:#fff;
	height:1px;
	left:0px;
	bottom:0px;
	width:100%;
	overflow:hidden;
}

#big_image img,
#big_image .video_container {
	width:100%;
	margin-bottom:30px;
}

.video_container {
	-webkit-backface-visibility:hidden;
	height:0;
	overflow:hidden;
	width:100%;
	position:relative;
}

.video_container iframe {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;	
}

#work_text {
	position:relative;
	padding:0px 10px;
}

#work_text_left {
	float:left;
	width:33.333%;
	padding-right:10px;
	position:relative;
}

#work_text_right {
	position:relative;
}

#work_text_right p {
	margin-bottom:0px;
}

#work_prevnext {
	position:absolute;
	right:10px;
	top:0px;
}

#m_prev_next_project {
	display:none;
}
	
.read_more_link,
.read_less_link {
	display:inline;
	margin-right:20px;	
}

.work_text_col .read_more_link,
.work_text_col .read_less_link,
.work_text_col .buy_link,
.work_text_col a {
	border-bottom:1px solid #000;	
}


.no-touch .work_text_col .read_more_link:hover,
.no-touch .work_text_col .read_less_link:hover,
.no-touch .work_text_col .buy_link:hover,
.no-touch .work_text_col a:hover  {
	border-bottom:1px solid #fff;
}

#work_readmore {
	margin-top:34px;
	padding:0px 10px;	
}

#work_readmore .work_text_col {
	width:33.3333%;
	float:left;
	padding-right:20px;
}

#work_text_spacer {
	height:56px;
}

.work_item {
	float:left;
	padding:0px 10px;
	margin-bottom:20px;
	position:relative;
}

.work_item img {
	width:100%;
	position:relative;
	top:0px;
	left:0px;
}

.work_item_s1 {
	width:50%; /* normal */
}

.work_item_s2 {
	width:33.3333%; /* small */	
}

.work_item_s3 {
	width:100%; /* big */
}

/*
.work_item_s3.portrait {
	width:66.66%;
	margin-left:16.67%;
}
*/

.video_playpause_outer {
	position:absolute;
	display:table;
	text-align:center;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	z-index:10;
	padding:10px 10px 0 10px;
}

.video_playpause_inner {
	display:table-cell;
	vertical-align:middle;
}

.video_play {
	background:url(gfx/video_play_sprite@2x.png);
	background-size:18px 42px;
	background-position:0px 0px;
	width:18px;
	height:21px;
	display:inline-block;
}

.no-touch .work_item:hover > .video_playpause_outer .video_playpause_inner .video_play {
	background-position:0px -21px;
}

.video_pause {
	background:url(gfx/video_pause_sprite@2x.png);
	background-position:0px 0px;
	background-size:13px 42px;
	width:13px;
	height:21px;
	display:inline-block;
}

.no-touch .work_item:hover > .video_playpause_outer .video_playpause_inner .video_pause {
	background-position:0px -21px;
}





/* 	-----------------------------------------------
	shop
	----------------------------------------------- */

.page-template-page-shop #mosaic_outer {
	margin-top:8px;
}

.page-template-page-shop .mouseover a {
	border-bottom:1px solid #000;	
}

.page-template-page-shop .mouseover a:hover {
	border-bottom:1px solid transparent !important;	
}

.buy_and_details {
	line-height:20px;
}





/* 	-----------------------------------------------
	about
	----------------------------------------------- */

.page-template-page-about #content {
	padding-top:66px;
}

.about_col {
	float:left;
	width:33.333%;
	padding:0px 25px 0px 10px;
}

.about_col img {
	width:100%;
	margin-top:5px;
	margin-bottom:36px;
}

.about_item {
	margin-bottom:36px;	
}

.about_img {
	position:relative;
}

.about_text p:last-child,
.about_rm p:last-child {
	margin-bottom:0px;
}

.about_rm_link {
	border-bottom:1px solid #000;
	display:inline-block;
	position:relative;
	margin-bottom:17px;
}

.no-touch .about_rm_link:hover {
	border-bottom:1px solid transparent;	
}

.about_rm {
	margin-top:18px;
	display:none;
}




/* 	-----------------------------------------------
	responsive [vvv]
	----------------------------------------------- */

@media only screen and (max-width : 900px) { 
	
	.mosaic_item_outer {
		width:50%;
	}
	
	.work_item_s2 {
		width:50%;
	}
}

@media only screen and (max-width : 767px) {
	.about_col {
		width:50%;
		padding:0px 25px 0px 10px;
	}	
}


@media only screen and (max-width : 640px) { 
	
	/* 	-----------------------------------------------
		menu
		----------------------------------------------- */
		
	#main_menu_work,
	#main_menu_about,
	#main_menu_x {
		display:none;	
	}
	
	#mobile_menu_hamburger {
		position:fixed;
		background:url(gfx/hamburger@2x.png) no-repeat;
		background-size:16px 12px;
		background-position:top right;
		top:14px;
		right:12px;
		/* click zone bigger ! */
		width:56px;
		height:32px;
		z-index:20;
		display:block;
		border:1px solid transparent; /* iphone needs it */
	}
	
	#mobile_menu {
		position:fixed;
		top:0px;
		left:0px;
		height:100%;
		width:100%;
		background-color:#fff;
		display:block;
		z-index:1000;
		padding:14px 15px;	
	}
	
	#mobile_menu_x {
		position:absolute;
		z-index:10;
		right:15px;
		top:14px;
		background:url(gfx/menu_close@2x.png) no-repeat;
		background-size:10px 10px;
		background-position:top right;
		/* click zone bigger ! */
		width:56px;
		height:32px;	
		border:1px solid transparent; /* iphone needs it */
	}
	
	#mobile_menu .work_cat {
		display:inline-block;
		margin-right:0;
	}
	
	#mobile_menu a {
		display:inline-block;
		margin-bottom:3px;
	}
	
	
	/* 	-----------------------------------------------
		content
		----------------------------------------------- */
	
	#content {
		padding-top:40px;
		margin:0px auto;
		width:100%;
	}
	
	#top_title {
		top:14px;
		left:0px;
		padding-left:10px;
	}

	#go_up {
		display:none;
	}
	
	
	/* 	-----------------------------------------------
		start page
		----------------------------------------------- */
	
	#startpage_slideshow_outer {
		padding:0px 0px;
	}

	.slide_title {
		/* todo: adjust */
		font-size:36px;
		border-bottom:3px solid #fff;
	}
	
	.slide_title.black_title {
		/* todo: adjust */
		border-bottom:3px solid #000!important;
	}
	
	.mosaic_item_outer {
		width:100%;
		padding:0px 0 20px 0;
	}
	
	
	/* 	-----------------------------------------------
		single project
		----------------------------------------------- */
	
	#big_image {
		padding:0;
		margin-top:8px;	
		position:relative;
	}
	
	#big_image_crop_left,
	#big_image_crop_right,
	#big_image_crop_top,
	#big_image_crop_bottom {
		display:none;
	}
	
	#work_text_left {
		width:100%;
		padding-right:0px;
	}
	
	#work_prevnext {
		display:none;
	}
	
	#m_prev_next_project {
		position:absolute;
		right:0px;
		bottom:0px;
		display:block;
	}
	
	#work_readmore .work_text_col {
		width:100%;
		float:left;
		padding-right:0px;
	}
	
	.work_item {
		padding:0px 0px;
	}
	
	.work_item_s1,
	.work_item_s2 {
		width:100%;
	}
	
	.about_col {
		width:100%;
		padding:0;
	}
	
	.about_text,
	.about_rm {
		padding:0px 10px 0px 10px;
	}
	
	.about_rm_link {
		margin-top:18px;
		margin-left:10px;
	}
	
	.about_col a {
		border-bottom:1px solid #000;
	}
}


@media only screen and (max-width : 640px) and (orientation:portrait) {
	#startpage_slideshow {
		padding-bottom:80% !important;
	}
}


