/*
	Theme Name: buw-consulting.de
	Author: Testroom GmbH
	Author URI: http://www.testroom.de/
	Description: buw Consulting Theme
	Version: 0.1
	Theme URI: http://www.testroom.de/
	Overtaker: Eric
*/



/*RESETS*/
body { margin:0; padding:0;  -webkit-font-smoothing: antialiased; }
a { text-decoration: none; }

	
.sup a
{
margin-bottom: -20px !important;
position: relative;
top: -6px;
}
.sup
{
	display:block;
	height:18px;
}


@font-face {
    font-family: 'daxprolight';
    src: url('fonts/daxpro-light-webfont.eot');
    src: url('fonts/daxpro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/daxpro-light-webfont.svg#daxprolight') format('svg'),
         url('fonts/daxpro-light-webfont.woff') format('woff'),
         url('fonts/daxpro-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'daxpromedium';
    src: url('fonts/daxpro-medium-webfont.eot');
    src: url('fonts/daxpro-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/daxpro-medium-webfont.svg#daxpromedium') format('svg'),
         url('fonts/daxpro-medium-webfont.woff') format('woff'),
         url('fonts/daxpro-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'daxpro-regularregular';
    src: url('fonts/daxpro-regular-webfont.eot');
    src: url('fonts/daxpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/daxpro-regular-webfont.svg#daxpro-regularregular') format('svg'),
         url('fonts/daxpro-regular-webfont.woff') format('woff'),
         url('fonts/daxpro-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'daxproblack';
    src: url('fonts/daxpro-black-webfont.eot');
    src: url('fonts/daxpro-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/daxpro-black-webfont.svg#daxproblack') format('svg'),
         url('fonts/daxpro-black-webfont.woff') format('woff'),
         url('fonts/daxpro-black-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'daxprobold';
    src: url('fonts/daxpro-bold-webfont.eot');
    src: url('fonts/daxpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/daxpro-bold-webfont.svg#daxprobold') format('svg'),
         url('fonts/daxpro-bold-webfont.woff') format('woff'),
         url('fonts/daxpro-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'daxproextrabold';
    src: url('fonts/daxpro-extrabold-webfont.eot');
    src: url('fonts/daxpro-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/daxpro-extrabold-webfont.svg#daxproextrabold') format('svg'),
         url('fonts/daxpro-extrabold-webfont.woff') format('woff'),
         url('fonts/daxpro-extrabold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bodoni_mtbold';
    src: url('fonts/bodoni-mt-bold_7691-webfont.eot');
    src: url('fonts/bodoni-mt-bold_7691-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bodoni-mt-bold_7691-webfont.woff') format('woff'),
         url('fonts/bodoni-mt-bold_7691-webfont.ttf') format('truetype'),
         url('fonts/bodoni-mt-bold_7691-webfont.svg#bodoni_mtbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    color: #000;
    background-color: #F5F5F5;
    height: 100%;
    font-family: daxpro-regularregular, sans-serif;
    font-size: 13px;
    line-height: 19px;
}

b, strong { font-family:"daxprobold"; }

#pg-20-0, #pg-20-1, #pg-20-2, .panel-grid-cell .panel {
  margin-bottom: 0!important;
}

a:hover {
    text-decoration: none;
    color: #d80025!important;
    color: rgb(0,160,175) !important;
}

div.panel-grid-cell, .bgwhite, .bggradient
{
	/*
    background: #f5f5f5;
    background: -moz-linear-gradient(-45deg, #e6e6e6 0%, #f5f5f5 35%, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#e6e6e6), color-stop(35%,#f5f5f5), color-stop(100%,#f5f5f5));
    background: -webkit-linear-gradient(-45deg, #e6e6e6 0%,#f5f5f5 35%,#f5f5f5 100%);
    background: -o-linear-gradient(-45deg, #e6e6e6 0%,#f5f5f5 35%,#f5f5f5 100%);
    background: -ms-linear-gradient(-45deg, #e6e6e6 0%,#f5f5f5 35%,#f5f5f5 100%);
    background: linear-gradient(135deg, #e6e6e6 0%,#f5f5f5 35%,#f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#f5f5f5',GradientType=1 );
*/

	/*background:url(images/gradient-box.png);*/
background:url(images/bg-white.png);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	/*margin-top:5px;*/
	padding:15px;

}

#home_cases .logo
{
	/*background:url(images/bg-white.png);*/
}
.similar_posts{
	/*margin-top:25px;*/
}
.similar_posts .similar_post
{
	width:30%;
	min-width:200px;
	/*float:left;*/
	display:inline-block;
	margin-right:2%;
	vertical-align: top;
	margin-bottom: 15px;
	-webkit-hyphens: auto;
	 -moz-hyphens: auto;
	 -ms-hyphens: auto;
	hyphens: auto;
}
.similar_posts a
{
	color:#c8372f;
}
.similar_post h1
{
	font-size:15px;
	line-height:15px;
	margin:0 0 10px;
}

.ignorepadding { margin-left:-15px; }

#page-full .ignorepadding { margin:0 !important; }

#page, #content-wrapper .articles
{
	background:url(images/bg-white.png);
	background-repeat: no-repeat;
	/*border-right: dashed 1px #aaa;*/
}

#content-wrapper .articles article
{
	padding:0 15px;
}

/*
#page-stage img
{
	width: 100%;
	margin-bottom: -6px;
}
*/
#sidebar { padding-top:10px; }
/*
#page-stage .label
{
	float:right;
	background:rgba(255,255,255,0.65);
	width:320px;
	margin-top:-175px;
	max-height: 160px;
	position:relative;
	left:-25px;
	z-index:50;
}
#page-stage .label .inner
{
	padding:10px;
}
#page-stage .label h1 { margin:0; margin-bottom: 10px;}
*/

#page-stage .label
{
	float:right;
	height:0px;
	overflow:visible;
}

#page-stage .inner {
	background: url("images/bgpeople.png");
	float: none;
	top: -152px;
	width: 320px;
	z-index: 9;
	position: relative;
	padding: 10px;
	margin-right: 21px;
}

.black { color:black !important; }

.bbp {
    padding-right: 120px;
}

@media all and (max-width: 700px) {
	#page-stage .label
	{
		float:none; margin:0; left:0; top:0; width:100%; max-height:10000px;
	}
}

.content-padding
{
	/*padding-left:15px;*/
}


#content-wrapper .articles {
	float: left;
	/*max-width: 70%;*/
	width: 100%;
}

.panel {
    background: none!important;
    border: none!important;
    box-shadow: none!important;
    padding-top: 5px;
}

div.clear-both {
    clear: both;
    height: 0;
}
.clearBoth { clear:both; height: 0px; }

h1, h2, h3, h4, h1 a, h2 a, h3 a, h4 a {
    color: #1a171b!important;
    font-family: daxprobold, sans-serif;
}

div.content a, div.panel-grid a {
    color: #c8372f;
}

section#header, div.wrapper, section#footer, section#meta-navi {
    width: 100%;
    /*position:relative;*/
}

div#header-wrapper, section#page-stage, div#footer-wrapper, div#meta-wrapper {
  margin: 0 auto;
  max-width: 1024px;
  width:100%;
  
/*  position: relative;*/
}
div#meta-wrapper {
	padding-top: 5px;
  	padding-bottom: 5px;
  	/*background-color: #e6e6e6;*/
}


div#meta-social {
    float: left;
    margin-top:5px;
}

div#customer-care{
    float: left;
    /*margin-top:15px;*/
    margin-top:5px;
}


div#meta-social a,
.social-icons a{
	margin-right:6px;
}


#upper_header_right
{
	float:right;
	/*margin-top:12px;*/
	margin-top:0px;
}

div#meta-social {
  margin-left: 20px;
}

#top-icon, #lang-select, #meta-search {
    float:left;
}
#lang-select{margin-top:3px;}
#top-icon { margin-left:15px; }
#meta-search { margin-right:15px; }

section#content-wrapper, div#footer-wrapper {
    /*max-width: 800px;*/
    max-width: 1024px;
    margin: 0 auto;
}

section#meta-navi {
    /*background-color: #e6e6e6;*/
    color: #a7a8aa;
    min-height: 35px;
    
    
    
}

section#header, section#footer {
    /*background-color: #000;*/
}

section#header {
    /*border-top: 4px solid #d80025;*/
    min-height: 100px;
    min-height: 65px;
    background: #f5f5f5;
}



#sticyWrapper{
	height:100%;
	margin:0 auto;
}

#sticyWrapperBG{
	max-width:1024px;
	margin:0 auto;
	background:#000;
	background-color:#000;
	-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);

	-webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow:         3px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

section#header a {
    color: #f6f6f6;
}

div#header-wrapper {
    height: 100%;
}

div#logo {
    max-width: 200px;
    max-height: 100%;
    float:left;
}

address { font-style:normal; }



#main-nav ul { margin:0; padding:0; }
#main-nav > ul { padding-left:10px; }
nav#main-nav {
    width: 100%;
    height: 100%;
    float:left;
    font-family: daxprobold, sans-serif;
    font-size: 19px;
}

nav#main-nav a:hover, div.footer-credits li a:hover {
    text-decoration: none;
    color: #d80025;
    color: rgb(0,160,175);
}

.current-page-ancestor > a, .current-menu-ancestor > a, .current-menu-parent > a, .current-page-parent > a, .current_page_parent > a, .current_page_ancestor > a, .current_page_item > a
{
    text-decoration: none;
    color: #d80025 !important;
    color: rgb(0,160,175) !important;
}


nav#main-nav ul {
    border: none;
    background-color: #000;
    background-color: transparent;
    height: 100%;
    list-style-type: none;
    margin-bottom: 0!important;
}

#main-nav > ul > li > ul
{
	padding-top:10px;
}
#main-nav > ul > li ul
{
	/*padding:10px;*/
	/*margin-top:10px;*/
	/*padding-top:20px;*/
	background:transparent;
	font-size:16px;
}
#main-nav > ul > li ul a {
	padding:5px 10px;
}
#main-nav > ul > li ul > li
{
	background:rgba(0,0,0,0.7);
	background:url(images/navbg.png);
}

.peopleoverlay
{
	background:url(images/bgpeople.png);
	position:relative;
	top:-305px;
	min-height:300px;
	padding:5px 20px;
	overflow: hidden;



	border:solid #d4d4d4 5px;
}
.peopleoverlay h2 { margin:10px 0 0 0;
   font-family: daxprobold, sans-serif;
   font-size:24px;
}

.vimeoabstand
{
	height:30px;
}
.vimeocontainer > *
{

	-webkit-box-shadow: 0 0 3px 3px #999;
	box-shadow: 0 0 3px 3px #999;
/**/
}

#main-nav > ul > li {
    float:left;
    width: auto;
    /*padding-top: 60px;*/
    padding-top: 40px;
    margin: 0 8px;
    padding-bottom: 19px;

}
#main-nav > ul > li > ul { padding-top:27px; margin-right: -2px; }




nav#main-nav > ul > li.current-menu-item, nav#main-nav > ul > li.current_page_item, #main-nav > ul > .current-menu-parent  {
    /*border-top: 2px solid #d80025;*/
    /*padding-top:31px !important;*/
}

div#logo img {
    margin: 48px auto 15px;
    margin: 30px auto 0;
}


ul.sub-menu {
    height: auto!important;
    z-index: 2000;
}

ul.sub-menu > li {
  padding: 7px;
}


div.home-slide {
  display: none;
}

div.slide-nav {
    display:none;
}

div.home-slide:first-of-type {
  display: block;
}

article.slide-meta {
  background-color: #FFFFFF;
  display: block;
  max-height: 195px;
  max-width: 45%;
  opacity: 0.8;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 90px;
  z-index: 1000;
}

article.slide-meta h1 {
    margin-top: 0;
}

article#page {
	float: left;
	max-width: 70%;
	padding-right: 15px;
	width: 100%;
}

aside#sidebar {
    max-width: 25%;
    margin-left: 10px;
    float:right;
}

sidebar#sidebar {
    max-width: 25%;
    float: right;
}

div.one-third {
    width: 33%;
    float:left;
    padding:0;
    min-width: 200px;

}
.dreibox-content .one-third
{
	min-width:200px;
}
.one-third-1 > .inner-third
{
	padding: 0 10px 0 0;
}
.one-third-2 > .inner-third
{
	padding: 0 5px;
}
.one-third-3 > .inner-third
{
	padding: 0 0 0 10px;
}
/*
div.one-third:first-of-type {
    padding: 0;
    float:left;
}

div.one-third:last-of-type {
    padding: 0;
}/**/

div#footer-credits {
	margin: 0 auto;
	text-align: center;
	padding:20px 0;
}
#footer-credits ul { margin: 0; padding: 0; display: inline; }

section#footer {
    color: #fff;
    background-color: #000;
    min-height: 250px;
}

section#footer-left, section#footer-right {
    max-width: 46%;
    padding:50px 2% 50px;
}

section#footer-left {
    float: left;

}

section#footer-right {
    float: right;
    background:url(images/bg-black.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 230px;
}

div.copyright {
    float:left;
}

div.footer-credits, div.footer-credits li, div.footer-credits li a  {

    display:inline;
    color: #fff;
}

div.footer-credits li {
    border-left: 1px solid #fff;
    margin: 0 5px 0 0;
    padding-left: 5px;
}

div.footer-credits ul {
    list-style-type: none;
}











.wrapper
{
	width:100%;
	/*max-width:840px;/**/
	max-width:1024px;
	margin:0 auto;
}
.wrapper-wide
{
	width:100%;
	max-width:1024px;
	/*max-width:800px;*/
	margin:0 auto;
}
.wrapper-wide-real
{
	width:100%;
	max-width:1024px;
	margin:0 auto;
	position:relative;
}
.backgroundGrey
{
	background:#f5f5f5;
	padding-bottom:15px;
}









#slider-wrapper {

	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	height: 100%;
	padding-bottom:6px;

}

#home-slider .prev { margin-left:-30px; }
#home-slider .next { margin-right:-30px; }
#slider_control { display:block; }
#home-slider {

	width: 100%;
	background-color: #fff;
	height:306px;
	width:1024;
	max-width:100%;

}

#controller_holder
{
	float:none !important;/**/
	/*margin:0 auto !important;/**/
}
.slider_controller
{
	padding:0 10px;
	cursor:pointer;
}

#slider_control, #controller_holder {
	width:100% !important;
	text-align: center;
}

#slider_control
{
	margin-top:20px;
}
.slider_inner
{
	height:auto;
	width:auto;
	max-width:360px;
	background:rgba(255,255,255,0.65);
	background:url(images/bgpeople.png);
	float:right;
	margin-right:25px;
	padding:10px;
}
.slider_inner h1 { margin:0; margin-bottom: 10px;
			font-family: 'bodoni_mtbold';
			font-family: daxprobold, sans-serif;
}
.slider_inner a { color:#D80025; }

.slider_inner_outer
{
	height: 0;
	position: relative;
	/*top: 6.5em;*/
}
#sidebar-main a { color:#D80025; }
#sidebar-main .telb
{
	padding-left:45px; background: url(images/telefon.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#sidebar-main .rss
{
	padding-left:45px; background: url(images/rss.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#sidebar-main .chat
{
	padding-left:45px; background: url(images/live-chat.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#sidebar-main .events
{
	padding-left:45px; background: url(images/veranst.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#sidebar-main .pconsult
{
	padding-left:45px; background: url(images/personliche.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#sidebar-main .email
{
	padding-left:45px; background: url(images/email.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#sidebar-main h1
{
	font-size: 16px; margin:0; padding:0;
	font-weight: normal;
}
#sidebar-main h2
{
	font-size:13px; margin:0; padding:0;
	margin-bottom: 10px;
	font-weight: normal;
}
#sidebar-main h3
{
	color:#999 !important;
	font-weight: normal;
	font-size:14px;
	margin:0;
	padding:0;
	padding-bottom: 5px;
}
#sidebar .bottom-border , .articles .bottom-border, #border404
{
	border:none; border-bottom:dashed 1px #aaa; margin-bottom: 10px;
}

#reference_case_holder
{

}

/*#header { z-index: 100; position:relative; }*/

.panel-grid
{
	width:100%;
}
.panel-grid-cell
{
	padding-bottom: 15px !important;
}







.dreibox1box h1
{
	margin:0 0 5px 0;
}
.dreibox1box p { margin-top:0; }
.dreibox1box imsg { float:left; margin:0 15px 65px 0; }
.dreibox1box {  float:left;width:32%; min-width: 250px; margin:0 auto; min-height: 155px; }

.dreibox1box .box1 {  }
.dreibox1box.box2 { margin:0 2%; }
.dreibox1box .box3 {  }

.dreibox1box br { display: none; }

.dreibox-content
{
	margin-top:20px;
}

.footer-title
{
	color:#fff !important;
	margin:0 0 10px;
	font-size:20px;
	font-family:"daxprobold";
	margin-bottom:10px;
	display: block;
}

.loop-case
{
	float:left;
	/*max-width:150px;*/
	width:auto;
	overflow:hidden;
	margin-right:20px;
	height:60px;
	text-align: center;
	margin-bottom: 15px;
}




* { font-weight: normal; }
strong { font-weight:bold; }
b { font-weight:bold; }

.aligncenter
{
	margin:0 auto;

}
.wp-caption p { height:auto; margin:0; }


#pg-20-0, #pg-20-1, #pg-20-2, .panel-grid-cell .panel {
  margin-bottom: -15px !important;
}
.dreibox-content {
  margin-top: 5px;
}





.plus { font-size:25px; margin:10px 0 0 !important; padding-left:30px; padding-bottom:10px; background:url(images/plus.png);  background-repeat: no-repeat; background-position: 0px 2px; }

/*
.image-beside img { float:left; margin:0 10px 10px -80px; }
.image-beside { padding-left:50px; }
*/
.branchen_item h2 { margin:0 0 10px; white-space: nowrap; font-size:14px; line-height: 16px; }
.branchen_item img { margin:0 0 10px; margin-right:10px; max-width: 54px;  }
.branchen_item { font-size:12px; line-height:15px; }
.branchen_item .first_td { width:64px; text-align: center; }
#branchen_items { margin-top: 15px; }

.panel-grid
{
	margin:0 !important;
}
.panel-grid-cell
{
	margin-bottom: -10px !important;
}
.post
{
	padding-bottom:20px;
}
.dreibox-content p
{
	margin:0 0 10px;
}
.dreibox-content h1
{
	margin:10px 0 0 0;
}

.branchen_box { float:left;  width:250px; }
.unternehmenlogo_box { float:left;  width:250px; }


.drei_box1
{
	padding-bottom:10px;
}
.drei_box1 p
{
	padding-right: 10px;
}

#menu-hauptnavigation > li > a { text-transform: uppercase; font-size:18px; display: block;}

.sub-menu, .sub-menu * { z-index: 9999 !important; }

#remote_holder * , #remote_holder { z-index:20 !important; }


@media all and (max-width: 815px) {
	#reference_case_holder
	{
		height:140px;
		overflow: hidden;
	}
}
@media all and (max-width: 415px) {
	#reference_case_holder
	{
		height:260px;
		overflow: hidden;
	}
}

@media all and (max-width: 1110px) {
	#home-slider .prev { margin-left:-0px; }
	#home-slider .next { margin-right:-0px; }
}
@media all and (max-width: 998px) {
	.slider_inner_outer { top:0; }
	.slider_inner {
	  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75);
	  height: auto;
	  padding: 10px;
	  width: 100%;
	  max-width:78%;
	  float:none;
	  margin-right: 0;
	  top:0;
	}
}
@media all and (max-width: 550px) {
	#home-slider { display:none; }
	#footer-wrapper > section
	{
		max-width: 100% !important; margin-bottom: 20px;
	}
}
@media all and (max-width: 805px) {
	#next_prev_holder { display:none; }
}






/*
	Navigation - Mediaquerys
*/
@media all and (max-width: 1010px) {
	nav#main-nav { font-size:16px; }
}
@media all and (max-width: 885px) {
	nav#main-nav { font-size:14px; }
}
/
@media all and (max-width: 810px) {
	nav#main-nav { font-size:14px; }
	#main-nav > ul > li {
	  display: block;
	  float: none !important;
	  margin: 0 10px;
	  padding: 10px;
	  width: 100%;
	}
	#main-nav ul { position:relative !important; top:0 !important; left:0 !important; padding:0 !important; margin:0 !important; }
	#logo { margin:0 0 10px 22px;  float:none; }
	#menu-hauptnavigation
	{
		float:none;
		clear:both;
	}

	nav#main-nav > ul > li
	{
		padding: 0 0 0 10px !important;
		width:95%;
		margin:0 auto;
	}
	nav#main-nav > ul > li.current-menu-item, nav#main-nav > ul > li.current_page_item, #main-nav > ul > .current-menu-parent
	{
		border: medium none;
		float: left;
		padding: 0 0 0 10px !important;
		border-bottom: 2px solid #D80025;
	}
	#main-nav > ul > li > ul {
	  margin-right: -2px;
	  padding-top: 0;
	  z-index:9999;
	}
	#main-nav a { font-size:20px; }
	#main-nav > ul > li > ul {
	  position:relative !important;
	  left:0;
	}
	#main-nav > ul > li > ul a
	{
	font-size:15px !important;
	padding:0;
	position:relative;
	left:-10px;
	}
}

	#main-nav > ul > li > ul {
	  z-index:9999;
	}

/*
	[END] Navigation - Mediaquerys
*/

#breadcrumbs { margin:5px 0; }
#breadcrumbs a { color:black; }
.breadcrumb_last { color: #D80025; color: rgb(0,160,175);}

.suggfill a
{
	color:#d80025;
	background:white;
}
.suggfill a:hover
{
	color:white !important;
	background:#d80025 !important;
}
.activesuggest
{
	background:#D80025 !important;
	color:white !important;
}
.suggfound:last-child
{
	border:none !important;
}

h1 { font-size:23px; margin:0; line-height:30px; margin-bottom:15px; }
h2 { font-size:21px; margin:22px 0 10px; font-family: 'bodoni_mtbold';font-family: daxprobold, sans-serif; }
h3 { font-size:18px; margin:10px 0 0; }
h4 { font-size:17px; margin:10px 0 0; }
h5 { font-size:16px; margin:10px 0 0; }
p { margin:0; margin-bottom: 10px; }
.label h1, .label h2 {
	 font-family: 'bodoni_mtbold';font-family: daxprobold, sans-serif;
}


table.consultants tr > td {

  vertical-align: top;

}


.readmore, .readless
{
	color:#D80025;
	cursor:pointer;
	font-weight:bold;

}
.readless {
  margin-top: 25px;
}

.minus { background:url(images/minus.png) !important; background-repeat: no-repeat !important; }
.fixpad { margin-top:-10px; overflow: hidden !important; }

#gform_2 { margin-top:-35px; }

.gfield_select {
	font-family: sans-serif!important;
}

#meta-search input
{
	background: url("images/search-form.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	height: 25px;
	padding: 0 0 0 7px;
	width: 176px;
	background-repeat: no-repeat;
}

a { color:#D80025; }

.main_cms-container_wrapper a { color:rgb(0,160,175) !important; }

#sidebar h2 { font-family: 'daxpro-regularregular'; }

a img { border:none; outline:0; } /* IE img-border fix */

#contact-person-sidebar { min-width:255px; }





@media all and (max-width: 840px) {

	#sidebar
	{
		width:93%;
		max-width: 100% !important;
		padding:25px;
		margin:0 auto !important;
	}
	#page
	{
		width:100%;
		border:none;
	}
}



.alignright
{
	float:right;
	margin:0 0 15px 15px;
}

.alignleft
{
	float:left;
	margin:0 15px 15px 0;
}

#content-wrapper, #content-wrapper2
{
	margin-bottom:20px;
}

.panel-grid { clear:both; }



.plush2 {
	background: url("images/plus.png");
	background-repeat: no-repeat;
	margin: 10px 0 0 !important;
	padding-bottom: 10px;
	padding-left: 30px;
	font-size: 19px;
	padding-top: 2px;
}
.plush2 a { color:#000; }

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	.bbp {
		padding-right: 4px;
	}
}


.buchalign {
	padding-left:30px;
}

.logopaddingrgt {
	padding-right: 120px;
}

.buw-peels{
	position:absolute;
	top:80px;
	left:-60px;
}

.gform_wrapper .gform_page_footer
{
clear:both; 
}
.gform_button, .gform_next_button, .gform_previous_button {
  background: url("/wp-content/plugins/tr-303-CMS/images/design/buw_button_bg_1.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
  border: 0 none;
  border-radius: 5px;
  box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: daxpro-regularregular,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  min-width: 150px;
  padding: 11px 14px;
  text-align: center;
  white-space: nowrap;
}
.gform_next_button  { float:right; }

#field_1_16 { display:none; }

.select .gfield_required {
  display: inline !important;
}

/* Fixes radio labels in hinweisbox form */
#gform_wrapper_14.gform_wrapper .gfield_checkbox li label, 
#gform_wrapper_14.gform_wrapper .gfield_radio li label { 
  max-width: none 
}

body #gform_wrapper_1.gform_wrapper .top_label div.ginput_container { margin-top: 0 }
