@charset "UTF-8";
/* CSS Document */


* { padding: 0; margin: 0; } /* alles Null WICHTIG */

html { overflow-y: scroll; }

body {
	background: #FFF; /* Hintergrundfarbe */
	color: #FFF; /*Schriftfarbe*/
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
	-webkit-text-size-adjust: none
}
.clearing { clear: both; }


h1, h2, h3 { margin-bottom: 16px;}
p { margin-bottom: 15px;}

div#datenschutz h1 { font-size: 20px; color: #222; font-weight:normal; line-height:1;}
div#datenschutz h2 { font-size: 20px; color: #222; font-weight:normal; line-height:1.5; text-decoration: none;}
div#datenschutz h3 { font-size: 16px; color: #222; font-weight:normal; line-height:1.5; text-decoration: underline;}

hr { 
    width: 100%; 
    height: 0,5px; 
    margin-top: 15px;
	margin-bottom: 15px;
    /*color: #58595b;*/
    background-color: lightgray;	
	}



div#datenschutz {
			margin-right: auto;
			margin-left: auto;
			max-width: 100%;
			height: auto;
			background-color: #FFF;
			}

div#datenschutz_text {padding-top: 60px;
			padding-left: 20px;
			padding-right: 20px;
			padding-bottom: 60px;
			margin-right: auto;
			margin-left: auto;
			font-size: 16px;
			text-align: center;
			line-height: 1.5;
			color: #222;
			max-width: 580px; 
			}

div#datenschutz a:visited { color: #888 }
div#datenschutz a:link { color: #888; }
div#datenschutz a:hover { color: #fff; background-color: #333; }
div#datenschutz a:focus { color: #fff; background-color: #333; }
div#datenschutz a:active { color: #fff; background-color: #333; }


/* -----------MOBILE VERSION---------MOBILE VERSION-----------MOBILE VERSION-------- */


@media (max-width: 600px) {
	
/*----Navigation Mobil----*/

	
}
	
/* -----------TABLET VERSION---------TABLET VERSION-----------TABLET VERSION-------- */


@media (min-width: 601px)and (max-width: 900px) {



}

