@CHARSET "utf-8";
@import url("jquery-ui.css");
@import url("jquery-ui.stucture.css"); 
@import url("jquery-ui.theme.css");
@import url("bootstrap.css");
@import url(fa-svg-with-js.css);

hr {
	margin-top: 0rem;
	margin-bottom: 0.5rem;
}
.logo {
	padding-left: 15px;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	max-width: 145px;
}
.flagg {
	position: absolute;
	float: right;
	right: 5px;
	vertical-align: center;
}
.flagg_image {
	padding-right: 5px;
}
.btn-secondary {
    color: #fff;
    background-color: orange;
    border-color: #d89822;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #d89822;
  border-color: #d9a222;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #d89822;
  border-color: #d9a222;
}
.btn-secondary:active, .btn-secondary.active {
  color: #fff;
  background-color: #d89822;
  border-color: #d89822;
  background-image: none;
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #d5a026;
  border-color: #d5a026;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #d89822;
  border-color: #d89822;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.form-group {
    margin-bottom: 0.5rem;
}

.floating-panel {
	width: 380px;
	left:20px;
	float: left;
}
.floating-panel-button {
	width: 54px;
	height: 54px;
	float: left;
}
.floating-panel-wide {
	width: 760px;
	left:20px;
}
.floating-panel-extrawide {
	width: 880px;
	left:20px;
}
.floating-panel-small {
	background-color: white;
}
.floating-panel-extended {
	background-color: white;
}
.switch-panel {
	height: 80px;
}
.header {
    font-family: 'Arial Fett', 'Arial Standard', 'Arial';
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    color: #666666;
}
.map {
	height:100vh;;
	width: 100%;
}
.map img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.pac-container {
    z-index: 1051 !important;
}

.search {
	font-size: 1.4em;
}

#custom-handle {
    width: 3em;
    height: 1.6em;
    top: 50%;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
}

.orange {
	color: orange;
}
a, a:hover {
	color: orange;
}