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



/*		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    */
/* Vars ----------------------------------------------------*/
/* Mixins ----------------------------------------------------*/
/* Defaul tNav   ----------------------------------------------------*/
nav #comboNav {
  display: none;
}
nav #nav {
  display: block;
}
/*		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: 1160px) {
  /* TABLET WRAPPER ----------------------------------------------------*/
  .wrapper {
    width: 768px;
	margin: 0px auto 0px auto;
  }
    .line-header {
	margin: 0px 28px 20px 28px;
	letter-spacing: .2px;
	font-size: 20px;
  }
  .line-heading {
	margin: 0px 28px 20px 28px;
	letter-spacing: .2px;
	font-size: 20px;
  }
  .line-heading-werk {
	margin: 0px 28px 10px 28px;
	letter-spacing: .2px;
	font-size: 18px;
  }
  .line-buch {
display:none
}
  .page-content {
    margin-left: 24px;
    margin-right: 24px;
  }
  .email {
    width: 150px;
	background: #fff;
	height: 20px;
	border: none;
	border-radius: 0px;
	margin-top: 0px;
  }
  .action-button {
    margin-top: 2px;
  }
  .action-button2 {
    border: none;
	border-radius: 0px;
  }
  .action-button3 {
	margin: 0px 27px 30px 30px;
  }
  .action-button5 {
	margin: 258px 30px 0px 0px;
  }
  /* TABLET LAYOUTS ----------------------------------------------------*/
  .one-third-col {
	float: left;
	margin-left: 24px;
	width: 221px;
  }
  .two-third-col {
    margin-right: 28px;
    margin-bottom: 60px;
    width: 466px;
  }
  /* TABLET SOCIAL ----------------------------------------------------*/
  #social-bar {
    margin-right: 28px;
  }
  /* TABLET NAV ----------------------------------------------------*/
  nav {
	width: 100%;
	margin-left: 0px;
	font-size: 20px;
  }
  nav #nav {
    margin-left: 26px;
    /* substract 10 from the link padding */
  
  }
  nav #nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* TABLET SLIDER ----------------------------------------------------*/
  .slider-wrapper {
    margin: 0px auto 0px auto;
    width: 702px;
  }
  /* TABLET FEATURED AND WORK LIST ----------------------------------------------------*/
  .feature,
  .work-list {
	margin-left: 0px;
  }
  .feature li,
  .work-list li {
    margin: 10px auto 10px 28px;
    width: 218px;
  }
  .nav-categories {
    margin: 20px 28px 20px 28px;
  }
  /* TABLET PAGER ----------------------------------------------------*/
  .pager {
    margin: 0px 28px 60px 28px;
  }
    /* MAIN ----------------------------------------------------*/
  #main {
	min-height: 100px;
	position: relative;
  }
  /* TABLET PROJECT  ----------------------------------------------------*/
  #project-gallery {
	width: 400px;
	margin-left: 28px;
  }
  #project-info {
  margin-top: 0px;
  width: 285px;
  float: right;
  margin-right: 28px;
  text-shadow: none;
}
  .related-projects {
    margin-left: 28px;
    margin-right: 28px;
  }
  .related-projects .related-list li {
    width: 221px;
  }
  #project-info #project-title {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 700;
	border-bottom: 1px solid #6b3b25;
	line-height: 1.3em;
	padding: 0px 7px 15px 0px;
	margin-bottom: 15px;
}
#project-info blockquote {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-size: 15px;
	line-height: 1.3em;
}
  /* TABLET BLOG ----------------------------------------------------*/
  #posts-list {
    margin-left: 28px;
    width: 420px;
  }
  /* TABLET FORMS ----------------------------------------------------*/
  #commentform input,
  #commentform textarea {
    width: 390px;
  }
  /* input form widths */
  .wpcf7-form input,
  #contactForm input,
  .wpcf7-form textarea,
  #contactForm textarea {
    width: 450px;
  }
   /* TABLET SOCIAL ICONS  ----------------------------------------------------*/
  .social-icon {
    font-size: 28px;
  }
  .fa {
    padding: 10px;
    font-size: 28px;
    width: 30px;
    margin: 15px 10px 0px 0px;
  }
  /* TABLET WIDGETS  ----------------------------------------------------*/
  .widget-cols {
    padding-left: 4px;
  }
  .widget-cols > li {
    width: 160px;
    margin-left: 24px;
  }
    /* TABLET FOOTER  ----------------------------------------------------*/
  footer {
  font-size: 12px;
  margin-bottom: -25px;
  }
  footer:after {
  bottom: 0px;
  }
}
/*		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) {
  /* MOBILE GENERAL ---------------------------------------------------------------------------------- MOBILE GENERAL ------------------------------*/
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
  #main .tagline {
    font-size: 21px;
  }
   .wrapper {
    width: 100%;
	margin: 0px auto 0px auto;
  }
   .line-header {
    margin: 0px 16px 15px 16px;
    font-size: 17px;
	text-align: center;
	line-height: 52px;
    letter-spacing: .3px;
	border-top: 3px solid #62493d;
  }

  .line-heading {
    margin: 0px 25px 15px 25px;
    font-size: 17px;
	text-align: center;
	line-height: 35px;
    letter-spacing: .3px;
	border-top: 3px solid #62493d;
  }
   .line-heading-werk {
    margin: 0px 35px 20px 35px;
    font-size: 15px;
	text-align: center;
	letter-spacing: .3px;
	line-height: 35px;
  }
  .line-buch {
	width: 92%;
	float: left;
	margin: 10px 16px 15px 16px;
	border-top: 1px solid #62493d;
  }
  .action-button {
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 9px;
	line-height: 20px;
	text-decoration: none;
	color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 2px 5px 3px 7px;
	background: #e39916;
    border: none;
	border-bottom: none;
	border-right: none;
	border-bottom: none;
	border-right: none;
	box-shadow: none;
	letter-spacing: 0.07em;
  }
  .action-button:hover {
	background: #62493d;
	padding: 2px 5px 3px 7px;
	letter-spacing: 0.07em;
  }
  .action-button2 {
	font-size: 9px;
	padding: 2px 7px 3px 8px;
  }
  .action-button3 {
	margin: 0px 16px 30px 30px;
}
  .action-button5 {
	font-size: 9px;
    margin: 0px 35px 30px 35px;
	padding: 2px 7px 3px 8px;
  }
  .action-button-kaufen {
    margin-top: 11px;
	margin-bottom: 0px;
    margin-left: 34px;
  }
  .action-button-kaufen:hover {
    margin-top: 11px;
	margin-bottom: 0px;
  }
  .page-content {
    margin-left: 34px;
    margin-right: 34px;
  }
  /* MOBILE LAYOUTS ----------------------------------------------------*/
  .one-third-col {
    margin-left: 34px;
    width: 252px;
  }
  .two-third-col {
    margin-right: 34px;
    margin-bottom: 60px;
    width: 252px;
  }
  /* MOBILE HEADER ----------------------------------------------------*/
    header {
  min-height: 85px;
  }
  header #logo {
    float: none;
    width: 220px;
    margin: 27px auto 0px auto;
  }
  header #logo img {
	width: 100%;
	margin: 0px;
	border-color: #FFF;
	border-bottom-color: #FFF;
  }
  /* MOBILE NAV ----------------------------------------------------*/
  nav {
    width: 100%;
    margin-left: 0px;
    font-size: 14px;
  }
  nav #nav {
    display: none;
  }
  nav #comboNav {
    display: block;
    width: 252px;
    margin-left: 34px;
    margin-top: 23px;
  }
  /* MOBILE SOCIAL ----------------------------------------------------*/
  #social-bar {
    float: none;
    width: 278px;
    margin: 0px auto 0px 18px;
  }
  /* MOBILE SLIDER ----------------------------------------------------*/
  .slider-wrapper {
    margin: 0px auto 0px auto;
    width: 252px;
  }
    /* MAIN ----------------------------------------------------*/
  #main {
	min-height: 100px;
	position: relative;
  }
  /* MOBILE FEATURE AND WORK LIST ----------------------------------------------------*/
  .feature,
  .work-list {
    margin-left: 0px;
  }
  .feature li,
  .work-list li {
    margin-left: 34px;
    width: 252px;
  }
  .feature li .title,
  .work-list li .title {
    font-size: 18px;
  }
  .feature li .excerpt,
  .work-list li .excerpt {
    font-size: 14px;
  }
  .nav-categories {
    margin: 20px 34px 20px 34px;
  }
  /* MOBILE PAGER ----------------------------------------------------*/
  .pager {
    margin: 0px 34px 60px 34px;
  }
  /* MOBILE PROJECT  ----------------------------------------------------*/
  #project-gallery {
    width: 92%;
    margin-left: 16px;
    margin-right: 16px;
	margin-bottom: 10px;
	margin-top: 0px;
  }
  #project-info {
  margin: 0px 3px 0px 0px;
  text-shadow: none;
  text-align: left;
  float: left;
}
  .related-projects {
    margin-left: 34px;
    margin-right: 34px;
  }
  .related-projects .related-list li {
    width: 252px;
    margin-right: 0px;
  }
  #project-info #project-title {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 700;
	border-bottom: 0px solid #6b3b25;
	line-height: 1.2em;
	padding: 5px 0px 15px 0px;
	margin: 0px auto 0px 15px;
    width: 90%;
    }
   #project-info blockquote {
	margin: 0px 0px 10px 34px;
	padding: 0px;
	font-size: 15px;
	line-height: 1.3em;
    
	
}
  /* MOBILE BLOG ----------------------------------------------------*/
  #posts-list {
    width: 252px;
  }
  /* MOBILE FORMS ----------------------------------------------------*/
  .wpcf7-form input,
  #contactForm input,
  .wpcf7-form textarea,
  #contactForm textarea,
  #commentform input,
  #commentform textarea {
    width: 222px;
  }
  /* MOBILE PAGINATION ----------------------------------------------------*/
  #posts-list .page-navigation {
    /* Remove the invisible right margin */
  
    left: auto;
  }
  #posts-list .page-navigation div {
    right: auto;
  }
  /* MOBILE COMMENTS ----------------------------------------------------*/
  #comments-wrap .commentlist .comment .comment-body {
    overflow: hidden;
  }
  #comments-wrap .commentlist .comment .comment-body p {
    margin-bottom: 20px;
  }
  #comments-wrap .commentlist .comment .reply {
    position: static;
    float: left;
    margin-bottom: 0px;
  }
  #comments-wrap .commentlist .comment .children {
    margin-left: 0px;
  }
  /* MOBILE COLUMNS ----------------------------------------------------*/
  .entry-content .one-half,
  .entry-content .one-third,
  .entry-content .one-fourth {
    width: auto;
    margin-right: 0px;
  }
  /* MOBILE WIDGETS ----------------------------------------------------*/
  .widget-cols {
    padding-left: 0px;
    padding-bottom: 40px;
  }
  .widget-cols > li {
	width: 84%;
	margin-left: 34px;
	margin-bottom: 0px;
    font-size: 14px;
	line-height: 20px;
  }
  footer {
  font-size: 11px;
  margin-bottom: -25px;
  }
  footer:after {
  bottom: 0px;
  }
}
/*		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) {
  /* WIDE MOBILE GENERAL -------------------------------------------------------------------------------------- WIDE MOBILE GENERAL ------------------*/
  .wrapper {
    width: 100%;
  }
   .line-header {
    margin: 5px 22px 15px 22px;
    font-size: 18px;
	text-align: center;
    letter-spacing: .3px;
	line-height: 52px;
  }
  span {
	margin: 0px 5px 0px 5px;
  }
  .line-heading {
    margin: 0px 30px 20px 30px;
    font-size: 18px;
	text-align: center;
	letter-spacing: .3px;
	line-height: 45px;
	border-top: 3px solid #62493d;
  }
  .line-heading-werk {
    margin: 0px 29px 20px 29px;
    font-size: 18px;
	text-align: center;
	letter-spacing: .3px;
	line-height: 45px;
  }
  .line-buch {
	width: 93%;
	float: right;
	margin: 10px 22px 30px 22px;
	border-top: 1px solid #62493d;
  }
  .action-button {
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	text-decoration: none;
	color: #fff;
	margin-top: 8px;
	padding: 1px 11px 3px 11px;
	background: #e39916;
    border: none;
	border-bottom: none;
	border-right: none;
	border-bottom: none;
	border-right: none;
	box-shadow: none;
	letter-spacing: 1px;
  }
  .action-button:hover {
	background: #62493d;
	padding: 1px 11px 3px 11px;
	letter-spacing: 1px;
  }
  .action-button3 {
	margin: 0px 22px 30px 30px;
  }
   .action-button5 {
	font-size: 10px;
	margin: 0px 30px 30px 0px;
  }
  .action-button-kaufen {
    margin-top: 11px;
	margin-bottom: 0px;
    margin-left: 25px;
  }
  .action-button-kaufen:hover {
    margin-top: 11px;
	margin-bottom: 0px;
  }
  .page-content {
	margin-left: 22px;
	margin-right: 22px;
	margin-bottom: 0px;
  }
  /* WIDE MOBILE LAYOUTS ----------------------------------------------------*/
  .one-third-col {
    margin-left: 24px;
    width: 436px;
  }
  .two-third-col {
    margin-right: 24px;
    width: 436px;
  }
  /* WIDE MOBILE HEADER ----------------------------------------------------*/
  header #logo {
    float: none;
    width: 250px;
	margin: 40px auto 12px auto;
  }
  /* WIDE MOBILE SOCIAL ----------------------------------------------------*/
  #social-bar {
    float: none;
    width: 428px;
    margin: 0 22px 18px 22px;
  }
  /* WIDE MOBILE NAV ----------------------------------------------------*/
  nav #nav {
    display: none;
  }
  nav #comboNav {
    display: block;
    width: 436px;
    margin-left: 22px;
  }
  /* WIDE MOBILE SLIDER ----------------------------------------------------*/
  .slider-wrapper {
    width: 436px;
  }
  /* WIDE MOBILE FEATURE AND WORK LIST ----------------------------------------------------*/
  .feature li,
  .work-list li {
	margin-left: 29px;
	margin-bottom: 18px;
	width: 196px;
  }
  .feature li .title,
  .work-list li .title {
    font-size: 18px;
  }
  .feature li .excerpt,
  .work-list li .excerpt {
    font-size: 14px;
  }
  .nav-categories {
    margin: 20px 22px 20px 22px;
  }
  /* WIDE MOBILE PAGER ----------------------------------------------------*/
  .pager {
    margin: 0px 22px 60px 22px;
  }
    /* MAIN ----------------------------------------------------*/
  #main {
	min-height: 100px;
	position: relative;
  }
  /* WIDE MOBILE PROJECT  ----------------------------------------------------*/
  #project-gallery {
    width: 93%;
    margin-left: 22px;
  }
  #project-info {
    width: 420px;
	float: left;
    margin-left: 22px;
  }
  .related-projects {
    margin-left: 20px;
    margin-right: 20px;
  }
  .related-projects .related-list li {
    width: 209px;
    margin-right: 20px;
  }
  .related-projects .related-list li:nth-child(2n) {
    margin-right: 0px;
  }
  #project-info #project-title {
	font-family: 'Lato', sans-serif;
	font-size: 19px;
	font-weight: 700;
	border-bottom: 0px solid #6b3b25;
	line-height: 1.2em;
	padding: 5px 7px 15px 0px;
	margin: 0px -50px 0px 0px;
}
#project-info blockquote {
	margin: 0px 0px 10px 25px;
	padding: 0px;
	font-size: 16px;
	line-height: 1.3em;
}
  /* WIDE MOBILE BLOG ---------------------------------------------------*/
  #posts-list {
    margin-left: 22px;
    width: 436px;
  }
  /* MOBILE FORMS ----------------------------------------------------*/
  .wpcf7-form input,
  #contactForm input,
  .wpcf7-form textarea,
  #contactForm textarea,
  #commentform input,
  #commentform textarea {
    width: 406px;
  }
  /* WIDE MOBILE PAGINATION --------------------------------------------------*/
  #posts-list .page-navigation {
    /* Return to normal the centered pagination */
  
    left: 50%;
  }
  #posts-list .page-navigation div {
    right: 50%;
  }
  /* WIDE MOBILE SIDEBAR  ----------------------------------------------------*/
  #sidebar {
    width: 436px;
    margin-right: 22px;
  }
  /* WIDE MOBILE WIDGETS ----------------------------------------------------*/
  .widget-cols {
    padding-left: 0px;
  }
  .widget-cols > li {
	width: 87%;
	margin-left: 35px;
  }
/* WIDE MOBILE FOOTER  ----------------------------------------------------*/
  footer {
  font-size: 12px;
  margin-bottom: -25px;
  }
  footer:after {
  bottom: 0px;
  }
}
