* {
  box-sizing: border-box;
}
body {
  background-image: url(/images/uelzen-landing-page.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  font-family: Arial, sans-serif;
  background-repeat: no-repeat;
  margin: 0;
}
a {
  color: #285187;
}
ul,
li {
  list-style: none;
  padding: 0;
}
.u-pageTitle {
  color: #ffffff;
  display: block;
  font-size: 40px;
  font-weight: normal;
  margin-bottom: 20px;
  margin-top: 0;
  text-align: center;
  text-shadow: 0px 0px 10px #000000;
}
.u-boldText {
  font-weight: bold;
  display: block;
}
.u-pageWrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 15px;
}
.u-sectionHeader {
  color: #285187;
  display: block;
  font-size: 24px;
  font-weight: normal;
  margin: 10px 0;
  text-align: left;
}
.u-whiteBG {
  background-color: rgba(255, 255, 255, 0.95);
  background-clip: content-box;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .u-whiteBG {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .u-pageTitle {
    font-size: 60px;
  }
  .u-pageWrapper {
    padding: 140px 15px 15px;
  }
}
@media screen and (min-width: 1200px) {
  .u-pageTitle {
    text-align: left;
  }
}
@media screen and (min-width: 1440px) {
  .u-pageWrapper {
    padding: 140px 0 40px;
  }
}
.Search {
  position: relative;
  margin-bottom: 150px;
}

@media screen and (max-width: 768px) {
  .Search {
    margin-bottom: 20px;
  }
}
.Search-input {
  background-color: #275181;
  color: #ffffff;
  border-radius: none;
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 18px;
  border: none;
}
.Search-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 5px;
  top: 8px;
}
.Search-icon::after {
  content: '\f002';
  display: block;
  font-size: 22px;
  font-family: FontAwesome;
  color: #ffffff;
}
@media screen and (min-width: 1200px) {
  .Search {
    margin-bottom: 0;
  }
}
.CityContainer {
  color: #ffffff;
  padding: 120px 20px 40px;
  position: relative;
  max-width: 320px;
  margin: 0 auto;
  height: 100%;
}
.CityContainer-imageContainer {
  background-color: rgba(255, 255, 255, 0.95);
  height: 250px;
  width: 250px;
  margin: 0 auto;
  border-radius: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.CityContainer-image {
  max-width: 200px;
  height: auto;
  margin: 0 auto;
  flex: 0 0 auto;
}
.CityContainer-title {
  color: #95989a;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
.CityContainer-tagContainer {
  margin: 10px 0;
}
.CityContainer-tagLink {
  border: 1px solid #285187;
  border-radius: 15px;
  display: inline-block;
  padding: 5px 10px;
  margin: 5px 5px 0 0;
}
.CityContainer-link {
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
}

@media screen and (max-width: 768px) {
  .CityContainer {
    display: none;
    padding: 0 20px 40px 20px;
    margin: 0 auto;
    height: auto;
  }
  .CityContainer-title,
  .CityContainer-imageContainer {
    display: none;
  }
}

.CityContainerToggler {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 20px;
  -webkit-appearance: none;
  background: none;
  border: none;
}
.CityContainerToggler-title {
  color: #95989a;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin: 0;
  margin-left: 65px;
}
.CityContainerToggler-imageContainer {
  background-color: rgba(255, 255, 255, 0.95);
  height: 80px;
  width: 80px;
  margin: auto;
  border-radius: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 40px;
  bottom: -40px;
  left: -15px;
}
.CityContainerToggler-image {
  max-width: 30px;
  height: auto;
  margin: 0 auto;
  flex: 0 0 auto;
}

@media screen and (min-width: 768px) {
  .CityContainerToggler {
    display: none;
  }
}

.SearchResult {
  display: none;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 20px;
}
.SearchResult-resultCount {
  font-size: 16px;
}
.ui-accordion-header {
  background-color: #285187;
  padding: 10px;
  color: #ffffff;
}
.resultlist h3 {
  font-size: 16px;
}
.resultlist a {
  line-height: 150%;
}
footer {
  padding: 20px;
  background-color: #285187;
  text-align: right;
}
.footer-content {
  max-width: 1440px;
  margin: 0 auto;
}
.footer-link {
  color: #ffffff;
}
.content {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 30px;
}
