/*
	* Gridless version 2.0

	* Credit is left inline and big thanks to Nicolas Gallagher and Jonathan Neal

	* Across this document we use safe CSS hacks: http://mathiasbynens.be/notes/safe-css-hacks
	* Selectors beggining with an underscore (_selector: property) target only IE6
	* Selectors beggining with an asterisk (*selector: property) target only IE6 and IE7
*/

/* HTML5 display definitions
---------------------------------------- */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, dialog {
	display: block;
}

/* Corrects inline-block not defined in IE6/7/8 and FF3 */
audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}

/* Ensures content is hidden from all presentations, including screenreaders */
[hidden] {
	display: none;
	visibility: hidden;
}

/* Base structure
---------------------------------------- */

/*
	* The body will work like a 'div#wrapper' (for this to work, the 'body' needs to have a set width)

	* To add a background to the PAGE, set it in the 'html' element
	* To add a background to the WRAPPER, set it in the 'body' element
*/
html {
	height: 100%;
	font-size: 100%;
	overflow-y: scroll; /* Force a scrollbar in non-IE */
	-webkit-text-size-adjust: 100%; /* Prevent iOS text size adjust on orientation change without disabling user zoom */
	-ms-text-size-adjust: 100%;
    background: url(../index-dat/img/background_small2.jpg) repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    min-height: 100%;
    height: 100%;
	margin: 0;
    font-family: 'Open Sans', sans-serif;
    
}

/* Fonts settings based on the 100E2R standard: http://www.informationarchitects.jp/en/100e2r/ */
body, button, input, select, textarea {
	
	color: #2d2d2d; /* Full black on white is too much contrast, #222 is a better default */
}

/* Add and/or remove tags as your baseline grid needs */
p, blockquote, q, pre, address, hr, code, samp, dl, ol, ul, form, table, fieldset, menu, h4, h5, h6, img, figure, figcaption, button, hr {
	margin: 0;
}

/* Headings/small
---------------------------------------- */

/*
	* Font sizes are based on the golden ratio of 16
	* See this for the modular scale: ow.ly/5jGl6
	* Line-heights and margins are adjusted to keep a 26px (1.625em) vertical rhythm across elements 
*/

h1, h2, h3, h4, h5, h6 {
	font-family: 'Merriweather', serif;
	font-size: 1em;
	font-weight: bold;
}

h1 {
	font-size: 4.25em; /* 68px */
	line-height: 1.1471em;
	margin: 0 0 0.3824em;
}

h2 {
	font-size: 2.625em; /* 42px */
	line-height: 1.2381em;
	margin: 0 0 0.619em;
}

h3 {
	font-size: 1.625em; /* 26px */
	line-height: 1em;
	margin: 0 0 1em;
}

small {
	font-size: 0.625em; /* 10px */
	margin: 0 0 2.6em;
}

/* Preformatted text and code
---------------------------------------- */

/* Allows line wrapping of 'pre' */
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

pre, code, kbd, samp {
	font: 1em/1.625em Menlo, Consolas, 'DejaVu Sans Mono', Monaco, 'Courier New', Courier, monospace;
}

/* Tables
---------------------------------------- */

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

th {
	text-align: left;
}

tr, th, td {
	padding-right: 1.625em;
}

/* Forms
---------------------------------------- */

form {
	margin: 0;
}

fieldset {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

legend {
	border: 0;
	*margin-left: -7px;
}

button, input, select, textarea {
	vertical-align: baseline;
	*vertical-align: middle;
}

button, input {
	line-height: normal;
	*overflow: visible;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
}

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-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7 */
table button, table input {
	*overflow: auto;
}

/* Quotes
---------------------------------------- */

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

blockquote, q, cite {
	font-style: italic;
}

blockquote {
	padding-left: 1.625em;
	border-left: 1px solid #ddd;
}

blockquote > p {
	padding: 0;
}

/* Lists
---------------------------------------- */

ul, ol {
	list-style-position: inside;
	padding: 0;
}

li ul, li ol {
	margin: 0 1.625em;
}

dl dd {
	margin-left: 1.625em;
}

/* Links
---------------------------------------- */

a, a:visited {
	text-decoration: none;
	color: white;
}

a:hover {
	
}

a:focus {
	outline: thin dotted;
}

/* Better CSS outline suppression: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
	outline: none;
}

/* Figures
---------------------------------------- */

figure {
	margin: 0;
}

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

img, object, video {
	max-width: 100%; /* Automatically scales images larger than the container. Consider this first: http://unstoppablerobotninja.com/entry/fluid-images/ */
	/* _width: 100%; /* IE6 doesn't support max-width, so we just use width. If the image is larger than the container, just uncomment this. If it is smaller than the container, uncomment and change the 100% value to an absolute one */
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic; /* Improve IE's resizing of images: css-tricks.com/ie-fix-bicubic-scaling-for-images */
}

/* Corrects overflow displayed oddly in IE9 */
svg:not(:root) {
	overflow: hidden;
}

/* Abbreviations
---------------------------------------- */

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

/* Marked/inserted/deleted text
---------------------------------------- */

mark {
	background: #ff0;
}

ins {
	text-decoration: none;
	background: #ff9;
}

del {
	text-decoration: line-through;
}

/* Others
---------------------------------------- */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-bottom: 1px solid #ddd;
}

strong, b, dt {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

var, address {
	font-style: normal;
}

/* Position 'sub' and 'sup' without affecting line-height: gist.github.com/413930 */
sub, sup {
	font-size: 0.625em;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Helper classes
---------------------------------------- */

/*
	* Micro clearfix hack, more semantically titled with 'group'
	* Source: nicolasgallagher.com/micro-clearfix-hack/
*/
.group:before, .group:after {
	content: "";
	display: table;
}

.group:after {
	clear: both;
}

.group {
	*zoom: 1;
}

/* Primary styles
---------------------------------------- */
.clear{
    clear: both;
    display: block;
}
#wrapper{
    max-width: 90%;
    min-height: 100%;
    margin: 0 auto;
    background: white;
    position:relative;
    -moz-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.5);
}

#topbar{
    display: none;
    background: #e8d03d;
    height: 30px;
    color:  white;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 0.8em;
    padding-top: 6px;
}

#topbarLeft{
    float: left;
    margin-left: 5px;
}

#topbarRight{
    float: right;
    margin-right: 5px;
}

#topbarRight img{
    float: left;
    margin-right: 2px;
    padding-top: 2px;
}

#topbarRight p{
    float: left;
    margin-right: 10px;
}

#logo{
    padding-top: 10px;
    text-align: center;
}

#menu {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 15px;
}

#menu a{
    vertical-align: middle;
    color: white;   
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
}

#menu a:hover{
    color: white;
}

#content{
    min-height: 100%;
    background: white;
    padding-bottom: 70px;
    overflow: hidden;
}

#contentHeader img{
    width: 100%;
    min-height: 70px;
}

#contentHeader{
    margin-bottom: 15px;
}

#columns{
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 25px;
}

.column {
    padding: 0 10px 25px;
    box-sizing: border-box;
    width: 90%;
    margin: 0 auto;
}

.column img{
    width: 100%;
    margin-bottom: 10px;
}

.column p{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 0.9em;
}

.columnHeader{    
    font-family: 'Merriweather', serif;
    font-weight: 400;
    font-size: 18px;
    border-bottom: #e8e8e8 1px solid;
    margin-bottom: 25px;
}

.columnHeaderBox{
    background: #e8d03d;
    width: 60px;
    height: 3px;
    display: block;
    position: relative;
    top: 3px;
}

#anfahrt{
    width: 90%;
    margin: 0 auto;
    padding-top: 15px;
    text-align: center;
}

#anfahrt input[type=submit]{
    padding: 0 15px;
    background: #e8d03d;
    color: white;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #e8d03d;
}

#anfahrt input[type=submit]:hover{
    color: #2d2d2d;
}

#zeiten{
    margin-top: 20px;
    text-align: center;
}

#map_canvas {
    margin: 0 auto;
    width: 90%;
    height: 180px;
}

#kontaktInfos{
    max-width: 90%;
    margin: 0 auto;
    padding-top: 15px;
}

#map_canvas2 {
    box-sizing: border-box;
    width: 90%;
    height: 275px;
    margin: 0 auto;
    border: 1px solid #ddd;
}

#kontaktDaten{
    padding: 20px 20px 25px;
    box-sizing: border-box;
    width: 90%;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 0.9em;
}

#carousel {
    cursor: pointer;
}

#kontaktDaten img{
    height: 40px;
}

#kontaktDaten a{
    color: #2d2d2d;
}

#kontaktDaten a:hover{
    color: #e8d03d;
}

.kontaktDetail{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

#kontaktForm{
    width: 80%;
    margin: 0 auto;
    padding-top: 25px;
    text-align: center;
}

#kontaktFormHeader{
    text-align: left;
}

#kontaktForm form{
    display: block;
    padding-top: 15px;
}

#kontaktForm label{
    font-size: 14px;
}

#kontaktForm input[type=text]{
    width: 225px;
    padding: 10px 9px;
    margin-bottom: 15px;
}

#kontaktForm input[type=button]{    
    padding: 10px 9px;
    background: #e8d03d;
    color: white;
    font-size: 16px;
    font-weight: 800;
    border: none;
    margin-bottom: 15px;
}

#kontaktForm input[type=button]:hover{
    color: #2d2d2d;
}

#kontaktForm textarea{
    width: 95%;
    height: 150px;
    padding: 10px 9px;
    margin-bottom: 15px;
}

#formy-success{
    font-weight: 600;
    color: #e8d03d;
}

#formy-error {
    font-weight: 600;
    color: #d62b2b;
}

#speisenHeader{
    text-align: left;
}

#reservieren{
    width: 90%;
    margin: 0 auto;
}

#reservierungHinweis{
    text-align: center;
    padding-bottom: 20px;
}

#bookForm{    
    text-align: c;
}

#bookFormHeader{
    text-align: left;
    border: none;
}

#bookForm input[type=button]{    
    padding: 10px 9px;
    background: #e8d03d;
    color: white;
    font-size: 16px;
    font-weight: 800;
    border: none;
    margin-bottom: 15px;
}

#bookForm input[type=button]:hover{
    color: #2d2d2d;
}

#book-form{
    width: 90%;
    margin: 0 auto;
}

#bookForm input[type=text]{
    margin-bottom: 10px;

}

#bookForm textarea{
    width: 90%;
    height: 100px;
    padding: 10px 9px;
    margin-bottom: 15px;
}

#dateContainer{
    float: left;
    margin-right: 15px;
}

#time{
    width: 40px;
}

#bookformEnd{
    margin-bottom: 25px;
    text-align: center;
}

#speisen{
    width: 90%;
    margin: 0 auto;
    text-align: center;
        padding-bottom: 25px;
}

#speisen p{
    width: 90%;
    margin: 0 auto;
    padding-bottom: 25px;
}

#speisen img{
    height: 450px;
    border: 4px solid white;
    border-radius: 8px;
    -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#speisen img:hover{
    height: 500px;
}

#speisen a{
    color: #2d2d2d;
    font-weight: 600;animation: 
}

#speisen a:hover{
    color: #e8d03d;
}

#impressum{
    width: 90%;
    margin: 0 auto;
}

#impressum p{
    width: 90%;
    margin: 0 auto;
    padding-bottom: 25px;
}

#impressum a{
    color: #2d2d2d;
}

#impressum a:hover{
    color: #e8d03d;
}

#footer{
    position:absolute;
    bottom:0;
    width: 100%;
    margin-top: 15px;
    height: 70px;
    background: #2d2d2d;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 0.9em;
}

#footer a{
    color: white;
}

#footer a:hover{
    color: #e8d03d;
}

#footerLeft{
    text-align: center;
}

#footerRight{
    text-align: center;
}

#footerCenter{
    width: 75px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: 5px;
    background: #2d2d2d;
}



/* Media queries
---------------------------------------- */

/* The media queries included in here are only placeholder. Modify them as your content requires */

@media only screen and (min-width: 610px) {
	/* Wide mobile (480px+) styles go here */
    #topbar{
        display: block;
        height: 42px;
        font-size: 0.78em;
    }
    #topbarLeft{
        float: none;
        text-align: center;
        
    }
    #topbarRight{
        float: none;
        margin: auto;
        width: 495px;
    }
}

@media only screen and (min-width: 768px) { 
	/* Tablets/netbooks (768px+) styles go here */
    #topbar{
        font-size: 0.8em;
    }
    #topbarRight{
        width: 523px;
    }
    #logo{
        padding: 10px 0 0 0;
    }    
    .column {
        width: 33.33333%;
        float: left;
    }
    #map_canvas2 {
        float: left;
        width: 60%;
    }
    #kontaktDaten{
        float: left;
        padding: 0 20px 25px;
        box-sizing: border-box;
        width: 40%;
    }
    #kontaktForm{
        text-align: left;
    }
    #kontaktForm textarea{
        width: 500px;
    }
    #bookForm textarea{
        width: 60%;
    }
    #content{
        padding-bottom: 50px;
    }
    #footer{
        height: 50px;
    }
    #footerLeft{
        float: left;
        margin: 15px 55px;
    }

    #footerRight{
        float: right;
        margin: 15px 55px;
    }
    #footerCenter{
        top: 15px;
        background: none;
    }

}

@media only screen and (min-width: 1200px) { 
	/* Desktops (1024px+) styles go here */
    html{
        background: url(../index-dat/img/background_medium2.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #wrapper{
        max-width: 1200px;
    }
    #topbar{
        height: 24px;
    }
    #topbarLeft{
        float: left;
        margin-left: 25px;
    }
    #topbarRight{
        float: right;
        margin-right: 25px;
    }
    #logo{
        margin: 15px 0 0 50px;
        float: left;
    }
    #menu {
        margin: 52px 5px;
        float: right;
    }
    
    .kontaktDetail{
        width: 100%;
        display:inline-block; 
        vertical-align:middle;
        line-height: 65px;
        text-align: left;
    }
    #kontaktDaten img{
        width: 48px;
        height: 48px;
        float: left;
        padding: 10px 5px;
    }
}

@media only screen and (min-width: 2000px) { 
	/* Desktops (1024px+) styles go here */
    html{
        background: url(../index-dat/img/background_big.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

/* Print styles
---------------------------------------- */

/* Print styles inlined to avoid extra HTTP connection */

@media print {
	* {
		background: transparent !important;
		color: black !important; /* Black prints faster: sanbeiji.com/archives/953 */
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}

	a, a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/* Do not show javascript and internal links */
	a[href^="javascript:"]:after, a[href^="#"]:after {
		content: ""; 
	}

	/* Printing Tables: css-discuss.incutio.com/wiki/Printing_Tables */
	thead {
		display: table-header-group;
	}

	tr, img {
		page-break-inside: avoid;
	}

	@page {
		margin: 0.5cm;
	}

	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}

	h2, h3 {
		page-break-after: avoid;
	}
}