@charset "ISO-8859-1";
/* CSS Document */


/* Settings for all controlpanels  */
._upper{
    text-transform: uppercase;
}

.bkmenu_type{
	display:none;
	width:100%;
	position:relative;
	cursor:pointer;
	text-align:center;
}
.bkmenu_type.bkactive{
	display:block;
    padding-top: 10px;
}

.bkmenu_abc_themen,
.bkmenu_topology_topics{
	width:100%;
	position:relative;
	display:none;
	cursor:pointer;
	text-align:center;
}
.bkmenu_selection{
	width:100%;
	position:relative;
	cursor:pointer;
    display: block;
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body.nojs .bkmenu_selection,
body[data-type="d"] .bkmenu_selection{
       padding: 10px 40px 0;
}
body[data-type="dl"] .bkmenu_selection{
          padding: 20px 0px;
}
body[data-type="dl"] #bkmenu_abc,
body[data-type="dl"] #bkmenu_topology{
    padding-left: 10px;
    padding-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bkmenu_selection:empty{
	display:none;
}

#bkcatalog_submenu .bkmenu_topics.bkactive{
	margin:0px 0 40px;
}
#bkcatalog_submenu h3{
    color: #286640;
    padding-bottom: 15px;
}
body.nojs #bkcatalog_submenu h3,
body[data-type="d"] #bkcatalog_submenu h3{
    font-size: 25px;
    line-height: 28px;
}




/* ################################ CLICKCONTENT DEFAULT  ###################################*/
/* ##########################################################################################*/

.bkclickcontent{	
	width: 100%;
	height: auto;
	display: none;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: height 0.25s linear 0s;
	-moz-transition: height 0.25s linear 0s;
	-ms-transition: height 0.25s linear 0s;
	transition: height 0.25s linear 0s;
}
body.nojs:not(.bkcolor_informationen):not(.bkcolor_catalog) .bkclickcontent,
body[data-type="d"]:not(.bkcolor_informationen):not(.bkcolor_catalog) .bkclickcontent{	
    box-shadow:inset 0 1px 0px rgba(0, 0, 0, 0.2), inset 0 3px 5px -2px rgba(0, 0, 0, 0.2), inset 0 -1px 0px rgba(0, 0, 0, 0.1), inset 0 -3px 5px -2px rgba(0, 0, 0, 0.2);
}
.bkcontrolpanel.bkactive .bkclickcontent{
	display:block;	
	-webkit-transition:height  0.25s linear  0s;
	-moz-transition:height 0.25s linear  0s;
	-ms-transition:height 0.25s linear  0s;
	transition:height 0.25s linear 0s;
}



/* ################################## CLICKCONTENT INNER  ###################################*/
/* ##########################################################################################*/

.bkclickcontent_inner{	
	width:100%;
	position:relative;
	display:block;
	text-align:center;	
	-webkit-transition:height  0.25s linear  0s;
	-moz-transition:height 0.25s linear  0s;
	-ms-transition:height 0.25s linear  0s;
	transition:height 0.25s linear 0s;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	overflow:hidden;
}
 body.nojs.bkpage_catalog ._bottom .bkclickcontent_inner,
 body[data-type="d"].bkpage_catalog ._bottom .bkclickcontent_inner{	    
    padding: 25px 20px;
}
 body.nojs.bkpage_catalog ._top .bkclickcontent_inner,
 body[data-type="d"].bkpage_catalog ._top .bkclickcontent_inner{	    
    padding: 15px 20px;
}
 body[data-type="dl"].bkpage_catalog ._top .bkclickcontent_inner{	    
    padding: 10px 0px;
}

#bkvideo_menu {
	margin:15px 0;
}
#bkmenu_entries{
	margin-bottom:0.4em;
}

 #bkcatalog_submenu {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}


 body[data-type="dl"].bkpage_catalog ._bottom .bkclickcontent_inner{	    
    padding: 25px 5px;
}
#bkmenu_themen.bkinactive{
display: block;
    height: 0;
    overflow: hidden;
}
#bkmenu_themen.bkactive{
display: block;
    height: auto;
    overflow: hidden;
}
/* ###################################### Media Query #######################################*/
/* ##########################################################################################*/

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

}

@media only screen and (min-width: 769px) and (max-width: 1024px)
{
	
}
