/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

/*farbe des Menue durchgehend*/

.custom .menu {
    background: none repeat scroll 0 0 #E4E4E4;
}


/*block quotes*/

div.text-canvas {padding: 1.5em 2em 0em 2em;margin-bottom:1.2em;margin-right:2em;margin-left:2em;}
div.note {padding: 1.5em 2em 0em 2em;background: #efefef; border: 1px solid #dedede;margin-bottom:1.2em;}
div.alert {padding: 1.5em 2em 0em 2em;background: #ffffa0; border: 1px solid #e5e597;margin-bottom:1.2em;}
div.blue {padding: 1.5em 2em 0em 2em;background: #e3f0f2; border: 1px solid #addde6;margin-bottom:1.2em;margin-right:2em;margin-left:2em;}
div.grey {padding: 1.5em 2em 0em 2em;background: #e1e1e1; border: 1px solid #e4e4e4;margin-bottom:1.2em;margin-right:2em;margin-left:2em;}
div.green {padding: 1.5em 2em 0em 2em;background: #e9eee0; border: 1px solid #b5bea5;margin-bottom:1.2em;margin-right:2em;margin-left:2em;}
div.green-dashed {padding: 1.2em 1.2em 1.2em 1.2em;background: #e9eee0; border: 1px dashed #b5bea5;margin-bottom:1.2em;margin-right:2em;margin-left:2em;}
div.order-box {padding: 1.5em 2em 0em 2em;background: #fff; border: 5px dashed #FFD700; margin-top:2em; margin-right:4em; margin-left:4em; margin-bottom:2em;}
div.order-box-gray {padding: 1.5em 2em 0em 2em;background: #fff; border: 5px dashed #dcdcdc; margin-top:2em; margin-right:4em; margin-left:4em; margin-bottom:2em;}
div.tipp {padding: 1.5em 2em 1.0em 2em;background: #e1e1e1; border: 1px solid #b5bea5;margin-bottom:1.2em;margin-right:0em;margin-left:0em;}


/*social bookmarks */

.custom #bookmarks {background: transparent; width: 4.8em; position: fixed; top: 35%; right: 0.55%;}
.custom #bookmarks a {display: block; text-indent: -9999px; height: 4.8em;}
.custom #bookmarks #facebook {background: url('http://www.detlefkrause.de/wp-content/uploads/FaceBook1.png')}
.custom #bookmarks #twitter {background: url('http://www.businesstext.de/wp-content/uploads/twitter-48x48.png')}
.custom #bookmarks #youtube {background: url('http://www.businesstext.de/wp-content/uploads/youtube-icon-48x48.png')}
.custom #bookmarks #xing {background: url('http://www.businesstext.de/wp-content/uploads/xing-48x48.png')}


/* Longcopy */

div#hiddenContent_1 {display: none;}
div#hiddenContent_2 {display: none;}
div#hiddenContent_3 {display: none;}
div#hiddenContent_2 {display: none;}
div#hiddenContent_4 {display: none;}
div#hiddenContent_5 {display: none;}
div#hiddenContent_6 {display: none;}
div#hiddenContent_7 {display: none;}
div#hiddenContent_8 {display: none;}
div#hiddenContent_9 {display: none;}
div#hiddenContent_10 {display: none;}
div#hiddenContent_11 {display: none;}
div#hiddenContent_12 {display: none;}
div#hiddenContent_13 {display: none;}
div#hiddenContent_14 {display: none;}
div#hiddenContent_15 {display: none;}
div#hiddenContent_16 {display: none;}

/*schriftgröße im content*/

/*.format_text {
    font-size: 1.6em;
    line-height: 1.5em;
	
}

/*Hintergrund Captions */

.custom .wp-caption {
    background-color: #ffffff;
    border-color: #DDDDDD;
    border-style: none;
    font-style: italic;
    text-align: center;
}


/* comments are closed nicht anzeigen */
.custom .comments_closed p {
  display: none;
}

.format_text .to_comments {
display:none;
}
/* headline sidebar */

.sidebar h3 {
   
    font-size: 16pt;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 1.385em;
    margin-bottom: 0.692em;

}

/* sidebar link-textgröße */

.sidebar a {
font-size: 12pt;
}



.format_text h2 {
    font-weight: normal;
	margin: 1.0em 0 0.6em;
}


.format_text h4 {
    font-weight: bold;
	text-align: center;
	font-size: 18pt;
	margin: 10px 0 10px 0;
	line-height:1.3em;
}

div.flickr  a {
color: #000000;
font-size: 9pt;
text-decoration: none;
}

.format_text .flickr {
font-size: 9pt;
}

.format_text li {
    padding-bottom: 10px;
}


.menu ul a {
	text-transform: none;
	font-weight: bold;
}
   

.custom .marker-pen {
    color: #444444;
    font-family: 'Permanent Marker',arial,serif;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}

/* button 
---------------------------------------------- */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 18px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}
/* button red */
.red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

/*saleslink*/

.saleslink  a {
color: #ff0000;
text-align: center !important;
}

.prev_next {
    border-width: 0em 0 0;
}

/*navigation submenü*/
.menu ul a {
    font-weight: normal !important;
   	text-transform: uppercase;
}

/*farbe bestellbox */
.su-box-content {
    color: #000000 !important;
}

/*auflistungen*/

ul {
    list-style: square outside none;
}

.green_plus_list li {
    background-image: url("http://www.businesstext.de/wp-content/uploads/style2.png") ;
    background-position: 0 4px;
    background-repeat: no-repeat;
    color: #1A1A1A;

    font-weight: normal;
    line-height: 23px !important;
    list-style-type: none;
    margin-bottom: 0 !important;
    padding-bottom: 15px;
    padding-left: 39px;
}

.red_arrow_list li {
    background-image: url("http://www.businesstext.de/wp-content/uploads/style5.png");
    background-position: 0 2px;
    background-repeat: no-repeat;
    color: #1A1A1A;
    
    font-weight: normal;
    line-height: 23px !important;
    list-style-type: none;
    margin-bottom: 0 !important;
    padding-bottom: 15px;
    padding-left: 39px;
}

.green_tick_2_list li {
    background-image: url("http://www.businesstext.de/wp-content/uploads/style6.png");
    background-position: 0 5px;
    background-repeat: no-repeat;
    color: #1A1A1A;

    font-weight: normal;
    line-height: 23px !important;
    list-style-type: none;
    margin-bottom: 0 !important;
    padding-bottom: 10px;
    padding-left: 31px;
    padding-top: 0;
}


.su-tabs-nav span {
color: #000000 !important;
font-size: 16px !important;
}

.su-tabs-pane {
   color: #000000 !important;
   font-size: 16px !important;
}


.su-divider {
    background: none repeat scroll 0 0 #999999;
    clear: both;
    height: 1px;
    margin: 2.5em 0 1.5em;
    position: relative;
}

.su-spoiler-title {
    cursor: pointer;
    font-size: 16px !important;
	color: #2361a1 !important;
	text-decoration: underline !important;
    font-weight: bold;
    line-height: 20px;
    min-height: 20px;
    padding: 7px 7px 7px 34px;
    position: relative;
}

.su-spoiler-content {
    padding: 10px 0 0 0 !important;
    transition: padding-top 0.2s ease 0s;
}