/*
pink: rgb(255, 143, 199)
light gray: rgb(102, 102, 102)
gray: rgb(51, 51, 51)
*/

@font-face {
  font-family: nexalight;
  src: url(../fonts/nexa/nexa_light.ttf);
}

@font-face {
  font-family: nexabold;
  src: url(../fonts/nexa/nexa_bold.ttf);
}

.loadExternalScript, .loadExternalScriptResponsive {
  text-align: center;
  border: 1px solid rgba(0, 0, 0, .15);
  margin-left: 0px;
  margin-right: 0px;
  padding: 15px;
  border-radius: 0.25rem;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 20px;
}

.loadExternalScript, .loadExternalScriptResponsive, .loadExternalScript *, .loadExternalScriptResponsive * {
  font-size: 12px;
}

.loadExternalScriptResponsive {
  margin-top: 50px;
  height: auto;
}

.loadExternalScriptResponsive img {
  max-width: 100%;
  max-height: 300px;
  margin-top: 10px;
}

.loadExternalScript img {
  max-width: 300px;
  max-height: 200px;
}

.loadExternalScript a, .loadExternalScriptResponsive a {
  color: black;
  font-size: 12px;
}

.loadExternalScript .boldFont, .loadExternalScriptResponsive .boldFont {
  font-size: 14px;
  font-weight: bold;
}

.loadExternalScript a:hover, .loadExternalScriptResponsive a:hover {
  color: black;
  text-decoration: underline;
}

#deleteLastSearch {
  background-color: rgb(244, 168, 172);
  #mainNavbar border: thin solid rgb(244, 168, 172);
  color: white;
}

#deleteLastSearch, #disableSaveSearch {
  cursor: pointer;
}

.showReviewModalTrigger {
  margin-top: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  display: inline-block;
  background-color: white !important;
}

.showReviewModalTrigger i {
  color: rgb(244, 168, 172);
}

#sendCouchOffer {
  background-color: rgb(244, 168, 172);
  border-color: rgb(244, 168, 172);
  cursor: pointer;
}

input[name="reviewsAvailable"] {
  cursor: pointer;
}

.languagesSpoken {
  overflow: hidden;
  text-overflow: ellipsis;
}

.reviewAmount i {
  color: rgb(244, 168, 172)
}

.marginBottom {
  margin-bottom: 15px;
}

.lastActivity {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

#rentTypeSelectWrapper {
  display: none;
}

.couchItemUserDescription {
  background-color: none;
  color: rgb(51, 51, 51);
  width: 100%;
  height: 60px;
  resize: none;
  border: none;
  outline: none;
}

.couchItemUserDescription:focus {
  border: 0 none #FFF !important;
  overflow: hidden !important;
  outline: none !important;
}

.warmRent div {
  background-color: white !important;
}

#saveSearchWrapperWrapper {
  text-align: right;
  position: absolute;
  right: 5px;
  margin-top: 15px;
}

.locationDestrict {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

#moveOutDateWrapper {
  display: none;
}

.hiddenOption {
  display: none;
}

#searchBar .input-group * {
  padding-left: 0px;
  padding-right: 0px;
}

.likeWrapper, .unlikeWrapper {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  cursor: pointer;
}

.items .item .likeWrapper, .items .item .unlikeWrapper {
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 1000;
}

.likeTrigger, .unlikeTrigger {
  color: rgb(244, 168, 172);
  cursor: pointer;
  font-size: 14px;
}

.items .likeTrigger, .items .unlikeTrigger {
  background-color: white;
}

.searchResultItemContentWrapper, .favoriteItemContentWrapper {
  background-color: rgba(0, 0, 0, .03);
  padding: 10px;
  border-radius: 0.25rem;
}

.items {
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.items .item {
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  min-height: 270px;
}

.items .noItems {
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
}

.items .item div:first-child {
  background-color: rgba(0, 0, 0, .03);
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
}

.titleContent {
  font-weight: bold;
}

.items .item:last-child {
  border: none;
}

.item, .item * {
  font-size: 14px;
}

.item .visitors {
  text-align: right;
  font-size: 14px;
  margin-right: 10px;
}

.item .title a {
  font-size: 16px;
  transition: color .15s ease-in-out;
  -moz-transition: color .15s ease-in-out;
  -webkit-transition: color .15s ease-in-out;
  cursor: pointer;
  color: rgb(51, 51, 51);
}

.item .title {
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.item .title:hover {
  color: rgb(244, 168, 172);
}

.paginationWrapper {
  height: 30px;
  margin-top: 5px;
}

.pagination {
  float: right;
  margin-bottom: 20px;
  margin-top: 2px;
}

.pagination .page-link {
  color: rgb(244, 168, 172);
}

.item .title, .item .date {
  margin-top: 5px;
  margin-bottom: 10px;
}

.item .couchTitle {
  margin-bottom: 0px;
}

.item .controls {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.item .controls i {
  color: rgb(244, 168, 172);
  margin-right: 5px;
  font-size: 15px;
  transition: background-color .15s ease-in-out;
  -moz-transition: background-color .15s ease-in-out;
  -webkit-transition: background-color .15s ease-in-out;
}

.item .controls div {
  text-align: center;
  background-color: rgba(0, 0, 0, .05);
  padding: 5px;
  transition: background-color .15s ease-in-out;
  -moz-transition: background-color .15s ease-in-out;
  -webkit-transition: background-color .15s ease-in-out;
  cursor: pointer;
}

.item img {
  max-height: 250px;
  max-width: 100%;
}

.couchItems .item img {
  max-height: 240px;
}

.item .controls div:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.item .controls div:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.item .controls div:hover, .item .controls div:hover>i {
  background-color: rgb(244, 168, 172);
  color: white;
}

thead {
  font-weight: bold;
}

.favoriteItemContentWrapper {
  margin-left: auto;
  margin-right: auto;
}

.favoriteItem {
  padding-top: 15px;
  padding-bottom: 15px;
}

#resultWapper {
  margin-top: 20px;
}

/* end search result css rules */

.datepicker {
  margin-top: 60px;
}

#additionalSouces {
  text-align: right;
  padding-top: 15px;
}

#roomAmountSelectWrapper #roomAmountSelect * {
  display: inline;
}

#roomAmountSelectWrapper select {
  width: 40%;
}

#roomAmountSelectWrapper span {
  width: 10%;
}

#additionalSoucesWrapper {
  margin-left: auto;
  margin-right: auto;
}

#airbnbSourceWrapper, #immobilienScountSourceWrapper {
  margin-left: 10px;
}

#submitFlatshareSearch, #submitFlatshareSearchDisabled {
  cursor: pointer;
  background-color: rgb(244, 168, 172);
  border-radius: 0.25rem;
  padding: 7px;
  text-align: center;
  color: white;
  margin-top: 10px;
  height: 35px;
}

#submitFlatshareSearchDisabled {
  background-color: rgba(0, 0, 0, .15);
  color: rgb(51, 51, 51);
  cursor: default;
}

#submitFlatshareSearchWrapper {
  margin-left: auto;
  margin-right: -15px;
}

#resultContainer {
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
}

.travelScoutDiv, .travelScoutDivResponsive {
  text-align: center;
  border: 1px solid rgba(102, 102, 102, 0.5);
  margin-left: 0px;
  margin-right: 0px;
  padding: 15px;
  border-radius: 0.25rem;
  margin-top: 50px;
  line-height: 20px;
  font-size: 12px;
}

.travelScoutDiv a, .travelScoutDivResponsive a {
  font-size: 12px;
  color: rgb(244, 168, 172);
}

.travelScoutDivResponsive {
  margin-top: 15px;
}

.travelScoutLink {
  color: rgb(244, 168, 172);
  font-size: 12px;
}

.travelScoutLink:hover {
  color: rgb(244, 168, 172);
  text-decoration: underline;
}

.subheadline {
  line-height: 35px;
  font-size: 18px;
  letter-spacing: 1px;
  color: rgb(102, 102, 102);
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(102, 102, 102, 0.5);
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}

#mainContent u h3 {
  font-size: 18px;
  font-weight: normal;
}

#mainContentWrapper p {
  font-size: 14px;
}

h3 {
  font-size: 18px;
}

body {
  background-color: white;
  height: 150%;
}

#mainHeader {
  text-align: center;
  padding-bottom: 1%;
  margin-top: 45px;
  background-color: white;
}

#mainNavbar {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 100;
}

#mainNavbar .nav-link {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#mainNavbar .nav-link, #mainNavbar .nav-link i {
  color: rgb(51, 51, 51);
}

#mainHeaderLogo {
  height: 200px;
}

.dropdown-toggle {
  cursor: pointer;
}

.dropdown-menu {
  border-radius: 0px;
  /*border: 2px solid rgb(102, 102, 102);*/
  border-bottom: 0px;
  padding: 0px;
  margin-left: 6px;
}

.dropdown-item {
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  color: rgb(51, 51, 51);
}

.dropdown-item:last-child {
  /*border: none;*/
}

#searchBar .input-group * {
  padding-left: 0px;
  padding-right: 0px;
}

#mainNavbar i {
  margin-top: 2px;
}

#mainNavbar img {
  height: 13px;
}

.bg-faded {
  background-color: white;
}

#mainNavbar .nav-item {
  margin-left: 10px;
  font-weight: bolder;
}

#searchBar {
  position: absolute;
  z-index: 1;
  margin-top: 20%;
  width: 95%;
}

.warmRent {
  position: absolute;
  bottom: 0px;
  right: 20px;
}

.warmRent span {
  display: block;
}

.warmRent .value {
  font-weight: bold;
}

#mainContentWrapper a:hover {
  text-decoration: underline;
}

#searchBarInputWrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 3%;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 3px;
}

#searchBarInputWrapper input, #searchBarInputWrapper button, #searchBarInputWrapper button span {
  color: rgb(51, 51, 51);
  font-size: 14px;
  border: none;
  text-align: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#searchBar .input-group * {
  padding-left: 6px;
  padding-right: 6px;
  cursor: pointer;
}

#searchBar .input-group .dropdown-menu {
  border-radius: 0px;
  padding: 0px;
  border: 1px solid rgba(0, 0, 0, .15);
}

#searchBar .input-group input, #searchBar .input-group .btn {
  line-height: 25px;
  font-size: 14px;
  border-radius: 0px;
  outline: white;
  border: none;
  border-radius: 3px;
}

#mainCarousel {
  z-index: -1;
}

#mainCarousel img {
  width: 1140px;
  height: 570px;
}

#bottomImages {
  z-index: -10;
  position: fixed;
  bottom: 0px;
  width: 100%;
  overflow: hidden;
  height: 160px;
  border-top: medium solid rgb(51, 51, 51);
}

#bottomImages ul {
  list-style-type: none;
  overflow: hidden;
  height: 160px;
  padding-left: 0px;
  margin-bottom: 0px;
  padding: 0;
}

#bottomImages ul li {
  display: inline;
  float: left;
}

#bottomImages img {
  height: 160px;
}

.dropdown-toggle::after {
  display: none;
}

#textheadline {
  text-align: center;
}

#textheadline img {
  height: 30px;
}

#subheadline {
  line-height: 35px;
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
  color: rgb(102, 102, 102);
  padding-bottom: 10px;
}

#enumeration ul {
  list-style-type: none;
  padding-left: 0px;
  padding-top: 30px;
}

#enumeration ul li {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#enumeration ul li img {
  height: 20px;
}

#mainContent {
  z-index: 1;
  font-size: 15px;
}

#mainContentWrapper {
  width: 100%;
  margin-bottom: 160px;
  background-color: white;
}

.carousel-indicators li {
  height: 10px;
  width: 10px;
  max-width: 10px;
  border-radius: 5px;
}

#mainText {
  font-size: 14px;
}

#countdown {
  margin-top: 2%;
  margin-bottom: 3%;
  text-align: center;
  font-size: 20px;
}

#countdown #countdownDays {
  font-size: 45px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgb(244, 168, 172);
}

#smallScreenSocialButtons {
  display: none;
}

#detailsSearchCollapseTrigger, #detailsSearchCollapseTrigger i {
  color: rgb(244, 168, 172);
  cursor: pointer;
}

h1 {
  font-size: 25px;
  margin-bottom: 20px;
  letter-spacing: 2px;
  font-weight: normal;
}

@media (max-width: 992px) {
  #mainNavbar {
    min-height: 40px;
  }
  #mainNavbar #navbarSupportedContent {
    width: 90%;
  }
  #smallScreenSocialButtons {
    display: inline;
  }
  .bigScreenSocialButton {
    display: none;
  }
  h1 {
    font-size: 23px;
  }
  h2 {
    font-size: 17px;
  }
  #immobilienScountSourceWrapper, #airbnbSourceWrapper, #additionalSoucesHeadline {
    width: 100%;
    display: block
  }
  #additionalSouces {
    text-align: left;
  }
  #airbnbSourceWrapper, #immobilienScountSourceWrapper {
    margin-left: 0px;
  }
  #submitFlatshareSearchWrapper {
    margin-left: auto;
    margin-right: auto;
    margin-right: 0px;
  }
  .warmRent {
    position: static;
  }
  .lastActivity {
    position: relative;
    ;
  }
  #saveSearchWrapperWrapper {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 50px;
  }
  #saveSearchWrapperWrapper * {
    text-align: left;
  }

  .subheadline {
     font-size: 14px;
  }
}
