/*
Theme Name: DSBINFO
Theme URI: https://www.datenschutzbeauftragter-info.de
Author: PabstWP | Matthias Pabst - Webdesign & WordPress
Author URI: https://pabstwp.de
Description: Theme fuer datenschutzbeauftragter-info.de
Version: 1.4.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dsbinfo
Domain Path: /languages/
Tags: responsive-layout, one-column, two-columns, right-sidebar, accessibility-ready, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, threaded-comments, translation-ready

Datenschutzbeauftragter Info is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc. and Bootstrap http://getbootstrap.com/ v3.5.5
*/


/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/
a {
	
}
a:visited {
	
}
a:hover,
a:focus,
a:active {
	text-decoration: underline;
	outline: none;
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

.site-branding,
.welcome {
	margin-top: 20px;
	margin-bottom: 20px;
}
.site-branding {
	width: 310px;
	padding-left: 55px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(img/dsbinfo-icon.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.site-title {
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: -3px;
}
.site-title a {
	color: #00802a;
}
.site-title a:hover,
.site-title a:focus {
	text-decoration: none;
}
.site-title sup {
	text-transform: uppercase;
	color: #00802a;
	margin-left: 0.5em;
}
.site-description {
	margin: 0;
	padding: 4px 4px 2px;
	background-color: #e6e6e6;
	font-size: 10px;
	text-transform: uppercase;
	display: inline;
}


/*--------------------------------------------------------------
Menus
--------------------------------------------------------------*/

#site-navigation {
	height: 45px;
	background-image: url(img/bg-navi.png);
	background-position: left top;
	background-repeat: repeat-x;
}
#site-navigation a {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
}
.navbar-default {
	background: none;
	border: none;
	z-index: 9999;
}
.container-fluid>.navbar-header {
	width: 84px;
	margin: 0 auto;
}
.navbar-toggle {
	border: none;
	float: left;
	margin-top: 4px;
	margin-right: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background: none;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-toggle .icon-bar {
	width: 15px;
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 2px;
}
.navbar-default .navbar-collapse {
	border: none;
	background: #e6e6e6;
	padding: 0 20px;
}
#site-navigation .navbar-default .navbar-collapse a {
	color: #000;
}
.navbar-right {
	border-top: 1px solid #000;
}
.navbar-brand {
	height: auto;
	padding: 13px 5px;
	line-height: 17px;
}



/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/


/*--------------------------------------------------------------
Content
--------------------------------------------------------------*/

.sticky {}

.sep-headline {
	margin-top: 0;
	padding-left: 10px;
	padding-right: 10px;
	background: #e6e6e6;
}
.sep-headline span {
	display: inline-block;
	padding: 11px 10px 9px;
	background: #00802a;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	line-height: 10px;
	text-transform: uppercase;
}
.questions-content ul,
.newsletter-checklist {
	padding-left: 0;
	list-style-type: none;
}
.questions-content li,
.newsletter-checklist li {
	position: relative;
}
.questions-content li:before,
.newsletter-checklist li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "\2713";
	color: #00802a;
}
.paging-navigation {
	clear: both;
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
}

/*--------------------------------------------------------------
Posts and pages
--------------------------------------------------------------*/

.entry-header {
	padding-top: 10px;
}
.entry-title {
	color: #0061a1;
	margin-top: 14px;
}
.entry-header .entry-meta {
	padding-top: 3px;
	font-size: 12px;
	color: #999;
	text-transform: uppercase;
}
.entry-meta a {
	color: #999;
}
.entry-meta .sep {
	margin: 0 0.3em;
}
.page .entry-header .entry-meta .posted-on {
	display: none;
}
.page.page-template-page-home-php .entry-meta .posted-on,
.page.page-template-page-home-news-php .entry-meta .posted-on,
.page.page-template-page-home-fachbeitraege-php .entry-meta .posted-on,
.page.page-template-page-home-urteile-php .entry-meta .posted-on {
	display: inline-block;
}
.entry-content .post-thumbnail {
	margin-bottom: 20px;
}
.entry-content h1 {
	color: #0061a1;
}
.entry-content h2 {
	color: #00802a;
	margin-top: 30px;
	margin-bottom: 12px;
}
.entry-content h3 {
	color: #333;
	margin-top: 30px;
	margin-bottom: 12px;
}
.entry-content h4 {
	color: #666;
}
.article-content .entry-content p,
.article-content .entry-content ul,
.article-content .entry-content ol {
	margin: 0 0 20px;
}
.article-content .entry-content blockquote p,
.article-content .entry-content pre p {
	margin: 0 0 12px;
}
blockquote,
pre {
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	background: #e6e6e6;
	border: none;
}
blockquote {
	padding: 20px 10px 20px 40px;
	font-size: 100%;
	font-style: italic;
	line-height: 18px;
}
pre {	
	padding: 25px 10px 25px 40px;
	font-size: 13px;
	line-height: 16px;
	white-space: pre-wrap;
	word-break: normal;
	border-radius: 0;
}
blockquote:before,
pre:before {
	position: absolute;
	top: 10px;
	left: 10px;
	font-family: 'Genericons';
	color: #0061a1;
	font-size: 25px;
	font-style: normal;
}
blockquote:before {
	content: '\f106';
}
pre:before {
	content: '\f462';
}
.entry-content ul li,
.entry-content ol li {
	line-height: 20px;
	margin-bottom: 0.5em;
}
.entry-content ul {
	list-style-type: none;
	padding-left: 30px;
}
.entry-content ul li {
	position: relative;
	padding-left: 17px;
}
.entry-content ul li:before {
  font-size: 85%;
  color:#0061a1;
  content:"\25A0";
  position:absolute;
  top: -0.1em;
  left: 0;
}
.entry-content ol {
	padding-left: 47px;
}
.entry-footer {
	margin: 0 0 20px;	
}
.entry-footer .entry-meta {
	margin: 0 10px 20px;
	font-size: 11px;
	line-height: 1.4;
	color: #666;
}
.entry-footer .entry-meta.primary {
	margin-bottom: 0.5em;
}
.entry-footer .entry-meta a {
	color: #666;
}
.entry-footer .entry-meta .posted-on,
.entry-footer .entry-meta .byline,
.entry-footer .entry-meta .categories,
.entry-footer .entry-meta .tags {
	font-weight: bold;
}
.entry-footer .entry-meta .posted-on time,
.entry-footer .entry-meta .byline .author,
.entry-footer .entry-meta .categories .category-list,
.entry-footer .entry-meta .tags .tag-list {
	font-weight: normal;
}
.questions-content {
	background-image: url(img/bg-questions.png);
	background-position: right top;
	background-repeat: no-repeat;
	margin: 0 0 20px;
	padding: 0 10px;
	font-size: 13px;
	line-height: 20px;
}
.questions-content li {
	font-weight: bold;
	padding-left: 2em;
	line-height: 18px;
	margin-bottom: 6px;
}
.questions-content li:before {
	font-size: 24px;
	font-weight: normal;
}

.cta {
	margin: 0;
}
.cta-widget {
	padding-left: 67px;
	padding-right: 10px;
	background: #e6e6e6;
	background-image: url(img/cta-neu.gif);
	background-size: 47px 30px;
	background-position: 10px 10px;
	background-repeat: no-repeat;
	min-height: 50px;
}
.cta .widget-title {
	display: none;
}
.cta p {
	margin: 6px 0 4px;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
}
.cta-link {
	display: block;
}

/******** Template Page Home ********/

/* Cover Story */

.cover-story-container {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.cover-story,
.post-thumbnail {
	position: relative;
}
.topic-badge {
	position: absolute;
	top: 0;
	left: 0;
}
.topic-badge span {
	display: inline-block;
	padding: 11px 10px 9px 10px;
	background: #00802a;
	color: #fff;
	font-size: 13px;
	line-height: 10px;
	text-transform: uppercase;
}
.cover-story .overlay {
	position: relative;
}
.cover-story .entry-header {
	padding: 10px 10px 0;
}
.cover-story .entry-meta {
	padding-top: 0;
	font-weight: bold;
}
.cover-story .entry-title {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}
.cover-story .entry-content {
	padding: 0 10px;
	font-size: 13px;
	line-height: 20px;
}
.cover-story .entry-content strong {
	font-weight: normal;
}
.cover-story .entry-content a {
	color: #000;
	pointer-events: none;
	cursor: text;
}
.cover-story .entry-content a:hover {
	text-decoration: none;
}
.cover-story .entry-content .more-link {
	color: #00802a;
	font-weight: bold;
	pointer-events: auto;
	cursor: pointer;
}
.cover-story .entry-content .more-link:hover {
	text-decoration: underline;
}

/* Popular Posts (Sidebar) */

.page-template-page-home-php .sidebar-1,
.page-template-page-home-news-php .sidebar-1,
.page-template-page-home-fachbeitraege-php .sidebar-1,
.page-template-page-home-urteile-php .sidebar-1,
.page-template-page-comments-php .sidebar-1,
.error404 .sidebar-1,
.archive .sidebar-1,
.search  .sidebar-1 {
	padding-top: 10px;
}

/* Recommended Topics */

.recommended-topics {
	padding-top: 10px;
}
.recommended-posts {
	height: 200px;
	overflow: hidden;
}
.filter-tag-cloud {
	padding: 0 10px;
}
.choose-a-topic {
	color: #00802a;
	font-weight: bold;
}
.filter-tag-cloud ul {
	padding-left: 0;
	list-style-type: none;
}
.filter-tag-cloud ul li {
	display: inline-block;
	margin-right: 4px;
}
.filter-tag-cloud ul li.first {
	display: none;
}
.filter-tag-cloud ul li a {
	padding: 2px 4px 0;
	border: 1px solid #9cb7cf;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.filter-tag-cloud ul li.active a,
.filter-tag-cloud ul li a:hover,
.filter-tag-cloud ul li a:focus {
	background: #0061a1;
	border: 1px solid #0061a1;
	color: #fff;
	text-decoration: none;
}

/* Home More Posts, Archives, Search */

.more-posts .sep-headline {
	margin-bottom: 20px;
}
.large-post-list {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 18px;
}
.large-post-list img.wp-post-image {
	width: 100px;
	height: 60px;
}
.large-post-list .more-posts-teaser {
	margin-top: 10px;
}
.large-post-list .entry-header {
	padding-top: 0;
}
.large-post-list .entry-title {
	margin-top: -3px;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 24px;
}
.large-post-list .entry-meta .genericon-comment,
.previous-posts-list .entry-meta .genericon-comment {
	font-size: 15px;
	line-height: 1.1;
	color: #ccc;
	margin-top: 1px;
}
.large-post-list .entry-content,
.large-post-list .entry-summary {
	font-size: 13px;
	line-height: 20px;
}
.large-post-list .entry-content strong,
.large-post-list .entry-content b {
	font-weight: normal;
}
.large-post-list .entry-content a {
	color: #000;
	pointer-events: none;
	cursor: text;
}
.large-post-list .entry-content .more-link,
.previous-posts .more-link {
	display: block;
	margin-top: 5px;
	font-weight: bold;
	color: #00802a;
	pointer-events: auto;
	cursor: pointer;
}


/* Previous Posts */

.previous-posts {
	padding: 0 0 35px;
	margin-left: 0;
	margin-right: 0;
}
.previous-posts .previous-posts-icon {
	margin-bottom: 10px;
}
.previous-posts .previous-posts-icon img {
		width: 100px;
		height: 60px;
	}
.previous-posts .previous-posts-list .previous-posts-title {
	display: block;
	margin-top: -2px;
	color: #0061a1;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}
.previous-posts .previous-posts-list .entry-header .entry-title {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	margin: 0;
}
.previous-posts .previous-posts-list .entry-header .entry-title a {
	color: #000;
}
.previous-posts .more-link {
	font-size: 13px;
	margin-top: 15px;
}


/* Error 404 */

.error404 .related-posts {
	display: none;
}

/* Archives */

.archive .entry-footer .entry-meta,
.search .entry-footer .entry-meta {
	margin: 0 0 20px;
}
.authorinfo {
	margin-bottom: 20px;
}
.googleplus-link {
	display: block;
	margin: 10px 0 20px;
}
.posts-by-author .sep-headline .vcard {
	padding: 0;
}

/* Posts Overview (Index) */

.blog-title {
	margin-top: 4px;
}
.posts-overview {
	float: left;
	clear: both;
	margin-bottom: 12px;
}
.posts-overview .post-thumbnail {
	float: left;
	width: 66px;
	margin-right: 10px;
}
.posts-overview .entry-header {
	margin-left: 76px;
	padding-top: 3px;
}
.posts-overview .entry-title {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	margin: 0;
}
.posts-overview .entry-title a {
	color: #000;
}
.posts-overview .entry-meta {
	font-size: 11px;
	line-height: 12px;
}

/* Comments Overview */

.comments-overview ul {
	padding-left: 0;
	list-style-type: none;
}
.comments-overview ul li {
	margin-bottom: 30px;
	float: left;
	width: 100%;
}
.comments-overview ul li img {
	float: left;
	width: 66px;
	height: 39px;
	margin-right: 9px;
}
.comments-overview .comment-excerpt {
	margin-left: 75px;
}
.comments-overview .comment-excerpt .comment-excerpt-title {
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #000;
	display: block;
	margin-top: -2px;
	margin-bottom: 4px;
}
.comments-overview .comment-excerpt .comment-excerpt-content {
	font-size: 11px;
	line-height: 13px;
	color: #666;
	display: block;
}




/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/

.comments-title {
	margin-bottom: 20px;
}
.comment-list {
	padding: 0 10px;
	list-style-type: none;
}
.comment-list .children {
	padding-left: 0;
	list-style-type: none;
}
.comment-list .comment,
.comment-list .trackback,
.comment-list .pingback {
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #bfbfbf;
}
.comment-content {
	font-size: 11px;
	line-height: 14px;
}
.comment-content a {
	word-wrap: break-word;
}
.comment-awaiting-moderation {
	font-weight: bold;
}
.comment-meta {
	font-size: 12px;
}
.comment-meta a,
.comment-meta a:focus {
	color: #000;
}
.comment-meta .fn {
	font-weight: bold;
}
.comment {
	background: #fff;
}
.comment.bypostauthor,
.comment.byuser {
	background: #f5f9fc;
}
.comment-meta .reply {
	text-align: right;
}
.comment-meta .comment-reply-link {
	color: #0061a1;
	font-weight: bold;
}
.comment-respond {
	margin: 10px 0;
	padding: 10px;
	background: #e6e6e6;
	font-size: 13px;
}
.comment-reply-title {
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 14px;
	color: #00802a;
	text-transform: uppercase;
}
.comment-respond .required {
	font-weight: bold;
}
.comment-notes {
	margin: 10px 0;
	font-size: 11px;
}
.comment-respond .form-submit {
	margin-bottom: 0;
}
.comment-respond input[type="submit"] {
	padding: 5px 10px 3px;
	background: #00802a;
	font-size: 15px;
	color: #fff;
	border: none;
	border-radius: 0;
}
.comment-navigation .nav-next {
	text-align: right;
}


/*--------------------------------------------------------------
Recommendations (Themen, Meistgelesen, Ähnliche & neueste Beiträge)
--------------------------------------------------------------*/

.related-posts-title,
.recent-posts-title {
	font-size: 14px;
	color: #00802a;
}
.post-list-item {
	overflow: hidden;
	margin-bottom: 5px;
}
.post-list-item a {
	float: left;
	height: 45px;
	width: 25%;
	padding: 3px 0;
}
.post-list-item a img {
	width: 66px;
	height: 39px;
}
.post-list-item a.crp_title,
.post-list-item a.post-list-item-title {
	width: 75%;
	line-height: 44px;
	padding: 0 0 0 1px;
	overflow: hidden;
}
.post-list-item a.crp_title span,
.post-list-item a.post-list-item-title span {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
}
.post-list-item a.crp_title span:hover,
.post-list-item a.crp_title span:focus,
.post-list-item a.post-list-item-title span:hover,
.post-list-item a.post-list-item-title span:focus {
	text-decoration: underline;
}
.recommended-posts {
	margin-bottom: 20px;
}


/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/

.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
Captions
--------------------------------------------------------------*/
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {}


/*--------------------------------------------------------------
Asides
--------------------------------------------------------------*/

/* Widget Area 1 */

/* Widget Area 2 */

.sidebar-2 {
	z-index: 9999;
}



/*--------------------------------------------------------------
Widgets
--------------------------------------------------------------*/

.widget > ul,
.widget > div > ul {
	list-style-type: none;
}

/* Right Sidebar Basics */

.sidebar .widget {
	margin: 0 0 13px;
	font-size: 13px;
	line-height: 20px;
}
.sidebar .widget-title {
	margin-top: 13px;
	margin-bottom: 3px;
	padding: 11px 10px 9px;
	font-size: 13px;
	line-height: 10px;
	color: #00802a;
	text-transform: uppercase;
	background: #e6e6e6;
}
.sidebar .widget > ul,
.sidebar .widget > div > ul,
.sidebar .widget .textwidget,
.sidebar .widget_wysija_cont {
	background: #e6e6e6;
	padding: 10px;
}

/* Footer Basics */

.site-footer .widget {
	font-size: 12px;
	line-height: 16px;
}
.site-footer .widget-title {
	padding: 0;
	font-size: 15px;
	line-height: 20px;
	color: #284a68;
}
.site-footer a {
	font-weight: bold;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
	width: 200px;
	display: block;
	height: 25px;
	padding: 2px 2px 1px 3px;
	font-size: 13px;
	line-height: 13px;
	color: #333;
	background-color: #fff;
	background-image: none;
	border: 1px solid #bfbfbf;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.widget select:focus {
	border-color: #00802a;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 128, 42, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 128, 42, 0.6);
}

/* Welcome Widget (Header) */

.welcome .widget .textwidget {
	background: #fff;
	padding: 0;
	font-size: 15px;
}

/* Banner Widget */
		
.sidebar #widget-area-1b {
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.sidebar #widget-area-1b .widget-title {
	display: none;
}
.sidebar #widget-area-1b .textwidget {
	background: none;
	padding: 0;
	text-align: center;
}
.sidebar #widget-area-1b img {
	width: 270px;
}

/* Follow Widget */

.sidebar .widget.follow .widget-title {
	margin-top: 10px;
}
.widget.follow a {
	display: inline-block;
	margin-right: 19px;
}
.widget.follow a.last-icon {
	margin-right: 0;
}

/* Search widget */

#global-search .search-form {
	padding: 10px;
	background: #e6e6e6;
}
#global-search .search-form .form-group {
	margin: 0;
}
#global-search .search-form input[type="text"] {
	background-image: url(img/search.png);
	background-position: 95% center;
	background-repeat: no-repeat; 
}
#global-search .search-form input[type="text"]:focus {
	background-image: none;
}
#global-search .search-submit {
	display: none;
}


/* Footer Image + Text Widgets */

.site-footer .widget img {
	float: left;
	margin-top: 3px;
}
.site-footer .widget .textblock {
	margin-left: 76px;
}

/* Footer Right Widget */

.site-footer .footer-widget-area-3 {
	padding-top: 12px;
	padding-bottom: 30px;
}
.site-footer .footer-widget-area-3 .widget-title {
	font-size: 13px;
	margin-top: 12px;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
Feedback, Share & Like
--------------------------------------------------------------*/

.share {
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 3px solid #e6e6e6;
	border-bottom: 3px solid #e6e6e6;
}
.feedback {
	margin: 4px 0 4px;
	text-align: center;
}
#TB_window {
	width: 90% !important;
	height: 350px !important;
	margin-left: -45% !important;
}
.admin-bar.page-template-page-blank-php {
	margin-top: -46px;
}
.admin-bar.page-template-page-blank-php #wpadminbar {
	display: none;
}
.feedback-form {
	padding: 10px;
}
.feedback-form ul {
	padding-left: 0;
	list-style-type: none;
}
.feedback-form .feedback-field .gfield_label {
	display: none;
}
.feedback-form .feedback-field textarea {
	display: block;
	width: 100%;
	padding: 3px 10px;
	font-size: 15px;
	line-height: 1.6;
	color: #333;
	background-color: #fff;
	background-image: none;
	border: 1px solid #bfbfbf;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.feedback-form .feedback-field textarea:focus {
	border-color: #00802a;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 128, 42, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 128, 42, 0.6);
}
.feedback-form input[type="submit"] {
	padding: 5px 10px 3px;
	background: #00802a;
	font-size: 15px;
	color: #fff;
	border: none;
	border-radius: 0;
}
.feedback-title {
	display: block;
	font-size: 12px;
	line-height: 16px;
	color: #00802a;
	font-weight: bold;
}
.feedback-title a {
	color: #00802a;
	text-decoration: underline;
}
.post-ratings {
	line-height: 1.0;
}
.ratings-text {
	font-size: 11px;
}
.sharing {
	margin: 7px 0;
	text-align: center;
}
.share-list {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}
.share-list li {
	display: inline-block;
	margin-right: 6px;
}
.share-list li.linkedin {
	margin-right: 0;
}

/*--------------------------------------------------------------
MailPoet Newsletter
--------------------------------------------------------------*/

.widget_wysija .newsletter-checklist li {
	padding-left: 1.4em;
	font-weight: bold;
}
.widget_wysija .newsletter-checklist li:before {
	font-size: 17px;
	top: 1px;
}
.widget_wysija .wysija-checkbox-label,
.widget_wysija .wysija-checkbox-paragraph {
	display: inline-block;
	margin-bottom: 0;
}
.widget_wysija .wysija-checkbox-label {
	font-weight: bold;
}
.widget_wysija .wysija-checkbox-paragraph label {
	font-weight: normal;
	margin-left: 5px;
}
.widget_wysija .wysija-checkbox-paragraph .wysija-checkbox {
	margin: -3px 1px 0 0;
}
.widget_wysija .wysija-paragraph {
	margin-bottom: 10px;
}
.widget_wysija input[type="text"],
.mpoet_profile_edit input[type="text"] {
	display: block;
	width: 100%;
	height: 45px;
	padding: 4px 10px 3px;
	font-size: 15px;
	line-height: 1.6;
	color: #333;
	background-color: #fff;
	background-image: none;
	border: 1px solid #bfbfbf;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.widget_wysija input[type="text"]:focus,
.mpoet_profile_edit input[type="text"]:focus {
	border-color: #00802a;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 128, 42, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 128, 42, 0.6);
}
.mpoet_profile_edit input[type="text"] {
	margin-bottom: 10px;
}
.mpoet_profile_edit input[type="radio"] {
	margin-left: 10px;
}
.widget_wysija input[type="submit"],
.mpoet_profile_edit input[type="submit"] {
	padding: 5px 10px 3px;
	margin-top: 0;
	margin-bottom: 8px;
	width: 100%;
	background: #00802a;
	font-size: 15px;
	line-height: 1.6;
	color: #fff;
	border: none;
	border-radius: 0;
}
.mpoet_profile_edit input[type="submit"] {
	width: 40%;
}
.widget_wysija .newsletter-privacy-info {
	display: block;
	font-size: 11px;
	line-height: 12px;
	color: #333;
}
.widget_wysija .newsletter-privacy-info a {
	color: #333;
	text-decoration: underline;
}
.formError {
	margin-top: -4px !important;
}
.formError .formErrorContent {
	width: 175px !important;
	background: #b73117 !important;
	line-height: 1.6;
}
.entry-content .widget_wysija_cont .allmsgs li {
	padding: 10px;
	margin-bottom: 0;
}
.entry-content  ul.wysija_archive li {
	padding-left: 0;
}
.entry-content .widget_wysija_cont .allmsgs li:before,
.entry-content  ul.wysija_archive li:before {
	content: '';
}
.widget_wysija_cont .updated,
.widget_wysija_cont .login .message {
	background-color: #e2ede5;
	border-color: #00802a;
}
.widget_wysija_cont .updated,
.widget_wysija_cont .error,
.widget_wysija_cont .xdetailed-errors {
	font-size: 15px;
}

/* Relevanssi */

.relevanssi-query-term {
	color: #fff;
	background-color: #0061a1;
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/

.site-footer {
	background-image: url(img/bg-footer-top.png);
	background-color: #eff7ff;
	background-position: left top;
	background-repeat: repeat-x;
}
.site-footer #widget-area {
	margin-bottom: 10px;
}
#site-info {
	height: auto;
	padding: 5px 0;
	background-image: url(img/bg-footer-bottom.png);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #0061a1;
	text-align: center;
}
.footer-menu .sep,
.footer-menu a {
	font-size: 11px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
.footer-menu .sep {
	display: inline-block;
    margin: 0 0.4em;
}
.footer-menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footer-menu li {
	display: inline-block;
}
.footer-menu .helper-class-first {
	margin-right: 0.8em;
	display: block;
}
.footer-menu .helper-class-first .sep,
.footer-menu .helper-class-last .sep {
	display: none;
}


/* **************************************************
 * Media Queries ************************************
 ****************************************************/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	
	/* General */
	body {
		background-image: url(img/bg-body.png);
		background-position: left 131px;
		background-repeat: repeat-x;
	}
	#topics-navigation,
	.blog #content,
	.single #content,
	.page #content,
	.archive #content,
	.search #content,
	.error404 #content,	
	.cover-story-container,
	.recommended-topics,
	.sidebar,
	#additional-content {
		background: #fff;
	}
	.page-template-page-home-php #content,
	.page.page-template-page-home-news-php #content,
	.page.page-template-page-home-fachbeitraege-php #content,
	.page.page-template-page-home-urteile-php #content {
		background: transparent;
	}
	
	.blog #content {
		padding-top: 10px;
	}

	
	/*	Header */
	.site-branding {
		width: 320px;
		height: 60px;
		border-right: 1px solid #000;
		float: left;
	}
	.site-title {
		font-size: 18px;
	}
	.welcome {
		width: 430px;
		margin: 4px 0;
		padding-right: 0;
	}
	.welcome .widget-title {
		display: none;
	}
	.welcome .welcome-message {
		float: left;
		width: 338px;
		margin: 16px 0;
	}
	.welcome p {
		margin: 0;
		font-size: 75%;
		line-height: 1.4;
	}
	.welcome a {
		color: #000;
		text-decoration: underline;
	}
	.welcome .welcome-logo {
		float: right;
		width: 70px;
		height: 70px;
		margin-top: 11px;
	}
	
	/* Menus */
	#site-navigation .container,
	#site-navigation .container-fluid,
	#site-navigation .navbar-collapse {
		padding: 0;
	}
	.navbar {
		border-radius: 0;
	}
	.navbar-nav {
		padding-top: 7px;
	}
	.navbar-nav>li>a {
		padding: 3px 10px 10px;
	}
	.navbar-default .navbar-collapse {
		background: none;
	}
	#site-navigation .navbar-default .navbar-collapse a {
		color: #fff;
	}

	.navbar-left {
		background: none;
	}
	.navbar-left a {
		padding-right: 10px;
		margin: 0 12px 0 2px;
		font-weight: bold;
	}
	#site-navigation .navbar-left li.current-menu-item > a,
	#site-navigation .navbar-left li:hover > a,
	.custom-tax-news #site-navigation .navbar-left li.menu-item-news > a,
	.custom-tax-fachbeitrag #site-navigation .navbar-left li.menu-item-fachbeitrag > a,
	.custom-tax-urteil #site-navigation .navbar-left li.menu-item-urteil > a {
		background-image: url(img/bg-navi-active.png);
		background-position: left top;
		background-repeat: repeat-x;
		color: #000;
	}
	.navbar-right {
		border-top: none;
	}
	#site-navigation .navbar-right a {
		font-size: 11px;
		display: inline-block;
	}
	#site-navigation .navbar-right a:hover,
	#site-navigation .navbar-right a:focus {
		text-decoration: underline;
	}
	#site-navigation .navbar-right .sep {
		color: #fff;
	}
	#site-navigation .navbar-right .helper-class-last .sep {
		display: none;
	}
	
	/* Topics Navigation */
	
	#topics-navigation {
		margin: 0 -10px 10px;
		padding: 0 10px 10px;
		background-image: url(img/bg-topics-menu-1.png);
		background-position: left top;
		background-repeat: repeat-x;
		font-size: 9px;
		line-height: 12px;
		font-weight: bold;
		text-transform: uppercase;
	}
	#topics-navigation > .row {
		margin-left: 0;
		margin-right: 0;
		padding-top: 12px;
		background: #f2f2f2;
		background-image: url(img/bg-topics-menu-2.png);
		background-position: left top;
		background-repeat: repeat-x;
	}
	#topics-navigation ul {
		padding-left: 0;
	}
	#topics-navigation ul li {
		list-style: none;
		margin-bottom: 6px;
	}
	#topics-navigation ul li.menu-title {
		list-style: none;
		margin-bottom: 3px;
	}
	#topics-navigation ul li a {
		padding: 2px 3px 1px;
		color: #000;
		background: #fff;
		border: 1px solid #bfbfbf;
		display: inline-block;
	}
	#topics-navigation ul li.menu-title a {
		color: #00802a;
		padding: 0;
		margin-bottom: 5px;
		background: none;
		border: none;
	}
	#topics-navigation ul li.menu-title a:hover,
	#topics-navigation ul li.menu-title a:focus {
		text-decoration: none;
	}
	
	/* Content */
	
	.single .entry-footer,
	.page .entry-footer,
	.article-content .share,
	.comments-area {
		margin-left: -10px;
	}
	
	/* Template Page Light */
	
	.page-template-page-light-php .entry-title {
		margin-bottom: 24px;
	}
	
	/* Fix height for pages with few content to prevent affix flickering */
	.page-template-page-light-php #content,
	.blog #content,
	.archive #content {
		min-height: 950px;
	}
	
	/* Template Page Home */
	
	.cover-story .post-thumbnail {
		height: 302px;
	}
	.cover-story .overlay {
		position: absolute;
		bottom: 0;
		left: 0;
		background: rgba(255,255,255,0.9);
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#eeffffff', endColorstr='#eeffffff'); /* IE */
		border: 1px solid #bfbfbf;
		border-top: none;
		max-height: 302px;
		overflow: hidden;
	}
	
	/* Recommended Topics */
	
	.recommended-topics-wrapper {
		padding-left: 0;
	}
	.recommended-posts {
		height: 100px;
	}
	.large-post-list img.wp-post-image {
		width: 130px;
		height: 77px;
	}
	.large-post-list .more-posts-teaser {
		padding-left: 6px;
		margin-top: 0;
	}
	
	/* More Posts */
	
	.more-posts-wrapper {
		padding-left: 0;
	}
	
	/* Previous Posts */
	
	.previous-posts .previous-posts-icon {
		padding-left: 0;
	}
	.previous-posts .previous-posts-icon img {
		width: 130px;
		height: 77px;
	}
	.previous-posts .previous-posts-list {
		padding-left: 0;
		padding-right: 0;
	}
	
	/* Recommendations */
	
	.recommendations {
		padding-left: 0;
	}	
	.post-list-item a {
		width: 32%;
	}
	.post-list-item a.crp_title,
	.post-list-item a.post-list-item-title {
		width: 68%;
	}
	.recommended-posts .post-list-item,
	.previous-posts .post-list-item {
		float: left;
		width: 245px;
		padding-right: 10px;
	}
	.most-read-posts .post-list-item {
		padding-bottom: 11px;
		margin-bottom: 11px;
		border-bottom: 1px solid #bfbfbf;
	}
	.most-read-posts .post-list-item a span {
		padding-left: 10px;
	}
	
	/* Questions */
	
	.single .questions,
	.page-template-default .questions {
		margin-left: 0;
	}
	.questions {
		margin-right: 0;
	}
	
	/* NEU CTA */
	
	.cta-widget {
		background-position: 10px top;
		min-height: 30px;
	}
	.cta p {
		margin: 0;
		line-height: 30px;
	}
	.cta-link {
		display: inline;
	}
	
	/* Share */
	
	.share {
		width: 520px;
	}
	.article-content .share > div {
		margin-left: 0;
	}
	/*.single .share > div,
	.page-template-default .share > div {
		margin-left: 0;
	}*/
	
	/* Asides */
	
	.sidebar {
		padding-left: 0;
	}
	.sidebar-1 {
		height: 312px;
		margin-bottom: 10px;
		overflow: hidden;
	}
	.home .sidebar-1 {
		height: 322px;
	}
	.sidebar-2 {
		float: right;
	}
	
	/* Stickem */
	
	.stickem-container {
		position: relative;
		float: left;
	}
	.page-template-page-light-php .stickem-container {
		min-height: 940px;
	}
	 
	.stickit {
		margin-left: 531px;
		width: 219px;
		position: fixed;
		top: 0;
	}
	 
	.stickit-end {
		bottom: 0;
		position: absolute;
		right: 0;
	}
	
	
	/* Most Read Widget */

	.sidebar .most-read-posts .widget-title {
		margin-top: 0;
		margin-bottom: 11px;
		background: #00802a;
		color: #fff;
		font-weight: normal;
	}
	.sidebar .most-read-posts .list-container {
		padding-left: 0;
		padding-right: 0;
		height: 204px;
		overflow: hidden;
	}
	
	/* Banner Widget */
	
	.sidebar #widget-area-1b {
		margin-top: 0;
	}
	.sidebar #widget-area-1b .textwidget {
		text-align: left;
	}
	.sidebar #widget-area-1b img {
		width: 100%;
	}
	
	/* Follow Widget */
	
	.widget.follow a {
		width: 35px;
		height: 35px;
		margin-right: 12px;
	}
	.widget.follow a img {
		width: 35px;
		height: 35px;
	}
	
	/* Search widget */
	
	.widget_search .form-control {
		font-size: 12px;
		height: 35px;
	}
	
	
	/* Feedback, Share & Like */
	
	#TB_window {
		width: 50% !important;
		max-width: 629px !important;
		height: 350px !important;
		margin-left: -25% !important;
	}
	
	/* MailPoet Newsletter */
	
	.widget_wysija .wysija-checkbox-label {
		display: block;
	}
	.widget_wysija input[type="text"] {
		font-size: 12px;
		height: 35px;
	}
	.widget_wysija input[type="submit"] {
		font-size: 11px;
		padding: 7px 10px 5px;
	}
	.widget_wysija .wysija-checkbox-paragraph label {
		margin-left: 0;
		margin-right: 5px;
	}
	.entry-content .widget_wysija input[type="text"],
	.entry-content .widget_wysija input[type="submit"] {
		width: 40%;
	}


	
	/* Footer */
	
	.footer-widget-area-1 {
		padding-right: 5px;
	}
	.footer-widget-area-2 {
		padding-left: 5px;
	}
	.footer-widget-area-3 {
		padding-left: 40px;
		padding-bottom: 0;
	}
	.footer-menu .helper-class-first {
		display: inline-block;
	}
	
	
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	
	/* Header */
	.site-branding {
		width: 355px;
		height: 47px;
	}
	.site-title {
		font-size: 19px;
	}
	.welcome {
		width: 605px;
	}
	.welcome .welcome-message {
		width: 500px;
	}
	.welcome p {
		font-size: 85%;
		line-height: 1.3;
	}
	.welcome .welcome-logo {
		width: 80px;
		height: 80px;
		margin-top: 0;
	}
	
	/* Content */
	#topics-navigation {
		font-size: 11px;
		line-height: 13px;
	}
	#topics-navigation ul li a {
		padding: 2px 4px 1px;
	}
	#topics-navigation ul li.menu-title a {
		font-size: 12px;
	}
	
	/* Template Page Home */
	
	.cover-story .post-thumbnail {
		height: 390px;
	}
	.cover-story .overlay {
		max-height: 390px;
	}
	
	/* Recommendations */
	
	.recommended-posts .row .col-xs-24 {
		padding-right: 0;
	}
	.recommended-posts .post-list-item,
	.previous-posts .post-list-item {
		width: 329px; /* IE (330) */
	}
	.post-list-item a {
		width: 74px;
	}
	.post-list-item a.crp_title,
	.post-list-item a.post-list-item-title {
		width: 239px; /* IE (240) */
	}
	.sidebar .post-list-item a.post-list-item-title {
		width: 194px; /* IE (195) */
	}
	.most-read-posts .post-list-item {
		padding-bottom: 13px;
		margin-bottom: 13px;
	}
	
	/* Previous Posts */
	
	.previous-posts-wrapper {
		padding-left: 0;
		padding-right: 0;
	}
	/* Previous Posts */
	
	.previous-posts .previous-posts-icon img {
		width: 174px;
		height: 103px;
	}
	
	/* Share */
	
	.share {
		width: 670px;
		padding-right: 0;
	}
	
	/* Sidebar */
	
	.sidebar-1 {
		height: 391px;
	}
	.home .sidebar-1,
	.page-template-page-home-news-php .sidebar-1,
	.page-template-page-home-fachbeitraege-php .sidebar-1,
	.page-template-page-home-urteile-php .sidebar-1 {
		height: 410px;
	}
	
	/* Stickem */
	
	.page-template-page-light-php .stickem-container {
		min-height: 940px;
	}
	.page-template-page-light-php .article-content .entry-content {
		width: 660px;
	}
	.stickit {
		margin-left: 680px;
		width: 280px;
	}
	
	/* Follow Widget */
	
	.widget.follow a {
		width: 45px;
		height: 45px;
		margin-right: 19px;
	}
	.widget.follow a img {
		width: 45px;
		height: 45px;
	}
	
	/* Search widget */
	
	.widget_search .form-control {
		font-size: 15px;
		height: 45px;
	}
		
	/* Most Read Widget */
	
	.sidebar .most-read-posts .widget-title {
		margin-bottom: 13px;
	}
	.sidebar .most-read-posts .list-container {
		height: 274px;
		overflow: hidden;
	}
	.sidebar .most-read-posts .post-list-item a span {
		padding-left: 0;
	}
	
	/* Banner widget */
	
	.sidebar #widget-area-1b {
		margin-top: 0;
	}
	
	/* More Posts */
	
	.large-post-list img.wp-post-image {
		width: 174px;
		height: 103px;
	}
	
	/* Feedback Form, Share & Like */
	
	.feedback {
		margin: 6px 0 6px;
		text-align: left;
	}
	.share-list {
		float: right;
		text-align: left;
	}

	/* MailPoet Newsletter */
	
	.widget_wysija .wysija-checkbox-label {
		display: inline-block;
	}
	.widget_wysija input[type="text"] {
		font-size: 15px;
		height: 45px;
	}
	.widget_wysija input[type="submit"] {
		font-size: 15px;
		padding: 5px 10px 3px;
	}
	.widget_wysija .wysija-checkbox-paragraph label {
		margin-left: 3px;
		margin-right: 0;
	}

	
}


