
* {
	line-height:140%;
	margin:0;
	padding:0;
	font-size:16px;
	}
	
body {
	background: #f3f2f0;
	font-family: 'Open Sans', sans-serif;
  	font-style:normal;
  	font-weight:400;
  	line-height: 1.5;
  	margin: 0;
  	padding: 0;
	}


/*****************************/	
/********  Schrift  **********/	
/****************************/	


h2 {
	color:#000;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size: 1.55em;	
	font-style:normal;
	line-height:170%;
	hyphens: auto;
	}
p {
	color:#000;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size: 0.90em;	
	font-style:normal;
	line-height:170%;
	hyphens: auto;
	}
p a {
	font-size: 100%;	
	font-weight:500;
  	color:#999;
  	text-decoration: none;
	}
p a:hover, p a:focus, p a:visited {
	color:#7f7f7f;
	text-decoration:none;
	}

.callout {
	margin-top:100px;
	min-height:617px;
	background-image: url(../img/winkler_bg.jpg);
    background-repeat:no-repeat;
    background-size:600px;
    background-position:right 120px;
    
	border-top:1px solid #cdc9c0;
	border-left:1px solid #cdc9c0;
	border-right:1px solid #cdc9c0;
	border-bottom:80px solid #b7b3a7;
	-webkit-box-shadow: 4px 4px 19px -7px rgba(0,0,0,0.6);
	-moz-box-shadow: 4px 4px 19px -7px rgba(0,0,0,0.6);
	box-shadow: 4px 4px 19px -7px rgba(0,0,0,0.6);
	}
#logo{
	margin:100px 0 15px 80px;
  	padding:0;
	width:460px;
	height:100px;
	}
#text {
	margin:100px 60px 0 80px;
	}	
	
.fusszeile {
	width:100%;
	text-align:center;
	}	
.fett {
	font-weight:600;
	}

.break {
	display:none;
	}
.strich {
	display:inline;
	font-size:11px;
	padding:0 4px;
	}






@media only screen and (max-width: 905px)  {

	
.callout {
	margin:10px;
	min-height:417px;
	background-image: url(../img/winkler_bg.jpg);
    background-repeat:no-repeat;
    background-size:280px;
    background-position:right 150px;
    border-bottom:60px solid #b7b3a7;
	}
#logo{
	margin:50px 0 15px 0;
  	padding:0 20px;
	max-width:260px;
	}
#text {
	margin:200px 10px 0 20px;
	}	
.strich {
	display:none;
	}
	.break {
	display:inline;	
	}
.fusszeile {
	width:100%;
	text-align:left;
	padding:10px 0 0 50px;
	}	

}
