body 
{
	background-color: #f2f2f2;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #555;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;

    padding-top: 100px;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #333;
}

h1 {
	font-size: 40px;
}

h3 {
	color: #95a5a6;
	font-weight: 400;
}

h4 {
	color: #95a5a6;
	font-weight: 400;
	font-size: 20px;
}

/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
    font-size: 16px;
}

.centered {
    text-align: center;
}

/* Links */
a {
    color: #555;
    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;
}

.hover_bottom {
    color: #000000;
    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;
}

.hover_bottom2 {
    color: #FFFFFF;
    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,
.hover_bottom:hover,
.hover_bottom:focus{
    color: #d9534f;
    text-decoration: none;
    outline: 0;
}

.hover_bottom2:hover,
.hover_bottom2:focus{
    color: #000000;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after,
.hover_bottom:hover,
.hover_bottom:focus,
.hover_bottom2:hover,
.hover_bottom2:focus {
    -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;
}

.navbar
{
	-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.5);
    box-shadow: 0 8px 6px -6px rgba(0,0,0,0.5);
}

.navbar-default {
	background-color: #f2f2f2;
	border-color: transparent;
	height: 78px;
}

.navbar-default .navbar-brand {
	color: white;
}

.navbar-default .navbar-nav > li > a 
{
	color: #1d1d1d;
	padding: 29px 15px 29px 15px;
	background-color: #f2f2f2;
}

.navbar-default .navbar-nav > li > a:hover
{
	background-color: #d9534f;
	color: #FFFFFF;
}

.navbar-header
{
	height: 65px;
}

.navbar-default .navbar-toggle
{
	margin-top: 15px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus
{
	background-color: #FFFFFF;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar
{
	background-color: #d9534f;
}

.navbar-default .navbar-toggle .icon-bar
{
	background-color: #FFFFFF;
}

.navbar-toggle
{
    background-color: #d9534f;
}

@media (max-width: 767px) 
{ 
	.navbar-right
	{
		margin-top: -5px;
		margin-bottom: -5px;
	}
	
	.navbar-default .navbar-nav > li > a:hover, 
	.navbar-default .navbar-nav > li > a:active, 
	.navbar-default .navbar-nav > li > a:focus
	{
		background-color: #d9534f;
	}
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse
{
	max-height: 80%;
}

.navbar-collapse.in
{
	overflow-y: hidden;
}


#brand-logo
{
	width: 200px;
	height: 48px;
	background-image: url(../images/logo_200x48.png);
	background-position: 0px 0px;
}

#brand-logo:hover
{
	background-position: 0px 48px;
}

.form-control
{
	height: 42px;
	font-size: 18px;
	width: 280px;
}

#headerwrap 
{
	background-color: #000000;
	margin-top: -122px;
	margin-bottom: 20px;
	padding-top: 100px;
	background-attachment: relative;
	background-position: center center;
	min-height: 100px;
	max-height: 580px;
	width: 100%;
	overflow: hidden; 
	
    -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;
}

.seatselected,
.seatselected:hover
{
    background-color: #f0ad4e;
    border-color: #dc9939;
}

.seatchoosen
{
    background-color: #d7973d;
    border-color: #d7973d;
}
.kassenbutton
{
    background-color: #f0ad4e;
    color: #FFFFFF;
    border-color: #f0ad4e;
    font-weight: bold;
}

.pageinfoarea
{
    padding: 0px 0px 8px 0px;
    margin-bottom: 20px;
    margin-top: -25px;
    background-color: #e08f21;
}

/* Adminpage */
.huge {
    font-size: 40px;
}

/* green */
.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #347434;
}

.panel-green a:hover {
    color: #3d8b3d;
}

/* blue */
.panel-blue {
    border-color: #337ab7;
}

.panel-blue .panel-heading {
    border-color: #337ab7;
    color: #fff;
    background-color: #337ab7;
}

.panel-blue a {
    color: #337ab7;
}

.panel-blue a:hover {
    color: #215077;
}

/* yellow */
.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}

/* grey */
.panel-grey {
    border-color: #6C6C6C;
}

.panel-grey .panel-heading {
    border-color: #4A4A4A;
    color: #fff;
    background-color: #7E7E7E;
}

.panel-grey a {
    color: #4F4F4F;
}

.panel-grey a:hover {
    color: #0A0A0A;
}

/* red */
.panel-red {
    border-color: #9B0000;
}

.panel-red .panel-heading {
    border-color: #9B0000;
    color: #fff;
    background-color: #AD0202;
}

.panel-red a {
    color: #C70000;
}

.panel-red a:hover {
    color: #990000;
}

/* Google Maps */
.Flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.Flexible-container iframe,
.Flexible-container object,
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-scroll:not(.last) {
    border-right: solid 1px rgba(128, 128, 128, 0.25);
}

.split {
   width: 100%; 
   text-align: center; 
   border-bottom: 1px solid rgba(128, 128, 128, 0.4); 
   line-height: 0.1em;
   margin: 10px 0 20px; 
} 

.split span { 
    background:#fff; 
    padding:0 10px; 
	color: rgba(128, 128, 128, 0.4);
}
.splitter {
	text-align: center;
}
.splitter span {
	color: rgba(128, 128, 128, 0.4);
}