/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #cce2e0;
    text-shadow: none;
}

::selection {
    background: #cce2e0;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body,html{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	line-height:1.4;
	color:#000000;
	background-color:#FFF;
	
}
a{
	text-decoration:none;
	outline: 0;
	color:#000000;
	transition-property: color;
	transition-duration: 0.2s;
	transition-timing-function: ease-out;
}
a:hover{
	color:#000000;
}



h1,h2,h3{
	margin:0;
}
h1{
	font-size:23px;
	line-height:26px;
}
.page-wrap{
	width:945px;
	height:600px;
	margin:0 auto;
	position:relative;
	margin-top:100px;
	/*position:absolute;
	top:0; 
	left:0; 
	bottom:0; 
	right:0;*/
}

.logo{
	display:block;
	position:absolute;
	left:110px;
	top:0px;
}
.titel{
	position:absolute;
	left:190px;
	top:2px;
	color:#006f66;
	text-indent:-9999px;
	
	overflow:hidden;
	background-image:url(../images/logo_koko_schriftzug.png);
	width:214px;
	height:46px;
}
.titel span {
    display: block;
    padding-top: 10px;
}
.kreis{
	display:block;
	-moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
	font-weight:bold;
	text-align:center;
	position:absolute;
	-webkit-transition:.2s;
    -moz-transition:.2s;
    -ms-transition: .2s;
    transition: .2s;
	color:#FFFFFF;
}
.kreis,
.kreis-links,
body.b-angebot .ch-item{
	text-transform:uppercase;
}


.kreis:hover{
	margin-left:-10px;
	margin-top:-10px;
	color:#FFFFFF;
}
.kreis:active{
	color:#FFFFFF;
	border-color:#FFFFFF;
	-webkit-box-shadow:inset 0 0 5px 0 rgba(0,0,0,.2);
	box-shadow:inset 0 0 50px 0 rgba(0,0,0,.2);
}
.kreis-home{
	left:320px;
	top:100px;
	width:90px;
	height:90px;
	line-height:90px;
	background-color:rgba(145,31,134,.8);
	font-size:18px;
	z-index:2;
}
.kreis-home:hover,
.kreis-home.act{
	width:110px;
	height:110px;
	line-height:110px;
	-webkit-box-shadow:inset 0 0 0 100px rgba(145,31,134,1);
	box-shadow:inset 0 0 0 100px rgba(145,31,134,1);
}

.kreis-angebot{
	left:470px;
	top:235px;
	width:140px;
	height:140px;
	line-height:140px;
	font-size:20px;
	z-index:2;
	background-color:rgba(218,73,87,.8);
}
.kreis-angebot:hover{
	width:160px;
	height:160px;
	line-height:160px;
	-webkit-box-shadow:inset 0 0 0 100px rgba(218,73,87,1);
	box-shadow:inset 0 0 0 100px rgba(218,73,87,1);
}


.kreis-wir{
	left:530px;
	top:157px;
	width:120px;
	height:120px;
	line-height:120px;
	font-size:25px;
	z-index:3;
	background-color:rgba(0,111,102,.8);
}
.kreis-wir:hover{
	width:140px;
	height:140px;
	line-height:140px;
	-webkit-box-shadow:inset 0 0 0 100px rgba(0,111,102,1);
	box-shadow:inset 0 0 0 100px rgba(0,111,102,1);
}

.kreis-portfolio{
	left:780px;
	top:0px;
	width:125px;
	height:125px;
	line-height:125px;
	font-size:18px;
	z-index:2;
	background-color:rgba(162,194,138,.8);
}
.kreis-portfolio:hover{
	width:145px;
	height:145px;
	line-height:145px;
	-webkit-box-shadow:inset 0 0 0 100px rgba(162,194,138,1);
	box-shadow:inset 0 0 0 100px rgba(162,194,138,1);
}

.kreis-kontakt{
	left:840px;
	top:215px;
	width:110px;
	height:110px;
	line-height:110px;
	font-size:18px;
	z-index:2;
	background-color:rgba(222,107,61,.8);
}
.kreis-kontakt:hover{
	width:130px;
	height:130px;
	line-height:130px;
	-webkit-box-shadow:inset 0 0 0 100px rgba(222,107,61,1);
	box-shadow:inset 0 0 0 100px rgba(222,107,61,1);
}

.home-kreis1{
	position:absolute;
	left:220px;
	top:145px;
}
.home-kreis2{
	position:absolute;
	left:560px;
	top:25px;
}



.mainnav{
	position:absolute;
	top:-4px;
	right:70px;
}
.mainnav a{
	font-size:20px;
	color:#000000;
	font-weight:bold;
	margin-right:35px;
}

a.nav-home:hover,
a.nav-home.act{
	color:#911f86;
}
a.nav-angebot:hover,
a.nav-angebot.act{
	color:#da4957;
}
a.nav-wir:hover,
a.nav-wir.act{
	color:#006f66;
}
a.nav-portfolio:hover,
a.nav-portfolio.act{
	color:#a2c28a;
}
a.nav-kontakt:hover,
a.nav-kontakt.act{
	color:#de6b3d;
}

.subnav{
	padding-bottom:50px;
}
.subnav ul,
.subnav ul li{
	list-style-type:none;
	padding:0;
	margin:0;
}
.subnav h2{
	margin-bottom:10px;
	height:40px;
	color:#A9BD8B;
}
body.b-portfolio .subnav{
	padding-bottom:0px;
	/*height:320px;
	overflow:hidden;*/
}






.subnav a{
	display:block;
	margin-bottom:10px;
}
.subnav a.act{
	font-weight:bold;
}

body.b-portfolio .subnav a{
	font-size:12px;
	margin-bottom:2px;
	margin-top:3px;
	line-height:14px;
}




.kreis-links{
	left:0px;
	top:185px;
	width:100px;
	height:100px;
	line-height:100px;
	color:#a9bd8b;
	font-size:15px;
	z-index:2;
	-moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
	font-weight:bold;
	text-align:center;
	position:absolute;
	color:#FFFFFF;
}
body.b-angebot .kreis-links{
	background-color:#da4957;
	
}
body.b-wir .kreis-links,
body.b-netzwerk .kreis-links{
	background-color:#d1ffcd;
	background-color:#006f66;
}
body.b-portfolio .kreis-links{
	background-color:#a9bd8b;
}
body.b-kontakt .kreis-links{
	background-color:#de6b3d;
}

.text-links{
	position:absolute;
	top:225px;
	left:126px;
	font-size:14px;
	width:180px;
}
body.b-angebebot .text-links{
	width:150px;
}
.text-links p{
	text-transform:none;
	font-size:15px;
	margin-top:0px;
}
body.b-kontakt .text-links p{
	margin-top:0px;
	margin-bottom:6px;
}
.text-links h2{
	font-size:14px;
}

body.b-angebot .text-links a:hover{
	color:#da4957;
}
body.b-wir .text-links a:hover{
	color:#006f66;
}
body.b-portfolio .text-links a:hover{
	color:#A9BD8B;
}
body.b-kontakt .text-links a:hover{
	color:#de6b3d;
}


.content,
.content-kreis{
	position:absolute;
	width:500px;
	height:500px;
	left:340px;
	top:70px;
}
.content-kreis{
	left:0;
	top:0;
	-moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
	border-radius: 50%;
	z-index:1;
	color:#000;
}
body.b-wir .content-kreis{
	background-color:#b2d4d1;
}
body.b-netzwerk .content-kreis{
	background-color:#debbda;
}
body.b-angebot .content-kreis{
	background-color:#B2D4D1;
}

.content-kreis h2{
	font-size:16px;
	margin:0 90px;
	margin-top:140px;
	margin-bottom:10px;
	
}
.content-kreis p{
	text-transform:none;
	font-size:13px;
	margin:0 90px;
}










.ch-item{
	width: 220px;
	height: 220px;
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	cursor: default;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	
	z-index:2;
}




/************************************
KREISE: ANGEBOT
************************************/

body.b-angebot .ch-item {
	background:#da4957;
}

body.b-angebot .ch-item:hover{
	/*z-index:4;*/
}

body.b-angebot .ch-info h3 {
	font-size:15px;
}
.kreis-KOKO{
	left:176px;
	top:36px;
	width:250px;
	height:250px;
	z-index:2;
	
}
.kreis-logo{
	left:-60px;
	top:146px;
	width:165px;
	height:165px;
	background-color:rgba(204,92,94,.75) !important;
	z-index:3;
}
.kreis-werbung{
	left:87px;
	top:180px;
	width:175px;
	height:175px;
	background-color:rgba(227,119,129,.80) !important;
	z-index:3;
}
.kreis-event{
	left:220px;
	top:215px;
	width:260px;
	height:260px;
	background-color:rgba(236,164,171,.60) !important;
	z-index:3;
}
.kreis-web{
	left:30px;
	top:317px;
	width:165px;
	height:165px;
	background-color:rgba(204,92,94,.60) !important;
	z-index:3;
}
.kreis-packaging{
	left:405px;
	top:40px;
	width:165px;
	height:165px;
	background-color:rgba(204,92,94,.60) !important;
	z-index:3;
}




.ch-item.kreis-KOKO h3{
	padding-top:105px;
}
.ch-item.kreis-logo h3{
	padding-top:55px;
}
.ch-item.kreis-werbung h3{
	padding-top:70px;
}
.ch-item.kreis-event h3{
	padding-top:95px;
}
.ch-item.kreis-web .ch-info h3{
	padding-top:62px;
	font-size:12px;
}
.ch-item.kreis-packaging h3{
	padding-top:60px;
}




/************************************
KREISE: TEAM
************************************/

.kreis-alf{ 
	left:119px;
	top:70px;
	width:260px;
	height:260px;
	background-image: url(../wir/inhalte/alf.jpg);
	z-index:3;
}

.kreis-tango{ 
	left:156px;
	top:313px;
	width:125px;
	height:125px;
	background-image: url(../wir/inhalte/tango.jpg);
	z-index:2;
}
.kreis-netzwerk{ 
	left:265px;
	top:270px;
	width:255px;
	height:255px;
	background-color:rgba(145, 31, 134, 0.8);
	z-index:3;
	text-transform:uppercase;
}
.kreis-netzwerk .ch-info{ 
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity:1;
}
.ch-item.kreis-netzwerk:hover .ch-info{ 
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.ch-item.kreis-netzwerk:hover{ 
	box-shadow: 
		inset 0 0 0 130px rgba(145, 31, 134, 1);
}
.ch-item.kreis-alf h3{
	padding-top:90px;
}
.ch-item.kreis-stefan h3{
	font-size:15px;
	padding-top:25px;
}
.ch-item.kreis-selina h3{
	font-size:15px;
	padding-top:55px;
}
.ch-item.kreis-timo h3{
	font-size:15px;
	padding-top:55px;
}
.ch-item.kreis-tango h3{
	font-size:15px;
	padding-top:45px;
}
.ch-item.kreis-netzwerk h3{
	padding-top:115px;
}
.ch-item.kreis-netzwerk a{
	color:#FFFFFF;
	display:block;
	width:255px;
	height:255px;
}


/************************************
KREISE: NETZWERK
************************************/

.kreis-karin{
	left:-52px;
	top:8px;
	width:210px;
	height:210px;
	background-image:url(../wir/inhalte/netzwerk/karin.jpg);
}
.kreis-matthias{
	left:-70px;
	top:240px;
	width:210px;
	height:210px;
	background-image:url(../wir/inhalte/netzwerk/matthias.jpg);
}
.kreis-stefan{
	left:-10px;
	top:240px;
	width:120px;
	height:120px;
	background-image:url(../wir/inhalte/stefan.jpg);
    background-size:cover;
}
.kreis-daniel{
	left:372px;
	top:105px;
	width:210px;
	height:210px;
	background-image:url(../wir/inhalte/netzwerk/daniel.jpg);
}
.kreis-koko{
	left:95px;
	top:95px;
	width:300px;
	height:300px;
	/*background:rgba(0,111,102,.9) url(../wir/inhalte/netzwerk/koko.png) no-repeat scroll 50% 50%;*/
	background-color:rgba(0,111,102,.9);
	z-index:4;
}
.ch-item.kreis-koko:hover{
	box-shadow: 
		inset 0 0 0 150px rgba(0,111,102, 0.9);
}

.ch-item.kreis-koko img{
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.ch-item.kreis-koko:hover img{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.kreis-koko a{
	display:block;
	padding-left:120px;
	padding-top:65px;
	padding-bottom:70px;
}

.ch-item.kreis-karin h3{
	font-size:17px;
	line-height:20px;
	padding-top:65px;
}
.ch-item.kreis-matthias h3{
	font-size:17px;
	line-height:20px;
	padding-top:60px;
}
.ch-item.kreis-daniel h3{
	font-size:17px;
	line-height:20px;
	padding-top:65px;
}






.ch-info {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	-webkit-backface-visibility: hidden; /*for a smooth font */
	
	color:#FFF;
	font-size:13px;
	text-align:center;
	
	letter-spacing:1px;

}
body.b-angebot .ch-info{
	color:#FFFFFF;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.ch-info h3 {
	position: relative;
	letter-spacing: 1px;
	font-size: 22px;
	padding: 75px 0 0 0;
}







.ch-info p {
	padding:0;
	padding-top:5px;
	margin:0 30px;
	font-size: 13px;
}


.ch-info p a {
	display: block;
	color:#FFFFFF;
	text-transform:none;
}

.ch-info p a:hover {
	color:#000;
}


.ch-item:hover {
	box-shadow: 
		inset 0 0 0 130px rgba(0,111,102, 0.9);
}

body.b-angebot .ch-item:hover {
	box-shadow: 
		inset 0 0 20px 130px rgba(0,111,102, 1)
	}

.ch-item:hover .ch-info {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);	
}
body.b-angebot .ch-item .ch-info {	
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);	
}
body.b-angebot .ch-item:hover .ch-info {	
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);	
}



/************************************

PORTFOLIO + SLIDER

************************************/

.slidesjs-container{
	-moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
	border-radius: 50%;
	
	/* SAFARI FIX */
	-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
	
	overflow:hidden;
}
.slidesjs-pagination{
	display:none;
}

.slidesjs-navigation{
	position:absolute;
	top:220px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	width:24px;
	height:47px;
}
.slidesjs-previous{
	left:-50px;
	background-position:0 0;
}
.slidesjs-next{
	right:-50px;
	background-position:0 -24px;
}
.slidesjs-previous:hover,
.slidesjs-next:hover{
	background-image:url(../images/pfeile_hover.png) !important;
}

body.b-angebot .slidesjs-previous,body.b-angebot .slidesjs-next{
	background-image:url(../images/pfeile_angebot.png);
}
body.b-wir .slidesjs-previous,body.b-wir .slidesjs-next{
	background-image:url(../images/pfeile_wir.png);
}
body.b-portfolio .slidesjs-previous,body.b-portfolio .slidesjs-next{
	background-image:url(../images/pfeile_portfolio.png);
}
body.b-kontakt .slidesjs-previous,body.b-kontakt .slidesjs-next{
	background-image:url(../images/pfeile_kontakt.png);
}
.zaehler{
	position:absolute;
	right:30px;
	bottom:30px;
	font-weight:700;
	z-index:99;
}

.portfolio-text{
	background-color:#A9BD8B;
	background-color:#d4dec5;
	color:#000;
	text-transform:none;
	font-size:13px;
	width:500px;
	height:500px;
	line-height:1.4;
	font-weight:400;
}
.portfolio-text div{
	padding:120px 90px 10px;
}

.portfolio-text h2{
	font-size:14px;
	margin-bottom:10px;
	/*text-transform:uppercase;*/
}
.portfolio-text h3{
	font-size:13px;
}
.portfolio-text ul{
	padding-left:0px;
}
.portfolio-text ul li{
	padding-left:15px;
	padding-bottom:5px;
	list-style:none;
	background:url(../images/bullet_black.gif) no-repeat scroll 0 9px;
}

/************************************

KONTAKT

************************************/

#google-maps{
	-moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
	
	/* SAFARI FIX */
	-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
	width:500px;
	height:500px;
	overflow:hidden;
	position:absolute;
	left:340px;
	top:70px;
/*	background:url(../images/loading.gif) no-repeat scroll 50% 50%;*/
}

.adresse{
	font-size:14px;
	position:absolute;
	left:337px;
	top:535px;
	font-weight:700;
}
.adresse span{
	display:block;
	font-size:13px;
	font-weight:400;
}
.adresse span span{
	color:#006f66;
	display:inline;
}
.adresse a{
	color:#000000;
}
.adresse a:hover{
	color:#006f66;
}

/*.gmnoprint.gm-style-cc{
	bottom:auto !important;
	top:460px !important;
	right:180px !important;
}

.gmnoprint{
	bottom:auto !important;
	top:473px !important;
	right:170px !important;
}*/



/************************************/










/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Respo		nsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

				