@charset "utf-8";
/* CSS Document */
* {
		margin:0;
		padding:0;
		box-sizing:border-box; 
	}
	
@media screen and (min-width: 700px) {
 	body { 
  		background-color: #f2f4f6; 
 		}
  	body 
		{ 
		font-family: TT-font-SourceSansPro-normal,Verdana,sans-serif; 
		font-size: 14px; 
		line-height: 24px;
		font-weight: 400; 
		}
 	 h1 { 
	 	font-weight: 400; 
		color: #60798e; 
		font-size: 22px; 
		letter-spacing: 6px; 
		line-height: 32px; 
		padding: 20px 0px 0px; 
		width: 400px;
		margin-bottom:10px; 
		}
 	 h3 { 
	 	font-family: TT-font-SourceSansPro-semibold,Verdana,sans-serif; 
		font-size: 16px; 
		font-weight: 600; 
		color: #60798e; 
		}
 	 p { 
	 	padding-bottom:15px; 
	 	}
 	 #datenschutz ul li { 
	 	list-style-position: inside; 
	 	}
  	#topheader { 
  		background-color: white; 
		height: 135px; 
		}
 	.mobile { 
		display: none; 
		}
  	main { 
		margin: auto; 
		max-width: 800px; 
		}
 	#Inhalt { 
		margin: auto; 
		max-width: 800px; 
		}
  	header img { 
		position: relative; 
		left: 720px; 
		top: 57px; 
		z-index: 5; 
		}
 	 #slider { 
	 	width: 800px; 
		min-height: 500px; 
		margin: auto; 
		position: relative; 
		}
	footer { 
		font-size: 12px; 
		text-align: right;
		padding-top:20px; 
		width: 800px; 
		height: 50px; 
		margin: auto; 
		}
  	footer a { 
		text-decoration: none; 
		color: #60798e; 
		}
}


