
body {
	background-color: #fff; text-align: center;
}
.jumbotron {
    padding: 0rem 2rem;
}
.display-4 { font-size: 3.9rem; }

.navbar, .nav {
    -ms-flex-align: center;
    text-align: center;
    align-items: center;
    margin-left: 0.1rem;
}

.navbar-brand { margin-right: 0.5rem; }

div.dropdown {margin: 5px; }
button.bg-info { margin: 0 33px 0 9px; } /** Ändern!!!  **/
button.btn, a.btn-outline-primary { margin-top: 5px; }

button.back a { color: #fff; }

ul.nav { margin-bottom: 1rem; }
div.jumbotron a.navbar-brand img { border: 3px solid #de9b1f; }
.dropdown-item:focus, .dropdown-item:hover { color: #16181b; background-color: #cce8eb; }

ul#referenzen li {text-align: left; font-size: 1.1em; }
div.modal-body p, ul.mhv li {text-align: left; }

div.hotels { text-align: left; }
div.hotels p { margin-bottom: 0.1rem; }

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}
legend.scheduler-border {
    font-size: 1.2em !important;
    text-align: left !important;
	border: none;
	width: 160px;
}
div.container-fluid ul.nav li.nav-item:hover { background-color: #d1ecf1; } 

/* =====MHV-Button======= */
.btn-light, .btn-light:visited, .btn-back-mhv {
	color: #000;
    background-color: #c6efff !important;
	border-color: #c6efff;
}
.btn-light:hover, .btn-light:active  {
    background-color: #9bdefe !important;
	border-color: #28a745;
}
div.hotels button.btn-light { float: right; }
div.hotels a.btn-light { float: right; }










