h1 {
  font-size: 25px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

td {
	vertical-align: top;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.details  {
	width:auto;
	font-family:'Open Sans Condensed', 'sans-serif';
	font-weight:500;
	font-size: 15px;
	line-height:18px;
	letter-spacing: 1px;
	color: #0f0f0f;
	text-wrap: nowrap;
	overflow: hidden;
}

.subcaption  {
	width:auto;
	float: bottom;
	font-family:'Open Sans Condensed', 'sans-serif';
	font-weight:300;
	font-size: 16px;
	line-height:21px;
	letter-spacing: 1px;
	color: #666;
	overflow: hidden;
}

.caption {
  font-size: 13px;
  line-height: 16px;
  font-family: 'PT Sans Narrow', 'sans-serif';
  font-weight: 500;
  color: #666666;
  letter-spacing: 1px;
  margin-top: 2em;
  margin-bottom: 1em;
}

.title {
	font-size: 20px;
  line-height: 22px;
  font-family: 'PT Sans Narrow', 'sans-serif';
  font-weight: 750;
  color: #666666;
  letter-spacing: 1px;
  margin-top: 2em;
  margin-bottom: 1em;
}

.quote_impact {
	font-size: 35px;
  line-height: 40px;
  font-family: 'Noto Serif KR,', 'serif';
  font-weight: 900;
  color: #000;
  letter-spacing: 0px;
  padding-bottom: 20px;
}

.kontakt {
	writing-mode: vertical-lr;
	text-align: center;
}

.menu_content a {
	font-size: 18px;
	line-height: 32px;
  font-family: 'PT Sans Narrow', 'sans-serif';
  font-weight: 400;
  color: #333;
  letter-spacing: 1px;
  margin-bottom: 1em;
  display: block;
}

.highlight_grey {
	background-color: #EBEBEB;
}

.highlight_blue {
	background-color: #66FFCC;

}