@charset "UTF-8";
/* CSS Document */

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
}

header {
	padding: 32px;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

footer {
	padding: 20px 30px;
	background-color: #00000;
}

body {
	margin-left: auto;
	margin-right: auto;
	background: -moz-linear-gradient(-45deg,  rgba(245,246,246,1) 0%, rgba(219,220,226,1) 21%, rgba(184,186,198,1) 49%, rgba(221,223,227,1) 80%, rgba(245,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(245,246,246,1)), color-stop(21%,rgba(219,220,226,1)), color-stop(49%,rgba(184,186,198,1)), color-stop(80%,rgba(221,223,227,1)), color-stop(100%,rgba(245,246,246,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* IE10+ */
background: linear-gradient(135deg,  rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
 background-attachment: fixed;
overflow-y: scroll;
}


.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 700px;
	height: auto;
}

.imgWrap {
	background:url(graphic/lback2.jpg) no-repeat;
	margin-left: auto;
	margin-right: auto;
	border: 4px solid #000000;
	border-radius: 4px;
	-moz-box-shadow: 4x 4px 5px 5px #888;
	-webkit-box-shadow: 4px 4px 5px 5px#888;
	box-shadow: 4px 4px 5px 5px #888;
	background-size: cover;
	display: block;
	width: 100%;
	height: auto;
}

.style-nav {
		float: center;
	}

.style-nav ul {
	list-style-type: none;
	color: #000000;
	}
.style-nav ul li {
	display: inline-block;
	
}


.style-nav ul li a {
	text-decoration: inherit;
	color: #000000;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding: 10px;
}

.hero {
	background-image: url(images/hero.jpg);
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #FFFFFF;
	text-align: center;
}

h1 {
	font-size: 57px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 60px;
}

h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 23px;
}

h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 120px;
}

h4 {
	font-size: 16px;
	font-weight: 200;
	margin-bottom: 35px;
}

p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 35px;
}

.info {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 35px;
	text-align: center;
	text-decoration: bold;
	color: #616161;
text-shadow: #e0e0e0 1px 1px 0;
}

.button {
	border: 2px #FFFFFF solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #616161;
background: #bababa;
text-shadow: #e0e0e0 1px 1px 0;
color: #616161;
background: #bababa;
	text-decoration: none;
	white-space: nowrap;
}
.button2 {
	font-size: 13px;
	white-space: nowrap;
	color: #616161;
text-shadow: #e0e0e0 1px 1px 0;
	margin-bottom: 5px;
}
.info-box-tan {
	min-width: 80px;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
	background: rgb(255,255,255);
background: -webkit-linear-gradient(bottom left, rgba(255,255,255,1) 0%, rgba(214,211,212,1) 27%, rgba(139,129,123,1) 100%);
background: -o-linear-gradient(bottom left, rgba(255,255,255,1) 0%, rgba(214,211,212,1) 27%, rgba(139,129,123,1) 100%);
background: linear-gradient(to top right, rgba(255,255,255,1) 0%, rgba(214,211,212,1) 27%, rgba(139,129,123,1) 100%);
	}
.info-box-dark {
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
	background: rgb(0,0,0);
background: -webkit-linear-gradient(bottom left, rgba(0,0,0,1) 0%, rgba(88,88,88,1) 50%, rgba(231,231,231,1) 100%);
background: -o-linear-gradient(bottom left, rgba(0,0,0,1) 0%, rgba(88,88,88,1) 50%, rgba(231,231,231,1) 100%);
background: linear-gradient(to top right, rgba(0,0,0,1) 0%, rgba(88,88,88,1) 50%, rgba(231,231,231,1) 100%);
		}



.footer-text {
	text-align: center;
	font-size: 13px;
	margin-bottom: 20px;
}

.col {
	width: 100%;
		
}



.row:before, .row:after {
	content: "";
	display: table;
	
	}

.row:after {
	clear: both;
}

/*Reihenfolge*/
#Infos     { order: 1; }
#Buffet     { order: 2; }
#Kontakt     { order: 3; }
#Galerie_1     { order: 4; }
#Galerie_2     { order: 5; }
#Galerie_3     { order: 6; }
#Galerie_4     { order: 7; }

/*Tablet View*/

@media ( min-width : 738px ){
	
	
#Infos     { order: 1; }
#Buffet     { order: 3; }
#Kontakt     { order: 5; }
#Galerie_1     { order: 2; }
#Galerie_2     { order: 4; }
#Galerie_3     { order: 6; }
#Galerie_4     { order: 7; }

	.info {
	font-size: 25px;
	
}
	
	body {
		max-width: 768px;
	}
	.info-box-dark {
		display: block;
		min-height: 320px;
		
	}
	.info-box-tan{
		display: block;
		min-height: 320px;
	
	}
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	h1 {
		font-size: 40px;
		margin-bottom: 90px;
	}
	
	h2 {
		margin-bottom: 16px;
	}
	
	.col-md-one-half {
		width: 50%;
	}
	
	.col {
		float: left;
		padding: 0px 7px 14px;
	}
}

/*Desktop View*/

@media (min-width: 1024px){
	
	body {
		max-width: 1200px;
	}
	
		.info {
	font-size: 35px;
	
}
	.info-box-dark {
		display: block;
		min-height: 350px;
		
	}
	.info-box-tan{
		display: block;
		min-height: 350px;
			}
	.style-logo {
		margin-left: auto;
		margin-right: auto;
		display: block;
		width: 1024px;
		height: auto;
	}
	
	.style-nav {
		float: right;
	}
	
	.col-lg-one-fourth {
		width: 25%;
	}
}
