/*
Theme Name: INFO
Theme URI: https://kirchenaustritt-info.ch
Author: Kirchenaustritt-Info.ch
Author URI: https://kirchenaustritt-info.ch
Description: Kirchenaustritt-Info.ch
Version: 2
*/


/*--------------------------------------------------------------
# Normalize	
--------------------------------------------------------------*/

html, body {
	margin: 0;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

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 {
	text-decoration:none;
	color:#bbbcc1;	
	outline:none;	
}
	
a:active,
a:hover {
	text-decoration:underline;
	color: #bbbcc1;	
}
	
a:focus{outline: none;}
	
abbr[title] {
	border-bottom: 1px dotted;
}
	
b,
strong {
	/* Variante 1 */
	/*font-weight: 500;*/ /*dpwfont*/
	/*color: #111111;*/ /*dpwfont*/
	/* Variante 2 */
	font-weight: 600; /*dpwfont*/
}
	
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: 0;
}
figure.wp-block-image {
	margin-bottom: 20px; /*dpw*/
}

hr {
	box-sizing: content-box;
	height: 0;
}
	
pre {
	overflow: auto;
}
	
code,
kbd,
pre,
samp {
	font-family: 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-appearance: textfield;
	box-sizing: content-box;
}
	
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: 500;
}
	
table {
	border-collapse: collapse;
	border-spacing: 0;
}
	
td,
th {
	padding: 0;
}
	
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
	
button,
input,
select,
textarea,
body {
	/*font-family: 'Encode Sans', sans-serif;"/ /*dpwfont*/
	font-family: 'Asap', sans-serif; /*dpwfont*/ /*attn*/
	font-size: 18px; /*dpwfont*/
	color: #485058; /*dpwfont*/
	line-height: 28px; /*dpwfont*/
	/*font-stretch: 112%;*/ /*dpwfont*/
	font-stretch: 109%; /*dpwfont*/
	font-weight: 400; /*dpwfont*/
}
	
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600; /*dpwfont*/
	margin-top: 0;
}
	
p {
	margin-bottom: 22px; /*dpw*/
	margin-top: 0
}
	
dfn,
cite,
em,
i {
	font-style: italic;
}
	
blockquote {
	margin: 0 1.5em;
}
	
address {
	margin: 0 0 1.5em;
}
	
pre {
	background: #eee;
	font-family: monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
	
code,
kbd,
tt,
var {
	font-family: monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}
	
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
	
mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}
	
big {
	font-size: 125%;
}

.lspM3 { letter-spacing: -0.3px; } /*dpw letter-spacing Minus 0.3*/
.lspM6 { letter-spacing: -0.6px; } /*dpw letter-spacing Minus 0.6*/
.lspM10 { letter-spacing: -1px; } /*dpw letter-spacing Minus 1.0*/

/*--------------------------------------------------------------
# Elements	
--------------------------------------------------------------*/
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
	
body {
	background: #f3f4f4; /*dpw INFO*/
	 overflow-y: scroll;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:none;
	min-width: 320px;
}
	
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 0;
}
	
ul {
	list-style: square;
}
	
ol {
	list-style: decimal;
}
	
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0;
}
	
dt {
	font-weight: 500;
}
	
dd {
	margin: 0 1.5em 1.5em;
}
	
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
	
table {
	margin: 0 0 1.5em;
	width: 100%;
}
	
/*--------------------------------------------------------------
# Forms	
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 2px solid #e00000; /*dpw*/
	background: none;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #e00000;  /*dpw*/
	padding: 10px 35px;
}
	
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #e00000;  /*dpw*/
	color: #fff;
}
	
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 {
	background: #e00000; /*dpw*/
	color: #fff;
}
	
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus{
	outline: thin dotted;
}
	
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	border: 1px solid #ddd;
	border-radius: 0;
}
	
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
	outline: thin dotted;
}
	
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 5px 10px;
}
	
textarea {
	padding: 5px 10px;
	width: 100%;
	height: 155px;
	resize: none;
}
	
/*--------------------------------------------------------------
# Navigation	
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links	
--------------------------------------------------------------*/
p a, figcaption a {
	color: #141814;  /*dpwfont*/
	border-bottom: 2px dashed #aaa; /*dpw*/ 
	text-decoration: none; /*dpw*/ 
}

p a:hover, p a:focus, p a:active,
figcaption a:hover, figcaption a:focus, figcaption a:active {
	color: #cc0000; /*dpwfont*/
	border-bottom: 2px solid #47b7ff; /*dpw*/
	text-decoration: none; /*dpw*/ 
}
	
p a:focus, figcaption a:focus {
	outline: thin dotted;
}
	
p a:hover, p a:active,
figcaption a:hover, figcaption a:active {
	outline: none;
}

a.btn-download {
	display: inline-block;
	height: 40px;
	margin: -10px 0 20px 0; 
	border: 3px solid #cd0100;
	border-radius: 24px;
	-webkit-border-radius: 24px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: right;
	color: #666;
	text-decoration: none;
	font-size: 19px;
	font-weight: 500;
}
a.btn-download:hover {
	background-color: #cd0100;
	color: #ffffff;
}
a .btntxt-download {
	padding: 5px 27px 0 28px;
}

/*--------------------------------------------------------------
## Menus	
--------------------------------------------------------------*/
.main-navigation {
	float: left;
	margin: 0;
}
	
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	font-size: 20px; /*dpw*/
	font-weight: 500;
	/*dpw text-transform: uppercase; */
}
	
.main-navigation li {
	float: left;
	position: relative;
	margin-right: 45px;
}
	
.main-navigation a {
	display: block;
	text-decoration: none;
	color: #888888; /*dpw menu main/sub inaktiv*/
	padding: 30px 0 20px 0; /* Gesamth he festgelegt bei .containerheader */ /*dpw*/
}
	
.main-navigation a:hover,
.main-navigation a:focus{
	color: #852d2d; /*dpw*/
}
	
.main-navigation ul ul {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99999;
	background: #f0f0f0;
	max-width: 550px; /*dpw*/
	font-size: 17px; /*dpw*/
	border-left: 2px solid #d80000; /*dpw*/
	display: none;
}
	
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
	
.main-navigation ul ul li {
	float: none;
	display: block;
	margin: 0;
}
	
.main-navigation ul ul li a{
	padding: 7px 10px;
}
	
.main-navigation li:hover > a,
.main-navigation li.focus > a {
	color: #300000; /*dpw menu main hover*/
	text-decoration: underline; /*dpw*/
}
	
.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
	color: #300000; /*dpw*/
}
	
.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
	color: #300000;  /*dpw menu sub hover*/
	text-decoration: underline; /*dpw*/
}
	
.main-navigation ul li:hover > ul {
	display: block;
}
	
.main-navigation ul li:focus-within > ul {
	display: block;
}
	
.main-navigation ul li.focus > ul{
	display: block;
}
	
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	color: #e80000; /*dpw menu main aktiv*/
}

/* Logo Vereinigung Kirchenaustritt Schweiz im Menu */
.logovkch {
	width: 41px;
	/*height: 26px;*/
	vertical-align: top;
	margin-right:5px;
}
.sidr-class-logovkch {
	width: 34px;
	vertical-align: top;
	margin-right:5px;
}

/* dpw Bottom Trennung */
.bot-bar-empty {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	background: linear-gradient(to right, #d6d6d7, #4abaff);
	font-size: 17px; /* &nbsp; */
}

/* dpw Bottom links */
.bot-links-sec {
	padding-top: 25px !important;
	background: linear-gradient(to right, #d6d6d7, #f8f8f8);
	font-size: 17px;
}
.bot-links-sec .bot-links-div {
	float: left;
	width: 240px;
	margin: 0 0 -3px 0;
	padding: 0;
}
.bot-links-sec .bot-links-ul {
	margin: 0;
	padding: 0 0 5px 0;
	list-style-type: none;
}
.bot-links-sec ul {
	margin: 0;
	padding: 0 0 5px 0;
	list-style-type: none;
}
.bot-links-sec .bot-links-li {
	margin: 0;
	padding: 0 0 5px 0;
}
.bot-links-sec ul li {
	color: #555555;
	margin: 0;
	padding: 0 0 5px 0;
}
.bot-links-sec ul li a {
	color: #555555;
}
.bot-links-sec .bot-links-end {
	clear:both;
	height:0px;
}

/* Small menu */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;	
}

.sub-menu {
	padding-top: 7px;
	padding-bottom: 7px;
}


@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}
		
.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%;
}
	
/*--------------------------------------------------------------
# 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: 0.875rem;
	font-weight: 500;
	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 {
	margin: 0 0 1.5em;
}
	
/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
	
/*--------------------------------------------------------------
# Content	
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages	
--------------------------------------------------------------*/
.sticky {
	display: block;
}
	
.hentry {
	/*margin: 0 0 1.5em;*/
}
	
.byline,
.updated:not(.published) {
	display: none;
}
	
.single .byline,
.group-blog .byline {
	display: inline;
}
	
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
	
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
	
/*--------------------------------------------------------------
## Asides	
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}
	
/*--------------------------------------------------------------
## Comments	
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
	
.bypostauthor {
	display: block;
}
	
/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
## site
--------------------------------------------------------------*/
.site {
	background: #d6d6d7; /*dpw*/
	background-image: url(images/bg-sitemax.png); /*dpw*/
	background-repeat: repeat-x; /*dpw*/
}
.sitemax { /*dpw*/
	background: #f3f4f4; /*dpw INFO*/
	max-width: 1200px; /*dpw*/
	margin: 0 auto; /*dpw*/
}
.custom-background-color .site,
.custom-background-image .site {
	margin: 20px;
}

/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
.info24top { /*dpw*/
	width:100%;
	height:59px;
	background-color:#4abaff;
}
.info24 { /*dpw*/
	position: absolute;
	left: 0;
	right: 0;
	margin: -10px auto 0 auto;
	width: 810px;
	height: 85px;
	background-color: #ffffff;
	border: 2px solid #405080;
	border-left: 2px solid #7080b0;
	border-top: 0px solid transparent;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	box-shadow: 5px 4px 8px 0px rgba(0,0,0,0.25);
	-webkit-box-shadow: 5px 4px 8px 0px rgba(0,0,0,0.25);
	background-image:linear-gradient(to bottom,#f7f7f7,#ffffff);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#f7f7f7),to(#ffffff));
	background-image:-webkit-linear-gradient(top,#f7f7f7,#ffffff);
	background-image:-moz-linear-gradient(top,#f7f7f7,#ffffff);
	background-image:-ms-linear-gradient(top,#f7f7f7,#ffffff);
	background-image:-o-linear-gradient(top,#f7f7f7,#ffffff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f7f7f7, endColorstr=#ffffff);
}
/* https://html-css-js.com/css/generator/box-shadow/ */
/* https://www.cssmatic.com/border-radius */
.info24btn { /*dpw*/
	float: left;
	width: 365px;
	/*height: 50px;*/
	margin-left: 34px;
	padding-top: 25px;
}
.info24txt { /*dpw*/
	float: left;
	width: 365px;
	height: 55px;
	margin-left: 20px;
	padding-top: 20px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	color: #40b0fb;
}
a.subm3  { /*dpw*/
	display: block;
	padding: 10px 0px 11px 0px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 13px;
	border: 0px;
	font-family: 'Archivo', sans-serif; /*dpwfont*/ /* font-family: Arial, sans-serif; */
	font-weight: 700; /*dpwfont*/ /* font-weight: bold; */
	font-stretch: 100%; /*dpwfont*/
	letter-spacing: 0.1px; /*dpwfont*/
	font-size: 20px; /*dpwfont*/
	text-align: center;
	text-shadow:0 1px 1px #111;
	color: #fff;
	cursor: pointer;
	background: #47b7ff;
	background-image:linear-gradient(to bottom,#8cd3ff,#0783dc);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#8cd3ff),to(#0783dc));
	background-image:-webkit-linear-gradient(top,#8cd3ff,#0783dc);
	background-image:-moz-linear-gradient(top,#8cd3ff,#0783dc);
	background-image:-ms-linear-gradient(top,#8cd3ff,#0783dc);
	background-image:-o-linear-gradient(top,#8cd3ff,#0783dc);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8cd3ff, endColorstr=#0783dc);
}
a.subm3:hover {  /*dpw*/ /* Button gross hover rot (Start "Jetzt Kirchenaustritt erstellen") */
	text-decoration: none;
	cursor: pointer;
	background: #dd0000;
	background-image:linear-gradient(to bottom,#ee0000,#aa0000);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#ee0000),to(#aa0000));
	background-image:-webkit-linear-gradient(top,#ee0000,#aa0000);
	background-image:-moz-linear-gradient(top,#ee0000,#aa0000);
	background-image:-ms-linear-gradient(top,#ee0000,#aa0000);
	background-image:-o-linear-gradient(top,#ee0000,#aa0000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ee0000, endColorstr=#aa0000);
}
a.subm4  {  /*dpw*/
	display: block;
	padding: 15px 0px 10px 0px;
	border: 0px;
	text-decoration: none;
	cursor: pointer;
	background: transparent;
	font-family: 'Archivo', sans-serif; /*dpwfont*/ /* font-family: Verdana, sans-serif; */
	font-weight: 700; /*dpwfont*/ /* font-weight: bold; */
	font-stretch: 100%; /*dpwfont*/
	letter-spacing: 0.6px; /*dpwfont*/
	font-size: 20px; /*dpwfont*/
	text-align: center;
	color: #40b0fb;
}
a.subm4:hover { 
	text-decoration: underline;
	color: #0099ee;
}
a.subm5  { /*dpw*/ /*Variante von subm3*/
	display: block;
	padding: 10px 0px 11px 0px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 13px;
	border: 0px;
	font-family: 'Archivo', sans-serif; /*dpwfont*/ /* font-family: Arial, sans-serif; */
	font-weight: 700; /*dpwfont*/ /* font-weight: bold; */
	font-stretch: 100%; /*dpwfont*/
	letter-spacing: 0.1px; /*dpwfont*/
	font-size: 20px; /*dpwfont*/
	text-align: center;
	text-shadow:0 1px 1px #111;
	color: #fff;
	cursor: pointer;
	background: #4abaff;
	background-image:linear-gradient(to bottom,#a3dcff,#12a5ff);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#a3dcff),to(#12a5ff));
	background-image:-webkit-linear-gradient(top,#a3dcff,#12a5ff);
	background-image:-moz-linear-gradient(top,#a3dcff,#12a5ff);
	background-image:-ms-linear-gradient(top,#a3dcff,#12a5ff);
	background-image:-o-linear-gradient(top,#a3dcff,#12a5ff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a3dcff, endColorstr=#12a5ff);
}
a.subm5:hover {  /*dpw*/  /*Variante von subm3*/
	text-decoration: none;
	cursor: pointer;
	background: #e80000;
	background-image:linear-gradient(to bottom,#f70000,#c70000);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#f70000),to(#c70000));
	background-image:-webkit-linear-gradient(top,#f70000,#c70000);
	background-image:-moz-linear-gradient(top,#f70000,#c70000);
	background-image:-ms-linear-gradient(top,#f70000,#c70000);
	background-image:-o-linear-gradient(top,#f70000,#c70000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f70000, endColorstr=#c70000);
}
a.subm6  {  /*dpw*/ /*Variante von subm4*/
	display: block;
	padding: 15px 0px 10px 0px;
	border: 0px;
	text-decoration: none;
	cursor: pointer;
	background: transparent;
	font-family: 'Archivo', sans-serif; /*dpwfont*/ /* font-family: Verdana, sans-serif; */
	font-weight: 700; /*dpwfont*/ /* font-weight: bold; */
	font-stretch: 100%; /*dpwfont*/
	letter-spacing: 0.6px; /*dpwfont*/
	font-size: 20px; /*dpwfont*/
	text-align: center;
	color: #40b0fb;
}
a.subm6:hover {  /*Variante von subm4*/
	text-decoration: underline;
	color: #dd0000;
}
a.subm7  { /*dpw*/ /*Variante von subm3*/
	display: block;
	padding: 10px 0px 11px 0px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 13px;
	border: 0px;
	font-family: 'Archivo', sans-serif; /*dpwfont*/ /* font-family: Arial, sans-serif; */
	font-weight: 700; /*dpwfont*/ /* font-weight: bold; */
	font-stretch: 100%; /*dpwfont*/
	letter-spacing: 0.1px; /*dpwfont*/
	font-size: 20px; /*dpwfont*/
	text-align: center;
	text-shadow:0 1px 1px #111;
	color: #fff;
	cursor: pointer;
	background: #e11111;
	/*background-image:linear-gradient(to bottom,#a3dcff,#12a5ff);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#a3dcff),to(#12a5ff));
	background-image:-webkit-linear-gradient(top,#a3dcff,#12a5ff);
	background-image:-moz-linear-gradient(top,#a3dcff,#12a5ff);
	background-image:-ms-linear-gradient(top,#a3dcff,#12a5ff);
	background-image:-o-linear-gradient(top,#a3dcff,#12a5ff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a3dcff, endColorstr=#12a5ff);*/
}
a.subm7:hover {  /*dpw*/  /*Variante von subm3*/
	text-decoration: none;
	cursor: pointer;
	background: #47b7ff;
	background-image:linear-gradient(to bottom,#51c7ff,#1aa2fb);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#51c7ff),to(#1aa2fb));
	background-image:-webkit-linear-gradient(top,#51c7ff,#1aa2fb);
	background-image:-moz-linear-gradient(top,#51c7ff,#1aa2fb);
	background-image:-ms-linear-gradient(top,#51c7ff,#1aa2fb);
	background-image:-o-linear-gradient(top,#51c7ff,#1aa2fb);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#51c7ff, endColorstr=#1aa2fb);
}
/*--------------------------------------------------------------
## p-Tag Styling Wordpress
--------------------------------------------------------------*/

/* Wordpress p-Tag Box: Typ1 Rahmen */ 
.box1 {
	border: 3px solid #47b0f7;
	padding: 8px 3px 5px 11px;
	margin-bottom: 22px;
	margin-left: -3px;
	background-color: #f9f9f9;
	background-color: #ffffff;
}
/* Wordpress p-Tag Box: Typ2 Highlight-Linie rechts */ 
.box2 {
	margin-top: 0px;
	margin-bottom: 20px;
	padding-right: 3px;
	background-color: #f5f5f5;
	border: 1px solid #f0f1f2;
	border-right: 4px solid #47b7ff;
	padding: 8px 3px 5px 10px;
}
/* Wordpress p-Tag Box: Typ3 Highlight-Linie rechts + h3 Titel ( hnlich formatiert wie h2) */ 
.box3 {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 10px;
	padding: 8px 3px 5px 12px;
	background-color: #f5f5f5;
	border: 1px solid #f0f1f2;
	border-right: 4px solid #47b7ff;
}
.box3 p {
	margin-bottom: 0px !important;
}
.box3 h3.titleSide { /* size lineheight color von #primary .page .entry-content h3 */
	margin-bottom: 5px !important;
	color: #2498e2; /*dpwfont*/
}
.box3 h3.titleTop { /* size lineheight von #primary .page .entry-content h3 */
	margin-bottom: 6px !important;
	font-size: 20px !important; /*dpwfont*/
	line-height: 28px !important; /*dpwfont*/
	color: #d630c2; /*dpwfont*/
}
/* Wordpress p-Tag Box: Typ4 Text-Zitate */ 
.box4 {
	margin-top: 0px;
	margin-bottom: 20px;
	font-style: italic;
	color: #776077;
	background-color: #eff5fa;
	border: 1px solid #efe0ee;
	border-left: 4px solid #47b0f7;
	border-right: 4px solid #47b0f7;
	padding: 10px 8px 8px 10px;
	background-image: url('q-icon.png'); /* Pfad zum Bild */
	background-repeat: no-repeat;
	background-position: left top; /* Position des Bildes */
	background-size: 40px; /* Grösse des Bildes */
}

.boxlink {
	display: block; /* Verhindert, dass der Link in einer Zeile bleibt */
	margin-bottom: 20px;
	padding: 12px 2px 11px 48px;
	background-color: #f5f5f5;
	border-top: 3px solid #cccccc;
	border-bottom: 3px solid #cccccc;
	border-left: 10px solid #47b7ff;
	color: #888888;
	/*font-size: 18px; */ /* Groessere Schrift */
	font-weight: 700; /* Fette Schrift */
	text-decoration: none; /* Entfernt die Standard-Unterstreichung */
	position: relative; /* F r das pseudo-element */
	width: 100%; /* Box ueber ganze Breite */
	box-sizing: border-box; /* Inklusive Padding und Border in der Gesamtbreite */
}
.boxlink:hover {
	text-decoration: none;
	color: #000000;
	border-top: 3px solid #47b7ff;
	border-bottom: 3px solid #47b7ff;
}
.boxlink::before {
	position: absolute;
	left: 10px; /* Abstand von der linken Seite */
	top: 50%;
	transform: translateY(-50%);
	content: "";
	width: 30px;
	height: 30px;
	background-image: url('icon-link.png'); /* Icon für "Link" */
	background-size: cover;
	background-repeat: no-repeat;
}
.boxlink.weiter::before {
	background-image: url('icon-weiter.png'); /* Icon für "Weiter" */
}

.boxinfo {
	/* display: flex; */
	align-items: center;
	margin-bottom: 20px;
	padding: 0px 3px 5px 45px; /* Platz fuer das Hintergrundbild */
	border-right: 1px solid #47b7ff;
	border-bottom: 1px solid #47b7ff;
	color: #498cd2;
	background-image: url('i-icon.png'); /* Pfad zum Bild */
	background-repeat: no-repeat;
	background-position: left top; /* Position des Bildes */
	background-size: 30px 30px; /* Groesse des Bildes */
}
.boxinfo p {
  margin: 0;
}
.boxinfo a {
  color: #498cd2;
}

/*--------------------------------------------------------------
## common site style
--------------------------------------------------------------*/
.container {
	width: auto;
	padding-left: 39px; /*dpw*/
	padding-right: 5px; /*dpw*/
	margin: 0 0 0 auto;
}
.containerheader {
	height: 83px; /*dpw*/
	border-top: 8px solid #40444c; /*dpw INFO*/
}
.containerfooter {
	padding-left: 35px; /*dpw*/
	padding-right: 15px; /*dpw*/
	padding-left: 0px; /*dpw*/
	padding-right: 0px; /*dpw*/
}

.container:after{
	content: '';
	display: block;
	clear: both;
}

.container-fluid{
	padding-left: 15px;
	padding-right: 15px;
}

.container-fluid:after{
	content: '';
	display: block;
	clear: both;
}

.row{
	margin-left: -15px;
	margin-right: -15px;
}

.row:after{
	content: '';
	display: block;
	clear: both;
}

/*header style*/
.site-header .header-t {
	background: #f0f0f0; /*dpw*/
	border-top: 0px solid #e00000; /*dpw*/
	background-image: url(images/bg-sitemax.png); /*dpw*/
	background-repeat: repeat-x; /*dpw*/
}

.site-header .header-t.sticky{
	position: fixed;
	width: 100%;
	max-width: 1200px;
	top: 0;
	z-index: 100;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.custom-background .site-header .header-t.sticky{
	width: calc(100% - 40px);
}

.site-header .header-t .right{
	float: right;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	/*align-items: center;*/
}

.site-header .header-t .right .btn-search{
	float: right;
	position: relative;
	padding: 0 0 20px;
	cursor: pointer;
	border: 0;
	color: #777;
	line-height: inherit;
}

.site-header .header-t .right .btn-search:hover,
.site-header .header-t .right .btn-search:focus{
	background: none;
}

.site-header .header-t .right .btn-search:focus{
	outline: thin dotted;
}

.site-header .header-t .right .btn-search .form-holder{
	position: absolute;
	top: 100%;
	right: 0;
	background: #fff;
	width: 300px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	padding: 5px;
	display: none;
}

.site-header .header-t .right .btn-search .form-holder .search-form{
	border: 1px solid #ccc;
	overflow: hidden;
	padding: 7px 10px;
}

.site-header .header-t .right .btn-search .form-holder .search-form label{
	float: left;
	width: 88%;
}

.site-header .header-t .right .btn-search .form-holder .search-form input[type="search"]{
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0;
}

.site-header .header-t .right .btn-search .form-holder .search-form input[type="submit"]{
	padding: 0;
	float: right;
	background: url(images/bg-search.png) no-repeat;
	width: 13px;
	height: 13px;
	border: 0;
	/*text-indent: -9999px;*/
	font-size: 0;
	margin-top: 5px;
}

.site-header .header-t .right .btn-search .form-holder .search-form input[type="submit"]:focus{
	outline: thin dotted #000;
}

.site-header .header-t .right .social-networks{
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.site-header .header-t .right .social-networks li{
	float: left;
	margin-right: 25px;
}

.site-header .header-t .right .social-networks li a{
	color: #828282;
}

.site-header .header-t .right .social-networks li a:hover,
.site-header .header-t .right .social-networks li a:focus{
	text-decoration: none;
	color: #f49cc2;
}
	
.site-header .header-b{
	padding: 8px 0 12px 0; /*dpw*/ /* mit Logo 75x75px */
	background: #fff;
	border-bottom: 8px solid #40444c; /*dpw*/
}

.site-header .site-branding{
	float: left;
	margin-top: 10px;
}

.site-header .site-branding .custom-logo-link{
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px; /*dpw*/ /* mit Logo 75x75px */
}
.site-header .site-branding .custom-logo {
	width: 75px;
	height: 75px;
}

.site-header .site-branding .text-logo{
	display: inline-block;
	vertical-align: middle;
}

.site-header .site-branding .site-title {
	font-size: 27px; /*dpw*/
	line-height: 30px; /*dpw*/
	margin-bottom: 10px; /*dpw*/
}

.site-header .site-branding .site-title a { display: block; }

.site-header .site-branding .site-title a,
.site-header .site-branding .site-description a { color: #000000; }  /*dpw*/

.site-header .site-branding .site-title a:hover,
.site-header .site-branding .site-title a:focus,
.site-header .site-branding .site-description a:hover {text-decoration: none; }  /*dpw*/

.site-header .site-branding .site-description {
	margin: 0;
	font-size: 22px; /*dpwfont*/
	font-weight: 400; /*dpwfont*/
	line-height: 26px; /*dpwfont*/
	/*color: #808080;*/ /*dpwfont*/
}

.site-header .advertise-holder{
	float: right;
}

.site-header .advertise-holder a:focus{
	outline-offset: 2px;
	outline: thin dotted #000;
}

.site-header {
	border-bottom: 0px solid #eaeaea; /*dpw wegen Front-Seite */
}

.site-header .advertise-holder img{vertical-align: top;}

/*content area*/
#content:after{
	content: '';
	display: block;
	clear: both;
}

#primary{
	float: left;
	width: 68%; /*dpw 72.4%;*/
	border-right: 1px solid #e7e8e9;
	background: #fff;
}

/*latest-blog style*/
.latest-blog{
	padding: 5px 32px 20px 40px; /*dpw*/
	border-bottom: 0px solid #ededed; /*dpw*/
}

.latest-blog .blog-holder{
	border-bottom: 0px solid #ededed; /*dpw*/
	margin-bottom: 36px;
}

.latest-blog .main-title{
	color: #303133;	
	font-size: 28px;	
	font-weight: 600;	
	line-height: 32px;	
	margin: 0 0 35px;	
	padding: 0 0 0 3px;	
}

.latest-blog .post{
	overflow: hidden;
	margin: 0 0 40px;
}

.latest-blog .post .post-thumbnail{
	float: left;
	/*width: 50%;*/
	margin-right: 39px;
}

.latest-blog .post .post-thumbnail img{vertical-align: top;}

.latest-blog .post .text-holder{
	overflow: hidden;
	padding: 30px 39px 25px 0; /*padding: 30px 39px 25px 39px;*/
}

.latest-blog .post .entry-header .entry-meta{
	font-size: 12px;	
	font-weight: 500;	
	line-height: 15px;	
	overflow: hidden;	
	border-bottom: 1px solid #ededed;	
	padding-bottom: 32px;	
	margin-bottom: 25px;	
	color: #999;	
}

.latest-blog .post .entry-header .entry-meta a{color: #999;}

.latest-blog .post .entry-header .entry-meta a:hover,
.latest-blog .post .entry-header .entry-meta a:focus{
	color: #f49cc2;
	text-decoration: none;
}

.latest-blog .post .entry-header .entry-meta span{
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #e6e6e6;
	display: inline-block;
	margin-bottom: 5px;
}

.latest-blog .post .entry-header .entry-meta span:last-child{
	margin-right: 0;
	padding: 0;
	border-right: 0;
}

.latest-blog .post .entry-header .entry-title{
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 17px;
	color: #303133;
	font-weight: 600;
}

.latest-blog .post .entry-header .entry-title a{color: #303133;}

.latest-blog .post .entry-header .entry-title a:hover,
.latest-blog .post .entry-header .entry-title a:focus{
	text-decoration: none;
	color: #f49cc2;
}

.latest-blog .post .entry-content{margin: 0;}

.latest-blog .post .entry-footer{overflow: hidden;}

.latest-blog .post .btn-readmore{
	font-size: 14px;
	line-height: 17px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 2px solid #f49cc2;
	float: left;
	padding: 11px 32px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.latest-blog .post .btn-readmore:hover,
.latest-blog .post .btn-readmore:focus{
	text-decoration: none;
	background: #f49cc2;
	color: #fff;
}

.latest-blog .post .btn-readmore:focus{
	outline: thin dotted #fff;
	outline-offset: -3px;
}

.latest-blog .post:nth-child(2n) .post-thumbnail{
	float: right;
	margin-right: 0;
	margin-left: 39px;
}

/*sidebar style*/
#secondary{
	float: right;
	width: 32%; /*dpw 27.6%;*/
}

#secondary .widget{
	padding: 4px 22px 35px 26px;
	border-bottom: 1px solid #e7e8e9;
	border-right: 1px solid #e7e8e9;
	margin: 0;
}

#secondary .widget .widget-title{
	/*display: none; */ /*dpw Titel SEITENLINKS eliminieren */
	font-size: 14px;
	line-height: 17px;
	margin: 0 0 31px;
	text-transform: uppercase;
	font-weight: 600;
}

#secondary .widget ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
	line-height: 22px;
	color: #303133;
}

#secondary .widget ul li{
	border-bottom: 1px solid #eaeaea;
	padding: 0 0 9px;
	margin: 0 0 12px;
}

#secondary .widget ul li:last-child{
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

#secondary .widget ul li a {color: #888888;} /*dpw*/

#secondary .widget ul li a:hover,
#secondary .widget ul li a:focus{
	text-decoration: underline; /*dpw*/
	color: #300000; /*dpw*/
}

/*blog -page style*/
.top-bar{
	background: #d6d6d7; /*dpw*/
	background: linear-gradient(to right, #d6d6d7, #e4e5e6); /*dpw*/
	padding: 29px 8px 31px 39px; /*dpw*/
}

#crumbs{
	font-size: 14px;
	line-height: 17px;
	font-weight: 600;
	color: #bbb;
	margin: 0 0 20px;
}

#crumbs a{
	color: #bbb;
}

#crumbs a:hover,
#crumbs a:focus{
	text-decoration: none;
	color: #f49cc2;
}

.page-header .page-title {
	font-size: 32px; /*dpw*/
	/* letter-spacing: -1px; */ /*dpw*/
	line-height: 36px; /*dpw*/
	text-shadow: 2px 3px 3px rgba(100, 060, 060, 1); /*dpw*/
	margin: 0;
	color: #ffffff; /*dpw*/
	padding-left: 16px;
	border-left: 36px solid #e01010; /*dpw INFO*/
}

#primary .post .entry-content blockquote,
#primary .page .entry-content blockquote{
	margin: 0 0 30px;
	padding-left: 60px;
	background: url(images/bg-quote.png) no-repeat;
}

#primary .post.format-status .entry-header .entry-title,
#primary .post.format-aside .entry-header .entry-title,
#primary .post.format-link .entry-header .entry-title{display: none;}
	
#primary .post .entry-content iframe,
#primary .page .entry-content iframe{
	width: 100%;
	vertical-align: top;
	margin: 0 0 30px;
}

/*search result page style*/
.search .search-list{
	padding: 42px 43px 10px;
}

.search #primary .post,
.search #primary .page{
	margin: 0 0 40px;
	overflow: hidden;
}

.search #primary .post .post-thumbnail,
.search #primary .page .post-thumbnail{
	float: left;
	margin-right: 39px;
}

.search #primary .post .post-thumbnail img,
.search #primary .page .post-thumbnail img{vertical-align: top;}
	
.search #primary .post .text-holder,
.search #primary .page .text-holder{
	overflow: hidden;
	padding: 0 39px 25px 0;
}

.search #primary .post .entry-header .entry-meta{
	border-bottom: 1px solid #ededed;
	color: #999;		
	font-size: 12px;	
	font-weight: 500;	
	line-height: 15px;	
	margin-bottom: 25px;	
	overflow: hidden;	
	padding-bottom: 32px;	
}

.search #primary .post .entry-header .entry-meta a{color: #999;}

.search #primary .post .entry-header .entry-meta a:hover,
.search #primary .post .entry-header .entry-meta a:focus{
	color: #f49cc2;
	text-decoration: none;
}
	
.search #primary .post .entry-header .entry-meta .comments-link{
	float: right;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #e6e6e6;
}

.search #primary .post .entry-header .entry-meta .posted-on{
	float: right;
}

.search #primary .post .entry-header .entry-meta .byline{
	display: inline-block;
	border-left: 1px solid #e6e6e6;
	margin-left: 10px;	
	padding-left: 10px;	
}

.search #primary .post .entry-header .entry-title,
.search #primary .page .entry-header .entry-title{
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 17px;
	color: #303133;
	font-weight: 600;
}

.search #primary .post .entry-header .entry-title a,
.search #primary .page .entry-header .entry-title a{color: #303133;}

.search #primary .post .entry-header .entry-title a:hover,
.search #primary .post .entry-header .entry-title a:focus,
.search #primary .page .entry-header .entry-title a:hover,
.search #primary .page .entry-header .entry-title a:focus{
	text-decoration: none;
	color: #f49cc2;
}

.search #primary .post .entry-content,
.search #primary .page .entry-content{margin: 0;}

.search #primary .post .entry-footer,
.search #primary .page .entry-footer{overflow: hidden;}

.search #primary .post .btn-readmore,
.search #primary .page .btn-readmore{
	font-size: 14px;
	line-height: 17px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 2px solid #47b7ff;
	float: left;
	padding: 11px 32px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.search #primary .post .btn-readmore:hover,
.search #primary .post .btn-readmore:focus,
.search #primary .page .btn-readmore:hover,
.search #primary .page .btn-readmore:focus{
	text-decoration: none;
	background: #47b7ff;
	color: #fff;
}

/*error-page style*/
.error-page{
	background: #fff;
	padding: 70px 15px;
}

.error-page .holder{
	max-width: 555px;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	line-height: 26px;
}

.error-page h1{
	font-size: 124px;
	font-weight: 500;
	color: #f49cc2;
	line-height: 124px;
	margin: 0 0 20px;
}

.error-page h2{
	font-size: 30px;
	font-weight: 500;
	color: #303133;
	line-height: 35px;
	margin: 0 0 30px;
}

.error-page .search-form{
	border: 1px solid #e6e6e6;
	background: #fff;
	overflow: hidden;
	border-radius: 20px;
	padding: 5px 20px;
}

.error-page .search-form label{
	float: left;
	width: 90%;
}

.error-page .search-form input[type="search"]{
	border: 0;
	background: none;
	width: 100%;
	padding: 0;
	margin: 0;
	outline: none;
}

.error-page .search-form input[type="submit"]{
	float: right;
	border: 0;
	background: url(images/bg-search.png) no-repeat;
	width: 13px;
	height: 13px;
	text-indent: -9999px;
	margin: 5px 0 0;
	padding: 0;
	outline: none;
}

/*single post style*/
.single-post #crumbs{margin: 0;}
	
.single-post .latest-blog .post .post-thumbnail{
	width: 100%;
	margin-right: 0;
}

.single-post .latest-blog .post .text-holder{
	width: 100%;
	padding-right: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.single-post .latest-blog .blog-holder{border-bottom: 0;}

#primary .post .entry-content h1,
#primary .page .entry-content h1{
	font-size: 24px; /*dpwfont*/
	line-height: 36px; /*dpwfont*/
	margin: 0 0 38px; /*dpwfont*/
	color: #666; /*dpwfont*/
}

#primary .post .entry-content h2,
#primary .page .entry-content h2{
	font-size: 21px; /*dpwfont*/ /* normaler Zwischentitel */
	line-height: 31px; /*dpwfont*/
	color: #2498e2; /*dpwfont*/
	margin: 0 0 18px;
}

#primary .post .entry-content h3,
#primary .page .entry-content h3 {
	font-size: 19px; /*dpwfont*/ /* Zwischentitel in box3*/
	line-height: 27px; /*dpwfont*/
	margin: 0 0 17px;
}

#primary .post .entry-content h4,
#primary .page .entry-content h4 {
	font-size: 17px; /*dpwfont*/ /* Subrubirken-Zwischentitel Kantone */
	line-height: 24px; /*dpwfont*/
	color: #ffffff; /*dpwfont*/
	padding: 0px 6px 0px 6px;
	margin: 0 0 17px;
	background-color: #2498e2;
	background: linear-gradient(to right, #9d4884, #8fd3ff);
}

/*FAQ SchemaJSON Plugin*/
#primary .page .entry-content .wp-faq-schema-wrap h3 {  /*dpw*/ /*FAQ SchemaJSON Plugin*/
	line-height: 32px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 25px 0 10px 0;
	background-color: #f3f4f4;
}
#primary .page .entry-content .wp-faq-schema-wrap .wp-faq-schema-items {  /*dpw*/ /*FAQ SchemaJSON Plugin*/
	padding-top: 15px;
}
#primary .page .entry-content .wp-faq-schema-accordion .ui-widget h3 {  /*dpw*/ /*FAQ SchemaJSON Plugin Accordion*/
	font-family: 'Encode Sans', sans-serif !important; /*dpwfont*/ /* important um Vorrang sicherzustellen gegen ber wp-faq-schema.css */
	font-size: 18px !important; /*dpwfont*/ /* important um Vorrang sicherzustellen gegenueber wp-faq-schema.css */
}
#primary .page .entry-content .wp-faq-schema-accordion .ui-accordion-content {  /*dpw*/ /*FAQ SchemaJSON Plugin Accordion*/
	font-family: 'Encode Sans', sans-serif !important; /*dpwfont*/ /* important um Vorrang sicherzustellen gegen ber wp-faq-schema.css */
	line-height: 26px !important; /*dpwfont*/ /* important um Vorrang sicherzustellen gegen ber wp-faq-schema.css */
	font-size: 17px !important; /*dpwfont*/ /* important um Vorrang sicherzustellen gegenueber wp-faq-schema.css */
}
#primary .page .entry-content .wp-faq-schema-accordion .ui-widget .ui-state-active {
	background-color: #c0d7e7 !important; /* important um Vorrang sicherzustellen gegenueber wp-faq-schema.css */
	color: #00040c !important; /* important um Vorrang sicherzustellen gegenueber wp-faq-schema.css */
}
#primary .page .entry-content .wp-faq-schema-accordion .ui-widget .ui-icon {
	scale: 120% !important; /* important um Vorrang sicherzustellen gegenueber wp-faq-schema.css */
}

#primary .post .entry-content h5,
#primary .page .entry-content h5,
#primary .post .entry-content h6,
#primary .page .entry-content h6 {
	font-size: 16px;
	line-height: 27px;
	margin: 0 0 16px;
}

#primary .page .entry-content ul { /*dpw*/ /*Liste in separatem Block: leicht nach oben schieben und gr ssere Abst nde*/
	margin-top: -8px;
}
#primary .page .entry-content li {
	margin-bottom: 8px;
}

#primary .post .entry-content .pull-right,
#primary .page .entry-content .pull-right{
	float: right;
	text-align: right;
	width: 263px;
	margin-left: 15px;
	margin-bottom: 30px;
	border-top: 3px solid #f1f1f2;
	padding-top: 10px;
}
	
#primary .post .entry-content .pull-left,
#primary .page .entry-content .pull-left{
	float: left;
	text-align: left;
	width: 263px;
	margin-right: 15px;
	margin-bottom: 30px;
	border-top: 3px solid #f1f1f2;
	padding-top: 10px;
}
	
#primary .post .entry-content .dropcap,
#primary .page .entry-content .dropcap{
	font-size: 115px;
	line-height: 100px;
	float: left;
	margin-right: 15px;
}
	
#primary .post .entry-content .highlight,
#primary .page .entry-content .highlight{
	background: #f6b0ce;
	color: #fff;
}
	
#primary .post .entry-content table thead,
#primary .page .entry-content table thead{
	background: #999;
	font-weight: 700;
	color: #fff;
}
	
#primary .post .entry-content table thead th,
#primary .page .entry-content table thead th{
	font-weight: 700;
	color: #fff;
}
	
#primary .post .entry-content table th,
#primary .page .entry-content table th,
#primary .post .entry-content table td,
#primary .page .entry-content table td{
	padding: 1vw 2vw;
	text-align: left;
}
	
#primary .post .entry-content table tr,
#primary .page .entry-content table tr{border-bottom: 1px solid #ebebeb;}
	
.single-post .post .entry-footer{
	border-top: 1px solid #e3e3e3;
	padding-top: 15px;
}
	
	
#primary .post .entry-footer .left,
#primary .page .entry-footer .left{
	float: left;
}
	
#primary .post .entry-footer .left .tag a,
#primary .page .entry-footer .left .tag a{
	font-size: 14px;
	color: #919191;
	font-weight: 700;
	background: #f4f4f4;
	border-radius: 15px;
	padding: 5px 17px 2px;
	display: inline-block;
}
	
#primary .post .entry-footer .left .tag a:hover,
#primary .page .entry-footer .left .tag a:hover,
#primary .post .entry-footer .left .tag a:focus,
#primary .page .entry-footer .left .tag a:focus{
	background: #000;
	text-decoration: none;
	color: #fff;
}
	
#primary .post .entry-footer .right,
#primary .page .entry-footer .right{float: right;}
	
#primary .post .entry-footer .right .social-networks,
#primary .page .entry-footer .right .social-networks{
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
	
#primary .post .entry-footer .right .social-networks li,
#primary .page .entry-footer .right .social-networks li{
	float: left;
	margin-left: 15px;
}
	
#primary .post .entry-footer .right .social-networks li:first-child,
#primary .page .entry-footer .right .social-networks li:first-child{margin-left: 0;}
	
#primary .post .entry-footer .right .social-networks li a,
#primary .page .entry-footer .right .social-networks li a{color: #919191;}
	
#primary .post .entry-footer .right .social-networks li a:hover,
#primary .page .entry-footer .right .social-networks li a:hover,
#primary .post .entry-footer .right .social-networks li a:focus,
#primary .page .entry-footer .right .social-networks li a:focus{
	text-decoration: none;
	color: #f49cc2;
}
	
/*author section style*/
.author:not(body){
	/*overflow: hidden;*/
	border: 1px solid #e3e3e3;
	padding: 30px 25px;
	margin: 0 0 40px;
}
	
.author:after{
	display: block;
	clear: both;
	content: '';
}
	
.author .img-holder{
	float: left;
	width: 105px;
	margin-right: 20px;
}
	
.author .text-holder{
	overflow: hidden;
}
	
.author .text-holder .title{
	font-size: 18px;
	font-weight: 600;
	color: #303133;
	margin: 0 0 5px;
}

.full-width #primary{
	width: 100%;
	border-right: 0;
}

.site-info {
	background: #f0f0f0; /*dpw*/
	border-bottom: 6px solid #808080; /*dpw*/
	border-top: 1px solid #ddd; /*dpw*/
	padding: 15px 0 13px; /*dpw*/
	font-size: 14px;
	line-height: 18px;
	color: #c0c0c0; /*dpw*/
}
	
.site-info a{color: #c0c0c0;} /*dpw*/
	
.site-info .copyright a:hover,
.site-info .copyright a:focus{
	color: #222222;
	text-decoration: underline;
}
	
.site-info .copyright{
	font-size: 15px; /*dpwfont*/
	color: #555555; /*dpwfont*/
}
.site-info .copyright a {
	font-weight: 400; /*dpwfont*/
	color: #444444; /*dpwfont*/
}
	
.site-info .by{float: right;}
	
#mobile-header{display: none;}


@media only screen and (min-width: 992px){ /* groesserer Button fuer Text WP-HTML-Block */
	.info24btnBig {
		width: 450px;
	}
	a.subm3Big {
		padding: 15px 0px 15px 0px;
		border-radius: 35px;
		border: 2px solid #8f82a0;
		font-size: 24px; /*dpwfont*/
	}
}

@media only screen and (max-width: 1199px){
	.container{
		/*dpw width: 970px; */ 
		margin: 0 auto 0 0; /*dpw */ 
	}
	
	.page-header .page-title {
		font-size: 28px; /*dpw*/
		line-height: 31px;
		border-left: 31px solid #e01010; /*dpw INFO*/ 
	}
	
	.banner .banner-text{top: 17%;}
		
	.category-post .post .post-thumbnail,
	.latest-blog .post .post-thumbnail{
		width: 100%;
		margin-right: 0;
	}
		
	.latest-blog .post .post-thumbnail img{width: 100%;}
		
	.category-post .post .text-holder,
	.latest-blog .post .text-holder{width: 100%;}
		
	.latest-blog .post .text-holder{padding-right: 0;}
		
	.post-slider .flex-direction-nav a{
		top: 50px;
		margin-top: 21px;
	}
		
	#secondary .widget.widget_fluid_magazine_featured_post .text-holder{width: 100%;}
		
	#secondary .widget.widget_fluid_magazine_featured_post .img-holder{
		margin-right: 0;
		margin-bottom: 15px;
	}

	#secondary .widget {
		padding-right: 10px;
		padding-left: 16px;
	}
	.latest-blog {
		padding-right: 28px;
	}

	.search #primary .post .post-thumbnail,
	.search #primary .page .post-thumbnail{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
		
	.search #primary .post .post-thumbnail img,
	.search #primary .page .post-thumbnail img{width: 100%;}

	.main-navigation li {
		margin-right: 30px; /*dpw*/
	}
	.main-navigation ul { /* font-size: 18px; /* /*dpw*/ /*attn bei wenigen Eintraegen Hauptmenue ist Reduktion ueberfluessig */
	}

	.top-bar {
		padding-right: 60px;
	}
}


@media only screen and (max-width: 1080px){
	.page-header .page-title {
		font-size: 27px; /*dpw*/
		line-height: 30px;
		border-left: 30px solid #e01010; /*dpw INFO*/

	}
	.main-navigation li {
		margin-right: 25px; /*dpw*/
		letter-spacing: -0.3px;
	}
	.main-navigation ul { /*font-size: 15px;/* /*dpw*/ /*dpw*/
	}
	.main-navigation a { padding-top: 31px; /*dpw*/
	}
	.containerlogo { background-size: 500px; /*dpw*/
	}
}


@media only screen and (max-width: 991px){
	.container{width: 100%;}

	.containerlogo { background-image:none; /*dpw*/
	}
	
	/*dpw*//*.containerlogotop {
		background-image: url(images/logo-top-vkch.png);
		background-repeat: no-repeat;
		background-position: left 40px top 19px;
		background-size: 220px;
	}*/
	.info24 {
		width: 432px;
		height: 129px;
		margin-left: 45px;
	}
	.info24btn {
		margin-left: 28px;
	}
	.info24txt {
		margin-left: 28px;
		padding-top: 0px;
	}

	.banner .banner-text{top: 5%;}
		
	.banner .banner-text .category{margin: 0 0 10px;}
		
	.banner .banner-text .title{
		margin: 0 0 15px;
		font-size: 38px;
		line-height: 50px;
	}
		
	.main-navigation li{margin-left: 30px;}
		
	#primary,
	#secondary{width: 100%;}
		
	.post-slider .flex-direction-nav a{top: 170px;}
		
	#mobile-header{
		display: block;
		float: right;
		margin: 28px 40px 0 0; /*dpw */
	}
		
	#site-navigation{display: none;}
		
	#mobile-header span{
		display: block;
		width: 29px; /*dpw */
		height: 5px; /*dpw */
		background: #989899;
		border-radius: 2px; /*dpw */
		margin-bottom: 4px; /*dpw */
	}
		
	#mobile-header a{display: block;}
		
	/*dpw .site-header{padding-bottom: 20px;} */
		
	.sidr-main-open .site-header .header-t.sticky{
		left: -270px;
	}
		
	.featured-post .entry-header{padding: 10px 15px;}
}
		
@media only screen and (max-width: 767px){
	.container{width: 100%;}

	body {
		color: #333;
	}
	.info24 {
		width: 396px;
		margin-left: 18px;
	}
	.info24btn {
		margin-left: 12px;
	}
	.info24txt {
		margin-left: 12px;
	}
	#mobile-header {
		margin-right: 15px; /*dpw */
	}

	.site-header .site-branding .site-description {
		font-size: 16px; /*dpw*/
		letter-spacing: -0.2px;
	}

	/*dpw*//*.containerlogotop {
		background-position: left 18px top 19px;
	}*/

	.banner .banner-text{
		position: relative;
		top: 0;
	}
		
	.banner .banner-text{padding: 10px 15px 80px;}
		
	.banner .banner-text .title{
		font-size: 18px;
		line-height: 20px;
	}
		
	.banner .btn-down{bottom: 5px;}
		
	.banner .flexslider .flex-direction-nav a{top: 20%;}
		
	.featured-post .post, .featured-post .grid-sizer,
	.featured-post .post.grid-item--width1,
	.featured-post .post.grid-item--width3{width: 100%;}
		
	.featured-post .post.grid-item--width1 .entry-header .entry-title,
	.featured-post .post.grid-item--width3 .entry-header .entry-title{
		font-size: 18px;
		line-height: 22px;
	}
		
	.top-stories .col,
	.category-post .col{width: 100%;}
		
	.top-stories,
	.category-post,
	.latest-blog,
	.top-bar,
	.search .search-list {padding: 20px;}
	
	#secondary .widget {padding-left: 20px;}
	
	.container { padding-left: 20px; /*dpw*/
	}
	
	.latest-blog .post .entry-header .entry-meta span,
	.latest-blog .post .entry-header .entry-meta .comments-link,
	.latest-blog .post .entry-header .entry-meta .posted-on,
	.latest-blog .post .entry-header .entry-meta .byline,
	.search #primary .post .entry-header .entry-meta .comments-link,
	.search #primary .post .entry-header .entry-meta .posted-on,
	.search #primary .post .entry-header .entry-meta .byline,
	.search #primary .post .entry-header .entry-meta span{
		float: none;
		display: block;
		margin: 0 0 5px;
		padding: 0;
		border: 0;
	}
		
	.post-slider .flex-direction-nav a{top: 50px;}
		
	.footer-t .column{width: 100%;}
	
	.archive #primary .post .post-thumbnail{width: 100%;}
	
	.archive #primary .post .post-thumbnail img{width: 100%;}
	
	.archive .category-list{padding: 0 20px;}
	
	.author .text-holder{width: 100%;}
	
	.comments-area .comment-body .comment-content{margin: 0;}
	
	.comments-area .comment-list .children{padding-left: 0;}
	
	.comments-area .comment-body .reply{margin-left: 0;}
	
	.comments-area .comment-form .comment-form-author,
	.comments-area .comment-form .comment-form-email,
	.comments-area .comment-form .comment-form-url{
		width: 100%;
		margin-right: 0;
	}
		
	/*dpw .site-header .site-branding{margin-bottom: 20px;}*/
}

@media (max-width: 565px) {
	.bot-links-sec {
		padding-left: 50px !important;
	}
}

@media (max-width: 545px) {
	.containerheader {
		height: 133px;
	}
	#mobile-header {
		margin-top: 78px;
	}
	.info24 {
		margin-left: auto;
		margin-right: auto;
	}
	.site-header .site-branding .custom-logo {
		width: 50px;
		height: 50px;
	}
	.site-header .site-branding .site-title {
		font-family: Archivo, sans-serif;  /*dpwfont*/ /*font-family: Arial, sans-serif; */
		font-size: 25px;  /*dpwfont*/
		margin-bottom: 5px;
	}
	.site-header .site-branding .custom-logo-link{
		margin-right: 12px;
	}

	.top-stories,
	.category-post,
	.latest-blog,
	.top-bar,
	.search .search-list {padding: 20px 7px 20px 11px;}
	
	#secondary .widget {padding-left: 11px;}
}

@media (max-width: 500px) { /* less than or equal to 500px */ /* Tablets meist  ber 600px, Mobilephones max. 480px */
	button,
	input,
	select,
	textarea,
	body {
		font-stretch: 100%; /*dpwfont*/
	}
}
@media (max-width: 410px) { /* less than or equal to 410px */
	.info24 {
		width: 342px;
	}
	.info24btn {
		width: 330px;
		margin-left: 4px;
	}
	.info24txt {
		width: 330px;
		margin-left: 4px;
	}
	.site-header .site-branding .site-description {
		font-size: 15px;
	}
	a.subm3, a.subm5, a.subm7 {
		font-family: Archivo, sans-serif; /*dpwfont*/ /* font-family: Arial, sans-serif; */
		font-size: 20px; /*dpwfont*/
		letter-spacing: -0.3px; /*dpwfont*/
	}
	a.subm4, a.subm6 {
		font-family: Archivo, sans-serif; /*dpwfont*/ /* font-family: Arial, sans-serif; */
		font-size: 19px; /*dpwfont*/
		letter-spacing: 0.0px; /*dpwfont*/
	}
	.info24top {
		background-color: #f0f0f0;
	}
	.containerheader {
		border-top: 9px solid #f0f0f0;
	}

	a.btn-download {
		font-size: 16px;
	}

}

@media (max-width: 355px) { /* less than or equal to 355px */
	.info24 {
		width: 310px;
	}
	.info24btn {
		width: 298px;
	}
	.info24txt {
		width: 298px;
	}
	.site-header .site-branding .site-description {
		font-size: 15px;
	}
	a.subm3, a.subm5, a.subm7 {
		font-size: 18px; /*dpwfont*/
		letter-spacing: -0.3px; /*dpwfont*/
	}
	a.subm4, a.subm6 {
		font-size: 18px; /*dpwfont*/
		letter-spacing: -0.3px; /*dpwfont*/
	}
}

/*--------------------------------------------------------------
## sticky footer menu
--------------------------------------------------------------*/

#sticky-footer-menu {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #ffffff;
	z-index: 9999;
	box-shadow: 0 -3px 10px 3px rgba(0, 0, 0, 0.15); /* Schatten */
}

#sticky-footer-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-around;
}

#sticky-footer-menu ul li {
	flex-grow: 1;
	text-align: center;
}

#sticky-footer-menu ul li a {
	display: block;
	padding: 7px 0;
	text-decoration: none;
	color: #000000;
	line-height: 100%;
}

#sticky-footer-menu ul li a i {
	font-size: 20px;
	display: block;
}

#sticky-footer-menu ul li a span {
	font-size: 15px;
	display: block;
}

#sticky-footer-menu ul li a img {
	width: 70px; /* Breite des Icons */
	height: auto; /* Beibehaltung des Seitenverhaeltnisses */
	margin: 0 auto 4px; /* Zentriert das Icon und fuegt unten einen Abstand ein */
}

.home #sticky-footer-menu {
  display: none;
}

@media (orientation: landscape) {
	#sticky-footer-menu {
		display: none; /* Blendet das Menue im Querformat aus */
	}
}

@media (min-width: 550px) { /* ca. bis 450 logische Pixel bei Smartphones, ca. ab 600 logische Pixel bei Tablets */
	#sticky-footer-menu {
		display: none; /* Blendet das Menue bei grossem Bildschrim aus*/
	}
}

@media (max-width: 450px) {
	#sticky-footer-menu ul li a span {
		font-size: 13px;
	}
}

@media (max-width: 355px) {
	#sticky-footer-menu ul li a span {
		display: none; /* Blendet den Text aus */
	}
}

