/*config for global.css*/
.carousel-preview {
	height:150px;
	margin-bottom:30px;
}

.categoryelementcontainer h1 {
	color: #C21800;
	font-family: "Kunstler Script";
	font-size: 5em;
	font-weight: bold;
}

.categoryelementcontainer hr.featurette-divider {
	border-color: rgb(180, 148, 73);
	margin-bottom: 0;
}

.categoryelementcontainer .row
{
	background-color: rgba(221, 215, 200, 0.5);
	margin-bottom: 30px;
	border-radius: 5px;
	transition: 0.2s ease-in;
}

.categoryelementcontainer .row:hover
{
	background-color: rgba(255, 249, 234, 0.5);
}

.thumb > img {
	width: 100%;
	height: initial;
}

.thumb div {
	margin: 5px 0;
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
}

.thumb div img {
	margin: 0 0 0 5px;
	height: 70px;
	display: inline-block;
}

.thumb div img:first-child {
	margin: 0;
}

.galleryelement {
	position: relative;
	display: inline-block;
	margin: 20px;
	text-align: center;
}

.galleryelement > img {
	max-width: 400px;
	max-height: 150px;
	margin-bottom: 0;
}

.galleryelement > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	border-radius: 4px;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.galleryelement > div:hover {
	opacity: 1;
}

.galleryelement > div > a {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 0;
	background-color: #fff;
	border-radius: 0 0 3px 3px;
	text-decoration: none;
	cursor:default;
}

.galleryelement > div > a:hover, .galleryelement > div > a:active {
	text-decoration: none;
}

.galleryelement > span {
	display: inline-block;
	padding: 10px 0;
}

.bs-gallery-modal-lg .modal-body {
	padding: 0;
}

.bs-gallery-modal-lg .modal-body img {
	margin: 0 auto;
}

.shopping-cart {
	display: none;
}

header .top-brand
{
	background-color: rgb(85, 50, 50);
	text-align: center;
	color: #fff;
	font-family: "Kunstler Script";
	font-size: 3em;
	font-weight: 600;
	text-shadow: 1px 0px 1px #000;
}

header .top-brand a
{
	text-decoration: none;
	color: #fff;
}

header .top-brand img
{
	width: 36px;
	margin-top: -15px;
	border-radius: 18px;
	box-shadow: 0 0 12px 2px #8C0001;
}

@media screen and (min-width: 800px) {
	header .top-brand
	{
		text-shadow: 2px 0px 1px #000;
		font-size: 8em;
	}

	header .top-brand img
	{
		width: 100px;
		margin-top: -40px;
		border-radius: 50px;
		box-shadow: 0 0 30px 5px #8C0001;
	}
}

@media screen and (min-width: 1200px) {
	header .top-brand
	{
		text-shadow: 4px 0px 1px #000;
		font-size: 10em;
	}

	header .top-brand img
	{
		width: 120px;
		margin-top: -50px;
		border-radius: 60px;
	}
}

header nav.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid #C21800;
    background-color: rgb(85, 50, 50);
    width: 100%;
	top:0;
    
}

header .navbar-inverse .navbar-brand
{
	color: rgb(205, 184, 133);
}

header .navbar-inverse .navbar-nav>li>a
{
	color: rgb(205, 184, 133);
}

main {
	background-color: rgb(241, 235, 220);
	background-image: url('../images/paper.jpg');
	background-blend-mode: luminosity;
	background-attachment: fixed;
	min-height: calc(100vh - 250px);
}

.main-background
{
	background-image: url('../images/speisen.png');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 30vw auto;
	min-height: calc(100vh - 250px);
}

footer {
	padding-top: 20px;
	color: rgb(205, 184, 133);
	background-image: -webkit-linear-gradient(-45deg, rgb(40, 29, 25) 10%, rgb(85, 50, 50) 25%, rgb(40, 29, 25) 75%);
}

footer ul
{
	list-style-type: none;
}

footer .featurette-divider
{
	border-color: rgb(180, 148, 73);
}

footer a {
	color:#C21800;
}

footer a:hover, footer a:active, footer a:visited, footer a:focus {
	color:#C21800;
}

.jumbotron-matroschki p {
	font-size: initial;
}

.jumbotron-matroschki ol > li p:first-child {
	padding-top: 20px;
}

.jumbotron-matroschki ol > li .fix {
	padding-top: 20px;
}

.jumbotron-matroschki ol > li p {
	padding-bottom: 20px;
}

.color-matroschki-red {
	color: #8C0001;
}