/*
Theme Name: GemeindebriefDruckerei - Helferseite
Theme URI: http://underscores.me/
Author: Marcel Epp
Author URI: http://www.gemeindebriefdruckerei.de
Description: Eine Oberfläche für die Helferseite der Gemeindebriefdruckerei.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: helferseite
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

GemeindebriefDruckerei - Helferseite is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Header
	## Sidebar Right
	## Posts and pages
	## Comments
	## Footer
# Infinite scroll
# Media
	## Captions
	## Galleries
# Helper Classes
# WooCommerce
# Bildarchiv
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	transition: all 0.2s linear;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*font-size: 1rem;*/
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.25rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 1.25rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #737373; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	/*border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	/*font-size: 1rem;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);*/
	color: #FFFFFF;
	background: #404040;
	font-size: 12px;
	line-height: 1;
	padding: .618em 1em;
	border: 1px solid #404040;
	border-radius: 3px;
	transition-property: background-color,color;
    transition-duration: 0.5s; 
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	/*border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);*/
	color: #FFFFFF;
    background-color: #737373; /*#DFDFDF;*/
    border: 1px solid #E3000B;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	/*border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);*/
	border-color: #404040;
	color: #404040;
	background-color: #DFDFDF;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
	width: 100%;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
 	color: #000000;;
}

a:visited {
	color: #000000;
}

a:hover {
	color: blue;
	text-decoration: underline;
}

a:focus,
a:active {
	color: blue;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: none;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	color: #000000;
	padding-left: 0.750em;
	padding-top: 0.344em;
	padding-right: 0.750em;
	padding-bottom: 0.344em;
	margin-right: 0.625em;
	display: block;
	text-decoration: none;
	border: 1px solid #F3F2F1;
}

.main-navigation ul ul {
	background-color: #F3F2F1;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
	float: left;
	position: absolute;
	/*top: 0em;*/
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
	margin-right: 0px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	background-color: #FFFFFF;
	border: 1px solid #E3000B;
	transition-property: background-color,color;
    transition-duration: 0.5s; 
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_parent > a,
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	background-color: #F4CED1;
	border: 1px solid #E3000B; 
}

/* Small menu. */
button#mobile_menu_toggle {
    width: 100%;
    color: #000000;
    background-color: #D4CECA;
    border: 1px solid #D4CECA;
}

.menu-toggle,
.main-navigation.toggled ul {
	display: none;
}

@media screen and (max-width: 37.5em) {
	.main-navigation a {
		border-top: 1px solid #737373;
	}
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation {
		width: 75%;
	}
	.main-navigation ul {
		display: block;
		float: right;
	}
	#site-navigation {
		padding-top: 1.65em;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.tax-bilder_kategorie .mega-post-type-download > a,
.tax-bilder_schlagwort .mega-post-type-download > a,
.tax-download_kinder_kategorie .mega-post-type-download > a,
.tax-download_kinder_schlagwort .mega-post-type-download > a,
.tax-download_gv_kategorie .mega-post-type-download > a,
.tax-download_gv_schlagwort .mega-post-type-download > a,
.tax-anleitungen_kategorie .mega-post-type-download > a,
.tax-anleitungen_schlagwort .mega-post-type-download > a,
.single-gestaltungsvorlagen .mega-post-type-download > a,
.single-download_kinder .mega-post-type-download > a,
.single-bild .mega-post-type-download > a,
.single-post .mega-post-type-blog > a,
.page-template-page-umfragen-overview .mega-post-type-question > a,
.single-product .mega-current_page_parent > a,
.single-anleitungen .mega-post-type-download > a,

.tax-bilder_kategorie .post-type-download > a,
.tax-bilder_schlagwort .post-type-download > a,
.tax-download_kinder_kategorie .post-type-download > a,
.tax-download_kinder_schlagwort .post-type-download > a,
.tax-download_gv_kategorie .post-type-download > a,
.tax-download_gv_schlagwort .post-type-download > a,
.single-gestaltungsvorlagen .post-type-download > a,
.single-download_kinder .post-type-download > a,
.single-bild .post-type-download > a,
.single-post .post-type-blog > a,
.dwqa-question-template-default .post-type-blog > a {
    background-color: #F4CED1 !important;
    border: 1px solid #E3000B !important;
}

.dwqa-question-template-default .mega-post-type-question > a,
.dwqa-question-template-default .post-type-question > a {
	background-color: #F4CED1 !important;
    border: 1px solid #E3000B !important;
}

#menu-sitemap li a {
	text-decoration: none;
	font-weight: bold;
}

#menu-sitemap li a:hover {
	text-decoration: underline !important;
}

#menu-sitemap li .sub-menu li a {
	font-weight: normal;
} 

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

.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-size: 1.167rem;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# 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-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	box-shadow: 0px 0px 10px #000000;
	background-color: #F3F2F1;
	/*padding-left: 1.250em;*/
	padding-top: 0.938em;
	/*padding-right: 0.938em;*/
	padding-bottom: 0.938em;
	margin: 0 0 0.625em;
	border-bottom: 1px solid #C7C7C7;
}

.error404 .widget {
	background-color: #FFFFFF !important;
	box-shadow: none !important;
}

.widget-area {
    padding-left: 0;
    padding-right: 0;
}

.widget-title {
	font-size: 1.250em; /* 1em*/
	margin-bottom: 0.313em;
	padding-left: 1.250em;
	padding-right: 1.250em;
}

.widget ul {
	margin-left: 0px;
	padding-left: 0px;
}

.widget ul li {
	list-style: none;
	/*margin-bottom: 0.625em;*/
	margin-bottom: 0.5px;
	padding-left: 1.563em;
	padding-right: 1.563em;
	border: 1px solid #F3F2F1;
}

.widget ul li:hover {
	background-color: #FFFFFF;
	border: 1px solid #E3000B;
}

.widget ul li a {
	color: #000000;
	text-decoration: none;
	display: block;
}

.widget ul li a:hover {
	color: #000000;
	background-color: #FFFFFF;
} 

.widget ul li a:active,
.widget ul li a:focus {
	color: #000000;
	text-decoration: none;
} 

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

.widget_tag_cloud .widget-title {
	padding-left: 0px;
	padding-right: 0px;
}

.widget_search {
	padding-left: 1.250em;
	padding-right: 1.250em;
}

.widget_search .search-submit {
	width: 100%;
	margin-top: 0.625em;
}

.widget_rommeled_image {
	padding: 0em;
	border-bottom: none;
}

p.rommeled_widget_image-field.rommeled_widget_image-image {
	margin-top: 0;
    margin-bottom: 0;
}

.rommeled_widget_image_inner p a img {
    display: block;
    width: 100%;
}

.anleitungs-images {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}

.single_anleitung_feature {
	width: 100%;
}

.widget_nav_menu,
.widget_categories {
	background-color: #D4CECA;
}

.widget_nav_menu ul li,
.widget_categories ul li,
.widget_tag_cloud ul li {
	border: 1px solid #D4CECA;
}

.widget_tag_cloud {
	padding-left: 0px;
	padding-right: 0px;
	background-color: #D4CECA;
	margin-bottom: 20px;
}

.widget_tag_cloud .widget-title {
	padding-left: 1.250em;
	padding-right: 1.250em;
}

.wp-tag-cloud li {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.wp-tag-cloud li a {
	padding-left: 1.563em;
	padding-right: 1.563em;
}

.wp-tag-cloud li .active-tag {
	background-color: #F4CED1;
    border: 1px solid #E3000B;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
@media screen and (max-width: 37.5em) {
	.content-area {
		padding-left: 0;
		padding-right: 0;
	}
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
a.gbd_commercial {
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    background-color: #000000;
    display: block;
    padding: 5px;
    text-decoration: none;
}

a.gbd_commercial strong {
	color: #E3000B;
}

#masthead {
	margin-top: 0.625em;
	margin-bottom: 0.625em;
}

#masthead_inner {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0.625em;
}

.site-logo-link img {
	width: 130px;
	padding-bottom: 5px;
}

@media screen and (max-width: 37.5em) {
	.site-logo-link img {
		margin-left: auto;
    	margin-right: auto;
    	display: block;
    	margin-bottom: 1.250em;
	}
	#masthead_inner,
	.main-navigation {
		padding-left: 0px;
		padding-right: 0px;
	}
	button, input[type="button"], input[type="reset"], input[type="submit"] {
    border-radius: 0px;
	}
	#mobile_menu_toggle:active,
	#mobile_menu_toggle:focus,
	#mobile_menu_toggle:hover {
    border-color: #D4CECA;
    color: #000000;
    background-color: #D4CECA;
	}
	.main-navigation li {
    float: none;
	}
	.main-navigation a {
    margin-right: 0em;
	}
}

.widget_ultimate_posts .entry-title {
	border: 1px solid #F3F2F1;
}

.widget_ultimate_posts .entry-title:hover {
	background-color: #FFFFFF;
	border: 1px solid #E3000B;
}

.upw-posts .entry-title a {
	padding-left: 1.563em;
	padding-right: 1.563em;
	-webkit-box-decoration-break: clone;
  	box-decoration-break: clone;
  	display: block;
}

.page-template-page-downloads-overview .upw-posts .type-gestaltungsvorlagen {
	padding-left: 15px;
	padding-right: 15px;
}

.page-template-page-gestaltungsvorlagen-overview .upw-posts .entry-title a,
.single-gestaltungsvorlagen .upw-posts .entry-title a {
	/*line-height: 3em;*/
}

.upw-posts .entry-title a:focus, .upw-posts .entry-title a:hover {
	color: #000000;
    text-decoration: none !important;
}

.upw-posts article {
	margin-bottom: -10px !important;
    border-bottom: none !important;
    padding-bottom: 0px !important;
}

.upw-posts .entry-title {
    margin-bottom: 0px;
    font-weight: normal;
}

.widget_decent_comments_widget {

}

.decent-comments ul li {
	padding-left: 0px;
	padding-right: 0px;
}

.decent-comments ul li:hover {
	background-color: #F3F2F1;
	border: 1px solid #F3F2F1;
}

.decent-comments ul li a {
	border: 1px solid #F3F2F1;
}

.decent-comments ul li a:hover {
	background-color: #FFFFFF;
	border: 1px solid #E3000B;
}

.decent-comments .comment-avatar {
	padding-left: 15px;
}

.decent-comments .comment-link a {
	padding-left: 15px;
	padding-right: 15px;
}

.decent-comments .comment {
    padding-left: 0px;
    padding-right: 0px;
    background-color: #F3F2F1;
    margin-bottom: 0px;
}

/*--------------------------------------------------------------
## Sidebar Right
--------------------------------------------------------------*/
.sidebar-right .widget {
	/*background-color: #D4CECA !important;*/
}

@media screen and (max-width: 37.5em) {
	.sidebar-left,
	.sidebar-right {
		margin-top: 0.625em;
		margin-bottom: 0.625em;
		padding-right: 0 !important;
	}
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.breadcrumbs {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

.breadcrumbs li {
	display: inline;
}

.cards_thumbnail_wrapper a {
	text-decoration: none;
}

.cards_thumbnail_wrapper a:hover {
	color: #000000;
}

.cards_thumbnail_wrapper:nth-child(3n +1) {
    clear: both;
}

.cards-inner {
	background-color: #E5E1DF;
	border: 1px solid #999;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	min-height: 260px; /* same height cards */
	margin-bottom: 15px;
}

.cards-inner:hover {
    background-color: #FFFFFF;
    border: 1px solid #E3000B;
}

.cards-inner p {
	margin-bottom: 0px;
}


body.home.page.page-id-15.page-template-default .entry-header {
	display: none !important;
}

body.home.page.page-id-15.page-template-default .entry-content {
	margin-top: 0px;
}
 
.entry-header {
	padding-left: 1.563em;
	padding-top: 1.563em;
	padding-right: 1.563em;
}

.entry-title {
	margin-top: 0;
	margin-bottom: 0;
}

.entry-title a,
.entry-meta a {
	color: #000000;
	text-decoration: none;
}

.entry-title a:hover,
.entry-meta a:hover {
	color: blue;
	text-decoration: underline;
}

.entry-title a:focus,
.entry-title a:active,
.entry-meta a:focus,
.entry-meta a:active  {
	color: blue;
	text-decoration: none;
}

.featured-image img {
    margin-left: auto;
    margin-top: 25px;
    margin-right: auto;
    display: block;
    /*border-radius: 50%;
    border: 1px solid #999;*/
}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 0.625em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

p.cat-name.talkofweb,
p.tag-name.talkofweb {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
}

.comments-link,
.edit-link {
	display: inline-block;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.entry-content {
	padding-left: 1.563em;
	padding-right: 1.563em;
}

.entry-footer {
	padding: 1.563em;
	background-color: #D4CECA;
}

.entry-footer a {
	color: #000000;
	text-decoration: none;
	padding-right: 10px;
}

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

.entry-footer a:focus,
.entry-footer a:active {
	color: blue;
	text-decoration: none;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

span.cat-links {
    margin-right: 0.625em;
}

.comments-link {
	padding-right: 0.625em;
}

.post-navigation {
	box-shadow: 0px 0px 10px #000000;
	background-color: #F3F2F1;
	padding: 1.563em;
	margin-top: 0.625em !important;
	margin-bottom: 0px !important; 
}

.post-navigation a {
	color: #000000;
	text-decoration: none;
}

.post-navigation a:hover {
	color: blue;
}

li.cat-item.current-cat {
    background-color: #F4CED1;
    border: 1px solid #E3000B;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment {
	margin-bottom: 3.125em;
	background-color: #D4CECA;
	padding: 0.938em;
}

.comment-content {
    background-color: #D4CECA;
    padding-left: 0.938em;
    padding-right: 0.938em;
    margin-top: 0.938em;
}

.comment-content a {
	word-wrap: break-word;
}

.comment-metadata a,
.comment-reply-link,
.comment-author a,
.comment-respond a {
	color: #000000;
	text-decoration: none;
}

.comment-reply-link {
	float: right;
	padding-top: 1.563em;
}

.comment-metadata a:hover,
.comment-reply-link:hover,
.comment-author a:hover,
.comment-respond a:hover {
	color: #E3000B;
}

.comment-list {
	padding-left: 0px;
	margin-left: 0px;
	list-style: none;
}

.comment-author img {
	float: left;
	margin-right: 0.625em;
	margin-bottom: 0.625em;
	width: 64px;
	border-radius: 100px;
}

.bypostauthor {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.comment-content {
	    padding-left: 70px;
	}
}

p.comment-form-url {
    display: none;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
footer {
	margin-top: 0.938em;
	margin-bottom: 0.938em;
}

footer .site-info a,
footer .site-info a:visited,
footer .site-info {
	color: #FFFFFF;
	text-decoration: none;
}

footer .site-info a:hover {
	text-decoration: underline;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .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 {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## 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 {
	display: block;
}

/*--------------------------------------------------------------
# Helper Classes
--------------------------------------------------------------*/
.red-star {
	color: #E3000B;
}

.text-center {
	text-align: center;
}

.text-underline {
	text-decoration: underline;
}

.tiles {
	box-shadow: 0px 0px 10px #000000;
	background-color: #F3F2F1;
	padding: 1.563em;
}

.tiles_no_padding {
	box-shadow: 0px 0px 10px #000000;
	background-color: #D4CECA;
	padding: 0px;
}

.tiles-dark {
	background-color: #D4CECA !important;
}

.tiles-white {
	background-color: #F3F2F1;
	margin-top: 0.625em;
	padding: 0.938em;
	border: 1px solid #999;
}

.pl-0px {
	padding-left: 0px;
}

.pr-0px {
	padding-right: 0px;
}

.pr-10px {
	padding-right: 0.625em;
}

.mb-10px {
	margin-bottom: 0.625em;
}

/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/
.woocommerce-breadcrumb {
	list-style: none;
}

.woocommerce-breadcrumb li {
	display: inline;
}

.woocommerce .woocommerce-breadcrumb li:last-child {
	font-weight: bold;
}

.woocommerce-info {
	border-top-color: #D4CECA;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
	background-color: #D4CECA;
}

.woocommerce .woocommerce-breadcrumb {
    font-size: 12px;
    color: #000000;
}

.woocommerce .woocommerce-breadcrumb a {
    color: #000000;
}

.woocommerce .woocommerce-breadcrumb a:hover {
    color: blue;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 29.4117647059%;
    background-color: #E5E1DF;
    padding: 0.938em;
    border: 1px solid #999;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
    background-color: #FFFFFF;
    border: 1px solid #E3000B;
}

.woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 1em;
    color: #000000;
}

.woocommerce ul.products li.product a {
    text-decoration: none;
    color: #000000;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: rgb(51, 204, 51);
    border: 1px solid #404040;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	color: #FFFFFF;
    background-color: rgb(135, 225, 135);
    border: 1px solid #E3000B;
}

.woocommerce #respond input#submit.alt:focus, .woocommerce a.button.alt:focus, .woocommerce button.button.alt:focus, .woocommerce input.button.alt:focus,
.woocommerce #respond input#submit.alt:active, .woocommerce a.button.alt:active, .woocommerce button.button.alt:active, .woocommerce input.button.alt:active {
	color: rgb(51, 204, 51);
    background-color: rgb(202, 242, 202);
    border: 1px solid #404040;
}

.woocommerce ul.products li.product .button {
    width: 100%;
    text-align: center;
    background-color: #404040;
    color: #FFFFFF;
}

.woocommerce-checkout .site-main,
.woocommerce-cart .site-main {
    background-color: #D4CECA;
}

.widget_shopping_cart_content a.button.wc-forward {
	width: 100%;
	color: #FFFFFF;
    background-color: #404040;
    text-align: center;
    margin-bottom: 0.625em;
    border: 1px solid #404040;
}

.widget_shopping_cart_content a.button.wc-forward:hover {
	color: #FFFFFF;
    background-color: #737373;
    border: 1px solid #E3000B;
}

.widget_shopping_cart_content a.button.wc-forward:focus,
.widget_shopping_cart_content a.button.wc-forward:active {
	color: #404040;
    background-color: #DFDFDF;
}

input.input-text.qty.text,
input.input-text.qty.text:hover,
input.input-text.qty.text:focus,
input.input-text.qty.text:active {
    border: 1px solid #737373;
}

.widget_product_categories {
	background-color: #D4CECA;
	margin-bottom: 20px;
}

.widget_product_categories ul li {
	border: 1px solid #D4CECA;
}

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total,
.woocommerce .widget_shopping_cart .buttons, .woocommerce.widget_shopping_cart .buttons {
	padding-left: 20px;
	padding-right: 20px;
} 

.woocommerce div.product form.cart .button {
    float: right;
}

.woocommerce .quantity .qty {
    width: 6em;
    text-align: center;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #000000;
}

.single-product span.posted_in,
.single-product span.tagged_as {
    display: none;
}

img.attachment-shop_single.size-shop_single.wp-post-image,
img.attachment-shop_thumbnail.size-shop_thumbnail {
    border: 1px solid #737373;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    border-bottom: 1px solid #737373;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #737373;
} 

ul.woocommerce-thankyou-order-details.order_details {
    background-color: #D4CECA;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media screen and (max-width: 37.5em) {
	.woocommerce ul.products li.product, 
	.woocommerce-page ul.products li.product, 
	.woocommerce-page[class*=columns-] ul.products li.product, 
	.woocommerce[class*=columns-] ul.products li.product {
    width: 100%;
	}
}

.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
    padding: 4px 15px;
}

ul[class*="order-"] {
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

ul[class*="order-"] li {
	list-style: none;
}

.wc-address-first-name,
.wc-address-last-name,
.wc-address-postcode,
.wc-address-city {
    display: inline-block;
}

@media screen and (max-width: 37.5em) {
	.print_btn {
	display: block;
	width: 100%;
	margin-top: 10px;
	}
	#dwn-btn {
		width: 100%;
		display: block;
	}
}

@media screen and (min-width: 37.5em) {
	.print_btn {
	float: right;
	position: relative;
	margin-top: -30px;
	}
}

/*--------------------------------------------------------------
# Bildarchiv
--------------------------------------------------------------*/
.anleitungen_thumbnail_card {
	padding-bottom: 8px !important;
}

.anleitungen_thumbnail_card,
.blauer_engel_thumbnail_card,
.bildarchiv_thumbnail_card {
	background-color: #E5E1DF;
	border: 1px solid #999;
	padding: 0.938em;
}

.anleitungen_thumbnail_card:hover,
.blauer_engel_thumbnail_card:hover,
.bildarchiv_thumbnail_card:hover {
	background-color: #FFFFFF;
	border: 1px solid #E3000B;
}

.anleitungen_thumbnail_card_wrapper,
.blauer_engel_thumbnail_card_wrapper,
.bildarchiv_thumbnail_card_wrapper {
	margin-bottom: 0.938em;
}

.anleitungen_thumbnail_card_wrapper:nth-child(3n +1),
.bildarchiv_thumbnail_card_wrapper:nth-child(3n +1) {
    clear: both;
}

.anleitungen_thumbnail_card a,
.blauer_engel_thumbnail_card a,
.bildarchiv_thumbnail_card a {
	text-decoration: none;
}

.anleitungen_thumbnail_card p,
.blauer_engel_thumbnail_card p,
.bildarchiv_thumbnail_card p {
	margin-top: 0.313em;
	margin-bottom: 0px;
}

.anleitungen-image-preview,
.blauer_engel-image-preview,
.bildarchiv-image-preview {
	width: 100%;
	display: block;
}

.bildarchiv_thumbnail_card img {
    width: 100%;
}

a.download-button-bildarchiv {
	width: 100%;
	color: #FFFFFF;
    background-color: #404040;
    display: block;
    text-decoration: none;
    padding: .618em 1em;
    border-radius: 3px;
    border: 1px solid #404040;
    margin-top: 0.625em;
    margin-bottom: 0.625em;
}

a.download-button-bildarchiv:hover {
	color: #FFFFFF;
	background-color: #737373;
	border: 1px solid #E3000B;
}

a.download-button-bildarchiv:active,
a.download-button-bildarchiv:focus {
	color: #404040;
	background-color: #DFDFDF;
}

.copyright_bild p {
    margin-bottom: 0.750em;
}

.copyright_bild svg {
	float: left;
    padding-right: 0.938em;
    padding-top: 0.938em;
}

.tags_bildarchiv ul {
	margin-left: 0px;
	padding-left: 0px;
}

li.tags_bildarchiv_list {
    list-style: none;
    display: inline-block;
}

.breadcrumb {
	margin: 0 0 1em;
}

/* DW Questions */
.dwqa-ask-question a {
	margin-bottom: 15px;
}

.dwqa-ask-question a,
.dwqa-questions-footer .dwqa-ask-question a {
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    background: #404040;
    font-size: 12px;
    line-height: 1;
    padding: .618em 1em;
    border: 1px solid #404040;
    border-radius: 3px;
    transition-property: background-color,color;
    transition-duration: 0.5s;
}

.dwqa-ask-question a:hover,
.dwqa-questions-footer .dwqa-ask-question a:hover {
	color: #FFF;
    background-color: #737373;
    border: 1px solid #E3000B;
}

.dwqa-ask-question a:focus,
.dwqa-questions-footer .dwqa-ask-question a:focus,
.dwqa-questions-footer .dwqa-ask-question a:active {
	border-color: #404040;
    color: #404040;
    background-color: #DFDFDF;
}

.dwqa-question-item {
	margin-bottom: 5px;
}

.dwqa-question-item .dwqa-status,
.dwqa-staff {
    background: #1F91A6;
}

.dwqa-questions-list {
    border-top: 1px solid #D4CECA;
}

.dwqa-questions-list .dwqa-question-item .dwqa-question-title a {
    font-weight: bold;
    font-size: 14px;
    display: block;
    margin-bottom: 3px;
}

.dwqa-questions-list .dwqa-question-item .dwqa-question-title a:hover {
    text-decoration: underline !important;
}

.dwqa-questions-list .dwqa-question-item .dwqa-question-meta {
    font-size: 12px;
}

.dwqa-questions-list .dwqa-question-item {
    padding: 15px 260px 15px 80px;
    border-left: 1px solid #999;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    background-color: #E5E1DF;
}
/*
.dwqa-questions-list .dwqa-question-item:hover {
	background-color: #FFFFFF;
	border: 1px solid #E3000B;
}*/

.dwqa-answer-form form {
    text-align: left;
}

.dwqa-answer-form .dwqa-select {
    float: none;
}

.dwqa-comment-form {
    background: #E5E1DF;
}

.dwqa-question-item {
	background-color: #E5E1DF;
	border: 1px solid #999;
    padding: 15px;
}

.single-dwqa-question .dwqa-question-item .avatar {
    left: 20px;
    top: 20px;
}

.dwqa-question-vote {
    top: 90px;
    left: 29px;
    
}

.single-dwqa-question .dwqa-question-item {
    padding: 35px 15px 40px 90px;
}

.dwqa-question-vote .dwqa-vote, .dwqa-question-vote .dwqa-vote:active,
.dwqa-answer-vote .dwqa-vote, .dwqa-answer-vote .dwqa-vote:active {
    border-bottom-color: #F3F2F1 !important;
}

.dwqa-answer-vote .dwqa-vote-down, .dwqa-answer-vote .dwqa-vote-down:active,
.dwqa-question-vote .dwqa-vote-down, .dwqa-question-vote .dwqa-vote-down:active {
    border-bottom-color: transparent !important;
    border-top-color: #F3F2F1 !important;
}

.dwqa-pick-best-answer:after {
    border: solid #000;
    border-top-color: rgb(0, 0, 0);
    border-top-style: solid;
    border-top-width: 0px;
    border-right-color: rgb(0, 0, 0);
    border-right-style: solid;
    border-right-width: 5px;
    border-bottom-color: rgb(0, 0, 0);
    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-left-color: rgb(0, 0, 0);
    border-left-style: solid;
    border-left-width: 0px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
}

.dwqa-answer-item {
    padding: 35px 15px 40px 90px;
    background-color: #E5E1DF;
	border: 1px solid #999;
	margin-top: 15px;
	margin-bottom: 15px;
}

.dwqa-answer-item .avatar {
    left: 20px;
}

.dwqa-answer-vote,
.dwqa-pick-best-answer {
    left: 29px;
}

.dwqa-best-answer {
    background-color: rgba(87, 136, 36, 0.42);
}

/*media all*/
.dwqa-alert {
    background-color: rgba(238, 121, 89, 1);
}

.dwqa-question-filter a.active {
    border-bottom: 1px solid #000 !important;
}

.dwqa-questions-list .dwqa-question-item .dwqa-question-stats span {
    min-width: 70px;
    border: 1px solid #999;
    margin-left: 10px;
}

.dwqa-pagination a, .dwqa-pagination span {
    border: 1px solid #D4CECA;
}

span.dwqa-page-numbers.dwqa-current {
    background-color: #1F91A6;
    color: #ffffff;
}

@media screen and (max-width: 37.5em) {
	.dwqa-questions-list .dwqa-question-item {
	    padding: 10px;
	}
	.single-dwqa-question .dwqa-question-item {
    	padding: 15px;
	}
	.dwqa-answer-item {
		padding: 15px !important;
	}
	.dwqa-pick-best-answer {
		top: 5px;
    	left: 160px;
	}
}

/* Kurzturnus Heft */
div.wpcf7-mail-sent-ok {
    border: none;
    margin-left: 0px;
    margin-right: 0px;
    background-color: #1f91a6;
    color: #FFFFFF;
    padding: 15px;
}

div.wpcf7-validation-errors {
    display: none !important;
}

/* ============================================================
  CUSTOM PAGINATION
============================================================ */
.custom-pagination span,
.custom-pagination a {
  display: inline-block;
  padding: 2px 10px;
}
.custom-pagination a {
  background-color: #ebebeb;
  color: #404040;
}
.custom-pagination a:hover {
  background-color: #404040;
  color: #fff;
}
.custom-pagination span.page-num {
  margin-right: 10px;
  padding: 0;
}
.custom-pagination span.dots {
  padding: 0;
  color: gainsboro;
}
.custom-pagination span.current {
  background-color: #404040;
  color: #fff;
}

/* ============================================================
  Download Icon
============================================================ */
.download_icon {
    width: 46px;
    float: left;
    margin-right: 15px;
    margin-top: -5px;
}

.download_link {
	margin-top: 5px;
    margin-bottom: 25px;
    display: inline-block;
    line-height: 2em;
}