html, button, input, select, textarea {
	color: #222;
}
body {
	font-size: 1em;
	line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
 background: #f2c2c9;
 color: #fff;
 text-shadow: none;
}
::selection {
	background: #16a085;
	color: #a4003a;
	text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 3px;
	border: 0;
	margin: 3em 0;
	padding: 0;
	background-image: -webkit-linear-gradient(left, #fff, #e6e6e6, #fff);
	background-image: -moz-linear-gradient(left, #fff, #e6e6e6, #fff);
	background-image: -ms-linear-gradient(left, #fff, #e6e6e6, #fff);
	background-image: -o-linear-gradient(left, #fff, #e6e6e6, #fff);
	width: 50%;
	left: 25%;
	position: relative;
	border: none;
}

img {
	vertical-align: middle;
}
/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}
/* ==========================================================================
   General styles
   ========================================================================== */

html, body {
	height: 100%;
}
body {
  	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}
.col-md-4 {
	padding-bottom: 30px;
}
.row {
	margin-right: 0px;
	margin-left: -15px;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  background-color: rgb(164,31,53);
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: rgb(164,31,53);
}

.navbar-collapse ul{
	height:78px;
}
.navbar-collapse ul.dropdown-menu{
	height: auto;
}
.navbar-collapse ul li{
	height:100%;
	font-size: 11px;
}
.navbar-collapse ul li a{
	padding-top: 30px;
	height:100%;
}
.navbar-collapse ul.dropdown-menu li a{
	padding: 30px;
	height:100%;
}
.navbar-header{
	margin-left: 15%;
}
.navbar-header a img{
	background: none;
	height:78px;
}
.navbar-fixed-top{
	border:none;
}
.navbar-default {
	background-color: rgb(164,31,53);
	box-shadow: 0 0 3px black;
	font-weight: 500;
	/*	height:78px;*/
}
.navbar-default .navbar-brand {
	font-weight: 700;
	font-size: 26px;
	color: #666;
}
.navbar-default ul{
	/*height: 78px;*/
	background: rgb(164,31,53);
}
.navbar-default ul.dropdown-menu{
	/*height: 78px;*/
	background: rgba(255,255,255,0.8);
}
.navbar-brand .fa {
	color: #38b5c9;
}
.navbar-toggle {
	border-color: transparent;
	border: 0px solid transparent;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color:white;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color:#fff;
	background-color: rgba(255,255,255,0.2);
}
a img {
	background: white;
}
.odd a img {
	background: #f5f5f5;
}
/* Titles */
h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	color: #fff;
}
h2 {
	font-size: 60px;
	font-family: 'Kaushan Script', cursive;
	color: #fff;
	font-weight: 500;
	margin-bottom: 70px;
}
h3 {
	font-size: 24px;
	font-weight: 500;
}
/* Paragraph & Typographic */
p {
	line-height: 26px;
	margin-bottom: 20px;
}
p.large {
	font-size: 18px;
	margin-bottom: 50px;
}
.centered {
	text-align: center;
}
strong {
	font-weight: 700;
}
em {
	font-weight: 300;
}
pre {
	background: #ebebeb;
	border: none;
	font-family: "Monaco";
	font-size: 16px;
	color: #666;
	padding: 20px;
	line-height: 28px;
}
small {
	font-size: 12px;
}
blockquote, blockquote p {
	line-height: 28px;
	color: #999;
	font-weight: 300;
	font-style: italic;
}
blockquote {
	position: relative;
	margin: 0 0 40px -30px;
	padding-left: 30px;
	border-left: 5px solid #3498db;
}
blockquote cite {
	position: absolute;
	bottom: -25px;
	right: 0;
	font-size: 12px;
	font-style: italic;
	color: #333;
	font-weight: 300;
}
blockquote cite:before {
	content: "-- "
}
.thumbnail{
	margin-bottom: 5px;
}
/* Images */
.overflow-image {
	margin-top: -65px;
}
.kaushan{
	font-family: 'Kaushan Script', cursive;
}
/*Listen*/
.liste{
	text-align: left;
	margin-left: 25%;
}
.liste li{
	padding-left: 10px;
	line-height: 1.5;
}
/* Links */
a {
	color: white;
	word-wrap: break-word;
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}
a:hover, a:focus {
	color: white;
	text-decoration: none;
	outline: 0;
}
a:before, a:after {
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}
.left{
	text-align: left;
}
.fett{
	font-weight: bold;
}
/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	background: url(../img/backgrounds/alte-metzgerei.jpg) no-repeat center fixed;
	text-align: center;
	background-attachment: relative;
	background-position: center center;
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top: 70px;
	min-height: calc(100% - 70px);
}

#headerwrap img {
	width:30%;
	margin-top: 40px;
	margin-bottom: 40px;
}
/*#ueber_uns {
	background: url(../img/backgrounds/beton_wall_rot.jpg) no-repeat center center fixed;
	text-align: center;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
}*/
#ueber_uns {
	background: url(../img/backgrounds/beton_wall_rot.jpg) no-repeat center top;
	padding-top: 30px;
	text-align: center;
	background-attachment: relative;
	background-position: center center;
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-bottom: 100px;
	/*fmargin-top: 70px;*/
}
#ueber_uns hr {
	display: block;
	height: 3px;
	border: 0;
	margin: 3em 0;
	padding: 0;
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255,255,255), rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255,255,255), rgba(255, 255, 255, 0));
	background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255,255,255), rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255,255,255), rgba(255, 255, 255, 0));
	width: 50%;
	left: 25%;
	position: relative;
	border: none;
}
#ueber_uns .kaushan{
	font-size: 24px;
}
#ueber_uns .layer_container img{
	width:100%;

}
#ueber_uns .layer_container{
	width:280px;
	margin:0 auto;
	position: relative;
}
#ueber_uns .name_layer{
	background: rgba(255,255,255,0.7);
	color:rgb(164,31,53);;
	position: absolute;
	bottom: 15px;
	font-weight: 400;
	display:none;
	width: 100%;
}
#wochenangebote{
	background: url(../img/backgrounds/beton_wall_dugrau.jpg) no-repeat center top;
	min-height: 100%;
	padding-top: 30px;
	text-align: center;
	background-attachment: relative;
	background-position: center center;
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#wochenangebote .tafel{
	background: rgb(255,255,255);
	width:80%;
	/*border: 10pt solid white;*/
	border-radius: 4px;
	margin: 0 auto;
	/*padding:20px;*/
	margin-bottom: 100px;
	font-size: 24px;
	color: black;
}
#wochenangebote .tafel-head{
	background-color: rgba(80,80,80,0.1);
	color:black;
	/*height:60px;*/
	padding:5px;
	font-size: 28px;
}
#wochenangebote .tafel-body{
	padding:20px;
}
#wochenangebote .tafel .subtitle{
	font-size: 18px;
}
#heisse_theke {
	height: calc(80% - 78px);
}
#heisse_theke1 {
	background: url(../img/backgrounds/beton_wall_dugrau.jpg) no-repeat center top;
	padding-top: 30px;
	text-align: center;
	background-attachment: relative;
	background-position: center center;
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#heisse_theke1 hr {
	display: block;
	height: 3px;
	border: 0;
	margin: 1em 0;
	padding: 0;
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255,255,255), rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255,255,255), rgba(255, 255, 255, 0));
	background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255,255,255), rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255,255,255), rgba(255, 255, 255, 0));
	width: 50%;
	left: 25%;
	position: relative;
	border: none;
}
#dry_aged_s {
	height: calc(100% - 78px);
}
#dry_aged {
	background: url(../img/backgrounds/beton_wall_dugrau.jpg) no-repeat center top;
	padding-top: 30px;
	text-align: center;
	background-attachment: relative;
	background-position: center center;
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-bottom: 100px;
}
#dry_aged hr {
	display: block;
	height: 3px;
	border: 0;
	margin: 1em 0;
	padding: 0;
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255,255,255), rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255,255,255), rgba(255, 255, 255, 0));
	background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255,255,255), rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255,255,255), rgba(255, 255, 255, 0));
	width: 50%;
	left: 25%;
	position: relative;
	border: none;
}
.button-angebote{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: rgb(164,31,53);
	position: relative;
	bottom:0px;
	width:300px;
	padding:5px;
	margin:0 auto;
	margin-top: 80px;
	font-weight: 300;
}
.button-angebote:hover{
	/*cursor: pointer;*/
}
.button-angebote-underline{
	background-color: rgb(164,31,53);
	position: relative;
	bottom:0px;
	color:rgba(255,255,255,0.6);
}
.button-angebote-underline .tage{
	font-size: 30px;
	font-weight: 300;
}
#angebote {
	background: rgb(164,31,53);
	padding-top: 60px;
	text-align: center;
	background-size: cover;
	padding-bottom: 60px;
	/*display:none;*/
}
#angebote .mittagsgerichte{
	text-align: left;
}
#angebote .mittagsangebote_inhaltsstoffe{
	font-size: 12px;
	bottom:-35px;
}
.mittagsgerichte >div.callout{
	border-left: 2pt dotted white;
	font-size: 13px;
	line-height: 1.1;
	/*height:300px;*/
}
.wochentag{
	font-size: 16px;
}
.messer,.gabel{
	display: block;
	position: absolute;
	height:250px;
	margin-top:20px;
	opacity: 0.2;
}
.messer{
	left:0px;
}
.gabel{
	right:0px;
}
#partyservice{
	height: calc(80% - 78px);
}
#partyservice1 {
	background: url(../img/backgrounds/beton_wall_dugrau.jpg) no-repeat center top;
	padding-top: 30px;
	text-align: center;
	background-attachment: relative;
	background-position: center center;
	/*min-height: 650px;*/
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-bottom: 100px;
	/*fmargin-top: 70px;*/
}
#partyservice1 hr {
	display: block;
	height: 3px;
	border: 0;
	margin: 3em 0;
	padding: 0;
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255,255,255), rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255,255,255), rgba(255, 255, 255, 0));
	background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255,255,255), rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255,255,255), rgba(255, 255, 255, 0));
	width: 50%;
	left: 25%;
	position: relative;
	border: none;
}
#partyservice1 h2{
	font-family: 'Kaushan Script', cursive;
}
#partyservice1 .ps-item{
	margin-bottom: 30px;
}
#partyservice1 .ps-item img{
	width:100%;
}
#partyservice1 .ps-item .layer{
	background-color: rgba(255,255,255,0.7);
	color:black;
	font-family: 'Kaushan Script', cursive;
}
.br_left,.br_right{
	display: block;
	position: absolute;
	height:400px;
	margin-top:200px;
	opacity: 0.2;
}
.br_left{
	left:-20px;
}
.br_right{
	right:0px;
}
#about {
	background: #fff;
	padding-top: 80px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 60px;
}
#about img {
	margin-top: 0;
}
#team {
	background: url(../img/backgrounds/beton_wall_rot.jpg) no-repeat center top;
	padding-top: 60px;
	text-align: center;
	background-size: cover;
	padding-bottom: 60px;
	min-height: calc(100% - 78px);
}
#team hr {
	display: block;
	height: 3px;
	border: 0;
	margin: 3em 0;
	padding: 0;
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255,255,255), rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255,255,255), rgba(255, 255, 255, 0));
	background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255,255,255), rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255,255,255), rgba(255, 255, 255, 0));
	width: 50%;
	left: 25%;
	position: relative;
	border: none;
}
#team .team_erlenbach{
	margin-bottom: 40px;
}
#team .team_erlenbach img{
	width:80%;
}
#team .team_item{
	margin-bottom: 40px;
}
#team .team_item_img{
	width: 250px; /*200*/
}
#filialen, #datenschutz {
	background: url(../img/backgrounds/beton_wall_dugrau.jpg) no-repeat center top;
	padding-top: 60px;
	text-align: center;
	background-size: cover;
	padding-bottom: 60px;
	min-height: calc(100% - 78px);
}
#filialen hr, #datenschutz hr {
	display: block;
	height: 3px;
	border: 0;
	margin: 3em 0;
	padding: 0;
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255,255,255), rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255,255,255), rgba(255, 255, 255, 0));
	background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255,255,255), rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255,255,255), rgba(255, 255, 255, 0));
	width: 50%;
	left: 25%;
	position: relative;
	border: none;
}
#jobs {
	background: url(../img/backgrounds/beton_wall_rot.jpg) no-repeat center top;
	padding-top: 60px;
	text-align: center;
	background-size: cover;
	padding-bottom: 60px;
	min-height: calc(100% - 78px);
}
#jobs hr {
	display: block;
	height: 3px;
	border: 0;
	margin: 3em 0;
	padding: 0;
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255,255,255), rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255,255,255), rgba(255, 255, 255, 0));
	background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255,255,255), rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255,255,255), rgba(255, 255, 255, 0));
	width: 50%;
	left: 25%;
	position: relative;
	border: none;
}
#jobs h3{
	font-family: 'Kaushan Script', cursive;
}
#aktuelles {
	background: url(../img/backgrounds/beton_wall_dugrau.jpg) no-repeat center top;
	padding-top: 60px;
	text-align: center;
	background-size: cover;
	padding-bottom: 60px;
	min-height: calc(100% - 78px);
}
#aktuelles hr {
	display: block;
	height: 3px;
	border: 0;
	margin: 3em 0;
	padding: 0;
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255,255,255), rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255,255,255), rgba(255, 255, 255, 0));
	background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255,255,255), rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255,255,255), rgba(255, 255, 255, 0));
	width: 50%;
	left: 25%;
	position: relative;
	border: none;
}
#aktuelles h3{
	font-family: 'Kaushan Script', cursive;
}
#rindfleisch {
	background: url(../img/backgrounds/beton_wall_rot.jpg) no-repeat center top;
	padding-top: 60px;
	text-align: center;
	background-size: cover;
	padding-bottom: 60px;
	min-height: calc(100% - 78px);
}
#rindfleisch hr {
	display: block;
	height: 3px;
	border: 0;
	margin: 3em 0;
	padding: 0;
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255,255,255), rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255,255,255), rgba(255, 255, 255, 0));
	background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255,255,255), rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255,255,255), rgba(255, 255, 255, 0));
	width: 50%;
	left: 25%;
	position: relative;
	border: none;
}
#rindfleisch h3{
	font-family: 'Kaushan Script', cursive;
}
#fleisch {
	background: url(../img/backgrounds/beton_wall_rot.jpg) no-repeat center top;
	padding-top: 60px;
	text-align: center;
	background-size: cover;
	padding-bottom: 60px;
	min-height: calc(100% - 78px);
}
#fleisch hr {
	display: block;
	height: 3px;
	border: 0;
	margin: 3em 0;
	padding: 0;
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255,255,255), rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255,255,255), rgba(255, 255, 255, 0));
	background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255,255,255), rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255,255,255), rgba(255, 255, 255, 0));
	width: 50%;
	left: 25%;
	position: relative;
	border: none;
}
#fleisch h3{
	font-family: 'Kaushan Script', cursive;
}
#kalbfleisch {
	background: url(../img/backgrounds/beton_wall_rot.jpg) no-repeat center top;
	padding-top: 60px;
	text-align: center;
	background-size: cover;
	padding-bottom: 60px;
	min-height: calc(100% - 78px);
}
#kalbfleisch hr {
	display: block;
	height: 3px;
	border: 0;
	margin: 3em 0;
	padding: 0;
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255,255,255), rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255,255,255), rgba(255, 255, 255, 0));
	background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255,255,255), rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255,255,255), rgba(255, 255, 255, 0));
	width: 50%;
	left: 25%;
	position: relative;
	border: none;
}
#kalbfleisch h3{
	font-family: 'Kaushan Script', cursive;
}
.img-circle{
	border: 5px solid #fff;
	border-radius: 50%;
}
.img-border{
	border: 5px solid #fff;
	border-radius: 2%;
}
#greywrap {
	background: #f5f5f5;
	margin-top: 0px;
	padding: 50px 0;
	border-bottom: 1px solid #eee;
	text-align: center;
}
#greywrap .btn {
	font-family: "Raleway";
	font-weight: 300;
	font-size: 20px;
	margin: 0 25px;
	background-color: #fff;
	border-color: #e2e2e2;
	color: #888;
	border-bottom: 0;
	letter-spacing: 1px;
}
#greywrap .btn:hover, #greywrap .btn:focus {
	margin: 0 25px;
	background-color: #fff;
	border-color: #a5cdd5;
	border-bottom: 0;
	outline: 0px;
	color: #a5cdd5;
}
#greywrap h2 {
	font-size: 30px;
}
#greywrap .callout {
	margin-bottom: 20px;
}
#greywrap p {
	font-size: 30px;
}
#greywrap .fa {
	font-size: 18px;
	margin-right: 4px;
}
#footerwrap {
	background-color: rgb(164,31,53);
	padding: 25px 0 15px 0;
	/*border-bottom: 1px solid #ddd;*/
	text-align: center;
	font-size: 16px;
}
#footerwrap span.copyright {
	line-height: 40px;
	color: #fff;
	font-weight: 300;
}
#footerwrap span.copyright a {
	color: #fff;
	border-bottom: 1px dotted;
}
#footerwrap span.copyright a:hover {
	color: #fff;
	text-decoration: none;
}
#footerwrap h4 {
	color: white;
}
.impressum{
	cursor: pointer;
}
#impressum{
	background-color: rgb(164,31,53);
	display: none;
	padding: 10px 0 10px 0;
}
#impressum hr {
	display: block;
	height: 3px;
	border: 0;
	margin: 3em 0;
	padding: 0;
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255,255,255), rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255,255,255), rgba(255, 255, 255, 0));
	background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255,255,255), rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255,255,255), rgba(255, 255, 255, 0));
	width: 50%;
	left: 25%;
	position: relative;
	border: none;
}
/*Login Bereich*/
#verwaltung{
	padding-top: 100px;
	padding-bottom: 100px;
	min-height: 800px;
}
#verwaltung p,#verwaltung h2, #verwaltung h3, #verwaltung label, #verwaltung table{
	color: black;
}
#verwaltung a{
	color: black;
}
#verwaltung form{
	margin-bottom: 100px;
}
#verwaltung .btn{
	color: #fff;
}
#verwaltung .btn-default{
	color: black;
}
.list_preview{
	color: black;
}
.login_form{
	margin-top: 100px;
	width:300px;
	margin:0 auto;
}
.jqte_tool.jqte_tool_1 .jqte_tool_label{
	height:24px!important;
}
.login_form input{
	margin-bottom:10px;
}
.login_form button{
	width:100px;
	float:right;
}
.login_error{
	color:black;
	font-weight: bold;
	width:300px;
	margin-top: 100px;
	text-align: left;
}
.datepicker{
	color: black;
}
.btn_fix{
	position: fixed;
	right:50px;
	bottom:150px;
}
.btn_fix2{
	position: fixed;
	right:180px;
	bottom:150px;
}
#footerwrap-login{
	position: relative;
	width:100%;
	bottom:0px;
	background-color: rgb(164,31,53);
	padding: 25px 0 15px 0;
	border-bottom: 1px solid #ddd;
	text-align: center;
	font-size: 16px;
}
#footerwrap-login span.copyright {
	line-height: 40px;
	color: #fff;
	font-weight: 300;
}
#footerwrap-login span.copyright a {
	color: #fff;
	border-bottom: 1px dotted;
}
#footerwrap-login span.copyright a:hover {
	color: #fff;
	text-decoration: none;
}
#footerwrap-login h4 {
	color: white;
}
ul.social-buttons {
	margin: 0;
}
ul.social-buttons li a {
	font-size: 24px;
	outline: 0;
	color: #fff;
}
ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active {
	color: #fff;
}
.preview_radio>div>div{
	margin-bottom: 5px;
}
.jqte_editor{
	background: url(../img/backgrounds/beton_wall_rot.jpg) no-repeat center top;
	color:white;
}
#verwaltung .jqte_editor h3{
	font-size: 24px;
/*	font-family: 'Kaushan Script', cursive;*/
	color: #fff;
	font-weight: 500;
	margin-bottom: 70px;
}
#verwaltung .jqte_editor p{
	color: white;
}
#verwaltung .jqte_editor ul, #verwaltung .jqte_editor li, #verwaltung .jqte_editor table, #verwaltung .jqte_editor span, .jqte_editor div{
	line-height: 26px;
	font-size: 18px;
	color:white!important;
}
.jqte_editor *{
	color:white;
}

.aktuelles .note-editor.note-frame .note-editing-area .note-editable{
	background: url(../img/backgrounds/beton_wall_dugrau.jpg) no-repeat center top;
	color:white;
}
.rindfleisch .note-editor.note-frame .note-editing-area .note-editable{
	background: url(../img/backgrounds/beton_wall_dugrau.jpg) no-repeat center top;
	color:white;
}
.kalbfleisch .note-editor.note-frame .note-editing-area .note-editable{
	background: url(../img/backgrounds/beton_wall_dugrau.jpg) no-repeat center top;
	color:white;
}
.fleisch .note-editor.note-frame .note-editing-area .note-editable{
	background: url(../img/backgrounds/beton_wall_rot.jpg) no-repeat center top;
	color:white;
}
#verwaltung .note-editable h3{
	font-size: 24px;
/*	font-family: 'Kaushan Script', cursive;*/
	color: #fff;
	font-weight: 500;
	margin-bottom: 70px;
}
#verwaltung .note-editable p{
	color: white;
}
#verwaltung .note-editable ul, #verwaltung .note-editable li, #verwaltung .note-editable table, #verwaltung .note-editable span, .note-editable div{
	line-height: 26px;
	font-size: 18px;
	color:white!important;
}
.note-editable *{
	color:white;
}


/* ==========================================================================
   Box Sections
   ========================================================================== */

.white h1 {
	color: #999;
}
.white p {
	padding-top: 25px;
}

/* ==========================================================================
   Image Mask
   ========================================================================== */

.grid figure {
	margin: 0;
	position: relative;
	border: 1px solid #ddd;
}
.grid figure img {
	width: 100%;
	display: block;
	position: relative;

}
.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	color: #fff;
	background-color: #34b1c4;
}
.grid figcaption h5 {
	margin: 0;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 5px;
	color: #fff;
	font-weight: 700;
	text-align: left;
	letter-spacing: 1px;
}
.grid figcaption a {
	text-align: left;
	padding: 5px 10px;
	margin-left: 20px;
	display: inline-block;
	background: #2f2f2f;
	color: #fff;
	font-size: 13px;
}
/* Caption Style */
.mask figure {
	overflow: hidden;
}
.mask figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}
.no-touch .mask figure:hover img, .mask figure.cs-hover img {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}
.mask figcaption {
	height: 50px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}
.no-touch .mask figure:hover figcaption, .mask figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}
.mask figcaption a {
	position: absolute;
	top: 10px;
	bottom: 10px;
	right: 30px;
}

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */


@media screen and (max-width:1050px), screen and (max-device-width:1050px) {
body .header {
	background-attachment: scroll;
}
}

/*ipad portrait*/
@media only screen and (min-device-width:768px) and (max-device-width : 1024px) and (orientation : portrait) {
.header {
	background-attachment: scroll;
}
}

@media screen and (max-width:769px) {
#headerwrap h1 {
	font-size: 40px;
}

#headerwrap p {
	font-size: 20px;
}
.navbar-collapse ul{
	height:100%;
	margin-top: -10px;
}
.row {
	margin-right: -15px;
}
#rindfleisch img {
	width: 100% !important;
}
#fleisch iframe{
	width: 100%;
	height: 40%;
}
#aktuelles p img {
	width: 100% !important;
}
}
@media screen and (max-width:480px) {
.messer,.gabel{
	display:none;
}
.br_left,.br_right{
	display: none;
}
h2{
	font-size: 40px;
}
.button-angebote, .button-angebote-underline{
	font-weight: 300;
}
.button-angebote-underline .tage{
	font-size: 22px;
}
.mittagsgerichte >div.callout{
	font-size: 14px;
}
#headerwrap img {
	width:80%;
	margin-top: 100px;
	margin-bottom: 0px;
}
#headerwrap iframe {
	display: none;
}
.row {
	margin-right: -15px;
}
#rindfleisch img {
	width: 100% !important;
}
#fleisch iframe{
	width: 100%;
	height: 40%;
}
#aktuelles p img {
	width: 100% !important;
}
}
