/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto/roboto-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}




/* general */
body{
	font-family: 'Roboto', serif;
	font-size:18px;
	background-color:#ededed;
}
a{
	outline: 0 !important;
	text-decoration:none !important;
}
/* bs-extension */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color:#ff6f00 !important;
	font-weight:bold;
}
.h1,h1 {
	font-size:2.25em;
}
.h2,h2 {
	font-size:1.875em;
}
.h3,h3 {
	font-size:1.5em;
}
.h4,h4 {
	font-size:1.25em;
}
.h5,h5 {
	font-size:0.875em;
}
.h6,h6 {
	font-size:0.75em;
}

.staigerbar-post-text h2 {
	font-size:1.25em;
}
.staigerbar-post-text h3 {
	font-size:1.15em;
}
.staigerbar-post-text h4 {
	font-size:1em;
}
.staigerbar-post-text h5 {
	font-size:0.875em;
}
.staigerbar-post-text h6 {
	font-size:0.75em;
}
.outer-grid{
	max-width:1200px;
	margin: auto;
	height:100%;
	clear:both;
	padding: 0 15px;
}
@media (max-width: 992px){
	.outer-grid{
		padding: 0;
	}
}
.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft{
	display: block;
	margin-right: auto;
}
.alignright{
	display: block;
	margin-left: auto;
}
.wp-caption{
	max-width:100% !important;
}
.wp-caption-text{
	padding:5px;
}

/* 404 */
.staigerbar-404-image{
	max-width:100%;
	margin-top:15px;
	margin-bottom:20px;
	border-radius:1px;
}
.staigerbar-404-text{
	color:#ff6f00;
	background-color:#fff;
	padding:15px;
	text-align:center;
	font-size:1.25em;
}

/* index */
.index-heading{
	background-color: #fff;
	padding:10px;
	margin: 20px 0;
	font-weight:bold;
	box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	border-radius: 1px;
	text-align:center;
	box-sizing:border-box;
}
.index-heading > h1,
.index-heading > h2,
.index-heading > h3,
.index-heading > h4,
.index-heading > h5,
.index-heading > h6 {
	margin:0 !important;
}
.index-heading > h2 {
	font-size: 1.25em;
}
.index-latest-post{
	margin-bottom:20px;
}
.index-latest-post img{
	width:100%; 
	height:100%;
	border:5px solid #fff;
	border-radius:3px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}
.index-latest-post:hover img{
	border-color:#ff6f00;
	box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}
.index-latest-post h3{
	bottom:0;
	position:absolute;
	padding:15px;
	background-color: #fff;
	width:calc(100% - 70px);
	margin: 20px 20px 40px 20px;
	opacity: 0.6;
	font-weight:bold;
	border-radius:1px;
	text-align:center;
	font-size: 1.25em;
}
.index-latest-post:hover h3{
	opacity: 0.9;
}
.index-latest-post .no-thumbnail{
	margin: 0;
	width:calc(100% - 30px);
	bottom:auto;
	opacity: 0.9;
}
.index-latest-post .forgotten-post-picture{
	text-align:center;
	color:#ff6f00;
	padding:5px;
	opacity:0.5;
}

/* index > welcome */
.staigerbar-welcome{
	background-color:#fff;
	border-radius:3px;
	padding: 20px 20px;
	margin:0 0 20px;
	text-align:center;
	box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	font-weight: bold;
}
.staigerbar-welcome h2{
	margin: 0 !important;
	font-size: 1.5em;
}

/* sidebar */
.staigerbar_sidebar1_wrapper{
	box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	margin-bottom: 20px;
	padding: 30px 15px 15px;
	background-color: #fff;
	border-radius:1px;
}
.staigerbar_sidebar1_wrapper h3{
	margin:0 !important;
}
.staigerbar_sidebar1_wrapper a{
	color:#ff6f00;
}
.staigerbar_sidebar1_wrapper a:hover{
	text-shadow:1px 0px 0px #dd3333;
}
.staigerbar-chef-img{
	width:100%;
}

.staigerbar-heading {
	font-size: 1.5em;
	font-weight: bold;
}
.sidebar-gallery{
	width:100%; 
	height:100%;
	margin-bottom:20px;
	border:5px solid #fff;
	border-radius:3px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}
.sidebar-gallery:hover{
	border-color:#ff6f00;
	box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}
.sidebar-gallery .staigerbar-heading{
	padding:5px;
	background-color: #fff;
	width:100%;
	font-size:1.25em;
	border-radius:1px;
	text-align:center;
	margin:0 !important;
	font-size: 1.25em;
}
.sidebar-gallery img{
	width:100%; 
	height:100%;
}
 /* page */
 .page-heading h1{
	background-color: #fff;
	padding:10px;
	margin:0 0 20px 0;
	font-size:1.75em;
	font-weight:bold;
	box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	border-radius: 1px;
	text-align:center;
	box-sizing:border-box;
}

/* post > content */
.staigerbar-post{
	border:1px solid #fff;
	background-color: #fff;
	padding:15px 35px 35px 35px;
	border-radius:1px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.1) !important;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1) !important;
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1) !important;
	margin-bottom: 20px;
}
@media (max-width:767px){
	.staigerbar-post{
		padding:0px 15px 15px 15px;
	}
}
.staigerbar-post a{
	color:#ff6f00;
	text-decoration:none;
	font-size:1em;
	font-style:normal;
}
.staigerbar-post a:hover{
	text-shadow:1px 0px 0px #dd3333;
}
.staigerbar-post-header{
	text-align:center !important;
}
.staigerbar-post img{
	max-width:100%;
	height:auto;
	border-radius:1px;
}
.staigerbar-archive-post-heading{
	font-size:1.125em;
}
.staigerbar-writtenby{
	font-size:0.875em;
	font-style:italic;
}
.staigerbar-post-text{
	margin-top:10px;
}
.staigerbar-post-thumbnail{
	text-align:center;
}

/* archive */
.staigerbar-archive-heading h1{
	background-color: #fff;
	padding:10px;
	margin:0 0 20px 0;
	font-size:1.25em;
	font-weight:bold;
	box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	border-radius: 1px;
	text-align:center;
	box-sizing:border-box;
}
.staigerbar-archive-thumbnail{
	width:100%; 
	height:auto;
	border:3px solid #fff;
	border-radius:5px;
}
.staigerbar-archive-thumbnail:hover{
	border-color:#ff6f00;
	box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}

/* categories */
.staigerbar-category-footer{
	position:relative;
	border-radius:1px;
	text-align:center;
	height:auto;
	float: left;
	width:100%;
	color:#ff6f00;
	margin-bottom:5px;
}
.staigerbar-category-footer-heading{
	font-size:1.5em;
	font-weight:bold;
	padding:15px;
	background-color:#fff;
	margin-bottom:5px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.1) !important;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1) !important;
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1) !important;	
}
.staigerbar-category-footer-body{
	float:left;
	width:100%;
	padding:15px;
	font-weight:bold;
	font-size:1.125em;
}
.staigerbar-category-footer-body a{
	color:#ff6f00;
}
.staigerbar-category-footer-body a:hover .staigerbar-category-footer-body-post{
	background-color:#ff6f00;
	color:#fff;
}
.staigerbar-category-footer-body img{
	max-height:200px;
	width:auto;
	border-radius:1px;
}
.staigerbar-category-footer-body-post{
	padding:15px 0;
	background-color:#fff;
	box-shadow: 0 1px 4px rgba(0,0,0,0.1) !important;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1) !important;
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1) !important;
}

@media (max-width:767px){
.staigerbar-category-footer-body-post{
	margin-bottom:20px;
}
.staigerbar-category-footer-heading{
	font-size:1.25em;
}
}

/* sidebar categories */
.staigerbar-sidebar-categories{
	background-color:#fff;
	border-radius:3px;
	border:5px solid #fff;
	padding:15px;
	color:#ff6f00;
	box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}
.staigerbar-sidebar-categories-heading{
	margin-top:0;
	font-size:1.5em;
	font-weight: bold;
}
.staigerbar-sidebar-categories ul{
	list-style:none;
	padding: 0;
	margin-bottom: 0;
}
.staigerbar-sidebar-categories li a{
	color: #000;
	font-style:italic;
	display:block;
	padding: 10px 0;
}
.staigerbar-sidebar-categories li a:hover{
	color:#ff6f00;
	text-shadow:1px 0px 0px #dd3333;
}

/* Team */
.team-chef{
	display:flex;
	text-align:center;
}
.team-chef > div{
	flex: 1;

}
.team-chef .img-text{
	color:#ff6f00;
}
@media (max-width:767px){
.team-chef{
	display:block;
}
.team-chef > div{
	flex: none;
}
}
.team-chef-text{
	display: table;
	height:100%;
	width:100%;
	text-align:center;
	font-style:italic;
	font-size:24px;
}
.team-chef-text div{
	display: table-cell;
	vertical-align: middle;
}
.team-chef-text .text-box:before{
	content:'„'
}
.team-chef-text .text-box:after{
	content:'“'
}
.team-story{
	text-align:justify;
}
.team-story-text{
	margin:15px 0;
}
.team-pictures{
	width:auto;
	height:auto;
}
.team-pictures > h2{
	text-align: center;
}
.team-pictures > div{
	width:50%;
	float:left;
	padding:15px;
	position:relative;
}
.team-pictures > .centered{
	margin:0 25%;
}
@media (max-width:550px){
.team-pictures > div{
	width:100%;
}
.team-pictures > .centered{
	margin:0;
}
}
.team-pictures img{
	border: 3px solid #ff6f00;
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}
.team-pictures .img-text-box{
    bottom: 18px;
    position: absolute;
    padding: 3px;
    background-color: #fff;
    width: calc(100% - 30px);
    text-align: center;
    margin: 7px 0px;
    color: #ff6f00;
    border: 3px solid #ff6f00;
    border-top: 0px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;

}

.team-pictures .img-text{
	bottom: auto;
    position: relative;
	padding: 3px;
	background-color: #fff;
	width: 100%;
	text-align: center;
	margin: 10px 3px;
	color:#ff6f00;
}
.staigerbar-table{
    border-collapse: separate;
}
.staigerbar-table tr {
    font-size: 0.9em;
    padding: 10px;
    border-collapse: initial !important;
}
.staigerbar-table tr td, .staigerbar-table tr th {
    border-bottom: 1px solid black;
}
.staigerbar-table tr:nth-child(2n-1) > td{
    background-color: #004f9166;
}

.staigerbar-table .td-padding, td {
    padding: 10px;
}
.staigerbar-table th {
    padding: 10px;
}

/* Contact forms */
.wpcf7 .btn {
    background: #dd3333;
    color: #ffffff;
}

.wpcf7 .btn:hover,
.wpcf7 .btn:focus,
.wpcf7 .btn:active {
    background: #7f1b07;
}
.wpcf7-form label{
	width:100%;
}
.wpcf7 textarea {
	resize: vertical;
}
.wpcf7-list-item{
	margin: 0 0 0 0 !important;
}