/*
 Theme Name:   Benchmark Lange&Rösner angepasst
 Theme URI:    
 Description:  angepasste Variante des Original-Themes; benötigt das Original unter wp-content/themes/benchmark
 Author:       surmodernite
 Author URI:   http://www.surmodernite.de
 Template:     benchmark
 Version:      0.1.0
 Tags:         
 Text Domain:  
*/

@import url("../benchmark/style.css");

/* Anpassungen
-------------------------------------------------------------- */

.box {
	border: 1px solid #e5e5e5;
	box-shadow: 0 1px 6px #aaa;
	margin-top: 25px;
	margin-bottom: 20px;
	padding: 20px;
}

.neutral {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 58%, #f0eeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(58%,#ffffff), color-stop(100%,#f0eeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 58%,#f0eeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 58%,#f0eeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 58%,#f0eeee 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 58%,#f0eeee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0eeee',GradientType=0 ); /* IE6-9 */
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 11px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 11px;
}

#sidebar li {
	/*margin-left: 1em;*/
	padding-top: 5px;
	/*text-indent: -1em;*/

	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

#sidebar .menu-item:first-child {
	padding-top: 0;
}

#sidebar .widget i.fa-bullet {
	clear: left;
	width: 1.2em;
	color: #999;
	text-shadow: 0 0 5px rgba(0,0,0,0.15);
}

.textwidget {
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.post-meta {
	color: #999;
}

.post-meta p {
	margin: 0;
}

.conversion_button {
	margin:0 auto;
	margin-top:19px;
	color:#fff !important;
	border:2px solid #aaa;
	-webkit-box-shadow: 0px 0px 4px #aaa;	
	-moz-box-shadow: 0px 0px 4px #aaa;
	box-shadow: 0px 0px 4px #aaa;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	border-radius: 10px; /* CSS3 */
	cursor:pointer;
	font-family: verdana;
	padding: 11px 19px;
	display:table;
	position:relative;
	font-weight:bold;
	text-decoration:none;
	text-shadow: 0 0 2px #000000, 0 0 1px #FFFFFF;
}
		
.cb_blue {
	background:#e6e6e6;
	background: -moz-linear-gradient(top,  rgba(59,103,158,1) 0%, rgba(13,82,141,1) 50%, rgba(13,82,141,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,103,158,1)), color-stop(50%,rgba(13,82,141,1)), color-stop(51%,rgba(13,82,141,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(59,103,158,1) 0%,rgba(13,82,141,1) 50%,rgba(13,82,141,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(59,103,158,1) 0%,rgba(13,82,141,1) 50%,rgba(13,82,141,1) 51%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(59,103,158,1) 0%,rgba(13,82,141,1) 50%,rgba(13,82,141,1) 51%,rgba(125,185,232,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(59,103,158,1) 0%,rgba(13,82,141,1) 50%,rgba(13,82,141,1) 51%,rgba(125,185,232,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}
		
.cb_blue:hover {
	background: rgb(88,115,137); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(88,115,137,1) 0%, rgba(85,114,137,1) 50%, rgba(61,104,140,1) 52%, rgba(125,185,232,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(88,115,137,1)), color-stop(50%,rgba(85,114,137,1)), color-stop(52%,rgba(61,104,140,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(88,115,137,1) 0%,rgba(85,114,137,1) 50%,rgba(61,104,140,1) 52%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(88,115,137,1) 0%,rgba(85,114,137,1) 50%,rgba(61,104,140,1) 52%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(88,115,137,1) 0%,rgba(85,114,137,1) 50%,rgba(61,104,140,1) 52%,rgba(125,185,232,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(88,115,137,1) 0%,rgba(85,114,137,1) 50%,rgba(61,104,140,1) 52%,rgba(125,185,232,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#587389', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
	text-decoration: none;
}

.cb_orange {
	border-color: #ff670f;
	background: #FFB236;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #FFB236),
		color-stop(1, #FFD651)
	);
	background-image: -o-linear-gradient(bottom, #FFB236 0%, #FFD651 100%);
	background-image: -moz-linear-gradient(bottom, #FFB236 0%, #FFD651 100%);
	background-image: -webkit-linear-gradient(bottom, #FFB236 0%, #FFD651 100%);
	background-image: -ms-linear-gradient(bottom, #FFB236 0%, #FFD651 100%);
	background-image: linear-gradient(to bottom, #FFB236 0%, #FFD651 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFB236', endColorstr='#FFD651',GradientType=0 ); /* IE6-9 */
}

.cb_orange:hover {
	background: #FFB236;
	text-decoration: none;
}

.experte cite {
	display: block;
	font-style: normal;
}

@media screen and (max-width: 620px){
	#sidebar {
		display:none; 
	}
}

.personnal-item {float:left;padding:20px;}
.clear {clear:both;}
.team {width: 50%;float: left;display: block;text-align: center;margin: 0px 0px 20px 0px;}
.uberside {font-size:11px;}