/* ALLGEMEINES */

* {
	border: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a:link {
	color: rgba(100,150,200,1);
    font-weight: 700;
    text-decoration: none;
}
a:hover {
	color: rgba(150,200,250,1);
    font-weight: 700;
}
a:visited {
	color: rgba(200,222,250,1);
}
a:active {
	color: rgba(222,222,222,1);
}

/* BEREICHE */

body {
	font-family: 'Titillium Web', sans-serif;
    font-size: 20px;
    font-weight: 200;
    letter-spacing: 0.1em;
    color: white;
	line-height: 150%;
	margin: 0;
	background-color: rgba(015,030,050,0.90);
}
img {
	height: auto;
	max-width: 100%;
}
.page {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	padding: 20px;
}
.slider {
    max-width: 1150px;
	margin-left: auto;
	margin-right: auto;
    margin-bottom: 100px;
	*padding: 20px;
}
.center {
    text-align: center;
}
.example-image {
    max-width: 160px;
    min-width: 50px;
}
footer {
	background-color: lightgray;
	margin: 0;
	overflow: auto;
    font-size: 0.8em;
    font-weight: 400;
    color: rgba(015,025,050,1);
}
header {
	margin: 0;
    overflow: auto;
    letter-spacing: 0.1em;
	height: 260px;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-image: url(../images/3-muwi-spielmitdermaschine.jpg);
	background-color: #22596D;
}
header p {
	font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 0.34em;
}
article {
    margin-bottom: 100px;
}

/* NAVIGATION */

nav {
	max-width: 500px;
	min-width: 400px;
	float: right;
	background-color: rgba(255,255,204,1);
	position: absolute;
	left: 60%;
	top: 200px;
    font-weight: 400;
	color: rgba(0,0,0,1);
    text-transform: uppercase;
    line-height: 36px;
    letter-spacing: 0.2em;
}
nav a {
	display: block;
	transition-property: all;
	transition-duration: 200ms;
	transition-timing-function: linear;
	transition-delay: 50ms;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-ms-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-duration: 200ms;
	-moz-transition-duration: 200ms;
	-ms-transition-duration: 200ms;
	-o-transition-duration: 200ms;
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	-webkit-transition-delay: 50ms;
	-moz-transition-delay: 50ms;
	-ms-transition-delay: 50ms;
	-o-transition-delay: 50ms;
}
nav ul {
	width: 100%;
	list-style-type: none;
}
nav li {
	display: inline-block;
	min-width: 50%;
    *min-height: 36px;
	float: left;
	position: relative;
	text-align: center;
}
nav li ul {
	display: none;
	position: absolute;
	background-color: rgba(255,255,255,1);
	transition-property: all;
	transition-duration: 200ms;
	transition-timing-function: linear;
	transition-delay: 50ms;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-ms-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-duration: 200ms;
	-moz-transition-duration: 200ms;
	-ms-transition-duration: 200ms;
	-o-transition-duration: 200ms;
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	-webkit-transition-delay: 50ms;
	-moz-transition-delay: 50ms;
	-ms-transition-delay: 50ms;
	-o-transition-delay: 50ms;
}
nav li li {
	width: 100%;
	text-align: center;
}
nav li:hover ul{
	display: block;
}
nav a:link {
	color: rgba(0,0,0,1);
    font-weight: 400;
}
nav a:hover {
	color: rgba(0,0,0,1);
    *font-weight: 400;
	background-color: rgba(225,225,174,1);
}
nav a:visited {
	color: rgba(0,0,0,1);
}
nav a:active {
	color: rgba(0,0,0,1);
}

/* TEXTFORMATE */

h1, h2, h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.3em;
	margin-bottom: 20px;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 21px;
}
h3 {
    font-weight: 300;
    margin-top: 60px;
}
p {
	margin-bottom: 20px;
	hyphens: auto;
}
em {
    font-style: normal;
    text-transform: uppercase;
}

/* ABSCHNITTE */

section {
	margin: 0 0 50px 0;
	width: 100%;
	clear: both;
	overflow: auto;
}
.floatlinks {
	float: left;
	width: 50%;
	overflow: auto;
}
.floatrechts {
	float: right;
    margin: 0 0 100px 100px;
}
.marginbottom {
    margin: 0 0 200px 0;
}
article {
	width: 100%;
}
div img {
	max-width: 100%;
}
div.zeile img {
	width: 250px;
	padding: 7px;
}
.zeile {
	width: 100%;
	display: table-row;
}
.links {
	background-color: rgba(153,255,204,1);
	width: 40%;
	display: table-cell;
}
.rechts {
	width: 60%;
	background-color: rgba(204,204,255,1);
	display: table-cell;
}

footer a:link {
	color: rgba(100,150,200,1);
    font-weight: 700;
    text-decoration: none; */
}
footer a:hover {
	color: rgba(50,100,150,1);
    font-weight: 700;
}
footer a:visited {
	color: rgba(111,111,111,1);
}
footer a:active {
	color: rgba(111,111,111,1);
}