/* line 3, ../scss/about.scss */
.about {
  padding-top: 269px;
  overflow: hidden;
}
/* line 8, ../scss/about.scss */
.about .left-col {
  float: left;
  width: 240px;
  margin-left: -100%;
}
/* line 13, ../scss/about.scss */
.about .left-col .content {
  padding-left: 20px;
  padding-right: 20px;
  border-right: 1px solid black;
}
/* line 21, ../scss/about.scss */
.about .right-col {
  float: left;
  width: 100%;
}
/* line 25, ../scss/about.scss */
.about .right-col .content {
  margin-left: 239px;
  margin-right: 0px;
  padding-left: 0px;
  border-left: 1px solid black;
}
/* line 32, ../scss/about.scss */
.about .right-col .content .left-col-nest {
  float: left;
  width: 50%;
}
/* line 37, ../scss/about.scss */
.about .right-col .content .right-col-nest {
  float: right;
  width: 50%;
  border-left: 1px solid black;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
}
/* line 49, ../scss/about.scss */
.about .about-small-holder {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 13px;
}
/* line 56, ../scss/about.scss */
.about .about-content-holder .impresuum {
  padding-bottom: 53px;
}
/* line 61, ../scss/about.scss */
.about .about-content-holder .impresuum .head p {
  font-family: 'ropa_sansregular', sans-serif;
  font-size: 12px;
  line-height: 1.3;
  color: black;
  margin-bottom: 0px;
}
/* line 71, ../scss/about.scss */
.about .about-content-holder .impresuum .text-holder p {
  font-family: 'ropa_sansregular', sans-serif;
  font-size: 12px;
  line-height: 1.3;
  color: black;
  margin-bottom: 10px;
}
/* line 81, ../scss/about.scss */
.about .about-content-holder .article {
  padding-bottom: 60px;
}
/* line 85, ../scss/about.scss */
.about .about-content-holder .article .head p {
  font-family: 'abadi_mt_stdcond_extra_bold', sans-serif;
  font-size: 17px;
  line-height: 1.3;
  color: black;
  margin-bottom: 0px;
}
/* line 95, ../scss/about.scss */
.about .about-content-holder .article .text-holder p {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: black;
  margin-bottom: 10px;
}
/* line 105, ../scss/about.scss */
.about .about-content-holder .article .author p {
  padding-left: 20px;
  padding-top: 10px;
  margin-bottom: 0px;
  font-family: 'ropa_sansregular', sans-serif;
  font-size: 12px;
  line-height: 1.3;
  color: black;
}
/* line 118, ../scss/about.scss */
.about .about-content-holder .lead {
  position: relative;
}
/* line 121, ../scss/about.scss */
.about .about-content-holder .lead .gradient-holder {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 60px;
  background-image: url("/media/images/gradient.png");
  cursor: pointer;
}
/* line 132, ../scss/about.scss */
.about .about-content-holder .full-text {
  display: none;
}
/* line 135, ../scss/about.scss */
.about .about-content-holder .full-text .close-article {
  cursor: pointer;
  font-size: 13px;
}
/* line 143, ../scss/about.scss */
.about .about-foot .logo {
  float: left;
  width: 25%;
  padding-top: 37px;
}
/* line 148, ../scss/about.scss */
.about .about-foot .logo ul {
  list-style: none;
  margin: 0px;
}
/* line 152, ../scss/about.scss */
.about .about-foot .logo ul img {
  width: 100%;
  padding-right: 30px;
  padding-bottom: 30px;
}
/* line 160, ../scss/about.scss */
.about .about-foot .literature {
  float: right;
  width: 75%;
  padding-bottom: 40px;
}
/* line 165, ../scss/about.scss */
.about .about-foot .literature .foot-headline {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 13px;
}
/* line 173, ../scss/about.scss */
.about .about-foot .literature ul {
  list-style: none;
  margin: 0px;
}
/* line 178, ../scss/about.scss */
.about .about-foot .literature ul .literature-item p {
  font-family: 'ropa_sansregular', sans-serif;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 13px;
}
