html {
  height: 100%;
  width: 100%;
  margin: 0;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

.body_wapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}

#header {
  flex: none;
  width: 100%;
  height: 80px;
  box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.23);
  color: #6B6B6B;
  vertical-align: middle;
  text-align: center;
  min-width: 370;
}
#header h1 {
  font-size: 50;
  font-family: "Open Sans";
  font-weight: 300;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 700px) {
  #header {
    height: 50px;
  }
  #header h1 {
    font-size: 35;
  }
}

body {
  background: #fafafa;
  margin: 0;
  height: 100%;
  width: 100%;
  min-width: 360;
}

#main {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.imgs {
  width: 700px;
  height: 750px;
}
@media only screen and (max-width: 1500px) {
  .imgs {
    width: 400px;
    height: 400px;
  }
}
@media only screen and (max-width: 400px) {
  .imgs {
    width: 340px;
    height: 340px;
  }
}
.imgs button {
  border: none;
  background: transparent;
  color: transparent;
  outline: transparent;
}
.imgs button:hover {
  border: none;
  background: transparent;
  color: transparent;
  outline: transparent;
  cursor: pointer;
}
.imgs button:active {
  border: none;
  background: transparent;
  color: transparent;
  outline: transparent;
}

.main_img {
  width: 100%;
}

#buttom {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
}
#buttom .cell {
  padding: 10px;
}

.buttom_img {
  width: 100%;
}

.colum {
  padding: 20px;
  margin-top: auto;
  margin-bottom: auto;
}

p {
  font-size: 18;
  font-family: "Open Sans";
  color: #6B6B6B;
}

h2 {
  font-size: 22;
  font-family: "Open Sans";
  color: #6B6B6B;
}

.text {
  max-width: 700px;
}
@media only screen and (max-width: 1500px) {
  .text {
    min-width: 400px;
    max-width: 700px;
  }
}
@media only screen and (max-width: 1200px) {
  .text {
    min-width: none;
    max-width: 500px;
  }
}
@media only screen and (max-width: 800px) {
  .text {
    min-width: 300px;
    max-width: 500px;
  }
}

a {
  text-decoration: underline;
}

.infos {
  min-width: 300;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}
@media only screen and (max-width: 1800px) {
  .infos {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.infos .wohnungs_info {
  margin: 10px;
  display: flex;
  flex-direction: column;
}
.infos .wohnungs_info .row {
  display: grid;
  grid-template-columns: 35px auto;
  grid-template-rows: 35px;
  align-items: center;
}
.infos .wohnungs_info .icon {
  fill: #008e96;
  stroke: #008e96;
}
.infos h3 {
  font-size: 18;
  font-family: "Open Sans";
  color: #6B6B6B;
  margin: 10px;
}
.infos h3 p {
  text-align: center;
  font-weight: normal;
  margin-right: 5px;
  margin-left: 20px;
}
.infos h3 .kontrow {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 800px) {
  .infos h3 .kontrow .mail {
    font-size: 15;
    text-align: center;
  }
}
.infos h3 a {
  color: #6B6B6B;
  font-weight: normal;
}
.infos h3 a:hover {
  color: #6B6B6B;
}
.infos .preis {
  width: 200px;
}
.infos .karte {
  margin: 10px;
}

/*# sourceMappingURL=style.css.map */
