/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@import url("fonts/foundation-icons/foundation-icons.css");

@font-face {
font-family: 'MankSans-Medium';
font-style: normal;
font-weight: normal;
src: local('MankSans-Medium'), url('fonts/mank-sans/MankSans-Medium.woff') format('woff');
}


@font-face {
font-family: 'MankSans';
font-style: normal;
font-weight: normal;
src: local('MankSans'), url('fonts/mank-sans/MankSans.woff') format('woff');
}


@font-face {
font-family: 'MankSans-MediumOblique';
font-style: normal;
font-weight: normal;
src: local('MankSans-MediumOblique'), url('fonts/mank-sans/MankSans-MediumOblique.woff') format('woff');
}


@font-face {
font-family: 'MankSans-Oblique';
font-style: normal;
font-weight: normal;
src: local('MankSans-Oblique'), url('fonts/mank-sans/MankSans-Oblique.woff') format('woff');
}


/*------------------------------------*\
    MAIN
\*------------------------------------*/


/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	color:#000;
	font-weight:300;
	font-family:'MankSans';
}

img {
	max-width:100%;
	vertical-align:bottom;
}

a.imglinkoff img {
	border: 1px solid silver;
	margin-bottom: 1.5em;
}

a.imglinkindex img {
	border: 1px solid silver;
	margin-bottom: 1em;
}

a {
	color:#444;
	text-decoration:none;
}
.hentry a {
	text-decoration:underline;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

p, ul, ol {
    font-family: 'MankSans';
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.6;
    margin:0 0 1.25em 0;
	padding:0;
}

ol, ul {
    padding-left: 1.0em;
}

hr {
	border-color:silver;
	margin: 0.5em 0 1.0em;
}

ul p {
	font-size: 1.0em;
}

ul li.comment {
	list-style:none;
	padding: 0 0 1.0em 0;
}

ul.children {
	list-style: none;
	margin: 1.0em 0 0 0;
	border-top: 1px solid silver;
	padding: 1.0em 0;
	font-size: 1.0em;
}


code, kbd, pre, samp{
	font-size: 0.8em;
}	

h1, h2, h3, h4, h5, h6 {
    font-family: 'MankSans-Medium';
    font-size: 1.6em;
    font-style: normal;
    font-weight: normal;
    line-height: 1.6;
    margin: 0 0 0.5em 0;
	padding:0;
}
ul h1, ul h2, ul h3, ul h4, ul h5, ul h6 {
	font-size: 1.2em;
}
h2.galery-title {
	font-size: 1.0em;
}
h4.galery-title {
	font-size: 1.4em;
}
h4.galery-title a {
	color:#000;
}

.no-edit, input, select, textarea, label {
    font-family: 'MankSans';
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.6;
}

#submit {
	font-size: 1.0em;
}

span.wpcf7-form-control-wrap {
    margin-bottom: 1em;
	display:block;
}

.wpcf7 input,.wpcf7 select,.wpcf7 textarea,.wpcf7 label {
	margin-bottom:0;
}

div.wpcf7 {
    border-left: 0px solid silver;
	padding-left:;
}


input[type="checkbox"], input[type="radio"] {
    min-height: auto;
    min-width: auto;
}

.button,
.hentry .button {
    background: #fff;
    border: 1px solid silver;
    border-radius: 0;
    color: #000;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    margin-bottom: 0;
    padding: 0.5em 1em;
    text-decoration: none;
}
.button:hover {
    background-color: #000;
	color:#fff;
    border: solid 1px #c0c0c0;
}

.button.kaufen {
	font-size: 0.9em;
}

.pagination .current {
	font-weight: bold;
}

.widget_categories ul {
	padding-left: 0;
	margin: 0;
	list-style-type:none;
}

.widget_categories ul li {
	padding: 0 0 1em 0;
}

.widget_categories a {
    background: #fff;
    border: 1px solid silver;
    border-radius: 0;
    color: #000;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    margin-bottom: 0;
    padding: 0.5em 1em;
    text-decoration: none;
}
.widget_categories a:hover {
    background-color: #000;
	color:#fff;
    border: solid 1px #c0c0c0;
}

.widget_categories li.current-cat a {
    background-color: #000;
	color:#fff;
    border: solid 1px #c0c0c0;
}

.blogrollheader {
	margin-top:5em;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	padding:2em 0 0;
	margin: 0 0 0;
}
/* logo */
.logo {

}
.logo-img {

}
.headertitle {
	font-family: 'MankSans-Medium';
	font-size: 1.6em;
	line-height:1em;
	text-transform: uppercase;
	margin: 0;
  	padding:0;
}
/* nav */
.nav {
	margin:1em 0 0;
}
.post-navigation {
		width: auto;
		position: inherit;
		bottom:auto;
		left:auto;
		margin-top:1em;
}

.post-navigation .wp-post-image {
	border: 1px solid silver;
}

/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/


ul.menu {
    width: 100%;
    height: auto !important;
    display: block;
	list-style-type:none;
  	font-size: 1.5em;
    line-height:1em;
	margin: 0;
  	padding:0;
}
ul.socialmenu.menu {
	font-size: 2.0em;
    line-height:1em;
}
ul.menu li {
    float: left;
	padding: 0 0.8em 0 0;
}
ul.socialmenu.menu li {
	padding: 0 0.25em;
}
 
ul.menu li > a {
  	display: block;
  	width: 100%;
  	color:#000;
	text-transform: uppercase;
}
ul.menu li.hover > a {
   text-decoration:underline;
   color:#000;
}
  
ul.menu li a:hover {
  	text-decoration:underline;
	color:#000;
}
ul.menu li.current-menu-item a,
ul.menu li.current-page-ancestor a,
ul.menu li.current_page_parent a {
  	font-weight:bold;
	color:#000;
}

/*------------------------------------*\
    Carousel
\*------------------------------------*/

.carousel {
	padding-bottom: 1em;
}

.carousel > figure img {
   border: 1px solid silver;
   vertical-align: inherit;
}

.carousel > figure {
	padding-top:2.5em;
}

hr.slidersmall {
    margin: 1.5em 0 0.5em;
}

.carousel > ol {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: right;
    top: 1.0em;
    z-index: 3000;
}

.carousel > ol li {
      background-color: transparent;
      border: 1px solid #000;
      cursor: pointer;
      display: inline-block;
      height: 1em;
      margin: 1px;
      text-indent: -9999px;
      width: 1em; 
}
.carousel > ol li:hover {
        background-color: #000;
}
.carousel > ol .active {
      background-color: #000;
}
.carousel > ol .active:hover {
        background-color: #fff; 
}

.carousel-control, .carousel-control:active, .carousel-control:visited, .carousel-control:hover, .carousel-control:focus {
    background-color: transparent;
    border: none;
    color: #000;
    text-decoration: none; }

.carousel-control {
  position: absolute;
  left: auto;
  right: 1.3em;
  top: 0;
  z-index: 3000;
  display: block;
  width: auto;
  margin-top: 0;
  padding: 0;
  font-size: 2em;
  line-height:0.9em;
  font-weight: normal;
  text-align: center; }
  
.carousel-control.forward {
    right: 0.3em;
	left: auto;
}
	
.modal-direction {
    color: #fff;
    display: block;
    font-size: 2em;
    font-weight: 700;
    left: 1em;
    position: fixed;
    text-align: center;
    top: 49%;
    width: 2em;
	height:2em;
    z-index: 2;
}

.modal-direction.next {
    left: auto;
    right: 1em;
}

.modal-direction.prev:before { 
	font-family: "foundation-icons";
	content: "\f10a";
	left:0.5em;
	top:0.5em;
	position:absolute;
}
.modal-direction.next:before { 
	font-family: "foundation-icons";
	content: "\f10b";
	left:0.5em;
	top:0.5em;
	position:absolute;
}

.quickshare-container {
		margin-top: 1em !important;
}

.zoomblock {
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease 0s;
	border: 1px solid silver;
	margin-bottom: 1.5em;
}

.zoomblock img { 
	display:block;
	position:relative;
	max-width:100%;
	height:auto;
	-webkit-transition:all .4s ease-out;
	-moz-transition:all .4s ease-out;
	-o-transition:all .4s ease-out;
	-ms-transition:all .4s ease-out;
	transition:all .4s ease-out
}

.zoomblock:hover img {
    -moz-transform:scale(1.05);
	-o-transform:scale(1.05);
	-webkit-transform:scale(1.05);
	transform:scale(1.05)
}

.zoomblock a .zoomin {
    color: #333;
    font-size: 1.8em;
    position: absolute;
    bottom: 0.5em;
    right: 1em;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {
	
}
@media only screen and (min-width:768px) {
	.post-navigation {
	margin-top:auto;
	}
	hr {
		border-color:silver;
		margin: 1.5em 0 3em;
	}
	
	ul.menu li {
		float: left;
		padding: 0 2.0em 0 0;
	}
	
	.carousel > ol {
		list-style: outside none none;
		margin: 0;
		padding: 0;
		position: absolute;
		text-align: right;
		top: 0;
		right: 3.5em;
		z-index: 3000;
	}
	
	/* header */
	.header {
		padding:4em 0 0;
	}
	
	.nav {
		margin:4.7em 0 0 2%;
	}
	
	.quickshare-container {
		margin-top: 4em !important;
	}
	
	
}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@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:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}


[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.825em; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.825em 1.45em; }

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .small-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .small-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .small-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .small-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
@media only screen and (min-width: 40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
@media only screen and (min-width: 64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .large-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .large-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .large-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .large-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }




