/* montserrat-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/montserrat-v30-latin-300.woff2') format('woff2');
}
/* montserrat-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/montserrat-v30-latin-regular.woff2') format('woff2');
}


body {
  background-color: #fff;
  color: #000;
  padding: 0;
  margin: 0;
  font: 12px/22px montserrat;
}
a, a:visited {
  color: #000;
  text-decoration: none;
}
a:hover, a:focus {
  color: #ed1d24;
}
header {
  padding: 20px 0 15px 20px;
}
header img:first-of-type {
  padding-right: 15px;
  padding-bottom: 2px;
}
h1 {
  margin: 0;
  padding-bottom: 4px;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
  text-transform: uppercase;
}
main {
  box-shadow: 0px 3px 13px 3px rgba(0,0,0,0.15);
}
article {
  padding: 20px 20px 10px 20px;
}
.content {
  margin: 0;
  padding: 0;
}
/*
.content img {
  display: block;
  max-width: 100%;
  height: auto;
}
*/
content p, .content li {
  overflow-wrap: break-word;
}
.content p {
  margin-top: 7px;
  margin-bottom: 0;
}
.content p:nth-of-type(3) {
  line-height: 20px;
  padding-bottom: 4px;
}
.columns {
  display: flex;
  flex-wrap: wrap;
}
.column {
  flex: 1 1 auto;
  padding: 0;
  margin: 0;
}
.kran {
  min-height: 250px;
  background: transparent url(baubüro-schwan.jpg) center center no-repeat;
  background-size: cover;
}
.icon {
  display: inline-block;
  width: 20px;
  height: 13px;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
  background: transparent url(listicon.svg) 0 7px no-repeat;
  background-size: 6px;
  padding-left: 17px;
}
.tel {
  background: transparent url(phone.svg) 0 0 no-repeat;
}
.mail {
  background: transparent url(mail.svg) 0 0 no-repeat;
  height: 12px;
  width: 25px;
}

@media (max-width: 768px) {
  .columns {
    flex-direction: column;
  }
}

@media (min-width: 769px) {
  header {
    padding: 45px 0 45px 90px;
  }
  article {
    padding: 20px 80px 10px 50px;
  }
  .column:first-of-type {
    width: 55%;
  }
  .column:last-of-type {
    width: 45%;
  }
}