body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
}

.desktop-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  min-height: 600px;
  min-width: 800px;
  overflow: hidden;
}

#left-panel {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 33.33vh;
  min-width: 200px;
  z-index: 900;
}

.left-panel-box {
  width: 33.33vh;
  height: 33.33vh;
  min-width: 200px;
  min-height: 200px;
}

#left-panel-location {
  background-color: white;
  z-index: 900 !important;
  position: relative;
  font-size: 12pt !important;
}

#left-panel-mode {
  background-color: #ebebeb;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 0;
  grid-row: auto auto;
  padding: 15px;
  box-sizing: border-box;
}

.routing-mode-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.routing-mode-desktop {
  background-repeat: no-repeat;
  background-size: 44px 44px;
  background-position: top;
  border: none;
  width: 70px;
  height: 70px;
  position: relative;
  cursor: pointer;
}

.routing-mode-desktop span {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  color: #82848a;
  font-size: 12pt;
  text-align: center;
}

#left-panel-about {
  background-color: #8b8b8f;
  display: flex;
  align-items: center;
}

#left-panel-about > div {
  padding: 20px;
}

#left-panel-about a {
  display: block;
  height: 20px;
  color: #dadce0;
  font-size: 12pt;
  text-decoration: none;
  padding: 5px 0px;
}

#social-media-box-desktop {
  padding: 5px 0px;
  height: 30px;
}

#social-media-box-desktop div {
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: center;
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 10px;
}

#lower-panel {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 33.33vh;
  height: 33.33vh;
  min-height: 200px;
  z-index: 800;
}

#lower-panel-btn {
  background-image: url("images/pfeil-grey-down.svg");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center;
  background-color: rgba(58, 58, 58, 1);
  background-position-y: 8px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 33.33vh;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -15px;
  z-index: 900;
  height: 30px;
  width: 30px;
  border-radius: 15px;
  border: none;
}

#lower-panel-details {
  background-color: rgba(58, 58, 58, 0.85);
  width: 33.33vh;
  height: 33.33vh;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.route-basics-desktop {
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: left;
  width: 120px;
  height: 20px;
  font-size: 12pt;
  padding: 10px 0px 10px 0px;
  color: white;
  position: relative;
}

.basics-value {
  position: absolute;
  left: 30px;
  font-weight: bold;
  display: block;
  height: 20px;
  width: 50px;
  padding-top: 2px;
  text-align: right;
}

.basics-unit {
  position: absolute;
  left: 90px;
  display: block;
  height: 20px;
  width: 30px;
  padding-top: 2px;
}

#lower-panel-profile {
  background-color: rgba(58, 58, 58, 0.95);
  height: 33.33vh;
  min-height: 200px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 33.33vh;
}

#big-map {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 33vh;
  z-index: 700 !important;
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  width: 100%;
  background-color: white;
  z-index: 1000;
}

#rollt-logo {
  height: 50px;
  padding: 20px 0px 0px 20px;
  cursor: pointer;
}

#rollt-logo-mobile {
  height: 38px;
  padding: 6px 0px 6px 20px;
  cursor: pointer;
}

#rollt-loading {
  position: absolute;
}

.loading-mobile {
  height: 24px;
  top: 9px;
  left: 27px;
}

.loading-desktop {
  height: 29px;
  top: 24px;
  left: 29px;
}

#burger-icon {
  height: 25px;
  padding: 10px;
  float: right;
}

#open-about-panel-btn {
  height: 25px;
  width: 25px;
  margin: 12px;
  float: right;
  background-image: url("images/burger-icon.svg");
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: center;
  background-color: white;
  border: none;
}

#map {
  position: absolute;
  top: 50px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

#routing-panel {
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  height: 205px;
  z-index: 900;
}

#toggle-routing-panel-btn {
  position: absolute;
  background-image: url("images/pfeil-white-up.svg");
  background-repeat: no-repeat;
  background-size: 22px 22px;
  background-position: center;
  background-position-y: 12px;
  background-color: #ffba00;
  top: 230px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 48px;
  width: 48px;
  border-radius: 24px;
  border: none;
  z-index: 1001 !important;
}

.location-box {
  height: 105px;
  background-color: rgba(255, 255, 255, 1);
  text-align: center;
  padding: 0px 20px;
}

#addr-input-container {
  position: absolute;
  width: 100%;
  bottom: 16px;
  padding: 0px 16px;
  box-sizing: border-box;
}

.addr-input-box {
  position: relative;
  left: 0;
  right: 0;
  height: 50px;
  padding: 0px;
}

#orig-input {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: rgba(0, 0, 0, 0);
  font-size: 12pt;
  border-bottom: 2px solid #6c6c71;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  font-family: "Montserrat", sans-serif !important;
  padding-bottom: 4px;
  box-sizing: border-box;
}

#dest-input {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: rgba(0, 0, 0, 0);
  font-size: 12pt;
  border-bottom: 2px solid #ffb600;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  font-family: "Montserrat", sans-serif !important;
  padding-bottom: 4px;
  box-sizing: border-box;
}

.text-fade-out {
  width: 40px;
  height: 24px;
  position: absolute;
  right: 12px;
  top: 10px;
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
  z-index: 1001 !important;
}

.text-filler {
  width: 12px;
  height: 24px;
  position: absolute;
  right: 0px;
  top: 10px;
  background-color: white;
  z-index: 1001 !important;
}

.addr-clear-btn {
  width: 12px;
  height: 24px;
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("images/delete.svg");
  z-index: 1001 !important;
}

/*
 width: 100%;
  margin-top: 6px;
  margin-bottom: 10px;
  padding-bottom: 4px;
  background-color: rgba(0, 0, 0,0);
  font-size: 12pt;
  font-family: 'Raleway', sans-serif !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  color: white;
  box-sizing: border-box;
*/

#left-panel-location input {
  font-size: 12pt !important;
}
.ui-autocomplete {
  width: 90%;
  z-index: 910 !important;
}

.ui-autocomplete-10 {
  font-size: 12pt !important;
}

.ui-autocomplete-14 {
  font-size: 12pt !important;
}

.ui-menu-item-wrapper {
  display: table-cell;
  padding: 4px !important;
}

.ui-menu-item {
  display: table;
  font-family: "Montserrat", sans-serif !important;
}

.ui-state-active {
  width: 90%;
}

#routing-mode-box {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(218, 220, 224, 1);
  height: 85px;
  text-align: center;
  display: flex;
  justify-content: space-around;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.routing-mode {
  background-repeat: no-repeat;
  background-size: 44px 44px;
  background-position: top;
  border: none;
  width: 60px;
  height: 70px;
  position: relative;
  cursor: pointer;
}

.routing-mode span {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  color: #82848a;
  font-size: 12pt;
}

#routing-mode-road {
  background-image: url("images/icon-asphalt-grau.svg");
}
#routing-mode-trail {
  background-image: url("images/icon-trail-grau.svg");
}
#routing-mode-fast {
  background-image: url("images/icon-schnell-grau.svg");
}
#routing-mode-safe {
  background-image: url("images/icon-sicher-grau.svg");
}

#routing-mode-road.active-routing-mode {
  background-image: url("images/icon-asphalt-active.svg") !important;
}
#routing-mode-trail.active-routing-mode {
  background-image: url("images/icon-trail-active.svg") !important;
}
#routing-mode-fast.active-routing-mode {
  background-image: url("images/icon-schnell-acitve.svg") !important;
}
#routing-mode-safe.active-routing-mode {
  background-image: url("images/icon-sicher-active.svg") !important;
}

.orig-marker {
  background-image: url("images/marker-start.svg");
  background-size: cover;
  width: 30px;
  height: 48px;
  cursor: pointer;
}

.dest-marker {
  background-image: url("images/marker-end.svg");
  background-size: cover;
  width: 30px;
  height: 48px;
  cursor: pointer;
}

#about-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #82848a;
  color: #dadce0;
  z-index: 1002;
  text-align: center;
}

#about-panel-center-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

#about-panel a {
  display: block;
  height: 40px;
  color: #dadce0;
  font-size: 12pt;
  text-decoration: none;
  padding: 10px 0px;
}

#about-panel button {
  height: 50px;
  width: 50px;
  display: block;
  background-image: url("images/pfeil-white-down.svg");
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: center;
  border: none;
  border-radius: 20px;
  background-color: #82848a;
  margin: 20px auto 30px auto;
}

#social-media-box {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  height: 60px;
  display: flex;
  justify-content: space-around;
  padding: 0px 20px;
  min-width: 200px;
}

#social-media-box div {
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: center;
  width: 50px;
  height: 50px;
}

#mail {
  background-image: url("images/icon-mail.svg");
}
#facebook {
  background-image: url("images/icon-facebook.svg");
}
#twitter {
  background-image: url("images/icon-twitter.svg");
}
#instagram {
  background-image: url("images/icon-instagram.svg");
}

#routing-details-panel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 280px;
  background-color: rgba(58, 58, 58, 0.85);
}

#elevation-profile-box-mobile {
  height: 180px;
  margin-top: -20px;
}

#toggle-routing-details-panel-btn {
  background-image: url("images/pfeil-grey-down.svg");
  background-repeat: no-repeat;
  background-size: 22px 22px;
  background-position: center;
  background-color: rgba(58, 58, 58, 1);
  background-position-y: 14px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 256px;
  margin-left: auto;
  margin-right: auto;
  height: 48px;
  width: 48px;
  border-radius: 24px;
  border: none;
}

#route-basics-box {
  padding: 14px 30px 0px 30px;
}

#route-basics-box > div {
  display: flex;
  justify-content: space-around;
}

.route-basics {
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: left;
  width: 100px;
  height: 35px;
  font-size: 12pt;
  padding-left: 35px;
  padding-top: 12px;
  color: white;
  display: flex;
  justify-content: space-around;
}

#distance {
  background-image: url("images/icon-strecke.svg");
}
#duration {
  background-image: url("images/icon-dauer.svg");
}
#ascent {
  background-image: url("images/icon-steigung-auf.svg");
}
#descent {
  background-image: url("images/icon-steigung-ab.svg");
}

#elevation-profile {
  width: 100%;
  height: 100%;
}

.line {
  stroke: none;
  fill: white;
  fill-opacity: 0.6;
  stroke-linejoin: round;
}

.axis {
  color: grey;
}

.x-axis-unit {
  fill: grey;
}

.highlightMaker {
  background-image: url("images/o-marker.svg");
  background-size: cover;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

#disclaimer {
  position: absolute;
  top: 30px;
  right: 50px;
  left: 33.33vh;
  margin-left: 50px;
  padding: 10px;
  background-color: #ffba00;
  border-radius: 20px;
  height: 40px;
  font-size: 16px;
  z-index: 99999;
  box-sizing: border-box;
  text-align: center;
}

#disclaimer a {
  color: black;
}

#disclaimer > div {
  float: right;
  width: 30px;
  cursor: pointer;
}

#disclaimer-mobile {
  position: absolute;
  top: 120px;
  right: 20px;
  left: 20px;
  padding: 10px;
  background-color: #ffba00;
  border-radius: 20px;
  font-size: 14px;
  z-index: 99999;
  box-sizing: border-box;
  text-align: center;
}

#disclaimer-mobile a {
  color: black;
}

#disclaimermobile > div {
  float: right;
  width: 30px;
  cursor: pointer;
}
