/* ********************************************************************* Fonts */

/********************************************************************** General */
.t1_headline h1,
.main_cms-container_wrapper h1{margin-bottom:10px;}
.t1_headline h2,
.main_cms-container_wrapper h2{margin-bottom:10px;}
/* ============================= Images */
.main_cms-container_wrapper img{
	width:100%;
	margin:0px;
	padding:0px;
}
/* ============================= header */
.tr_header{
	width:100%;
	min-height:75px;
}
/* ============================= sidebar */
.tr_header,
.tr_sidebar{
	min-height:50px;
	float:right;
} 
.tr_sidebar img{
	width:100%;
	border-radius:2px;
	-webkit-box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.2);
    box-shadow:         3px 3px 10px 3px rgba(0, 0, 0, 0.2); 
}

.tr_sidebar_bottom{
	background: url("/wp-content/themes/buw-de/images/bg-white.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	padding-left: 9px;
	min-height:350px;
}


.tr_sidebar .image_1{float:none;}
.tr_sidebar_textbox {float:none;width:100%;}
/* ============================= list style inside rows */
.tr_row li{
	list-style-position: inside;
	margin-bottom:10px;
	list-style: disc;
}
/* ============================================================ */
/* ============================================================ */
/* ============================================================ */
/* ============================================================ */
/* ============================= AB HIERS STYLES !!!!!!!!!!! */
.tr_content {
	min-height:400px;
	padding-top:15px;
}


.buw_button_1{
	background: url("/wp-content/plugins/tr-303-CMS/images/design/buw_button_bg_1.jpg") repeat-x;
    border-radius: 5px;
    color: #FFFFFF; 
    display: inline-block; 
    font-size: 16px; 
    font-weight: normal; 
    height: 18px; 
    padding: 11px 14px; 
    cursor:pointer;
    line-height: 20px;
    -webkit-box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.2);
    box-shadow:         3px 3px 10px 3px rgba(0, 0, 0, 0.2); 
    font-family:daxpro-regularregular,sans-serif;
    white-space:nowrap;  
    min-width:130px;
    text-align: center
}


.buw_button_1:hover {
	background: url("/wp-content/plugins/tr-303-CMS/images/design/buw_button_bg_2.jpg") repeat-x;
	color: #FFF !important;
} 

#header{
	position:absolute;
	top:80px;
	left:0px;
	z-index:100;
}
/* ============================================================ */













