#imageVideoEmbed {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}

#imageVideoEmbed iframe {
  margin-left: auto;
  margin-right: auto;
  height: 400px;
  width: 100%;
}

#visionbakeryText {
  color: gray;
  margin-left: auto;
  margin-right: auto;
  max-width: 550px;
  text-align: center;
  margin-bottom: 15px;
  font-size: 12px;
}

#visionbakeryVideo {
  text-align: center;
  margin-top: 40px;
}

#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);
}

#roommateOrientationCollapseTrigger {
  display: none;
}

#mobileSearchBackground {
  display: none;
}

#sorryModal i {
  color: rgb(244, 168, 172);
}

#city, #country {
  border: 1px solid rgba(0, 0, 0, .15) !important;
}

#mainCarousel {
  display: none;
}

#mobileSearchBackground {
  height: 300px;
  width: 100%;
  overflow: hidden;
}

#mobileSearchBackground img {
  height: 100%;
  margin-left: -60px;
}

.hiddenOption {
  display: none;
}

label {
  margin-bottom: 0px !important;
}

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

#search {
  border-radius: 0.25rem;
  line-height: 30px;
  height: 30px;
  padding-top: 10px;
  padding-bottom: 15px;
  cursor: pointer;
}

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

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

#searchBar {
  margin-top: 44px;
  background-image: url('/assets/img/new-york-skyline.jpg');
  background-repeat: no-repeat;
  background-position: center -200px;
  background-size: cover;
  min-height: 400px;
}

#searchBarHeadline {
  font-size: 52px;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

#searchBarInputWrapper {
  width: 70%;
  margin-left: 15%;
  padding: 1.5%;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  position: absolute;
  margin-top: 80px;
}

#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;
}

.dropdown-menu .dropdown-item label {
  padding-left: 15px !important;
}

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

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

#coreNavigation {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
}

#coreNavigation .item {
  margin-top: 20px;
  letter-spacing: 1px;
  text-decoration: none;
  color: rgb(51, 51, 51);
  font-size: 20px;
  line-height: 27px;
  /*padding-left: 40px;*/
}

#coreNavigation .item .subText {
  font-size: 10px;
  display: block;
}

@media (max-width: 1300px) {
  #coreNavigation .item {
    font-size: 15px;
  }
}

#coreNavigation img {
  height: 200px;
  margin-left: -30px;
}

#coreNavigationImageWrapper {
  text-align: center;
}

#landingPagesHeadline {
  text-align: center;
  font-size: 25px;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

#langingPages {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

#landingPagesWrapper a .item {
  height: 225px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-origin: content-box;
  color: white;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 40px;
}

#landingPagesWrapper a {
  display: block;
  text-decoration: none;
}

#landingPagesWrapper a .item span {
  color: white;
  display: block;
  margin-top: 12px;
  font-size: 14px;
}

#landingPagesWrapper a .item .headline {
  margin-top: 30px;
  font-size: 30px;
  font-weight: bold;
  color: white;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0.25rem;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 3px;
  padding-right: 3px;
  text-shadow: 1px 1px 2px black, 0 0 0.1px black, 0 0 0.1px black;
}

#landingPagesWrapper a .item .price {
  background-color: rgb(244, 157, 161);
  display: inline-block;
  border-radius: 0.25rem;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
  margin-top: 30px;
}

#partnersWrapper {
  background-color: rgb(244, 157, 161);
  margin-top: 80px;
}

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

#partners .item img {
  max-height: 75px;
  max-width: 200px;
  margin-bottom: 5px;
}

#partnersHeadline {
  font-size: 20px;
  letter-spacing: 3px;
  color: white;
  margin-bottom: 10px;
}

#mainCarousel {
  z-index: -1;
}

#mainCarousel img {
  /*width: 1140px;*/
  height: 570px;
  margin-left: auto;
  margin-right: auto;
}

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

#textheadline {
  text-align: center;
  z
}

#textheadline img {
  height: 30px;
  max-width: 100%;
}

#mainText a {
  color: rgb(244, 157, 161);
  text-decoration: underline;
}

#subheadline {
  line-height: 35px;
  letter-spacing: 1px;
  color: rgb(102, 102, 102);
  font-weight: 500;
  text-align: left;
  font-size: 14px !important;
}

#enumeration ul {
  list-style-type: none;
  padding-left: 20px;
  list-style-image: url('/assets/img/anker.png');
}

#enumeration ul li {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bolder;
  letter-spacing: 1px;
}

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

#mainContent {
  z-index: 1;
  margin-top: 44px;
}

#mainContentWrapper {
  width: 100%;
  margin-bottom: 160px;
  padding-bottom: 160px;
  background-color: white;
  position: absolute;
  height: 200%;
  padding-left: 0px;
  padding-right: 0px;
}

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

#countdown {
  background-color: white;
  padding-top: 2%;
  padding-bottom: 3%;
  text-align: center;
  font-size: 20px;
  color: rgb(51, 51, 51);
}

#countdown #countdownDays {
  font-size: 45px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-bottom: medium solid rgb(244, 168, 172);
  letter-spacing: 3;
  color: rgb(85, 85, 85);
  font-weight: bolder;
}

#mainContentContainer {
  margin-top: 5%;
  width: 93%;
  margin-left: auto;
  margin-right: auto;
}

#mainContentContainer * {
  font-size: 12px;
}

#roommateOrientationCollapseTrigger, #roommateOrientationCollapseTrigger i {
  background-color: transparent;
  box-shadow: none;
  cursor: pointer;
}

#roommateOrientation {
  margin-left: 6px;
  margin-right: 6px;
  background-color: rgba(255, 255, 255, 0.9);
}

#roommateOrientation .card {
  background-color: transparent;
}

@media (max-width: 770px) {
  #searchBar {
    background-size: inherit;
    background-position: center;
  }
  #mainContent {
    margin-top: -44px;
  }
  #searchBarInputWrapper {
    position: relative;
  }
}

@media (max-width: 992px) {
  #roommateOrientation {
    background-color: rgba(255, 255, 255, 1);
  }
  #coreNavigation {
    display: none;
  }
  #bottomImages {
    display: none;
  }
  #landingPagesWrapper a .item {
    background-origin: unset;
    margin-bottom: 20px;
  }
  #searchBarHeadline {
    font-size: 40px;
    line-height: 45px;
    margin-top: 20px;
  }
  #mainContentContainer {
    width: 100%;
  }
  #countdown #countdownDays {
    font-size: 20px;
  }
  #countdown {
    font-size: 12px;
  }
  #subheadline {
    font-size: 10px;
    padding-bottom: 15px;
  }
  #mainHeaderLogo {
    height: 150px;
  }
  #textheadline {
    margin-top: 40px;
  }
  #textheadline img {
    height: 20px;
    margin-left: -15px;
  }
  #youtubeVideo {
    width: 100% !important;
  }
  #searchBarInputWrapper .input-group-btn {
    margin-top: 10px;
  }
  #search {
    padding-top: 5px;
    padding-bottom: 23px;
  }
}
