.search-suggestion-div{
  max-height: 280px;
  overflow-y: auto;
}

.top-bar-info{
    /*float: left;*/
    background: #9ebc00;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
}

#modal-page-2{
  margin-top: -30px;
}

#fa-spinner {
    color: #97be0d;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
}

#x-mark{
  cursor: pointer;
}

.button-container-2{
  width: 140px;
  display: flex;
  align-items: flex-start;
}

.flex{
  display: flex;
  justify-content: space-around;
}

.travel-data{
  color: #fff;
  background-color: #9ebc00;
  border-radius: 4px;
  padding: 5px 20px;
  /*margin-left: 20px;*/
}

#public-transport{
  color: #fff;
  background-color: #9ebc00;
  border-radius: 4px;
  max-width: 500px;
  margin: auto;
  padding: 5px 20px;
  margin-top: 20px;
}

#public-transport ul span,
#public-transport ul img,
.travel-data ul span,
.travel-data ul img{
    margin-right: 7px;
}

#public-transport ul,
.travel-data ul{
    list-style-type: none !important;
    margin: 0 !important;
}

#public-transport ul img,
.travel-data ul img{
    margin-left: 15px;
}

#startX, #zielX {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 24px;
    background-color: #f2ffc3;
}

.success-heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.inputWrap {
    position: relative;
}

.inputWrap p {
    margin: 0 !important;
}

.inputLi{
  display: flex;
}

.start-ziel-choice {
    /* width: 300px; */
    z-index: 9;
    position: absolute;
    top: 100px;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    height: 250px;
    padding: 20px;
}

#searchFieldStart[data-store], #searchFieldZiel[data-store] {
    background: #f2ffc3 !important;
    pointer-events: none;
}


  a.btn {
    background: #9ebc00;
    position: absolute;
    top: 30px;
    width: 130px;
    text-align: center;
    padding: 10px 0px;
    color: white;
    font-weight: 700;
}
	  a.btn.left {
		left:20px;
	  	}
a.btn.right {
    left: 20px;
    clear: both;
    top: 90px;
}

	  	input {
    width: 100%;
    	  	}

a.btn:hover {
    background: #999999;
    color: white;
    text-decoration: none;
}

.search-suggestion-div {
    width: 350px;
    position: absolute;
    top: 100%;
    z-index: 10000;
    background: #9ebc00;
    color: white;
    left: 0;
    right: 0;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
}

.input_spinner {
  display: inline-flex;
  cursor: pointer;
}
.input_spinner input {
  width: 70px;
  height: 40px;
  z-index: -1;
  border: 1px solid #dde4e9;
  text-align: center;
  font-size: 1.9em;
}
.input_spinner button {
  position: relative;
  width: 40px;
  height: 44px;
  border: none;
  color: #fff;
  background: #2aa7f0;
  font-size: 1.5em;
  z-index: 1;
  outline: none;
  cursor: pointer;
}
.input_spinner button:after {
  content: "";
  display: inline-block;
  background: #fff;
  position: absolute;
  width: 20px;
  height: 2px;
  top: 50%;
  left: 25%;
}
.input_spinner button:hover {
  opacity: 0.8;
}
.input_spinner button:active {
  opacity: 1;
}
.input_spinner button:disabled {
  cursor: default;
  background: #FEA68C;
}
.input_spinner button:disabled:hover {
  opacity: 1;
}
.input_spinner button:first-child {
  border-radius: 9px 0px 0px 9px;
  margin-right: -1px;
}
.input_spinner button:last-child {
  border-radius: 0 9px 9px 0;
  margin-left: -1px;
}
.input_spinner button:last-child:before {
  content: "";
  display: inline-block;
  background: #fff;
  position: absolute;
  width: 2px;
  height: 20px;
  top: 30%;
  left: 48%;
}
.input_spinner .minus._disabled {
  background: #FEA68C;
}
.input_spinner .minus._disabled:before {
  position: absolute;
  content: '';
  display: inline-block;
  background: #fff;
  width: 2px;
  height: 20px;
  top: 30%;
  left: 48%;
}
.input_spinner .minus._disabled:before, .input_spinner .minus._disabled:after {
  transform: rotate(45deg);
}

div#modal {
    display: none;
    top: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: 80%;
    height: 95%;
    background: rgba(0, 0, 0, 0.8);
    padding: 100px 50px 10px;
    border: 1px dashed green;
    z-index: 99;
}

.qty-control {
    background-color: #75c4fd;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    height: 35px;
    width: 30px;
    font-size: 16px;
    line-height: 35px;
    float: left;
}
.qty-qty {
    vertical-align: top;
    height: 35px;
    background: #e9eaf1 !important;
    margin: 0px -3px;
    width: 35px;
    padding: 8px;
    float: left;
  }

  .spinner-input-button span {
    float: left;
}
div#x-mark {
    position: absolute;
    left: 15px;
    top: 25px;
       z-index: 9999;
}
div#x-mark  i.fa.fa-times {
    font-size: 17px;
    color: white;
    cursor: pointer;
    background: #9ebc00;
    padding: 5px 8px;
    border-radius: 6px;
    margin-right: 10px;
}
span.fahrtdaten {
    font-size: 16px;
    font-weight: 400;
    color: #9ebc00;
}
.spinner-input-button {
    background: #9ebc00;
    display: table;
    width: 70%;
    margin: 10px auto;
    padding: 5px;
    color: white;
    font-size: 16px;
    font-weight: 400;
    padding-left: 20px;
    border-radius: 4px;
}
.qty-controls {
    float: right;
}
.qty-control {
    background-color: transparent;
    color: white;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    height: 35px;
    width: 30px;
    font-size: 16px;
    line-height: 35px;
    float: left;
}
.qty-controls a:hover {
    color: black;
    text-decoration: none;
}
.qty-qty {
    vertical-align: top;
    height: 35px;
    background: white!important;
    margin: 0px -3px;
    width: 35px;
    padding: 8px;
    float: left;
    border: 0;
    color: black;
    text-align: center;
}
.modal-datum input {
    width: auto;
    float: right;
}
.modal-datum {
    background: #a2bb00;
    width: 70%;
    margin: 10px auto;
    padding: 8px;
    color: white;
    font-size: 16px;
    font-weight: 400;
    padding-left: 20px;
    border-radius: 4px;
}
.modal-datum button, .modal-datum input, .modal-datum select, .modal-datum textarea {
    line-height: normal;

}
.modal-comments {
    width: 70%;
    margin: 10px auto;
}
input#comments {
    background: white;
    border: 3px solid #a2bb00;
    border-radius: 4px;
    color: black;
    font-size: 16px;
    font-weight: 400;
    padding: 5px;
    padding-left: 20px;
    margin-bottom: 0px;
}
.modal-button button#sendModal {
    width: 70%;
    margin: 0 auto;
    display: table;
    font-size: 16px;
    font-weight: 400;
    border-radius: 4px;
    margin-top: 50px;
}
.logo-modal {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 150px;
}
.logo-modal img {
    float: right;
}
.modal-button-1 {
    background: #9ebc00;
    color: white;
    width: 70%;
    margin: 0 auto;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 5px 15px 20px;
}
.modal-button-1 button#sendModal {
    width: 85%;
    margin: 0 auto;
    display: table;
    font-size: 16px;
    font-weight: 400;
    border-radius: 4px;
    background: white;
    color: black;
    margin-top: 60px;
}
.modal-button-1 button#sendModal:hover {
  background: #999999;
  color: white; 
}
.timeanddauer {
    width: 50%;
    float: left;
}
.pricenddistance {
    width: 50%;
    float: right;
    text-align: right;
    padding-right: 20px;
}
.modal-button-1 i.fa.fa-clock-o {
    font-size: 48px;
    float: left;
    margin-right: 18px;
    margin-top: 5px;
}
.tandc {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
}
.startandend p {
    width: 70%;
    margin: 0 auto;
    color: white;
     font-size: 16px;
    font-weight: 400;
}
.startandend .fa {
    margin-right: 10px;
}
.suggestion {
    padding: 0px 10px;
    cursor: pointer;
}
.suggestion:hover {
    background: #999999;
    color: white;
}

button#buchenModal {
    color: #ffffff !important;
    background: grey !important;
    width: 70%;
    margin: 5px auto !important;
    display: table !important;
    margin-top: 70px !important;
}

#searchFormRegions{
    display:none;
}

/*.gm-fullscreen-control, .gm-svpc, .gmnoprint, .gm-style-cc , .gm-style>div>a{
  display: none;
}*/

.gm-style>div>a , .gm-style-cc , .gm-svpc , .gm-fullscreen-control{
  display: none !important;
}

div#modal-loading {
    width: 100%;
    height: 100%;
    background: #2b2e29;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    opacity: 0.9;
    display: none;
}
#modal-page-1{
  position:relative;
}

/* maxbts */
#reverseLocateStartBtn, #reverseLocateZielBtn, #reverseLocateBtn {
    margin-top: 15px;
    height: 30px;
    width: 30px;
    position: relative;
}

#reverseLocateStartBtn img, #reverseLocateZielBtn img, #reverseLocateBtn img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.modal-button-2 button#buchenModal{
  margin: 0 !important;
}