
/*specific CSS script for "impressum" page*/

/*main_content specifications*/

.main_content_p {
  font-family: "Yanone Kaffeesatz", sans-serif, arial;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: light;
  font-variation-settings: "wdth" 100;
  padding-top: 5px;
  line-height: 1.25;
}

.contacticon{
  font-optical-sizing: auto;
  font-size: 75%;
  padding-right: 4px;
  color: #869879;
}

.column {
  float: left;
  padding-top: 2px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  /* height: 300px;  Should be removed. Only for demonstration */
}

.left {
  width: 40%;
}

.right {
  width: 40%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/*Small screen accessibility settings*/
@media screen and (max-width: 768px) {
  .main_content_p {
    width: 100%;
  }

  .aside {
    display: none;
  }
}
