/* mulish-regular - latin */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/mulish-v3-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/mulish-v3-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/mulish-v3-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/mulish-v3-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/mulish-v3-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/mulish-v3-latin-regular.svg#Mulish') format('svg'); /* Legacy iOS */
}
body {
	background-color: #FFFFFF;
	padding: 0;
	color: #000;
	font-size: 100%;
	line-height: 0px;
	text-align: justify;
}

.container {
	width: 1015px;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.header {
	width: 1015px;
	background-color: #FFF;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-width: thin;
}
.header1 {
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-width: thin;
}

.sidebar1 {
	float: left;
	background-color: #FFFFFF;
	letter-spacing: 2pt;
	width: 200px;
}

#projekte,
#logo,
#privat,
#piktogramm, 
#portrait,
#about,
#impresstext,
#reftext,
#plakat {
	height: 600px;
	overflow: hidden;
	list-style-image: none;
	list-style-type: none;
	background-color: #FFFFFF;
}

#projekte ul p,
#logo ul p, 
#privat ul p,
#piktogramm ul p,
#portrait ul p 
#impresstext p,
#plakat ul p {
	font-family: 'Mulish', sans-serif;
	font-size: 13px;
	padding-top: 15px;
	padding-left: 292px;
	color: #FFF;
	margin-top: 0px;
	background-image: url(../images/trenner.jpg);
	background-repeat: no-repeat;
	height: 30px;
}

	

img {
	width: 100%;
	height: auto;
	padding: 0px;
}

a img {
	padding-bottom: 0px;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}

p {
	font-family: 'Mulish', sans-serif;
	font-size: 12px;
}

h1 {
	font-family: 'Mulish', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1pt;
	padding-left: 60px;
	padding-top: 7px;
	line-height: 15px;
	color: #000;
}
#impresstext h1{
	padding-top: 25px;
	padding-left: 83px;
}

#impresstext p {
	line-height: 13pt;
	margin-left: 83px;
	margin-right: 25px;
}

#impresstext img {
	width: 19%;
	height: auto;
}

h2 {
	font-family: 'Mulish', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1pt;
	line-height: 5px;
}

#startbild 	{
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	height: 600px;
}

#reftext p {
	padding-left: 60px;
	font-size: 12px;
	line-height: 13pt;
}

	
#cvtext ul {
	list-style-type: none;
	text-align: right;
}
#cvtext li {
	font-family: 'Mulish', sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;	
}

#cvtext h1 {
	font-family: 'Mulish', sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: -5px;
	list-style-type: none;
}

#cvtext h3{
	font-family: 'Mulish', sans-serif;
	text-align: right;
	font-size: 10px;
	margin-top: 12px;
	color: #999;
	line-height: 20px;
	list-style-type: none;
}

table{
	padding: 15px 18px
}

tr {
	height: 10px;
}

th {
	text-align: left;
}

td {
	vertical-align: top;
}




/* ~~ Die Reihenfolge der Stildefinitionen für die Hyperlinks der Site, einschließlich der Gruppe der Selektoren zum Erzeugen des Hover-Effekts, muss erhalten bleiben. ~~ */
a:link {
	color: #000;
	font-family: 'Mulish', sans-serif;
	text-decoration: none;
}
a:visited {
	color: #666666;
	font-size: 11px;
	padding-top: 0px;
}
a:hover, a:active, a:focus { /* Durch diese Gruppe von Selektoren wird bei Verwendung der Tastatur der gleiche Hover-Effekt wie beim Verwenden der Maus erzielt. */
	text-decoration: none;
}
	
#aktuellstart {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #e30613;
	background-color: #FFF;
	color: #666;
	padding-top: 0px;
}

#startlink 	{
	padding-top: 5px;
}
	
.container .prev {
		position:absolute;
		top:185px;
		padding-left:1000px;
		width: 15px;
		height: 10px
	}
	
.container .next{
		position:absolute;
		top:815px;
		padding-left:1000px;
		width: 15px;
		height: 10px
	}

.next, .prev{
	cursor:pointer;
}



/* ~~ Fußzeile ~~ */
.footer {
	width: 1015px;
	background-color: #FFF;
	position: relative;/* Hiermit erhält IE6 die Eigenschaft hasLayout, damit die clear-Anweisung korrekt ausgeführt wird. */
	clear: both; /* Diese clear-Eigenschaft bewirkt, dass .container das Ende der fließenden Spalten erkennt und ihren Inhalt aufnimmt. */
	color: #000;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333;
	border-top-width: thin;
}
