.timetable {
	font-size: 1.4em;
	width: 100%;
}

tr.today {
	color: green;
}

.footer-contacts a {
	color: white !important;
}

#mockup-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}
#contact-form {
	margin-top: 0 !important;
}

.form-control {
	border-radius: 0 !important;
}

.form-control:focus {
    border-color: #C59D5F !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(197,157,95,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(197,157,95,.6);
}

.btn-custom {
	border-radius: 0;
	background-color: #C59D5F;
	border-color: #C59D5F;
	color:#ccc;
}
.btn-custom:hover {
	color:#ccc;
	padding: 6px 12px;
}

.active a {
	color: #C59D5F !important;
}

.color-separator {
    background: url(../../sources/color-separator.png) no-repeat center;
}

nav li {
    padding: 10px 12px !important;
}

.nav-holder {
    margin-top: 40px !important;
}



/* Logo größer, Menu etwas weniger hoch */

.logo-holder {
	max-width:200px;
	margin-bottom:20px;
}

header.sticky .header-inner:before, header.flat-header .header-inner:before {
	height:80%;
	}

/* h3 -> h1 style */
.hero-title h1 {
    font-size: 40px;
    letter-spacing: 2px;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 3px;
    padding: 10px 0;
    font-family: 'Playball', cursive;
	text-transform:none;
	color:#fff;
}

/* h4 -> h2 style */
.hero-title h2 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    margin: 6px 0 10px 0;
    color: #fff;
    max-width: 350px;
    margin: 0 auto;
	font-weight:200;
	color:#fff;
}

.header-section h1 {
	    font-size: 40px;
    letter-spacing: 2px;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 3px;
    padding: 10px 0;
    font-family: 'Playball', cursive;
	text-transform:none;
	color:#fff;
	}
	
	.header-section h2 {
		    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    margin: 6px 0 10px 0;
    color: #fff;
    max-width: 350px;
    margin: 0 auto;
	font-weight:200;
	color:#fff;
		}
		

/* Startseitentext SEO*/
.starttext {
	color:#ccc;
	background-color: rgba(0,0,0,.5);
	padding:15px;
	text-align:justify;
	}
/* Highlight order */

.order_button {
	border: 2px solid #fff; padding: 8px 8px !important; font-weight:700;
	}
	
header.sticky .order_button {
	border: 2px solid #000; padding: 8px 8px !important;
	}

/* fix white font on white bg */
.bold-separator:before, .bold-separator:after {
	background:#000 !important;
	} 
	
.footer-inner .bold-separator:before, .footer-inner .bold-separator:after {
		background:#ccc !important;
		}
		
.nav-social a {color:#fff;}


.form-control:focus {
box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(225, 33, 33,.6);
}

.starttext {display:none;}

div .half-circle {
    border: 3px solid #fff;
}