/*
Theme Name: Die Wortfabrik
Theme URI: http://www.diewortfabrik.ch
Author: Jonathan hess
Author URI: http://www.movingwater.ch
Description: Theme fÃ¼r Die Wortfabrik GmbH. Design: www.rubenung.ch. Umsetzung: www.movingwater.ch
Version: 0.1

*/
@import url("/css/fonts.css");
@import url("/css/boxes.css");
@import url("/css/rubriken.css");
@import url("/css/colorbox/colorbox.css");

/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* Structure */
body {
	font-family: 'ConduitITCStd-Light';
	color:#646464;
}

a:link, a:visited {
	font-family: 'ConduitITCStd-LightItalic';
	color:#646464;
}
a:hover {
	font-family: 'ConduitITCStd-LightItalic';
	color:#646464;
	text-decoration: none;
}


#main {
	background-color: white;
	
	margin: 0 auto;
	width: 940px;
	padding: 0 10px 10px 10px;	
}

#header {
	height: 260px;
	overflow: hidden;
}


#navigation {
	border-bottom: 1px solid #646464;
	position: relative;
	top: -27px;
	height: 30px;
	
}

#menu {
	float: left;
	font-size: 20px;
	line-height: 26px;
	text-transform: uppercase;
}

#menu ul, #menu li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#menu ul li a {height: 28px;}

#menu ul li a:link, #menu ul li a:visited {
	float: left;
	margin-right: 25px;
	text-decoration: none;
	color: #646464;
	font-family: 'ConduitITCStd-Light';
}

#menu ul li a:hover {
	border-bottom: 5px solid #646464;
	color: #646464;
	font-family: 'ConduitITCStd-Bold';	
}
.menu .current-menu-item > a,
.menu .current-menu-ancestor > a,
.menu .current-page-item > a,
.menu .current-page-ancestor > a,
.menu .current_page_parent > a {
	border-bottom: 5px solid #646464 !important;
	color: #646464 !important;
	font-family: 'ConduitITCStd-Bold' !important;
}
#menu-item-14 a {width: 68px;}
#menu-item-15 a {width: 42px;}
#menu-item-16 a {width: 148px;}


#social-icons {
	float:right;
}

.icon-facebook {
	width:19px;
	height:18px;
	background: url(img/social-icons.png) no-repeat;
	float: left;	
}
.icon-twitter {
	width:19px;
	height:18px;
	background: url(img/social-icons.png) no-repeat -25px 0;
	float: left;
	margin-left: 5px;	
} 
.icon-youtube {
	width:44px;
	height:18px;
	background: url(img/social-icons.png) no-repeat -51px 0;
	float: left;
	margin-left: 5px;	

}
.icon-facebook:hover {
	background: url(img/social-icons-hover.png) no-repeat;
}
.icon-twitter:hover {
	background: url(img/social-icons-hover.png) no-repeat -25px 0;
}
.icon-youtube:hover {
	background: url(img/social-icons-hover.png) no-repeat -51px 0;
}

#content {
	clear: both;
	margin: 50px 0 0 0;
	font-size: 20px;
	line-height: 26px;
}

#footer {
	clear:both;
	margin: 125px 0 0 0;
	border-top: 1px solid #c8c8c8;
	padding: 20px 0 45px 0;
}
#footer li {
	list-style-type: none;
	display: inline;
	float: left;
	width: 300px;
	margin-right:20px;
	color:#c8c8c8;
	font-size: 18px;
	line-height: 20px;
}
#footer  {
	margin-right:-20px;
}
#footer li h2 {
	display: none;
}
#footer a:link, #footer a:visited {
	font-family: 'ConduitITCStd-Light';
	color:#c8c8c8;
        text-decoration: none;
}
#footer a:hover {
	font-family: 'ConduitITCStd-Light';
	color:#c8c8c8;
	text-decoration: underline;
}

div.main-title {
	font-size:30px;
	line-height: 36px;
	font-family: 'ConduitITCStd-Bold';
	text-transform: uppercase;
}
div.lead-dienstleistung, div.blogpage-text {
	font-size:50px;
	line-height: 50px;
	font-family: 'ConduitITCStd-LightItalic';
	margin-top:15px;
}
div.bodytext-dienstleistung {
	font-size: 20px;
	line-height: 26px;
	font-family: 'ConduitITCStd-Light';
	margin-top: 30px;

}

div.bodytext-dienstleistung ul {
	list-style-type: disc;
	padding: 0 28px;
}

div.bodytext-dienstleistung li {
	/*list-style-image: url(img/bullet-square.png);*/
	display: list-item;
	
}


.three-column {
/*	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	-moz-column-count: 3;
	-moz-column-gap: 20px;	*/
	-webkit-column-width: 300px;
	-webkit-column-gap: 20px;
	-moz-column-width: 300px;
	-moz-column-gap: 20px;
}
.referenzen-title {
	font-size: 20px;
	line-height: 26px;
	font-family: 'ConduitITCStd-Bold';
	margin-top: 30px;
	margin-bottom: 2px;
	text-transform: uppercase;
	
}
.referenz-wrapper {
	margin-top: 30px;
	margin-right: -20px;
}

article.referenzen {
	width: 300px;
	height: 100px;
	padding: 10px 0;
	float:left;
	overflow: hidden;
	border-top: 1px solid #646464;
	margin:0 20px 10px 0;
}
.referenz-bild {
	float:left;
	margin-right: 10px;
}
.referenz-titel {
	font-size: 18px;
	line-height: 21px;
	font-family: 'ConduitITCStd-BoldItalic';
}
.referenz-text {
	font-size: 18px;
	line-height: 21px;
	font-family: 'ConduitITCStd-LightItalic';
}

.blogpage-text input {
	font-size: 50px;
	font-family: 'ConduitITCStd-Light';
	border:1px solid #646464;
	float:left;
	width: 620px;
}
.blogpage-text input[type=submit] {
	padding:2px 3px 0 3px;
	white-space: normal;
	width: 300px;
	margin-left:16px;
}
.blogpage-text input[type=submit]:hover {
	background:#c8c8c8;
	cursor: pointer;
}

.abo-back-link {
	margin-top: 20px;
	clear: both;
}

.blog-item {
	padding:30px 0 10px 0;
	border-bottom: 1px solid #646464;
}
.blog-list {
	margin-top: 30px;
}
.blog-listimg {
	float:left;
	margin: 0 20px 5px 0;
}

.blog-leftcolumn {
	float:left;
	margin:0 20px 5px 0;
	width:300px;
	display: block;
}
.blog-maincolumn {
	margin-left:320px;
}
.blog-date {
	font-size: 20px;
	line-height: 26px;
}
.blog-title {
	font-size: 37px;
	line-height: 40px;
	font-family: 'ConduitITCStd-Bold';
	margin-bottom: 10px;
}
.blog-backlink {
	margin-top: 30px;
}
.blog-backlink a {
}
.blog-text {
	font-size: 20px;
	line-height: 26px;
	display: block;
}
.blog-img-caption {
	font-size: 14px;
	line-height: 16px;
	font-family: 'ConduitITCStd-LightItalic';
}
.blog-socials {
	margin-top:10px;
}

.sd-content ul li {
	float:left;
	display: inline;
	list-style-type: none;
}
.contact-address {
	margin-top:20px;
}
.contact-bio, .clients, .partner {
	margin-top: 5px;
	padding: 20px 0;
	border-bottom: 1px solid #646464;
}
.partner-text, .client-text {
	margin-top: 20px;
}


.clients {
	display: none;
}

.contact-title {
	font-family: 'ConduitITCStd-Bold';
}
.contact-text {
}

.contact-img {
	float:left;
	margin: 0 20px 0 0;
}

/* Comments */

#commentform label {
    display:block;
    text-align:right;
    width:140px;
    float:left;
}
#commentform input, #commentform textarea {
    float:left;
    font-size:12px;
    padding:4px 2px;
    width:350px;
    margin:2px 0 20px 10px;
}
#commentform #submit {
    margin-left: 150px;
    width: 180px;
}
.comment-subscription-form {
    clear:both;
}
.comment-subscription-form input {
    display:block;
    float:left;
    width: 50px !important;
}
.comment-subscription-form label {
    float:left;
    text-align:left !important;
    width: 500px !important;
    padding:4px 2px;
    margin:2px 0 20px 10px;
}