/*
	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
*/

/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
       url('../fonts/source-sans-pro-v11-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/source-sans-pro-v11-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-600 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'),
       url('../fonts/source-sans-pro-v11-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/source-sans-pro-v11-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'),
       url('../fonts/source-sans-pro-v11-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/source-sans-pro-v11-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

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

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:400 11px/1.4 'Source Sans Pro', sans-serif;
	color:#464646;
	background: #fff url(../img/linen.png) repeat center center;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

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

.wrapper {
	width:1024px;
	height: 612px;
	background: transparent url(../img/bg.jpg) no-repeat 0 0;
	margin:0 auto;
	margin-top: 5%;
	position:relative;
}

.header {

}

nav {
	position: absolute;
	top: 36px;
	left: 246px;
	z-index: 20;
}

ul#nav-main {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#nav-main > li {
	float: left;
	color: #fff;
	font-size: 1.6rem;
}

ul#nav-main > li:after {
	 content: "·";
}

ul#nav-main > li:last-child:after {
	 content: "";
}

ul#nav-main > li > a {
	color: #fff;
	text-decoration: none;
	font-size: 1.5rem;
	padding: 0.1em 0.3em;
	font-weight: 600;
	transition: color .25s ease-in-out;
}

ul#nav-main > li > a.active,
ul#nav-main > li > a:hover {
	color: #000;
}

main {
	padding: 110px 370px 0 170px;
	width: 100%;
	height: 100%;
	z-index: 10;
}

main section {
	position: relative;
}	

#img-page {
	position: absolute;
	right: 0;
	top: 0;
}

.highlighted {
	padding: 7px 0 0 60px;
	background: transparent url(../img/border-green.png) no-repeat 0 0;
}

footer {
	position: absolute;
	top: 557px;
	left: 0px;
	z-index: 20;
}

footer .col {
	position: absolute;
	top: 0;
	left: 50px;
	width: 250px;
	margin: 0;
}

footer .col.two {
	left: 265px;
}

footer .col.three {
	left: 450px;
}

footer .label {
	display: inline-block;
	width: 70px;
}


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

#home main {
	padding-right: 0;
}	

#home h2 {
	padding-left: 10px;
}

#home .highlighted {
	margin-left: 35px;
}


#gutscheine main,
#preisliste main {
	padding-right: 65px;
}

#gutscheine #img-page {
	top: 0;
	left: 0;
}

#gutscheine #txt-page {
	position: absolute;
	top: 370px;
	left: 0;
	z-index: 10;
}

#preisliste #img-page {
    margin-right: 1%;
    float: left;
}

#preisliste #img-page,
#preisliste #img-page-2 {
	position: relative;
	-webkit-box-shadow: 2px 2px 10px 0px rgba(107,107,107,0.75);
	-moz-box-shadow: 2px 2px 10px 0px rgba(107,107,107,0.75);
	box-shadow: 2px 2px 10px 0px rgba(107,107,107,0.75);
	width: 49%;
}

#anfahrt main {
	padding-right: 65px;
}

#impressum main,
#datenschutz main {
	padding-right: 65px;
	padding-bottom: 95px;
}

#impressum main section,
#datenschutz main section {
    max-width: 100%;
    max-height: 100%;
	overflow: hidden;
	overflow-y: auto;
	padding: 0 40px 0 0;
}


.download.pdf {
	background: transparent url(../img/ico-pdf.png) no-repeat left center;
	padding: 10px 0 10px 45px;
	display: inline-block;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



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


h1 {
	position: absolute;
	left: 738px;
	top: 7px;
	margin: 0;
	padding: 0;
	width: 228px;
	height: 81px;
}

h2 {
	font-size: 3rem;
	line-height: 1.2em;
	color: #464646;
	font-weight: 400;
	margin: 0 0 1em 0;
	
}

h2 strong {
	font-weight: 700;
	color: #7cb955;
}

h3 {
	font-size: 1.6rem;
	line-height: 1.2em;	
	color: #7cb955;
	font-weight: 700;
	margin: 0;
}	


h4,
p,
ul li {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.2em;
	margin: 0 0 1.4em 0;
}

ul li {
	margin: 0;
}


h4 {
	font-weight: 700;
	margin: 0;
}


strong {
	font-weight: 700;
}

footer p {
	color: #fff;
	font-size: 1.5rem;
}

footer a {
	color: #fff;
	text-decoration: none;
}

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

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

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

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

}
@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;
	}
}
