/*********************
Generell
*********************/
.clearfix:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.corner{
	border-radius: 5px;
}

.bold{
	font-weight: 700 !important;
}

.white{
	color: #FFF;
}

.nine{
	font-size: 9px;
}

.small-pad {
	padding-top: 5px;
}
/*********************
Elemente
*********************/
.fchange {
	cursor: pointer;
}

#content{
	padding-bottom: 50px;
}

.login-div{
	position: absolute;
	top: 192px;
	left: 194px;
	padding: 29px 45px 15px 20px;
	background-color: #A79B1A;
	border-radius: 0 20px 0 0;
}

body {
	background-color: #808080;
	background: #808080 url('https://intern.bogk.xaidung.de/themes/bogk/images/body-bg.png') repeat-x;
	background: #808080 -moz-linear-gradient(top, #808080 0px, #ededed 510px, #808080 1000px) no-repeat; /* firefox */
	background: #808080 -webkit-gradient(linear, left top, left bottom, color-stop(0%,#808080), color-stop(44%,#ededed), color-stop(45%,#ededed), color-stop(70%,#808080), color-stop(100%,#808080))  no-repeat; /* webkit */
}

#main-wrapper{
	min-height: 800px;
	background-color: #FFF;
}
.nav-small{
	display: none;
}
.nav-small select{
	width: 100%;
	padding: 5px;
}
.logo{
	float: left; 
}

.top-nav{
	float: right;
	padding-top: 20px;
	padding-right: 6px;
	position: relative;	
}

.top-nav *, .header-nav *, #searchform * {
	font-family: "Source Sans Pro", "PT Sans", sans-serif;
}

.fontchange {
	display: block;
	position: absolute;
	bottom: -70px;
}

.top-nav a{
	text-decoration: none;
	color:  #000 !important; /*#626366;*/
}

.rnd-teaser a, .rnd-teaser-titel a{
	color: #12C;
	text-decoration: underline;
}

.pagination{
	margin-bottom: 20px;
	height: 20px;
}

.pagination .zurueck {
	letter-spacing: 4px;
	float: left;
	display: none;
}

.pagination .weiter {
	letter-spacing: 4px;
	float: right;
}

.pagination  table tr td, .pagination .page {
	font-size: 12px;
}

.pagination a, .pagination > *{
	font-size: 12px;
}

.more {
	float: right;
	margin-bottom: 7px;
	font-size: 14px;
}

.more:hover{
	color: #12C;
	text-decoration: underline;
}

.rnd-teaser-titel, .rnd-teaser{
	border-bottom: 1px solid #999;
	/*margin-right: 25px;*/
	padding-top: 5px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.kommentare{
	width: 90%;
	margin-top: 15px;
}
.kommentare textarea{
	width: 99%;
}
.kommentar{
	margin-bottom: 1px;
	padding: 5px;
	background-color: #EFEFEF;
}
.date-text{
	font-size: 10px;
	color: gray;
}
.download {
	background: url("https://intern.bogk.xaidung.de/themes/bogk//images/download-small.png") no-repeat scroll 0 0 transparent;
	height: 20px;
	padding-left: 25px;
	padding-top: 4px;
}
.download-pdf {
	background: url("https://intern.bogk.xaidung.de/themes/bogk//images/pdf.png") no-repeat scroll 0 0 transparent;
	height: 20px;
	padding-left: 25px;
	padding-top: 4px;
}

.kalender{
	margin-bottom: 20px;
}

.date_day, .date_month, .date_day_to, .date_month_to{
	width: 20px;
}

.date_year, .date_year_to{
	width: 40px;
}

#kalender-add{
	margin-top: 5px;
	width: 100%;
}

.rundTextDetail p{
	margin-bottom: 18px !important;
	font-size: 16px !important;
	line-height: 22px !important;
}
.rundTextDetail span, .rundTextDetail strong, .rundTextDetail a * {
	font-size: 16px !important;
	line-height: 22px !important;
}

#zumTitel {
	margin-bottom: 15px;
}

/*
Twitter
*/
#twitter_view {
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #e1e1e1;
	position: relative;
	width: 180px;
	margin-right: 79px;
	margin-left: 2px;
	z-index: 4;
}

#twitter_logo {
	margin-right: 200px;
	z-index: 5; !important;
	margin-top: 20px;
}


/***************
Suche
****************/

#searchform{
	float: right;
	border-radius: 3px 3px 3px 3px;
}

#searchinput{
	background-color: #f7f8f8;
	border: 1px solid #DDE2E8;
	font-size: 13px;
	height: 15px;
	padding: 4px;
	vertical-align: top;
	width: 114px;
	border-radius: 3px 3px 3px 3px;
}
.lupe{
	height: 25px;
	width: 25px;
}

#such_ergebnisse {
	background-color:#FFF;
	position:absolute;
	top: 127px;
	float: right;
	right: 0;
	z-index:9999;
	width:133px;
	margin-top: 30px;
	padding:0px 15px 6px 15px;
	-moz-box-shadow: 0 5px 5px rgba(0,0,0,0.4), 0 5px 5px rgba(0,0,0,0.4);
	box-shadow: 0 5px 5px rgba(0,0,0,0.4), 0 5px 5px rgba(0,0,0,0.4);
	border-top: 1px solid #FFF;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-radius: 8px 8px 8px 8px;
}

.such_ergebnis {
	padding:6px 0px 0px 0px;
	border-bottom:2px solid #c8cbce;
	margin-bottom:10px;
	font-size: 8px !important;
}

#such_ergebnisse .such_ergebnis h1{
	font-size: 12px !important;
	cursor: pointer;
	color: #000;
}

.weitere_ergebnisse {
	padding:15px 0px 0px 0px;
	border-bottom:none;
}

.weitere_ergebnisse h2{
	font-size: 12px;
	padding: 0px !important;
}

#such_ergebnisse h1, .such_ergebnisse p {
	padding:0px;
	margin:0px 0 2px 0;
}

#such_ergebnisse p {
	cursor:pointer;
	font-size: 11px;
	margin:0px 0 10px 0;
}

#li_ui_li_gen_1333612664975_0-title{
	display: none !important;
}




/*********************
Suche
*********************/
.ui-tabs {
    border: 0 none;
    position: relative;
}
.ui-tabs .ui-tabs-nav {
    background: none repeat scroll 0 0 transparent;
    border-width: 0 0 1px;
    margin: 0;
    padding: 0;
}
.ui-tabs .ui-tabs-nav {
    border-radius: 0 0 0 0;
}
.ui-tabs .ui-tabs-nav li {
    border-bottom: 0 none !important;
    float: left;
    list-style: none outside none;
    margin: 0 0.2em 1px 0;
    padding: 0;
    position: relative;
    top: 1px;
    white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding: 0.4em !important;
    text-decoration: none;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0.5);
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #B6B6B6;
    margin-bottom: 0;
    padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
    cursor: text;
    outline: medium none;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
    background: none repeat scroll 0 0 transparent;
    border-width: 0 1px 1px;
    display: block;
    padding: 1em 1.4em;
}
.ui-tabs .ui-tabs-panel {
    border-radius: 0 0 0 0;
}
.ui-tabs .ui-tabs-hide {
    display: none !important;
}

#results{
	background: none !important;
	margin-top: 10px;
}

#results ul{
	border: none !important;
}

.results-ul{
	border: none !important;
	/*height: 49px;*/
	padding: 0px !important;
}

.results-ul li a{
	padding: 6px 12px !important;
}

.suche-wrapper{
	/*background: url('https://intern.bogk.xaidung.de/themes/bogk/images/suche-bg.png') repeat-x scroll 0 0 #AD523C;*/
	background-color: #DDD;
	width: 96%;
	padding: 2%;
	min-height: 1000px;
}

.search-wrapper{
	background-color: #FFF !important;
	border: 0 !important;

}

.search-li{
	display: inline;
	list-style: none !important;
	border: 0 !important;
	color: #FFF !important;
	padding: 5px 0 10px 0 !important;
	margin: 0 5px 5px 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

.search-li a{
	font-weight: 400 !important;
}

.search-entry{
	padding-bottom: 15px;
}

.search-entry .head{
	font-size: 10px;
	color: #747511;
}

.search-entry  a{
	font-size: 12px;
	color: #000;
}

.ui-state-default{
	background: #FFF !important;
}

.ui-tabs-selected{
	background-color: #DDD !important;
	/*padding: 5px 0 15px 0 !important;*/
}



.rating_wrapper *{margin:0; border:0; padding:0;}
.rating_wrapper {overflow:hidden; height:63px;}
.sp_rating {height:16px;font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:11px; line-height:1.7em; color:#5f5f5f; display:block;}
.rating {float:left; padding-right:4px;}
.base {background:url("https://intern.bogk.xaidung.de/themes/bogk/../../packages/jj_star_rating/blocks/jj_star_rating/images/orange.png") 0 0 repeat-x; width:85px; height:16px; float:left; margin-right:4px; overflow:hidden;}
.average {background:url("https://intern.bogk.xaidung.de/themes/bogk/../../packages/jj_star_rating/blocks/jj_star_rating/images/orange.png") 0 -16px repeat-x; width:85px; text-indent:-9999px;}
.votes {float:left; padding-right:4px;}
.score { background:url("https://intern.bogk.xaidung.de/themes/bogk/../../packages/jj_star_rating/blocks/jj_star_rating/images/orange.png") 0 0 repeat-x; width:85px; height:17px; float:left; position:relative;}
	.score a{display:block; height:100%; float:left; text-indent:-9999px; position:absolute; overflow:hidden; line-height:1em;}
	.score1 {width:20%; z-index:55;}
	.score2 {width:40%; z-index:54;}
	.score3 {width:60%; z-index:53;}
	.score4 {width:80%; z-index:52;}
	.score5 {width:100%; z-index:51;}
	.score a:hover{ background:url("https://intern.bogk.xaidung.de/themes/bogk/../../packages/jj_star_rating/blocks/jj_star_rating/images/orange.png") bottom right repeat-x;}
.status {height:16px; width:100px; overflow:hidden; position:relative;}
	
.score_this{ height:100%; overflow:hidden;}
	.score_this a{color:#999A54;}
.error{ height:100%; overflow:hidden;color:#f30000;}

.rating-uebersicht {
	position: absolute;
	left: 15px;
}






.breadcrumb, .breadcrumb a{
	font-size: 12px;
	color:  #000; /*#626366;*/
	text-decoration: none;
}


.none-deko {
	color: inherit !important;
	text-decoration: none !important
}

.none-deko:hover {
	color: inherit !important;
	text-decoration: none !important
}

.flex-control-nav {
	display: none;
}

.branchenkalender {
	color: #FFF;
	/*position: absolute; 
	width: 316px;
	right: 0;
	height: 148px;
	z-index: 999;
	top: 0;
	overflow: visible;*/
    margin-top: -48px;
    margin-bottom: 15px;
    margin-right: -17px;
}

.branchen-list {
	/*width: 306px;*/
	padding: 0 10px 15px;
	/*right: 0;*/
	background-color: #cec607; 
	opacity: 0.9;
	/* height: 115px;
	z-index: 10;
	overflow: hidden;
	top: 146px;
	position: relative;*/
}
.kal_show {
	/*padding-left: 5px;*/
    padding-top: 10px;
}
.kal_show, .kal_show:hover, .kal_hide a, .kal_hide:hover a {
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	bottom: 5px;
	/*top: 128px;*/
	/*position: absolute;*/
	text-shadow: 1px 1px 1px #000;
}

.kal_hide {
	position: relative;
	top: 147px;
	z-index: 1000;
}

.kal_hide_left, .kal_hide_left:hover{
	left: 5px;
}

.kal_hide_right, .kal_hide_left:hover{
	right: 5px;
}

.kalender-neu {
	margin-top: 10px;
}

.branch-list-wrap {
	/*height: 128px;
	overflow: hidden;
	margin-bottom: 20px;*/
}

.bread-wrap {
	padding: 0 17px;
    height: 48px;
}

