*
{
	margin: 0;
	padding: 0;
}

@font-face 
{
	font-family: Bebas;
	src: url('/fonts/BebasNeueBold.ttf');
}

@font-face
{
	font-family: CalibriMeins;
	src: url('/fonts/calibri.ttf');
}

html, 
body
{
	height: 100%;
}
 
html 
{
	position: relative;
}

body
{
	background-color: #fbffff;
	overflow-y: scroll;
	font-family: Calibri, CalibriMeins;
}

h2
{
	font-weight: bold;
	font-size: 18px;
}

h3
{
	font-size: 16px;
	font-weight: bold;
}

h4
{
	font-size: 14px;
	font-weight: bold;
}

.bottom-margin-30
{
	margin-bottom: 30px;
}
/* 
nav#lang
{
	background-color: #252525;
	color: #fbffff;
}

nav#lang a
{
	padding-left: 0;
}
*/
nav#main
{
	letter-spacing: 1px;
	min-height: 63px;
	border: 0;
	margin-bottom: 0;
	font-family: Bebas, Calibri, CalibriMeins;
	background-color: #fbffff;
	font-size: 18px;
}

div#header.carousel h1
{
	font-family: Bebas, Calibri, CalibriMeins;
	letter-spacing: 1px;
	font-weight: bold !important;
	margin-left: -40px;
	margin-right: -40px;
}

div#header span.timer
{
	margin-bottom: 90px; 
	border-left: 4px solid #fbffff; 
	border-right: 4px solid #fbffff; 
	width: auto;
	padding-left: 40px;
	padding-right: 40px;
}

div#header span.timer div.time
{
	margin-top: 20px;
}

div#header h1, 
div#header span.big-dark, 
div#header span.big-light
{
	font-family: Bebas, Calibri, CalibriMeins;
	font-size: 56px
}

div#header span.big-dark, 
div#header span.big-light
{
	padding: 3px;
	padding-right: 10px;
	padding-left: 10px;
	text-shadow: none !important;
	line-height: 100%;
	white-space: nowrap;
}

div#header span.slogan
{
	padding: 10px;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 63px;
}

div#header span.big-dark
{
	background-color: #252525;
	color: #fbffff;
}

div#header span.big-light
{
	background-color: #fbffff;
	color: #252525;
}

div.page-header-default
{
	background: url('/gfx/title_bar_repeat.png') repeat-x;
	height: 113px;
}

div.page-header-default h1
{
	color: #313131;
	line-height: 113px;
	margin: 0;
}

.line-title
{
	overflow: hidden;
	text-align: center;
}

.line-title > span
{
	position: relative;
	display: inline-block;
}

.line-title > span:before, 
.line-title > span:after
{
	color: #c0c0c0;
	content: '';
	position: absolute;
	top: 50%;
	border-bottom: 1px solid;
	width: 591px; /* half of limiter*/
	margin: 0 5px;
}

.line-title-large > span:before, 
.line-title-large > span:after
{
	border-bottom: 4px solid;
}

.line-title > span:before
{
	right: 100%;
}

.line-title > span:after
{
	left: 100%;
}

.line-title-inherit > span:before, 
.line-title-inherit > span:after
{
	color: inherit;
}

div.content
{
	margin-bottom: 30px;
	margin-top: 30px;
}

div.startpage-box
{
	text-align: center;
	padding: 30px;
	line-height: 200%;
}

.startpage-box:last-of-type
{
	margin-bottom: 60px;
}

div.startpage-box h1
{
	display: inline-block;
	margin-bottom: 30px;
	font-family: Bebas, Calibri, CalibriMeins;
	font-size: 50px;
}

div.startpage-box p
{
	margin-bottom: 30px;
}

div.startpage-box h1 span
{
	-webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
}

div.startpage-box-light
{
	background-color: #fbffff;
	color: #252525;
}

div.startpage-box-light h1 span
{
	background-color: #252525;
	color: #fbffff;
	box-shadow: 10px 0 0 #252525, -10px 0 0 #252525;
}

div.startpage-box-dark
{
	background-color: #252525;
	color: #fbffff;
}

div.startpage-box-dark h1 span
{
	background-color: #fbffff;
	color: #252525;
	box-shadow: 10px 0 0 #fbffff, -10px 0 0 #fbffff;
}

div#brotkorb .input-group
{
	width: 120px;
}

div#brotkorb .input-group .form-control
{
	margin-left: 1px;
}

div#brotkorb .input-group .btn
{
	
	margin-left: 1px;
}

div#brotkorb .form-control
{
	text-align: center;
}

footer
{
	letter-spacing: 1px;
	background-color: #252525;
	color: #fbffff;
	bottom: -1px;
	width: 100%;
	position: relative;
	font-family: Bebas, Calibri, CalibriMeins;
	font-weight: normal;
	margin-top: 20px;
	font-size: 16px;
}

footer h3
{
	font-weight: normal;
}

footer div#footer-nav
{
	padding-top: 20px;
}

footer div#copyright
{
	background-color: #000000;
	color: #fbbe24;
	font-size: 11px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top: 10px;
}

footer div#copyright a 
{
	color: inherit;
}

footer span.glyphicon
{
	font-size: 12px;
}