@charset "UTF-8";
.container {
	margin-right: 2%;
	margin-left: 2%;
	float: left;
}

.row {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0;
	float: left;
	width: 100%;
	position: relative;
}


.columns {
	float: left;
	max-width: 550px;
	margin-right: 15px;
}
.columns1 {
	float: left;
	max-width: 270px;
	margin-right: 15px;
}
p {
	color: #000000;
}
.gr {
	padding-left: 16px;
}


.secondary_header {
	font-size: 11pt;
	line-height: 14pt;
	margin-left: -42px;
	float: left;
}

.secondary_header ul li {
	list-style: none;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #000000;
	letter-spacing: 1px;
	text-align: left;
	border-bottom: 1px solid #000000;
	background-color: #FFFFFF;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
	text-decoration: none;
	float: left;
}

#current {
	font-weight: bold;
	font-size: 93%;
}
.secondary_header ul li:hover {
	color: #000000;
	cursor: pointer;
	display: inline-table;
	font-weight: bold;
	font-size: 93%;
}
.secondary_header ul li:active {
	color: #000000;
	cursor: pointer;
}

.article {
	background-color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	padding-bottom: 15px;
	padding-top: 0px;
	position: static;
	margin-left: auto;
	margin-right: auto;
	font-size: 11pt;
	line-height: 14pt;
	max-width: 550px;
}

.placeholder {
	max-width: 100%;
}
.placeholder1 {
	max-width: 100%;
	border: 1px solid #000000;
}

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.article h4 {
	font-weight: bold;
	width: 100%;
	text-align: left;
}
.linie {
	border-bottom: 1px solid #000000;
	padding-bottom: 1px;
}

@media (max-width: 420px) {
.row {
	margin-top: 10px;
}
.secondary_header {
}
}


@media (min-width: 421px) and (max-width: 768px) {
}


@media (min-width: 767px) {
}
