/*
Theme Name: CONTENTmanufaktur
Theme URI: http://inpsyde.com
Description: WordPress Theme fuer CONTENTmanufaktur
Version: 1.0b
Author: Inpsyde GmbH
Author URI: http://inpsyde.com
Tags:
License: GNU General Public License (GPL) version 3
*/

@import url(css/reset.css);
@import url(css/960.css);

/* Global */
/**********/

html {
    height:100.1%;
}

body {
    background: url( ../images/bg.png ) repeat-y center 0px white;
    font: 14px 'Trebuchet MS';
    color: #58585a;
}

h3 {
    font: 16px 'Josefin Sans', arial;
    text-transform: uppercase;
}
h2 {
    font: 20px 'Josefin Sans', arial;
    text-transform: uppercase;
}
h1 {
    font: 24px 'Josefin Sans', arial;
    text-transform: uppercase;
}
p { 
    margin: 0;
    padding: 0;
}

a {
    color: 2c80b4;
}
a:hover {
    color: #2c80b4;
    color: #456861;
}

#content a, #sidebar a {
    border-bottom: 1px dotted;
}
a.img {
    border:0 !important;
}

#navmenu ul {
    list-style-type: none;   
}

ul {
    list-style-type:disc;
    padding-left:15px;
    line-height: 140%;
}


/* Header */

#header {
    margin-bottom: 10px;
    position: relative;
    z-index:10;
    padding-bottom:40px;
}
img#header_main {
    margin:0px 10px;
}

#navi_bar {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 34px;
    top: 254px;
    left:0px;
    border-top: 6px solid #2c80b4;
    border-bottom: 1px solid #58585A;
}
#navi_bar_bg {
    left: 585px;
    position: absolute;
    top: 254px;
    z-index:100;
}
#neu_badge {
    left: 760px;
    position: absolute;
    top: 180px;
}

/* Content-Bereich */


#content {
    height: 100%;
    z-index: 0;
}
#content_inner {
    margin: 0 10px 0 10px;
}
#content_inner p, #sidebar_inner p {
    line-height: 140%;
    padding-bottom:14px !important;
}
#content h1 {
    font-size: 28px;
    color: #2c80b4;
    font-family: 'Josefin Slab', arial, serif;
    font-weight: 700;
    margin: 15px 0 10px 0;
    text-transform: uppercase;
}
#content h2 {
    font-size: 20px;
    color: #2c80b4;
    font-weight: 600;
    font-family: 'Josefin Slab', arial, serif;
    margin: 25px 0 5px 0;
    text-transform: uppercase;
}

#content h3 {
    color: #2c80b4;
    font-family: arial;
    font-size: 18px;
    margin: 20px 0 5px;
    text-transform: uppercase;
	margin-bottom:15px;
}

#content h3.secondary {
    color: #58585A;
    font-family: 'Josefin Slab',arial,serif;
    font-size: 18px;
    margin: 15px 0 -10px;
    text-transform: none;
    letter-spacing: -0.6px;
}
#content .wpcf7-form p {
    margin-bottom: 5px;
}



/* Frontpage */

#teaser p {
    color: #58585A;
    font-family: 'Josefin Slab',serif,'Trebuchet MS';
    font-size: 28px;
    letter-spacing: -0.6px;
    line-height: 100%;
    margin-bottom: 40px;
    text-align: center;
}

.featured_link {
    float: left;
    margin: 10px 0px 0 0;
}

.featured_spacer {
    float:left;
    width: 65px;
    height: 260px;
}

.featured_link_image {
    background: url(../images/home.jpg) no-repeat top left;
}
#leistung .featured_link_image{
    background-position: 0 -750px;
    width: 274px;
    height: 200px;
}
#leistung .featured_link_image:hover{
    background-position: 0 -500px;
    width: 274px;
    height: 200px;
}

#akademie .featured_link_image{
    background-position: 0 -250px;
    width: 274px;
    height: 200px;
}
#akademie .featured_link_image:hover{
    background-position: 0 0;
    width: 274px;
    height: 200px;
}

#schluessel .featured_link_image{
    background-position: 0 -1250px;
    width: 274px;
    height: 200px;
}
#schluessel .featured_link_image:hover{
    background-position: 0 -1000px;
    width: 274px;
    height: 200px;
}

.featured_link_image {
    width: 274px;
    height: 200px;

}
.featured_link_text {
    width: 274px;
    height: 60px;
    padding-top:10px;
    background: #58585A;
    color: white;
    text-align:center;
    text-transform: uppercase;
}
#leistung h2, #schluessel h2, #akademie h2 {
    margin: 0;
    color: white;
}
.featured_link_text p {
    font-size: 12px;
}

a.featured_link_block_image {
    display:block;
    height: 200px;
    width: 274px;
    color: white;
}
a.featured_link_block_text {
    display:block;
    height: 60px;
    width: 274px;
    color: white;
}

/* Sidebar */

h3.sidebar_title {
    font-size: 15px;
    font-family: 'Josefin Slab', arial, serif;
    font-weight: 700;
    color: #2c80b4;
    border-top: 1px solid #2c80b4;
    border-bottom: 1px solid #2c80b4;
    padding: 10px 5px;
    margin: 0 0 10px 0;    
}
#sidebar ul {
    padding-left: 0px;
}
#sidebar ul li{
    padding: 0 5px;
    list-style-type: none;
}
#sidebar_inner {
    margin: 0px 10px;
}
#sidebar_inner p{
    padding: 0 5px;
    font-size: 90%;
    line-height: 148%;
}
#sidebar_inner div{
    padding: 0 5px;
}
.textwidget {
    margin-bottom:20px;
}

.alignleft {
    float:left;
}
.alignright {
    float:right;
}


/* Navmenu */

#navmenu {
    font: bold 14px 'Trebuchet MS';
    color: #545454;

}

#navmenu ul {
    margin: 0; 
    padding: 0; 
    list-style-type: none; 
    list-style-image: none; 
}
#navmenu li {
    display: block;
    float: left;
    margin-top: 2px;
    position: relative;
}
#navmenu ul li a {
    margin: 4px 5px;
    padding: 3px 4px;
    text-decoration: none;
}
#navmenu ul li:hover, #navmenu ul li:hover > a {
    color: white;
    background: #545454; 
}
#navmenu ul li ul {
    position: absolute;
    top:34px;
    display: block;
    visibility: hidden;
}
#navmenu ul li:hover > ul{
    width: 100%;
    display: block; 
    visibility: visible;
    background: #545454;
}

/**
 * Anpassung Hintergrund der Subnavigation
 */
#navmenu ul li:hover > ul{
    width: 230px;
}
#navmenu ul #menu-item-115:hover > ul{
    width:135px;
}
#navmenu ul #menu-item-130:hover > ul{
    width:110px;
}
#navmenu ul #menu-item-116:hover > ul, #navmenu ul #menu-item-30:hover > ul{
    width:100%;
}

#navmenu a {
    display:block;
    text-decoration:underline;
    color: #545454;
    line-height:20px;
    text-transform: uppercase;
}
#navmenu ul li ul li {
    margin-top:0px;
    width:100%;
}
#navmenu ul li ul a {
    color: white;
}
#navmenu ul li ul a:hover {
    color: black;
}
#menu-item-115 ul, #menu-item-115 ul li {
    width:100%;
}
.current-page-ancestor, .current_page_ancestor, .current-menu-item {
    border-bottom: 5px solid #545454;
}

/* Footer */

#footer {
    border-top: 1px solid #58585A;
    padding-top: 10px;
    margin-top: 40px;
    margin-bottom: 10px;
}
#footer_text {
    width: 590px;
    float:left;
    margin-left: 10px;
    font: 12px 'Trebuchet MS';
}
#footer_text a {
    color: black;
}
ul#social_knopf {
    width: 290px;
    list-style-type: none;
    float: right;
    margin-right: 10px;
}
ul#social_knopf li, ul#social_knopf li a {
    float:right;
    display:block;
    width: 36px;
    height: 36px;
    margin-left:5px;
}
#xing, #xing:hover, #tw, #tw:hover, #fb, #fb:hover, #gplus, #gplus:hover {
    background: url(../images/social-icons.png) no-repeat top left;
}
#xing {
    background-position: 0 -430px;
    width: 36px;
    height: 36px;
}
#xing:hover {
    background-position: 0 -602px;
    width: 36px;
    height: 36px;
}
#tw {
    background-position: 0 -344px;
    width: 36px;
    height: 36px;
}
#tw:hover {
    background-position: 0 -516px;
    width: 36px;
    height: 36px;
}
#fb {
    background-position: 0 -172px;
    width: 36px;
    height: 36px;
}
#fb:hover {
    background-position: 0 0;
    width: 36px;
    height: 36px;
}
#gplus {
    background-position: 0 -258px;
    width: 36px;
    height: 36px;
}
#gplus:hover {
    background-position: 0 -86px;
    width: 36px;
    height: 36px;
}
#gpluscm {
    padding: 3px 4px;
}
.notepad td .btn{
	background: none repeat scroll 0 0 rgb(216, 216, 216);
    color: #383838 !important;
    padding: 4px;
}
