body{
	background:#fff url(../background.png) top center fixed;
}
nav{
	width:100%;
	background:transparent url(..images/nav.png) 0 0 repeat-x;
	height:50px;
	margin-bottom:10px;
	
}
header{
	background:rgba(255,255,255,0.61);
	margin-bottom:10px;
}
#logo{
	max-width:777px;
	margin:0 auto;
	padding:36px 0px;
	width:100%;
}

section{
	width:100%;
	background:rgba(99,193,178,0.61);
	margin-bottom:10px;
}
#about{
	background:rgba(99,193,178,0.17);
	min-height:300px;
	color:rgba(48,117,106,1);
	text-shadow:1px 1px 0px rgba(255,255,255,0.61);
}
#about img{
	display:block;
	width:61px;
	height:61px;
	margin-right:10px;
	margin-left:10px;
}
#about .ziele{
	text-align:justify;
	font-size:120%;
}
#about .keys{
	font-size:120%;
	margin-top:36px;
	margin-bottom:36px;
}
.left{
	float:left;
	text-align:left;
}
.right{
	float:right;
	text-align:right;
	margin-top:0px;
}
#about li{
	list-style-type:none;
	height:auto;
	width:100%;
	padding:20px;
}
#about li:after{
	/* Or @extend clearfix */
	  content: "";
	  display: table;
	  clear: both;
}
#about li p{
	max-width:540px;
	margin-top:0px;
}
#about h2{
	margin-left:20px;
	margin-top:30px;
}
footer{
	width:100%;
	background:rgba(105,105,105,0.61);
	height:361px;	
}
.wrap{
	max-width:1000px;
	margin:0 auto;
	padding:10px 36px;
	background:rgba(255,255,255,0.61);
}
.wrap:after{
	/* Or @extend clearfix */
	height:36px;
	  content: "";
	  display: table;
	  clear: both;
}
.nobg{
	padding:10px 36px;
	background:transparent !important;
}
.disclaimer{
	font-size:80%;
	line-height:140%;
	letter-spacing:0.1em;
	color:#fff;
	text-align:justify;
}
#shotsss{
	position:relative;
	margin:0 auto;
	background:#fff;
	padding:0px 15px 0px 15px;
	text-align:center;
	color:#000;
	border:12px solid #000;
	font-size:100%;
	margin-bottom:-30px;
	z-index:1000;
	max-width:900px;
}
#shotsss h1{
	font-size:300%;
	display:inline;
	line-height:150%;
}
#shotsss p{
	font-size:70%;
	color:#000;
}

#vCard{
	text-align:right;
	margin-top:35px;
}
#vCard h4{
	display:block;
	margin-bottom:-20px;
	font-size:80%;
	color:rgba(255,255,255,0.36);
	font-family: quantico, serif;
	letter-spacing:1px;
}
#vCard p{
	font-size:110%;
	font-weight:bold;
	color:#fff;
	text-shadow:-1px -1px 0px rgba(0,0,0,0.17);
}

.cbp-rfgrid li {
	border:2px solid rgba(99,193,178,0.61);
}
.cbp-rfgrid{
	border:5px solid rgba(99,193,178,0.61);
	background:rgba(99,193,178,0.61);
}
.cbp-rfgrid:after{
	/* Or @extend clearfix */
	  content: "";
	  display: table;
	  clear: both;
}
.cbp-rfgrid li a div small{
	font-size:0.7em;
	letter-spacing:0.09em;
	font-family: quantico, serif;
	color:#fff;
	background:rgba(99,193,178,0.61);
	padding:0px 6px 1px 5px;
}
.cbp-rfgrid li a div h3{
	line-height:110%;
	color:rgba(255,255,255,0.88);
	margin-bottom:2px;	
	text-shadow:0px 1px 1px rgba(51,51,51,0.44);
	font-weight:bold;
	letter-spacing:-0.07em;
}
.cbp-rfgrid li a div {
	background:rgba(0,0,0,0.61);
}
::selection
    {
        color:      transparent;
        background: #fff;
		text-shadow:none;
	}
::-moz-selection
    {
        color:      #000;
        background: #000;
		opacity:1;
    }
	.hidden{visibility:hidden;display:none;}
