body{
	background-color: #fff;
    color: #333;
	font-family: 'Lato', sans-serif;
}

a{
	color: #999;
}

a:hover{
	color: #444;
	text-decoration: none;
}

.container{
	max-width: none;
}

#logo{
	padding: 0;
	height: 100px;
}

#header-bg{
	width: 100%;
	background: rgba(0, 0, 0, .75);
	position: fixed;
	z-index: 10000;
}

#menu-bg{
	width: 100%;
	position: fixed;
	top: 50px;
	z-index: 10000;
}

#content-bg{
	padding: 0 !important;
	margin: auto !important;
}

#footer-bg{
	background: #1f1006;
}

#header-bookingform{
}

#menu-bookingform{
	padding: 0;
}

#content-bookingform{
	margin-top: 110px;
}

#footer-bookingform{
    color: #fff;
    margin: 15px 0;
}

#footer-bookingform a{
	 color: #c4d0e1;
}


.container{
	max-width: 100%;
}

#content-bookingform {
    padding: 0 0 15px 0 !important;
}

#langbox {
    padding: 5px 0 0 0;
}

#lang_selection_flags img {
	width: 50px !important;
}

#left-col, #cart {
    padding: 10px;
}

.ibox-title {
	padding: 0 !important;
	min-height: auto;
}

#station_phone{
	display: none;
}

/* Anpassungen Desktop */
@media (min-width: 768px){
	.container {
		max-width: 90%;
		width: 90%;
	}

    #content-bookingform {
        padding: 15px;
    }

    #logo {
        padding-left: 15px;
    }

    #langbox {
	    padding: 10px 0;
    }

	#station_phone{
		display: block !important;
	}

	#lang_selection_flags img {
		width: 25px !important;
	}

    #left-col, #cart {
        padding: 1.6em;
    }

    .ibox-title {
        padding: 14px 15px 7px;
    }

    #content-bg {
		padding-top: 50px;
    }

    #menu-bg {
		top: 30px !important;
    }

    .nav{
        margin-left: 250px;
    }

	h4,
	.ibox-title h4 {
	    font-size: 48px;
	    text-transform: uppercase;
	}

	.row .ibox-title {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}


/* Start language selection */
#langbox{
	border: none;
	color: #fff;
}

#station_phone{
	float: left;
	margin-right: 25px;
}

#lang_selection-flags{
	float: left;
}

h4{
	font-weight: 300;
    text-transform: uppercase;
    font-size: 1.6em;
    line-height: 1.4em;
    margin: 0 0 20px 0;
    padding: 0;
}

label{
	font-family: 'Amatica SC', cursive;
    font-size: 20px;
}

.nav{
	text-align: center;
	font-family: 'Amatica SC', cursive;
    font-size: 2em;
}

.nav ul li{
}

.nav a {
	color: #fff;
}

.nav a:hover {
	color: #fff;
	text-decoration: none;
}

.nav a.active {
}

.nav li div {
    color: #343434;
}

.select-menu {
	margin-top: -5px;
    margin-left: 130px;
    width: 64% !important;
}

.select-menu option {
    font-weight: bold;
}

.select-menu option:disabled {
    color: #ccc;
    font-weight: normal;
}

#left-col,
#cart {
	border: 2px solid #fff;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.7);
    color: #333;
}

.cart-msg{
	margin-top: 0 !important;
}

.ibox{
}

.ibox-title{
	padding-top: 0;
}

#station_name {
    font-weight: bold;
    font-size: 1.2em;
	color: #666;
}

.form-control{
	width: 100%;
    height: auto;
    padding: 15px 10px;
    background: #fff;
    border: 2px solid #ccc;
}

.input-group-addon{
    border: 2px solid #ccc;
	border-right: none;
}

.form-control:focus{
	border: 1px solid #888 !important;
	border-left-width: 10px !important;
}

.button-bookingform{
}

.btn-primary {
	background: rgba(10, 90, 115, .95);
    color: #fff;
    font-size: 22px;
    padding: 15px 25px;
    font-family: 'Amatica SC', cursive;
    outline: none;
    cursor: pointer;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active{
	text-decoration: none;
    color: white;
    background-color: #888;
    cursor: pointer;
}

.red{
	color: #e00a1e;
}

.table-object thead>tr>th {
    border: 2px solid #b9baba !important;
}

.table>thead>tr>th,
.table>tfoot>tr>th{
    background-color: #b9baba;
    border-color: #fff;
}

.table>tbody>tr>td,
.table-object>tbody>tr>td {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

#div_select_services{
    border: 2px solid #adc3d2;
    background-color: #EEE;
}

.odd{
	background-color: #EBEFF4;
}

.even{
	background-color: #B8C6DA;
}

.td_services_product,
.td_services_price,
.td_services_add{
}

.alert-danger {
	/*
	background-color: rgb(158,6,11,0.2);
    border-color: rgb(158,6,11,0.4);
    color: rgb(158,6,11);
	*/
}

.alert-warning {
}

.alert-success {
}

#image-col-right{
	margin: 50px 0 0 60px;
}
