.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;
	border:2px solid #D8B363;
	color:#000;
    font-size:16px;
    background: #fff;
}
.btn-custom:hover {
	color:#fff;
	padding: 6px 12px;
    background: #D8B363;
    border-color: #D8B363;
}

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

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

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

header.sticky .header-inner:before, header.flat-header .header-inner:before {
	height:100%;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
	}

/* h3 -> h1 style */
.hero-title h1 {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    color: #fff;
    padding: 10px 0;
    font-family: 'Courgette', cursive;
	font-size:calc(0.5rem + 4vmin);
}

/* h4 -> h2 style */
.hero-title h2 {
    font-size:calc(0.5rem + 1.3vmin);
    text-transform: uppercase;
    position: relative;
    margin: 6px 0 10px 0;
    color: #fff;
    margin: 0 auto 20px;
	font-weight:400;
}
.hero-title a {
    background-color: #D8B363;
    padding: 15px 10px;
    font-size:calc(0.5rem + 2vmin);
    color: #000;
    border-radius: 10px;
    margin-top: 20px;
    text-transform: uppercase;
    display: block;
}
.hero-title a:hover, .hero-title a:focus, .hero-title a:active {
    background-color: #000;
    color: #D8B363;
    text-decoration: none;
}
.header-section h1 {
    font-size: calc(0.5rem + 4vmin);
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 400;
    padding: 10px 0;
    font-family: 'Courgette', cursive;
	}
	
	.header-section h2 {
    font-size: calc(0.5rem + 1.3vmin);
    text-transform: uppercase;
    position: relative;
    margin: 6px 0 10px 0;
    color: #fff;
    margin: 0 auto;
	font-weight:200;
		}
		

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

.order_button {
	border: 2px solid #EC0401; padding: 8px 8px !important; font-weight:700;
	}
	
header.sticky .order_button {
	border: 2px solid #EC0401; 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:#7A7A7A !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;
}