/*
 * Theme Name: Intego
 * Theme URI: http://www.intego-oberhausen.de
 * Description: First Theme for Intego Oberhausen
 * Author: jingga | Michél Gichtbrock
 * Author URI: http://www.jingga.de
 * Version: 1.0
 * 
 */

/* Style Reset */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
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;
}

/* Style Content Intego */

/* Schriften */

p, h1, h2, h3, h4, h5, h6, a{
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration:none;
}

p {
	font-size:14px;
	line-height:20px;
}

h1 {
	font-size: 36px;
	font-weight:bold;
}

em {font-style:italic !important;}

strong {
	font-weight: bold !important;
}

.blue {color: #008774;}
.purple {color: #955f6b;}
.violet {color: #848196;}
.green {color: #648a56;}
.cyan {color: #008774;}
.brown {color: #7e755b;}
.yellow {color: #c7a55a;}
.aqua {color: #008674;}

/* Background-colors */

.bg-blue {background-color: #71a1b7;}
.bg-purple {background-color: #955f6b;}
.bg-violet {background-color: #848196;}
.bg-green {background-color: #648a56;}
.bg-cyan {background-color: #008774;}
.bg-brown {background-color: #7e755b;}
.bg-yellow {background-color: #c7a55a;}
.bg-aqua {background-color:#008674;}

/* Page */

.page {
	width:1024px;
	height:100%;
	margin: 25px auto;
	padding: 0 0 0 0;
	position: relative;
}

/* Header */

.header {
	width: 1024px;
	height: 130px;
	position: relative;
	padding-bottom: 10px;
	border-bottom: solid 1px #666666;
	margin-bottom: 20px;
}

.header-logo {
	width:250px;
	height:130px;
	position: relative;
	float: left;
}

.header-top {
	width: 774px;
	height: 65px;
	position: relative;
	float: left;
	top: 0;
}

.header-title {
	width: 387px;
	padding-top:20px;
	height:45px;
	float: left;
	position: relative;
}

.header-title p {
	font-size: 18px;
	margin-left: 10px;
}

.header-search {
	width: 387px;
	height:65px;
	float: left;
	position: relative;
}

/* Dropdown-Menu*/

.header-bottom {
	width: 774px;
	height: 65px;
	position: relative;
	float: left;
	top: 0;
	z-index: 200;
}

.header-bottom ul {
	padding-top: 35px;
	position: relative;
	float: right;
}

.header-bottom ul li {
	float: left;
	list-style: none;
	border-right: solid 1px #666666;
}

.header-bottom ul li a {
	display: block;
	line-height: 30px;
	padding: 0 15px 0 15px;
}

.header-bottom ul li a:hover {
	color: #008774;
}

.header-bottom ul .menu-item-2543 a {
	width:26px;
	height:26px;
	background-image: url(img/home.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 0 5px 0 5px !important;
	color: rgba(255,255,255,0.0);
}

.header-bottom ul .menu-item-2543 a:hover {
	background-position: 0 -26px;
	color: rgba(255,255,255,0.0);
}

.header-bottom ul .current_page_item.menu-item-2543 a {
	background-position: 0 -26px;
	color: rgba(255,255,255,0.0);
}

.header-bottom ul:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

.header-bottom ul li ul {
	display: inline;
	visibility: hidden;
	position: absolute;
	padding: 10px 0 0 0;
	z-index: 200;
	
	box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	-webkit-box-shadow: 1px 1px 3px #999;
}

.header-bottom ul li:hover > ul {
	visibility: visible;}


.header-bottom ul li ul li {
	float: none;
	border: none;
	background-color:#FFFFFF;
	display:block;
}

.header-bottom ul li ul li a {
	padding: 5px 15px 5px 15px !important;
	display: block !important;
	font-weight: lighter !important;
	color: #666666 !important;
}

.header-bottom ul li ul li a:hover {
	color: #FFFFFF !important;
	background-color: #008774;
	transition:background 0.3s ease-out;
	-webkit-transition:background 0.5s ease-out;
	-moz-transition:background 0.5s ease-out;
	-o-transition:background 0.5s ease-out;
}

/* Ende Dropdown-Menu */

.info {
	width: 1024px;
	padding: 10px 0 10px 0;
	margin-bottom: 20px;
	float: left;
	position: relative;
	z-index: 0;
}

.info .time {
	width:512px;
	float: left;
	position: relative;
}

.info .time p {
	font-size: 14px;
	display: block;
}

.info .time img {
	margin-bottom: -5px;
}

.info .styleswitch {
	width:512px;
	float: left;
	float: right;
	position: relative;
}

.info .styleswitch p {
	text-align: right;
	font-size: 14px;
}

/* Navigationsselektierung */

.header-bottom ul .current_page_item a, 
.header-bottom ul .current-menu-parent a,
.select #menu-item-275 a,
#menu-ueber-uns .current_page_item a,
#menu-aktuelles .current-menu-item a,
#menu-aktuelles .current-page-ancestor a {
	font-weight: bold;
	color: #008774;
	background-position: 0 -26px;
}

#menu-hilfe-fuer-sie .current_page_item a {background-image: url(img/arrow_grey.png); background-repeat: no-repeat; background-position: 255px 5px;}
#menu-hilfe-fuer-sie .page-item-117 a {font-weight: bold; color: #848196 !important;} /* Kontakt und Beratung */
#menu-hilfe-fuer-sie .page-item-135 a {font-weight: bold; color: #C7A55A;} /* Gesundheit und Arbeit */
#menu-hilfe-fuer-sie .page-item-145 a {font-weight: bold; color: #71A1B7;} /* Integrierte Versorgung */
#menu-hilfe-fuer-sie .page-item-148 a {font-weight: bold; color: #008674;} /* Medizinische Versorgung */
#menu-hilfe-fuer-sie .page-item-155 a {font-weight: bold; color: #7E755B;} /* Selbstständig Wohnen */
#menu-hilfe-fuer-sie .page-item-160 a {font-weight: bold; color: #648A56;} /* Familien und Jugendhilfe */
#menu-hilfe-fuer-sie .page-item-132 a {font-weight: bold; color: #955F6B;} /* Tagesstätte */	

/* Style Main-Sidebar */

.sidebar {
	width:270px;
	position:relative;
	float:left;
}

.sidebar .widget {
	width: 270px;
	position: relative;
	float: left;
	margin-bottom: 20px;	
}

.sidebar .widget h6 {
	display: block;
	width: 270px;
	padding-bottom: 2px;
	border-bottom: solid 1px #666666;
	margin-bottom: 8px;
	text-transform: uppercase;
	font-size: 14px;
	color: #008774;
}

.sidebar .widget p {
	font-size: 14px;
	margin-bottom: 10px;
}

.sidebar .widget ul {
	position: relative;
	width: 270px;
	border-bottom: solid 1px #666666;
	margin-bottom: 20px;
}

.sidebar .widget ul li a {
	width: 270px;
	display: block;
	padding: 10px 0 10px 0;
	border-top: solid 1px #666666;		
}
	
.sidebar .widget ul li a:hover {
	background-image: url(img/arrow_cyan.png);
	background-repeat: no-repeat;
	background-position: 255px 10px;
	color:#008774;
}

/* Style Entry */

.entry {
	width: 734px;
	position: relative;
	left: 20px;
	float: left;
}

.entry h1, .entry img, .entry p {
	margin-bottom: 15px;
}

.entry h1 {
	color:#008774;
}

.entry a:hover {
	text-decoration: underline;
}

.entry h3 {
	font-size:24px;
}

/* Style Entry "Hilfe für Sie" */

.entry-hilfe {
	width: 734px;
	position: relative;
	left: 20px;
	float: left;
	margin-bottom: 20px;
}

.entry-hilfe h2 {
	font-size: 36px;
	margin-bottom: 15px;
	font-weight:bold;
	
}

.entry-hilfe p {
	font-size: 14px;
}

.entry-hilfe p a {
	font-size: 14px;
}

.entry-hilfe p a:hover {
	text-decoration: underline;
}

.entry .wp-caption {
	float: left;
}

.entry .wp-caption img  {
	margin-bottom: 5px;
}

.entry .wp-caption-text {
	text-align: center;
	font-weight: bold;
	margin-top: 5px;
}

.entry .wp-caption .wp-caption-text {
	height:30px;}

.hilfe-top-img {
	width: 734px;
	position: relative;
	float: left;
	padding-bottom: 42px;
	background-image:none;
	
}

.hilfe-top-img img {
	float:left;
	margin-right: 25px;}

.custom-wrapper-hilfe {
	width: 734px;
	position: relative;
	float: left;
	margin-bottom: 20px;
}

.custom-wrapper-hilfe h3 {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 10px;
}

.custom-wrapper-hilfe p {
	font-size: 14px;
}

.two-columns-left {
	width: 340px;
	float: left;
}

.two-columns-right {
	width: 360px;
	margin-left: 34px;
	float: left;
}

.three-columns-left {
	width: 223px;
	float: left;
}

.three-columns-center {
	width: 223px;
	float: left;
	margin-left: 32px;
}

.three-columns-right {
	width: 223px;
	float: left;
	margin-left: 32px;
}

/* Style Entry Termine */

.termine {
	width: 734px;
	position: relative;
	float: left;
	margin-top: 30px;
}

.termin-entry {
	width: 450px;
	position: relative;
	float: left;
}

.termin-entry h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #008674;
	font-size: 30px;
	font-weight: bold;
	
}

.termin-entry h3 {
	color: #666666;
	margin: 10px 0 20px 0;
	font-size: 18px;
}

.termin-uebersicht {
	width: 220px;
	margin-left: 30px;
	padding: 12px 12px 20px 12px;
	background-color: #ececed;
	float: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.termin-uebersicht h3 {
	display: block;
	font-family: Arial;
	font-size: 18px;
	text-transform: uppercase;
}

.termin-uebersicht ul {
	margin-top: 15px;
	border-top: dotted 1px #666666;
}

.termin-uebersicht ul li {
	width: 220px;
	padding: 5px 0 5px 0;
	border-bottom: dotted 1px #666666;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 14px;
}

.termin-uebersicht ul li strong {
	display: block;
	color: #008674;
	margin-top: 5px;
}

.termin-uebersicht ul li a {
	display: block;
	width: 100%;
}

.termin-uebersicht ul li a:hover {
	text-decoration: underline;
}

/* Style Sidebar Hilfeseiten*/

.sidebar-hilfe {
	width:270px;
	position:relative;
	float:left;
}

.sidebar-hilfe .widget {
	width: 270px;
	position: relative;
	float: left;
	margin-bottom: 20px;	
}

.sidebar-hilfe .widget h3 {
	display: block;
	width: 270px;
	padding-bottom: 2px;
	border-bottom: solid 1px #666666;
	margin-bottom: 8px;
	text-transform: uppercase;
	font-size: 14px;
}

.sidebar-hilfe .widget h6 {
	display: none;
}

.sidebar-hilfe .widget p {
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 16px;
}

.sidebar-hilfe .widget img {
	float: left;
	border: solid 1px #666666;
	margin-right: 5px;
}

.sidebar-hilfe .widget p a:hover {
	text-decoration: underline;
}

.sidebar-hilfe .widget ul {
	position: relative;
	width: 270px;
	border-bottom: solid 1px #666666;
	margin-bottom: 20px;
}

.sidebar-hilfe .widget ul li a {
	width: 270px;
	display: block;
	padding: 10px 0 10px 0;
	border-top: solid 1px #666666;		
}
	
.sidebar-hilfe .widget ul li a:hover {
	background-image: url(img/arrow_grey.png);
	background-repeat: no-repeat;
	background-position: 255px 10px;
	color:#008774;
}

.textwidget p {
display:block;
margin-bottom:20px !important;}



/* Listendesign über uns */

.ansprechpartner ul li {
	width: 362px !important;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	float:left;
	color: #666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
}


.ansprechpartner ul li p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #666666;
}

.ansprechpartner ul li a:hover {
	color:#008674;
	text-decoration: underline;
}

.ansprechpartner ul {
	width:734px;
}

.ansprechpartner ul li img {
	float: left;
	margin-right: 15px;
	border: solid 1px #666666;
}

.links ul li {
	width: 734px !important;
	margin-bottom: 10px;
	padding-top: 10px;
	border-top: dotted 1px #999999;
	position: relative;
	overflow: hidden;
	float:left;
	color: #666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
}

.links ul li img {
	float: left;
	margin-right: 15px;
}

.links ul li a {
	color:#008674;
	font-size: 18px;
}

.links ul li a:hover {
	text-decoration: underline;
}


/* Style Static Home */

.slider {
	width: 1024px;
	height: 340px;
	position: relative;
	float: left;
	z-index: 0;
}

.slider-nav {
	width:270px;
	height:340px;
	overflow: hidden;
	position: relative;
	float: left;
}

.slider-nav ul li {
	width: 270px;
	height: 44px;
	margin-bottom: 5px;
	list-style: none;
}

.slider-nav ul li a {
	display: block;
	padding: 0 0 0 20px;
	width: 250px;
	font-size: 18px;
	line-height: 44px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

.slider-nav ul li a:hover {
	background-image: url(img/arrow_white.png);
	background-repeat:no-repeat;
	background-position: 230px -8px;
}

.slider-img {
	width: 736px;
	height: 340px;
	position: relative;
	float: left;
	left: 18px;
	background-color:#955F6B;
}

.custom-wrapper-home {
	width: 672px;
	position: relative;
	float:left;

}

.custom-home {
	width: 672px;
	position: relative;
	float: left;
	margin-top:20px;

}

.custom-home h3, .sidebar-home h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: solid 1px #666666;
	display: block;
	margin-bottom: 5px;
}

.sidebar-home img {
	float:left;
	margin:0 10px 10px 0;}

.custom-home h4, .sidebar-home h4 {
	font-size: 20px;
	color: #008674;
	display: block;
	margin-bottom: 5px;
}

.tagcloud {
	width:320px;
	overflow: hidden;
}

.tagcloud p, .tagcloud p a {
	color:#008674 !important;
	line-height:24px;
	text-align:left;
}

.tagcloud p a {
	display:inline;
	margin-right:3px;
	text-align: center;
}

.tagcloud p a:hover {
	text-decoration: underline;
}


.custom-home p, .sidebar-home p {
	font-size: 14px;
}

.custom-home-left {
	width: 320px;
	margin-right: 32px;
	position: relative;
	float: left;
}

.custom-home-left .wp-caption {
	float: left;
	font-size: 12px;
}

.custom-home-left .wp-caption-text {
	font-size:9px;
	line-height: 10px;
	margin-top: 15px;
}

.custom-home-left .wp-caption-text a {
	text-decoration:underline;
}


.custom-home-right {
	width: 320px;
	position: relative;
	float: left;
}


.sidebar-home {
	width: 320px;
	margin: 0px 0 0 22px;
	position: relative;
	padding: 15px 0 0 10px;
	top: 0;
	float: left;
	background-color: #ebf6f4;
	height: 100%;
	z-index: 10;
}

.sidebar-home ul {
	margin-bottom: 15px;
}

.sidebar-home h3 {
	margin-bottom:10px;
}

.sidebar-home ul li {
	display: block;
	font-size: 14px;
	padding: 5px 0 5px 20px;
	background-image: url(img/arrow_cyan.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
}


.sidebar-home ul li a:hover {
	text-decoration:underline;
}

.sidebar-home h3 {
	border: none;
	margin-top: 15px;
}

.pinnwand {
	padding: 10px;
	width:652px;
	background-color:#ebf6f4;
	position: relative;
	float: left;
}

/* Style Footer */

.footer {
	width: 1024px;
	padding-top: 10px;
	border-top: solid 1px #666666;
	position: relative;
	float: left;
	margin-top:20px;
	padding-bottom: 50px;
	z-index: 10;
}

.footer-info {
	float: left;
}

.footer-info p {
	font-size: 14px;
}

.footer-nav {
	position: relative;
	float: right;
}

.footer-nav ul li {
	float: left;
	list-style: none;
}

.footer-nav ul li a {
	padding : 0 10px 0 10px;
	border-right: solid 1px #666666;
}

.footer-nav ul li a:hover {
	color: #008774;
}
