#footer {
  font-size: 12px;
  height: 180px;
  background-color: white;
  border-top: 1px solid #c9c9c9;
  margin-top: 80px;
}
#footer a {
  color: #777;
}
#footer > div {
  display: flex;
  align-content: space-between;
  align-items: flex-end;
}
@media (max-width:1000px) {
  #footer > div {
    flex-wrap: wrap;
  }
}
#footer .links {
  padding-top: 30px;
  flex-grow: 2;
}
#footer .links table td {
  padding: 0 90px 12px 0;
}
@media (max-width:1000px) {
  #footer .links table td {
    padding: 0 20px 4px 0;
  }
}
@media (max-width:1000px) {
  #footer .links {
    padding-top: 10px;
    width: 100vw;
  }
}
#footer .copy {
  flex-grow: 1;
  text-align: right;
  vertical-align: bottom;
  padding-bottom: 12px;
}
#footer .copy img {
  height: 14px;
}
#footer .copy span {
  vertical-align: bottom;
  color: #777;
  padding-right: 20px;
  line-height: 14px;
}
@media (max-width:1000px) {
  #footer .copy {
    text-align: left;
    padding-top: 20px;
  }
}
@media (max-width:1000px) {
  #footer {
    font-size: 0.7rem;
  }
}
#footer .agent {
  margin-top: 0px !important;
}
#footer .signet {
  display: block !important;
  border-top: 1px solid #c9c9c9;
  padding-top: 13px;
  text-align: center !important;
}
#footer.footer--collapsed {
  margin-top: 0;
}

.header {
  width: 75vw;
  min-height: 110px;
  margin: auto;
  padding-bottom: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width:1000px) {
  .header {
    width: calc(100vw - 20px);
  }
}
.header__logo-icon {
  flex: 0 0 auto;
}
.header__logo-icon img {
  display: block;
  width: 235px;
  height: 80px;
  transform: translateY(19px);
}
@media (max-width:1000px) {
  .header__logo-icon img {
    transform: none;
  }
}
.header__nav {
  margin: 0 -8px -8px;
  flex: 2 0 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
}
.header__nav-item {
  margin: 8px;
}
.header__nav-item.is-link {
  padding: 0 7px;
  transition: color 0.3s;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}
.header__nav-item.is-link.is-active,
.header__nav-item.is-link:hover {
  color: #ff0000;
}
div.header__nav-item.is-link {
  cursor: pointer;
}
@media (max-width:480px) {
  .header__menu {
    display: none;
  }
}

.hero404 {
  margin-top: -20px;
  height: calc(100vh - 100px);
  background-image: url(/images/Hamburg_Rotherbaum_Drone@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 15%;
  margin-bottom: -80px;
}
.hero404 h1 {
  color: white;
  font-size: 100px;
  font-weight: 700;
  margin-bottom: 4px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.hero404 div.ctext {
  color: white;
  font-size: 16px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.hero404 div.button {
  margin-top: 30px;
}

.accountbox {
  margin: auto;
  width: 600px;
  display: block;
  margin-top: 2vw;
}
.accountbox .inner {
  margin-bottom: 40px;
}
.accountbox .inner .headline {
  font-size: 2.4rem;
  margin-bottom: 40px;
}
@media (max-width:1000px) {
  .accountbox .inner {
    width: 100%;
  }
}
.accountbox .label {
  font-size: 16px;
  margin-bottom: -6px;
  font-weight: bold;
  color: #666666;
}
.accountbox .row {
  margin: 4px 0 22px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  border-bottom: 1px solid #aaa;
}
.accountbox .row .leftcol {
  font-size: 16px;
  padding: 6px 0;
  margin-right: 10px;
}
.accountbox .row .leftcol.placeholder {
  color: #bbb;
}
@media (max-width:1000px) {
  .accountbox .row .leftcol {
    width: 200px;
  }
}
.accountbox .row .rightcol {
  padding: 0;
}
.accountbox .row .rightcol .editor {
  text-align: right;
  width: 120px;
}
.accountbox .row:hover {
  cursor: pointer;
}
@media (max-width:1000px) {
  .accountbox {
    width: 95vw;
  }
}
.subhead {
  font-weight: bold;
  margin-bottom: 40px;
}
.loescher {
  margin-top: 3rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.loescher .context {
  font-weight: 600;
  padding-left: 0.7rem;
}
.loescher:hover {
  color: #ea0b0b;
  cursor: pointer;
}
.confirmModal .ant-modal-title {
  font-size: 24px;
  font-weight: bold;
}
.confirmModal .ant-modal-close {
  display: none;
}
.confirmModal .ant-form-explain {
  color: #ea0b0b;
}
.ant-modal-footer .ant-btn:hover {
  color: #d9d9d9;
  border-color: #d9d9d9;
}
.ant-modal-footer div {
  padding-bottom: 10px;
}

.legal-page {
  margin: 1rem auto;
}
.legal-page .head1 {
  padding-left: 0;
}

.google-maps {
  height: 75vh;
  width: 100%;
}
.google-maps__marker {
  height: 34px;
  margin-left: -17px;
  margin-top: -17px;
}

.home_agent {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(/images/home_agent_bg.jpg);
  background-size: cover;
  min-height: calc(100vh - 310px);
}
.home_agent .searchbox {
  padding: 50px 80px;
  background-color: #fff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.13);
}
@media (max-width:1000px) {
  .home_agent .searchbox {
    padding: 10px;
  }
}
.home_agent .searchbox .head1 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
}
.home_agent .searchbox .head2 {
  font-size: 24px;
  letter-spacing: 0;
  line-height: 33px;
}
.home_agent .searchbox .formelements {
  display: flex;
  align-items: flex-end;
  margin-top: 50px;
}
.home_agent .searchbox .formelements .searchfieldcontainer input {
  width: 360px;
}
.home_agent .searchbox .formelements .submitcontainer {
  padding-bottom: 24px;
  padding-left: 8px;
}
.home_agent .searchbox .formelements .submitcontainer button span {
  padding: 4px 20px;
}
@media (max-width:480px) {
  .home_agent .searchbox .formelements {
    display: block;
  }
}

.loginpage {
  width: 100%;
  min-height: 50vw;
  background-image: url("/images/Hamburg_Hafen_Drone@2x.jpg");
  background-size: cover;
  padding: 60px 0;
}
.loginpage .formcontainer {
  width: 50vw;
  margin: auto;
  padding: 30px 60px;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width:1200px) {
  .loginpage .formcontainer {
    width: 85vw;
  }
}
@media (max-width:1000px) {
  .loginpage .formcontainer {
    width: 85vw;
  }
}
@media (max-width:480px) {
  .loginpage .formcontainer {
    width: 90vw;
    padding: 30px 16px;
  }
}
@media (max-width:480px) {
  .loginpage .formcontainer .head2 {
    padding: 0;
  }
}
.loginpage .formcontainer .logintext {
  margin-top: 20px;
  font-size: 1.3rem;
}
.loginpage .formcontainer .loginform,
.loginpage .formcontainer .loginbutton {
  margin-top: 40px;
}
.subtext {
  margin-top: 20px;
  font-size: 0.9rem;
}
.head1,
.head2 {
  margin-left: 0 !important;
}
.fliess {
  margin-bottom: 2rem;
}
button.login {
  min-width: 150px;
}

#flieger {
  width: 75%;
  min-height: 37vw;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url("/images/flieger.png");
  background-size: contain;
}
@media (max-width:1000px) {
  #flieger {
    width: 100%;
    min-height: 240px;
  }
}
.mbox {
  margin-top: 8vw;
  padding: 40px;
  display: flex;
  justify-content: space-between;
}
.mbox .inner {
  width: 45%;
}
.mbox .inner .headline {
  font-size: 2rem;
  margin-bottom: 40px;
}
.mbox .inner .fliess {
  font-size: 1.2rem;
}
@media (max-width:1000px) {
  .mbox .inner {
    width: 100%;
  }
}
@media (max-width:1000px) {
  .mbox {
    display: block;
    padding: 4px;
  }
}
.formcontainer {
  width: 50vw;
  margin: auto;
  padding: 30px 60px;
}
.formcontainer .headline {
  font-size: 2rem;
  margin-bottom: 40px;
}
.formcontainer .fliess {
  font-size: 1.2rem;
}
@media (max-width:1000px) {
  .formcontainer {
    width: 100%;
  }
}

.animation {
  position: relative;
}
.animation:before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.animation--size-s {
  width: 100px;
}
.animation--size-m {
  width: 150px;
}
.animation--size-l {
  width: 200px;
}
.animation--size-full {
  width: 100%;
}
.animation__mount {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.newsletter-success {
  margin: auto;
  padding: 30px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  min-height: 60vh;
}
.newsletter-success .headline,
.newsletter-success .fliess {
  display: block;
  width: 100%;
  text-align: center;
}
.newsletter-success .headline {
  font-size: 2rem;
  margin-bottom: 30px;
}
.newsletter-success .fliess {
  font-size: 1.2rem;
}
@media (max-width:1000px) {
  .newsletter-success {
    width: 100%;
    padding: 20px;
  }
}

.registration-form__consent {
  margin-top: -20px;
}
.registration-form__privacy {
  font-size: 11px;
  margin-top: -1px;
}
.registration-form__terms {
  font-size: 11px;
  margin-top: -1px;
}
.registration-form__submit-button {
  margin-top: 1rem;
}

.register-page {
  margin: 2rem auto;
}
.register-page__advantages-head {
  font-size: 1.1rem !important;
  margin-bottom: 1.5rem;
}
.register-page__advantage-icon {
  margin: 0.4rem auto;
}

.marker {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  background-color: #f00;
  border: 2px solid #fff;
  border-radius: 100%;
  user-select: none;
  transform: translate(-50%, -50%);
}
.marker:hover {
  z-index: 1;
}
.markericon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  background-color: transparent;
  border: none;
  border-radius: 100%;
  user-select: none;
  transform: translate(-50%, -50%);
}
.markericon:hover {
  z-index: 1;
}
.mapcontainer:hover {
  cursor: default;
}
.maplegend {
  background-color: #f0f0f0;
  height: 30px;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  padding-left: 12px !important;
}

.contactModal {
  width: 30vw !important;
}
@media (max-width:1000px) {
  .contactModal {
    width: 55vw  !important;
  }
}
@media (max-width:480px) {
  .contactModal {
    width: 85vw  !important;
  }
}
.contactModal .ant-modal-title {
  font-size: 24px;
  text-align: center;
  margin-top: 24px;
}
.contactModal .ant-modal-close {
  display: none;
}
.contactModal .ant-form-explain {
  color: #ea0b0b;
}
.contactModal .ant-modal-footer {
  padding: 10px 24px;
}
.contactModal .ant-modal-footer .ant-btn:hover {
  color: #d9d9d9;
  border-color: #d9d9d9;
}
.contactModal .contactForm .ant-form-item {
  margin-bottom: 0;
}
.contactModal .contactForm .form-row {
  display: flex;
}
.contactModal .contactForm .form-row .form-col {
  flex: 1 1 auto;
}
.contactModal .contactForm .form-row .form-col input,
.contactModal .contactForm .form-row .form-col .ant-select {
  margin-bottom: 12px;
}
.contactModal .contactForm .form-row .form-col textarea {
  resize: vertical;
  height: 200px;
}
.contactModal p.legal {
  color: #777;
  margin-top: 12px;
}
.contactModal p.legal a {
  text-decoration: none;
  color: #ea0b0b;
}

.evaluation-contact {
  padding: 20px 5px 8px 5px;
  margin-top: 20px;
  background-color: #fafafa;
}
.evaluation-contact__image {
  width: 50%;
  margin: 2px auto auto auto;
  padding-top: 0;
}
.evaluation-contact__image img {
  width: 100%;
  border-radius: 50%;
}
.evaluation-contact__subhead {
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  padding-left: 16px;
}
.evaluation-contact__teaser {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}
.evaluation-contact__phone {
  display: flex;
  align-items: center;
  margin-top: 8px;
  justify-content: center;
}
.evaluation-contact__phone-number {
  color: #444444;
  padding-left: 24px;
  font-size: 18px;
}
.evaluation-contact__open-contact-modal {
  margin-top: 2px;
  margin-bottom: 14px;
  text-align: center;
}

.property {
  width: 97% !important;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 1px 11px -1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 11px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 11px -1px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  padding: 10px 8px;
}
.property a {
  text-decoration: none;
}
.property .row {
  margin-top: 0 !important;
}
.property .row:first-child {
  border-bottom: 1px solid #ea0b0b;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 12px;
}
.property .address {
  font-size: 20px;
  line-height: 27px;
  padding: 4px 0 8px 16px;
}
.property .further div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.property .further div .details {
  color: #666666;
  font-size: 16px;
  text-decoration: underline;
}
.property .further div .tr {
  color: #666666;
  font-size: 25px;
  padding: 0 16px;
}
.property .further div .ash {
  color: #666666;
  font-size: 25px;
}
.property .further div .ash:hover {
  cursor: pointer;
}
.property .lowrow {
  padding: 16px 12px 16px 8px;
}
.property .lowrow .leftbox .flexblock {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width:480px) {
  .property .lowrow .leftbox .flexblock {
    margin-bottom: 0.7rem;
  }
}
.property .lowrow .leftbox .legend {
  color: #777;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 6px;
}
.property .lowrow .leftbox .legend div {
  font-weight: bold;
  font-size: 10px;
  padding-right: 0.7rem;
}
@media (max-width:480px) {
  .property .lowrow .leftbox .legend {
    margin-top: 6px;
  }
  .property .lowrow .leftbox .legend div {
    font-weight: bold;
    font-size: 10px;
  }
}
.property .lowrow .rightbox .flexblock {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.property .lowrow .rightbox .legend {
  color: #777;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 6px;
}
.property .lowrow .rightbox .legend div {
  font-weight: bold;
  font-size: 10px;
  padding-right: 0.7rem;
}
.property .lowrow .item.area {
  padding-right: 16px;
  border-right: 1px solid #666666;
}
@media (max-width:480px) {
  .property .lowrow .item.area {
    border-right: none;
  }
}
.property .lowrow .item.rent {
  padding-left: 16px;
}
@media (max-width:480px) {
}
.property .lowrow .item.sqmprice {
  text-align: left;
  padding-right: 16px;
  border-right: 1px solid #666666;
}
@media (max-width:480px) {
  .property .lowrow .item.sqmprice {
    border-right: none;
  }
}
.property .lowrow .item.totalprice {
  text-align: left;
  padding-left: 16px;
}
.property .lowrow .item .data {
  font-size: 19px;
}
.confirm,
.confirmSubText {
  padding-left: 20px;
  font-size: 1.1rem;
}
@media (max-width:1000px) {
  .confirm,
  .confirmSubText {
    text-align: center;
    padding: 0;
  }
}
.confirm {
  font-size: 24px;
}
.confirmSubText {
  padding-top: 20px;
}
.headline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: #8b8b8b;
  font-weight: bold;
  margin-bottom: 16px;
}
.addproperty .ant-modal-header {
  padding-bottom: 4px !important;
}
.addproperty .ant-modal-body {
  padding-top: 0 !important;
}
.addproperty h3 {
  font-size: 24px;
  padding-bottom: 24px;
}
.addproperty .sqm {
  width: 200px;
}
@media (max-width:1000px) {
  .weiterbutton {
    margin-left: -10px;
    margin-top: 30px;
    width: 100%;
  }
}
.backbutton {
  margin-right: 24px;
}
.backbutton:hover {
  border-color: #444444 !important;
  color: #444444 !important;
}

.addressfield {
  border-radius: 5px;
  width: 320px;
  padding: 23px;
}
@media (max-width:1000px) {
  .addressfield {
    width: calc(100% - 30px) !important;
    margin-bottom: 20px;
  }
}
.addrlabel {
  font-size: 11.34px;
  line-height: 13px;
  padding-bottom: 10px;
}
@media (max-width:1000px) {
  .addrlabel {
    display: block;
    width: 100% !important;
    margin-left: 18px;
  }
}
.searchInput {
  margin-top: 56px;
}
@media (max-width:1000px) {
  .searchInput {
    margin: auto;
  }
}
@media (max-width:1000px) {
  .autocompleteholder {
    display: block;
    width: 100% !important;
    margin: auto;
    padding: 0 18px;
  }
}
.autocomplete {
  display: inline-block;
  position: absolute;
  width: 320px;
}
@media (max-width:1000px) {
  .autocomplete {
    display: block;
    width: 100% !important;
    margin: auto;
  }
}
.autocomplete .locationinput {
  width: calc(100vw - 1px) !important;
}
.autocomplete-dropdown-container {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-dropdown-container .suggestion-item,
.autocomplete-dropdown-container .suggestion-item--active {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.ergebnisbutton {
  margin-left: calc(320px + 24px);
  width: 320px;
}
@media only screen and (max-width: 1600px) {
  .ergebnisbutton {
    margin: auto;
    margin-top: 60px;
    width: 320px;
  }
}
@media (max-width:1000px) {
  .ergebnisbutton {
    margin-top: 60px;
    margin-bottom: 20px;
    width: calc(100% - 10px) !important;
  }
}

.modal-no-evaluation-possible {
  width: 60% !important;
  padding: 10px;
}
@media (max-width:1000px) {
  .modal-no-evaluation-possible {
    width: 70% !important;
  }
}
@media (max-width:480px) {
  .modal-no-evaluation-possible {
    width: 85% !important;
  }
}
.modal-no-evaluation-possible .ant-modal-title {
  font-size: 18px;
}
.modal-no-evaluation-possible .ant-modal-content {
  padding: 20px;
}
.modal-no-evaluation-possible .ant-modal-content .ant-modal-body .ant-row {
  padding-top: 10px;
  padding-bottom: 10px;
}
.modal-no-evaluation-possible__content {
  padding-bottom: 25px;
  border-bottom: 1px solid;
}
.modal-no-evaluation-possible__icon {
  text-align: right;
  padding-right: 10px;
}
.modal-no-evaluation-possible__contact-img-cantainer {
  margin-top: 0px;
  padding-top: 0;
  width: 100px;
}
.modal-no-evaluation-possible__contact-img {
  width: 100%;
  border-radius: 50%;
}
.modal-no-evaluation-possible__contact {
  padding-top: 15px;
  font-size: 16px;
}

div .inBox {
  padding: 20px 30px;
  background-color: #fafafa;
}
div .inBox.bordered {
  border: 2px solid #888888;
}
div .inBox .separator {
  margin: 20px 0;
  width: 50%;
  height: 1px;
  border-top: 1px solid #ea0b0b;
}
div .inBox .price1 {
  margin-top: 7px;
  font-size: 25px;
  font-weight: 400;
}
div .inBox .price1.fett {
  font-weight: 700;
}
div .inBox .price1-label {
  margin-top: 14px;
  font-weight: 700;
  font-size: 12px;
}
.headlines {
  margin-top: 50px;
}
.head1,
.head2 {
  margin-left: 0 !important;
}

.location-search-input-form {
  position: relative;
  display: flex;
  flex-direction: row;
}
@media (max-width:1000px) {
  .location-search-input-form {
    display: block;
  }
}
.location-search-input-form__input-wrapper {
  flex: 1 1 auto;
  position: relative;
}
@media (max-width:1000px) {
  .location-search-input-form__input-wrapper {
    margin-bottom: 12px;
  }
}
.location-search-input-form__input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media (max-width:1000px) {
  .location-search-input-form__input {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
.location-search-input-form__submit {
  flex: 0 0 auto;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media (max-width:1000px) {
  .location-search-input-form__submit {
    width: 100%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
}
.location-search-input-form__autocomplete {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
  text-align: left;
}
.location-search-input-form__autocomplete-item {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.location-search-input-form__autocomplete-item.active {
  background-color: #fafafa !important;
}

.hero {
  margin-bottom: 64px;
}
.hero__stage {
  position: relative;
}
.hero__stage::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 80%;
  background-image: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0));
}
.hero__image {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__content {
  position: relative;
  z-index: 2;
  padding: 60px 0 270px;
}
@media (max-width:1000px) {
  .hero__content {
    padding: 40px 10px 40px;
  }
}
.hero__headline {
  margin: 0 0 40px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
  color: #444;
}
@media (max-width:1000px) {
  .hero__headline {
    font-size: 1.5rem;
  }
}
.hero__copy {
  margin: 50px 0 0;
  color: #777777;
}
.hero__cards {
  position: relative;
  margin: -195px auto 0 auto;
  width: 75vw;
  max-width: 1280px;
}
@media (max-width:1000px) {
  .hero__cards {
    margin-top: 0;
    width: calc(100vw - 40px);
    max-width: 640px;
  }
}
.hero__card-item {
  position: relative;
}
@media (max-width:1000px) {
  .hero__card-item {
    margin-top: 20px;
  }
}
.hero__card-wrapper {
  position: relative;
  min-height: 100%;
  background-color: #fff;
  border: 1px solid rgba(188, 189, 188, 0.75);
  border-radius: 5px;
  overflow: hidden;
}
.hero__card-image {
  position: relative;
  display: block;
  width: 100%;
  height: 195px;
  object-fit: cover;
}
@media (max-width:1000px) {
  .hero__card-image {
    height: auto;
  }
}
.hero__card-content {
  padding: 20px 20px 30px;
  text-align: center;
  color: #777;
}
@media (max-width:1000px) {
  .hero__card-content {
    padding: 20px;
  }
}
.hero__card-title {
  margin-bottom: 1vw;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7rem;
  color: #444444;
}

.faq {
  margin: 24px auto auto auto;
  width: 100%;
  max-width: 700px;
}
.faq__collapse {
  background-color: inherit;
}
.faq__collapse .ant-collapse-item {
  border-bottom: none;
}
.faq__collapse .ant-collapse-item + .ant-collapse-item {
  border-top: 1px solid #bcbdbc;
}
.faq__collapse .ant-collapse-header {
  padding: 18px 44px 18px 18px !important;
  font-weight: normal !important;
  font-size: 20px;
  line-height: 1.5 !important;
  /*
      &:focus {
        border: 1px solid @ev-grey-c-100;
      }
      */
}
.faq__collapse .ant-collapse-header:hover {
  background-color: #fafafa;
}
@media (max-width:599px) {
  .faq__collapse .ant-collapse-header {
    font-size: 16px;
  }
}
.faq__collapse .ant-collapse-content-box {
  padding: 0 18px 18px !important;
  font-size: 16px;
  line-height: 1.75 !important;
}
@media (max-width:599px) {
  .faq__collapse .ant-collapse-content-box {
    font-size: 14px;
  }
}
.faq__collapse .ant-collapse-content-box > p {
  margin: 0;
}
.faq__collapse .ant-collapse-content-box > p + p {
  margin-top: 10px;
}
.faq__expand-icon > svg {
  width: 20px;
  height: 20px;
  fill: #eb0a0a;
}
.faq__expand-icon--active > svg {
  transform: rotate(-45deg) !important;
}

.analysis-start__overview {
  background-color: #fafafa;
}
.analysis-start__calculation,
.analysis-start__advantages {
  padding: 1rem 0;
}
.analysis-start__prices {
  padding: 2rem 0;
}
.analysis-start__faq,
.analysis-start__registration {
  margin-top: 5rem;
  width: 100%;
}
.card__info-icon {
  position: absolute;
  top: 5px;
  right: 5px;
}
.container-fluid {
  padding: 0 !important;
}
.container-fluid .row:not(:first-child) {
  margin-top: 40px;
}
.container-fluid h3 {
  font-size: 20px;
  font-weight: 700;
  color: #666666;
}
.container-fluid div .inBox,
.container-fluid div > .masonBox {
  padding: 20px 30px;
  background-color: #fafafa;
}
.container-fluid div .inBox .einwertStepSubhead,
.container-fluid div > .masonBox .einwertStepSubhead {
  font-size: 16px;
  font-weight: bold;
  color: #f8f8f8;
}
.container-fluid div .inBox .einwertStepHead,
.container-fluid div > .masonBox .einwertStepHead {
  font-size: 24px;
  padding: 20px 0;
  font-weight: normal;
}
.container-fluid div .inBox .price1,
.container-fluid div > .masonBox .price1 {
  margin-top: 7px;
  font-size: 25px;
  font-weight: 400;
}
.container-fluid div .inBox .price1.fett,
.container-fluid div > .masonBox .price1.fett {
  font-weight: 700;
}
.container-fluid div .inBox .price1-label,
.container-fluid div > .masonBox .price1-label {
  margin-top: 14px;
  font-weight: 700;
  font-size: 12px;
}
.container-fluid div .inBox .nodata,
.container-fluid div > .masonBox .nodata {
  font-size: 18px;
  line-height: 44px;
  text-align: center;
  font-weight: bold;
  color: #f8f8f8;
}
.container-fluid div .inBox .legendrow,
.container-fluid div > .masonBox .legendrow {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-content: flex-start;
}
.container-fluid div .inBox .legendrow .left,
.container-fluid div > .masonBox .legendrow .left {
  margin-top: 0 !important;
  width: 40%;
}
.container-fluid div .inBox .legendrow .vals,
.container-fluid div > .masonBox .legendrow .vals {
  margin-left: auto;
}
.container-fluid div .inBox .legendrow .vals .valbox,
.container-fluid div > .masonBox .legendrow .vals .valbox {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-content: flex-start;
}
.container-fluid div .inBox .legendrow .vals .valbox .boebbel,
.container-fluid div > .masonBox .legendrow .vals .valbox .boebbel {
  margin-right: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.container-fluid div .inBox .legendrow .vals .valbox .legendtext,
.container-fluid div > .masonBox .legendrow .vals .valbox .legendtext {
  margin-top: -4px;
  font-size: 11px;
}
.container-fluid div .inBox .separator,
.container-fluid div > .masonBox .separator {
  margin: 20px 0;
  width: 50%;
  height: 1px;
  border-top: 1px solid #ea0b0b;
}
.container-fluid div .inBox .blurry,
.container-fluid div > .masonBox .blurry {
  color: transparent;
  text-shadow: #111 0 0 15px;
  margin-bottom: 7px;
}
.container-fluid div .inBox .sub,
.container-fluid div > .masonBox .sub {
  font-size: 16px;
}
.container-fluid div .inBox .scaledInput,
.container-fluid div > .masonBox .scaledInput {
  width: 20%;
}
@media (max-width:1000px) {
  .container-fluid div .inBox .scaledInput,
  .container-fluid div > .masonBox .scaledInput {
    width: 50%;
  }
}
@media (max-width:480px) {
  .container-fluid div .inBox .scaledInput,
  .container-fluid div > .masonBox .scaledInput {
    width: 100%;
  }
}
.container-fluid div .inBox button,
.container-fluid div > .masonBox button {
  padding-left: 60px;
  padding-right: 60px;
}
.container-fluid div .inBox.bordered,
.container-fluid div > .masonBox.bordered {
  border: 2px solid #888888;
}
.container-fluid div .inBox.large {
  height: 100%;
}
.container-fluid div > .masonBox {
  margin-top: 20px;
}
.container-fluid div > .masonBox.x1 {
  height: 10rem;
}
.container-fluid div > .masonBox.x2 {
  height: calc(20rem + 20px);
}
.container-fluid div > .masonBox.x3 {
  height: calc(30rem + 40px);
}
.container-fluid div > .masonBox.x25 {
  height: calc(20rem + 20px);
}
@media (max-width:1000px) {
  .container-fluid div > .masonBox.x25 {
    height: calc(32rem + 20px);
  }
}
.container-fluid div > .masonBox .moveup {
  margin-top: -30px;
}
.container-fluid div > .masonBox table.legend {
  width: 100%;
  margin-top: 20px;
}
.container-fluid div > .masonBox table.legend td {
  text-align: center;
}
.container-fluid div > .masonBox table.legend td.spread20 {
  width: 20%;
}
.container-fluid div > .masonBox table.legend td.small {
  font-size: 0.8rem;
}
.container-fluid div > .masonBox table.legend td.medium {
  font-size: 1.1rem;
}
.container-fluid div > .masonBox table.legend td.icon {
  padding-top: 6px;
}
.container-fluid div > .masonBox table.legend td .label {
  font-size: 0.8rem;
  color: #f8f8f8;
}
.container-fluid div > .masonBox table.legend.bottom {
  margin-top: -20px;
}
.explanation {
  margin-top: 16px;
}
.explanation .iconbox {
  padding: 6px 12px 0 0;
  float: left;
}
.explanation .ftext {
  font-weight: bold;
  font-size: 14px;
}
.analysebox {
  padding: 20px;
}
.cbox {
  padding: 40px;
  background-color: #fafafa;
  display: flex;
  justify-content: space-between;
}
.cbox .inner {
  width: 45%;
}
.cbox .inner .headline {
  display: block;
  font-size: 1.4rem;
}
.cbox .inner .flexi {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 16px;
}
.cbox .inner .flexi div:last-child {
  padding-left: 24px;
  padding-top: 3px;
  font-size: 1rem;
}
@media (max-width:1000px) {
  .cbox .inner {
    width: 100%;
  }
}
@media (max-width:1000px) {
  .cbox .inner.rightcol {
    margin-top: 24px;
  }
}
@media (max-width:1000px) {
  .cbox {
    display: block;
    padding: 4px;
  }
}
.stress {
  color: #444444;
  font-size: 1.1em;
  font-weight: bold;
}
svg.stress path {
  fill: #00b233;
}
.sm,
.formlabel {
  font-size: 0.8rem;
}
.percen {
  width: 70%;
}
@media (max-width:1000px) {
  .percen {
    width: 100%;
  }
}
.analyseform {
  margin-top: 24px;
  margin-bottom: 0;
}
.addanother {
  padding-left: 16px;
  padding-top: 12px !important;
}
.addanother .topp {
  font-size: 16px;
  font-weight: 600;
}
.addanother .txt {
  margin-top: 18px;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.addanother .cta {
  padding: 8px;
  background-color: #ea0b0b;
  color: white;
  font-size: 16px;
  border-width: 0;
  border-radius: 6px;
}
.addanother .cta:hover {
  cursor: pointer;
}
@media (max-width:1000px) {
  #detailedevaluation {
    margin-top: 140px;
  }
}
@media (max-width:480px) {
  #detailedevaluation {
    margin-top: 22px;
  }
}
.chartColorBlock {
  font-size: 12px;
  color: white;
  text-align: center;
  margin: 8px 0 -1px 0;
  padding: 5px 2px;
}
.chartlegend {
  font-size: 11px;
}
.quote {
  margin-top: -24px;
  text-align: center;
  font-size: 16px;
}
@media (max-width:1000px) {
  h3.subheadTile {
    margin-top: 40px;
  }
}
button.ant-modal-close {
  padding-right: 0.25rem !important;
}
.ant-form-item-label {
  font-size: 11.34px;
}

.newsletter-registration-modal {
  width: 45vw !important;
}
@media (max-width:1000px) {
  .newsletter-registration-modal {
    width: 70vw  !important;
  }
}
@media (max-width:480px) {
  .newsletter-registration-modal {
    width: 90vw !important;
  }
}

.newsletter-registration {
  width: 100%;
  background-image: url("/images/hamburg-fernsehturm.jpg");
  background-size: cover;
  color: #fff !important;
}
.newsletter-registration h1 {
  color: #fff !important;
}
.newsletter-registration__container {
  position: relative;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.newsletter-registration__content {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.newsletter-registration__submit {
  margin-top: 3rem;
}
.newsletter-registration,
.newsletter-registration__container {
  min-height: 500px;
}

.iframe-embed {
  margin: 3rem auto;
  margin-bottom: 64px;
  width: 75vw;
}
@media (max-width:1000px) {
  .iframe-embed {
    width: calc(100vw - 40px);
  }
}
.iframe-embed__headline {
  margin-left: 160px;
  color: #444444;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.8rem;
}
@media (max-width:1000px) {
  .iframe-embed__headline {
    margin-left: 0;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.iframe-embed__wrapper {
  position: relative;
}
.iframe-embed__wrapper:before {
  content: '';
  display: block;
  height: 0;
  padding-top: 56.25%;
}
@media (max-width:480px), (orientation: portrait) {
  .iframe-embed__wrapper:before {
    padding-top: 100%;
  }
}
.iframe-embed__wrapper > iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.find-contact-person__info-block {
  padding: 2rem 5%;
}
.find-contact-person__info-text {
  font-weight: 200;
  font-size: 1.1rem;
  line-height: 1.7rem;
  margin: auto;
  max-width: 250px;
}

.index-page__content-container {
  width: 75vw;
  margin: auto;
}
@media (max-width:1000px) {
  .index-page__content-container {
    width: calc(100vw - 40px);
  }
}
.index-page__content-block {
  margin-bottom: 64px;
}
.headlines {
  margin-left: 5vw;
}
@media (max-width:1000px) {
  .headlines {
    margin-left: 0;
  }
}
.head1,
.head2 {
  margin-left: 160px;
}
@media (max-width:1000px) {
  .head1,
  .head2 {
    margin-left: 0;
    padding-left: 10px;
  }
}

