/*
Violett: 4F194A
Pink: E6007E
Blau: 009FE3
Grün: 95C11F
Hellgrau (Hintergrund): E6E6E6

*/

body{
	font-family:arial;
	color:#4F194A;
}
 
/* Global Links */

a:link, a:visited {
	text-decoration:none;
	color:#E6007E;
}

a:hover, a:focus { 
	text-decoration:underline; 
	color:#E6007E;
} 
a:active { 
}
a:visited:hover{ }

.active a{
	font-weight:bold
}

/* Logo */
.logo-wrapper{
	height:130px;
	background-color:#E6E6E6;
}
.logobar{
  position: relative;
  top: 15px;
  left: 20px;
}
.logobar a{
	position:absolute;
	top:0;
}
.logobar a img{
	width:100%;
}
.ki0{
	position:absolute;
	top:-15px;
	left:-20px;
	width:100px;
	height:130px;
	z-index:5;
	background-color:#E6E6E6;
}
.ki1{
 z-index:6;
 left:0px;
 width:272px;
 width:136px;
}
.ki2{
  z-index:4;
  width:244px;
  left:116px;
  display:none;
}
.ki3{
	z-index:3;
	width:441px;
	left:339px;
	display:none; 
}

.ki2.in{
  left:-80px;
}
.ki2.out{
	left:116px;
}
.ki3.in{
  left:-250px;
}
.ki3.out{
	left:143px;
}

/* Content */
.content-wrapper{
  position:relative;
  margin-top:390px;
  background-color:#E6E6E6;	
}
.content{
  position:relative;
  width: 750px ;
  margin-left: auto ;
  margin-right: auto ;
  background-color:#E6E6E6;
}

.item-0{
  position:absolute;
  top:-455px;
  left:0;
  z-index:5;
}
.image-wrapper{
  padding-top:45px;
  width:100%;
}
.image-wrapper img{
 
}
.video-wrapper{
	    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.video-wrapper iframe{
	position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.text-wrapper{
  padding:15px 0px 25px 5px;
}
.text-wrapper.img{
	padding:30px 0px 0px 5px;
}
/* Textauszeichnungen */
h4{
	font-size:12pt;
	font-weight:bold;
	letter-spacing:0.4px;
	padding-top:40px;
}
h1{
  font-size: 45px;
  margin: 10px 0 20px 0;
  line-height: 110%;
  letter-spacing: 0.2px;
}
h5{
	font-weight:bold;
	letter-spacing: 0.3px;
	line-height:140%;
}
p{
	line-height:130%;
	letter-spacing:0.2px;
	padding:0 0 24px 0;
	font-size:12pt;
	padding-right:160px;
}
.text-wrapper ul{
	padding-left:10px;
	margin:0 0 15px 0;
	line-height:130%;
	letter-spacing:0.2px;
}
.text-wrapper ul li:before{ content:"-"; position:relative; left:-5px;}
.text-wrapper ul li{ 
	text-indent:-5px; 
	padding-bottom:10px;
}
.file-link{
	line-height:140%;
}

.kibe1 h4, .kibe1 h5{
  color:#E6007E;
}
.kibe2 h4, .kibe2 h5{
  color:#009FE3;
}
.kibe3 h4, .kibe3 h5{
  color:#95C11F;
}

/* Search */
.suchtext{
  display:block;
  padding:10px;
  margin:0;
  background-color:#ffffff;	
}
.search-wrapper{
  position:absolute;
  top:50px;
  right:20px;
  width:300px;
}
.search-wrapper form{
  display:inline;
}
.input-search{
	padding:6px 15px 6px 10px;
	background-color:#ffffff;
	border:none;
	font-family:arial;
	width:180px;
}
.button-search{
	position:absolute;
	top: 15px;
	left: 180px;
	width:18px;
	height:18px;
	border:none; 
	
}
.navilink{
	position:relative;
	top:8px;
}
.navilink img{
	width:40px;
}

.navi-holder{
  width: 260px;
  backgound-color: #ffffff;
  background-color: #ffffff;
  display:none; 
  z-index:11;
  position:absolute;
  top:39px;
  left:1px;
}
.navi-holder ul{
	padding:10px 0 0 10px;
}
.navi-holder ul li{
	
}
.navi-holder ul li a{
  line-height:150%;
}

.np11 a{
  color:#009FE3;
}
.np12 a{
	color:#95C11F;
}
.np29 a{
	color:#4F194A;
}
.np4 a, .np32 a{
	color:#E6007E;
}

li.np12:first-of-type{
	margin-top:25px;
}

.navi-holder ul li:nth-child(4){
	margin-top:20px;
}
.navi-holder ul li:nth-child(9){
	margin-top:20px;
}


/* Navi */
.navi-wrapper{
	background-color:#ffffff;
	padding-bottom:60px;
}
.isotope-holder{
	padding:5px;
	
}
.item{
  position:relative;
  width: 200px;
  height: 60px;
  margin-bottom:10px;
  margin-left:10px;
  float:left;
  margin:5px;
  cursor:pointer;
}
.item:after {
    content:'\A';
    position:absolute;
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.6);
    opacity:0.7;
    transition: all 0.5s;
    -webkit-transition: all 0.3s;
    z-index:4;
}
.item:hover:after {
    opacity:1;
}
.item div{
  padding-left:14px;
  font-weight: bold;
  color: #ffffff;
  display: block;
  position: absolute;
  top: 9px;
  left: 15px;
  font-size: 12pt;
  line-height:115%;
  letter-spacing:0.2px;
  z-index:5;
}
.nav-title{
	padding:0 0 7px 0; 
}
.item span{
	font-weight:normal;
	font-size: 12pt;
	line-height:130%;
}
.item span strong{
	font-weight:bold;
	color:#4F194A;
}
.item.r3 div{
	font-size:12pt;
	padding:0;
}
.item img{
	width:100%;
}

/* Rounds */
.item, .item:after, .item img{
	border-radius: 37px 0;
}


/* Colors */
.navi-holder .kibe0 a{
	color: #E6007E;
}
.navi-holder .kibe1 a{
	color: #4F194A;
}
.navi-holder .kibe2 a{ 
	color: #009FE3;
}
.navi-holder .kibe3 a{
	color: #95C11F;	
}

/* Violett verein */
.item.kibe0, .item.kibe0:after{
  background-color:#E6007E;
}
/* Pink verein */
.item.kibe1, .item.kibe1:after{
  background-color:#4F194A;
  
}
/* Balu Krippe */
.item.kibe2, .item.kibe2:after{
  background-color:#009FE3;
}
/* Grün Tagesfamilien */
.item.kibe3, .item.kibe3:after{
  background-color:#95C11F;	
}

/* Naviquadrat */
.r2 {
  width: 410px;
}
.r3, .r3:after, .r3 img {
  width: 305px;
  height: 305px;
  border-radius: 0;
  opacity:0.9;
}

.fancybox-thumbs img{
	padding: 0px 7px 6px 0;
	width:100px;
	height:66px;
}
img.seven{
	padding: 0px 0px 8px 0 !important;
}

/* Foirmular */
table th{
	text-align:left;
	padding:15px 0;
	font-size:22px;
}
.formtable{
	
}
.formtable td{
	padding:5px 0; 
}
.input-short{
	width:35px;
}

.logo-small{
	
	position:absolute;
	top:10px;
	left:10px;
	display:none; 
}
.logo-small img{
	
	width:104px;
}

/* Bei kleiner 900 Suchfeld weg */
@media screen and (max-width: 900px) {
    .search-wrapper form {
        display:none;
    }
    .search-wrapper{
      width:30px;
    }
}


/* Bei kleiner 766 Logo weg, Bild, Text auf 100% */
@media screen and (max-width: 766px) {
    .logobar {
        display:none;
    }
    .logo-small{
	  display:block; 
    }
    .content-wrapper{
     margin-top:0;
    }
    .content{
      width:100%;
      margin:0;
    }
    .text-wrapper{
      padding:0px 10px 20px 5px;
    }
    .image-wrapper{
      position:relative;
      top:0;
      left:0;
      
    }
    .image-wrapper img{
      width:100%;
    }
    .search-wrapper form {
        display:inline;
    }
    .search-wrapper{
      width:270px;
      position:relative;
  margin-left: auto ;
  margin-right: auto ;
      
    }
    .item{
      width:200px;
    }
    
    .r2 {
      width: 200px;
    }
    
    .r3, .r3:after, .r3 img {
      width: 200px;
      height:200px;
    }
    
    .item span{
      font-size:9pt;
    }

}




