/*	Less Framework 4
	http://lessframework.com
	by Joni Korpi
	License: http://opensource.org/licenses/mit-license.php	*/


/*	Resets
	------	*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}

a img {border: 0;}



/*	Typography presets
	------------------	*/

.gigantic {
	font-size: 110px;
	line-height: 120px;
	letter-spacing: -2px;
}

.huge{
	font-size: 68px;
	line-height: 72px;
	letter-spacing: -1px;
}

.large {
	font-size: 42px;
	line-height: 48px;
}

.bigger {
	font-size: 26px;
	line-height: 36px;
}

.big{
	font-size: 22px;
	line-height: 30px;
}



.small, small {
	font-size: 13px;
	line-height: 18px;
}

/* Selection colours (easy to forget) */

::selection 	 	{background: rgb(255,255,158);}
::-moz-selection 	{background: rgb(255,255,158);}
img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}
body {-webkit-tap-highlight-color: rgb(255,255,158);}



/*		Default Layout: 992px. 
		Gutters: 24px.
		Outer margins: 48px.
		Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */

body {
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
}

.wrapper{ 
	/*padding-left: 68px;*/
}

#main{
	padding-left: 0px;	
}

#mobile-nav-holder{ display: none; }

/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	body{
	background: url(../img/body-mq.png) fixed   top center !important;
	background-size:100% !important;
	font-size: 100% !important;
	font-family: 'Open Sans', sans-serif;
	background-attachment:fixed !important;
	}
	.wrapper,	#main{
		padding-left: 0px;	 
		width: 100%;
	}
	
		
	#logo{ 
		margin-left: 0px;
		padding-left: 0px; 
		}
		
		.mainlogo{
	position: absolute !important;
	/* width: 100% !important; */
}
.mainlogo object {
	/* width: 29%  !important; */
	/* height: 100% !important; */
	position: relative !important;
	/* margin-left: 35% !important; */
	/* top: 3em !important; */
	z-index: 9999 !important;
	/* margin-right: 35% !important; */
}
	/* nav */
	
	#nav{ 
		text-align: center !important;
		margin-top: 0em !important;
		margin-left: auto !important;
		margin-right: auto !important;
		width: 90% !important;
		}
	
	nav{
		float: left !important;
		line-height: 1em !important;
		width:100% !important;
		white-space: nowrap !important;
		text-align: center !important;
		min-width: 95% !important;
		min-inline-size: 95% !important;
		display: block !important;
		}
		
	#nav li{
		font-size: 13px;
		font-weight: lighter;
	}
	
	#nav>li ul{
		margin-top: -5px;
	}
	
	#nav>li>a>.subheader{
		display: none;
	}
	
	#mobile-nav-holder{ display: none; }
	
	/* social */ 
	#soztitle{
	float: right;
	font-family: 'Cousine', sans-serif;
	color: rgba(241, 90, 36, 1);
	font-size: 115%;
	margin-top: -33px;
}
	#social-bar{ 
		position: absolute;
		top: -115px;
		right: -0px;
		width: auto;
		background: none;
		height:20px;
		padding: 12px 0px 10px;
	}
	
	#social-bar ul{
		float: right; 
		display: block;
		/*overflow: hidden;*/
		margin: 0px;
		width: auto;
	}
	
	#social-bar li{	
		display: block;
		float: left;
		margin: 0px 2px;
	}
	
	#social-bar li img{
		width: 16px;
		height: 16px;
	}
	
	/* main */
	
	#main #content{
		width: 760px;
		/*float: left;*/
	}
	
	.shadow-main{
		width: 760px;
		height: 11px;
		margin-left: 0px;
		background: url(../img/shadow-main-tablet.png) no-repeat top center;
	}
	
	/* masthead */
	
	#masthead .breadcrumbs{
		display: none;
	}
	
	/* slider */
	
	.shadow-slider{  background: url(../img/shadow-main-tablet.png) no-repeat top center ; }
	
	/* featured */
	
	.featured figure{
		width: 68px;
		margin-left: 24px;
	}
	
	/*text posts */
	
	.text-posts li{
		margin-left: 24px;
		width: 160px;
	}
	
	/* home gallery */

	.home-gallery li{ 
		margin-left: 24px;
		width: 160px;
	}
	

	/* aside */
	
	aside.retractil{
		top: 72px;
	}
	
	/* portfolio */
	
	.project-description{ width: 528px; }
	
	.project-info{ width: 160px; }
	
	.related-projects figure{ width: 160px; }
	
	/* blog */
	
	#posts-list,
	#post-content,
	#page-content{ width: 436px;}

	/* footer */
	
	#footer-cols>li{
		display: block;
		float: left;
		width: 229px;
		margin-left: 24px;	
	}
	
	/* widgets */
	
	.recent-post .post-head{ width: 162px; }
}



/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

@media only screen and (max-width: 767px) {
	.abstand {margin-top:0em !important;}
	body{
	background: url(../img/body-mq.png) fixed   top center !important;
	background-size:100% !important;
	font-size: 100% !important;
	font-family: 'Open Sans', sans-serif;
	font-size: 90% !important;	
	background-attachment:fixed !important;
	
	}

	.wrapper,
	#main{
		top:5em;
		padding-left: 0px;	
		width: 100%;
	}
	#main #content {
		width: 100% !important;
		
		
	}
.mainlogo{
	position: absolute !important;
	width: 100% !important;
	margin-top: 0px !important;
}
.mainlogo object {
	width: 38%  !important;
	height: 100% !important;
	position: relative !important;
	/* margin-left: 35% !important; */
	/* top: 1em !important; */
	z-index: 9999 !important;
	/* margin-right: 35% !important; */
}

.toggle-container{
	margin-top:1em !important;
}
	
	nav{ 
		display: none!important;
		
		}
	.flexslider {
		width: 100%; 
		top:0em;
		margin-top: 0em !important;
		margin-left: 0em !important;
		margin-right: 0em !important;
		margin-bottom: 0em !important;
		padding: 0;
	}
	#bandbeschreibung{
		
		width: 100% !important;
	}
	
	#tracklist{
		margin-top:31em !important;
	}
	
	
	.project-slider {
    float: right;
    margin: 0px 8px 15px;
    position: relative;
    /* height: 285px; */
}
	h1{
		font-size: 130% !important ;
		text-align:center;
	}
		h2{
		font-size: 130% !important ;
	}
	
	
	h4{
		font-size: 95% !important;
		text-align:center;
	}
	
	#albuminfos{
	width:99% !important;
	}
	
	#coverbild{/* height: 330px; */width: 90%;left:-1.5em !important;margin-bottom:1em !important;}
	.toggle-containerWhite {
    
    text-align: left;
}

	.toggle-container {
    text-align: left;
}

#nav > li > a {
    -moz-transition: all 0.3s ease 0s;
    background: url("../img/menu.png") repeat-x scroll 0 15px transparent;
    color: #FFFFFF;
    display: block;
    font-size: 70%;
    overflow: hidden;
    padding: 5px 10px 0;
    text-shadow: 0.8px 0.5px rgba(0, 0, 0, 0.9);
}
	
#nav>li>a:hover{
	/*background: #303232;*/
	background: url("../img/menu.png") repeat-x scroll 0 5px transparent;
	/*background: none repeat scroll 0 0 rgba(241, 90, 36, .07);*/
	border-bottom: solid rgba(241, 90, 36, 1) 4px;
	color: rgba(0, 0, 0, 1);
}

	#mobile-nav-holder{ display: block; }
	
	.home-block-heading{
		font-size: 24px;
		margin-left: 33px;
		margin-right: 33px;
	}
	
	/* social */
		
	#social-bar{ 
		position: absolute;
		top: -35px;
		right: 0px;
		width: auto;
		background: none;
	}
	
	#social-bar ul{
		float: right; 
		display: block;
		overflow: hidden;
		margin: 0px;
		width: auto;
	}
	
	#social-bar li{	
		display: block;
		float: left;
		margin: 0px 2px;
	}
	
	#social-bar li img{
		width: 16px;
		height: 16px;
	}
	
	/* columns */
	
	.one-half,
	.one-third{ width: 100%; margin-right: 0px; }
	
	/* main */
	
	#main #content{
		
		float: none;
		padding-left: 0px;	
	}
	
	.shadow-main{
		width: 290px;
		height: 11px;
		margin-left: 0px;
		background: url(../img/shadow-main-mobile-por.png) no-repeat top center;
	}
	
	/* masthead */
	
	#masthead .breadcrumbs{
		display: none;
	}
	
	#masthead .head{
		font-family: helvetica, arial, sans-serif;
		font-size: 16px;
	}
	
	#masthead .subhead{
		display: none;
	}
	
	/* slider */
	
	.shadow-slider{  background: url(../img/shadow-main-mobile-por.png) no-repeat top center  ; }
	
	/* featured */
	
	
.featured {
    padding-bottom: 10px !important;
}

	.featured figure{ 
    float: left;
margin-bottom: 21px !important;
margin-left: 6px !important;
position: relative !important;
width: 50px !important;
position: relative !important;

}

.featured.portfolio-list{
	height: 22px;
	
}

.toggle-container table td{
		width:50px;
		
	}

	div.pp_default .pp_expand {
    background: url("../images/prettyPhoto/default/sprite.png") no-repeat scroll 0 -29px transparent;
    cursor: pointer;
    height: 28px;
    width: 28px;
	visibility:hidden;
}

	/* aside */
	
	aside.retractil{
		top: 69px;
	}
	
	/* portfolio */
	
	.project-description{ width: 252px; clear: both; }
	
	.project-info{ width: 252px; }
	
	/* blog */
	
	#posts-list,
	#post-content,
	#page-content{ 
		width: 252px;
		margin-left: 33px;
	}

	#contactForm label,
	#commentform label{
		margin-top: -13px;
		margin-bottom: 13px;
		display: block;
	}
	
	/* sidebar */
	
	#sidebar{ width: 252px; margin-left: 33px; }
	
	/* footer */
	
	#footer-cols>li{
		display: block;
		float: left;
		width: 219px;
		margin-left: 32px;
	}
	
	footer #to-top{ display: block; }
	
	
	/* widgets */
	
	.recent-post .post-head{ width: 185px; }
	
	/* slider */
	
	.slider-home .flex-control-nav { display: none; }
	
	/* headline */
	
	.headline{
		font-family: Open Sans, arial, sans-serif;
		font-size: 16px;
	}
	
	/* portfolio */
	
	.project-heading h1{ 
		font-family: Open Sans, arial, sans-serif;
		font-size: 16px;
	}
	
	.related-projects figure{ margin-left: 33px; width: 252px; }
	
	/*text posts */
	
	.text-posts li{
		margin-left: 33px;
		width: 252px;
	}
	
	/* home gallery */

	.home-gallery li{ 
		margin-left: 33px;
		width: 252px;
	}
		
}

.toggle-container {
    font-family: 'Open Sans', sans-serif;
   
    padding: 0px 0px ;

    
    line-height: 1.4em !important;
    text-align: justify !important;
    white-space: normal !important;
}


.toggle-trigger{
    font-size: 98% !important;
		white-space:normal;
		line-height: 1.5em !important;
	}

footer .wrapper {
	width:100% !important;
    margin-top: 5em  !important;
    padding-bottom: 0px  !important;text-align:center;
}
/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */

@media only screen and (min-width: 480px) and (max-width: 767px) {



	.wrapper,
	#main{
		padding-left: 0px;	
		width: 484px; 
	}
	
	#main #content{
		width: 484px;
		float: none;
	}
	
	.shadow-main{
		width: 484px;
		height: 11px;
		margin-left: 0px;
		background: url(../img/shadow-main-mobile-lan.png) no-repeat top center;
	}
	
	.home-block-heading{
		margin-left: 24px;
		margin-right: 24px;
	}
	
	
	/* columns */
	
	.one-half{ 
		width: 47.72%;
		margin-right: 4.54%;
	}

	.one-third{ 
		width: 30.30%;
		margin-right: 4.54%;
	}
	
	/* slider */
	
	.shadow-slider{  background: url(../img/shadow-main-mobile-lan.png) no-repeat top center  ; }
	
	/* featured */
	
	.featured figure{ 
		width: 50px;
		margin-left: 24px;
	}
	
	/*text posts */
	
	.text-posts li{
		margin-left: 24px;
		width: 207px;
	}
	
	/* home gallery */

	.home-gallery li{ 
		margin-left: 24px;
		width: 206px;
	}
	
	/* portfolio */
	
	.project-description{ width: 435px; clear: both; }
	
	.project-info{ width: 435px; }
	
	.related-projects figure{ margin-left: 24px; width: 206px; }
	
	/* blog */
	
	#posts-list,
	#post-content,
	#page-content{
		width: 434px;
		margin-left: 24px;
	}
	
	#contactForm label,
	#commentform label{
		margin-top: auto;
		margin-bottom: auto;
		display: inline;
	}
	
	/* sidebar */
	
	#sidebar{
		width: 434px;
		margin-left: 24px;
	}
	
	/* footer */
	
	#footer-cols>li{
		display: block;
		float: left;
		width: 207px;
		margin-left: 24px;
	}
		
	#footer-cols>li.third-col{ 
		clear: left; 
		width: 436px;
		margin-right: 0px;
	}
	
	/* widgets */
	
	.recent-post .post-head{ width: 140px; }
	

	
}