/* css reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.rechts3 ul li {
	margin-bottom: 1rem
}

body {
	width: 1200px;
	margin: 0 auto
}

#content {
	max-width: 1200px;
	background-image: url(../img/back.jpg);
	background-repeat: no-repeat;
	background-size: 1200px;
	background-position: top;
	font-family: Arial;
	margin: 0 auto;
	padding-top: 100px
}

.sub {
	font-size: 14px;
	color: #787878;
	margin-left: 20px
}

#nav {
	width: 100%
}

#nav ul {
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 0;
	padding-top: 63px
}

#nav li {
	font-size: 19px;
	display: inline
}

#nav a {
	text-decoration: none;
	color: #787878;
	transition: .3s background-color;
	padding-right: 30px;
	font-size: 18px
}

#nav a:hover {
	color: #2C2489;
}

#nav li a.colored {
	color: #2C2489
}

.lefty {
	float: left;
	padding-left: 30px;
	padding-top: 20px
}

.righty {
	float: right;
	margin-right: 180px
}

.topright {
	margin-bottom: 50px;
	background-color: rgba(255, 255, 255, 0.8);
	font-size: 12px;
	height: 90px;
	padding-left: 160px
}

.topright2 {
	position: absolute;
	top: 290px;
	background-color: rgba(255, 255, 255, 0.8);
	font-size: 12px;
	height: 80px;
	width: 100%;
	padding-left: 50px;
	padding-top: 30px
}

.sub2 {
	font-size: 20px;
	color: #2C2489;
	font-weight: bold
}

#carousel-example-generic {
	width: 800px;
	height: 370px;
	margin: 0 auto
}

.text {
	width: 800px;
	margin-left: 200px;
	margin-right: 200px;
	padding: 50px;
	margin-top: 50px;
	background-color: rgba(255, 255, 255, 0.93);
	line-height: 1.6;
	color: #787878;
	padding-bottom: 30px;
	float: left
}

.text3 {
	width: 800px;
	margin-left: 200px;
	margin-right: 200px;
	padding: 50px;
	margin-top: 50px;
	background-color: rgba(255, 255, 255, 0.85);
	line-height: 1.5;
	color: #787878;
	font-size: 12px;
	padding-bottom: 30px;
	float: left
}

.links3 {
	float: left;
	width: 60%
}

.rechts3 {
	float: right;
	width: 35%
}

.text2 {
	width: 1200px;
	padding: 30px;
	margin-top: 130px;
	background-color: rgba(255, 255, 255, 0.8);
	line-height: 1.5;
	float: left
}

h1 {
	margin-bottom: 20px;
	font-size: 24px;
	color: #2C2489;
	font-weight: bold
}

h2 {
	margin-bottom: 30px;
	font-size: 18px;
	color: #787878;
	font-weight: bold
}

#wraplord {
	width: 100%;
	margin-bottom: 50px;
	color: #787878
}

.links {
	float: left;
	width: 50%
}

.links img {
	float: left
}

.links p {
	float: left;
	margin-left: 60px
}

.rechts {
	float: right;
	width: 50%
}

.rechts img {
	float: left
}

.rechts p {
	float: left;
	margin-left: 60px
}

.port {
	margin: 0;
	line-height: 60px;
	font-size: 18px
}

#nav2 ul {
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 0;
	padding-top: 15px
}

#nav2 li {
	font-size: 19px;
	display: inline
}

#nav2 a {
	text-decoration: none;
	color: #787878;
	transition: .3s background-color;
	padding-right: 30px;
	font-size: 16px
}

#nav2 a:hover {
	color: #2C2489
}

#nav2 li a.colored {
	color: #2C2489
}

.clear {
	clear: both
}

strong {
	font-weight: bold
}

ul li {
	list-style-type: circle
}

.h2-top {
	margin-top: 30px
}