/*
Theme Name: Gauer Modern 2026 Standalone
Theme URI: https://www.hypnotherapie-gauer.de
Author: Klaus Schilke (https://www.pixelperformance.de/) / Henri Selbmann
Author URI: https://www.selbmann.eu/
Description: Eigenständiges Theme auf Basis von Twenty-Sixteen-Komponenten. Keine Parent-Theme-Abhängigkeit mehr.
Version: 1.4.1
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: htg-modern-2026
Tags: custom-logo, custom-menu, featured-images, blog, block-patterns
*/

/* ==========================================================================
   HTG Modern 2026 Standalone
   Frontend-CSS des Themes, ohne Bootstrap-Bundle.
   Version: 1.4.0
   Struktur:
   1. Twenty-Sixteen-Basis
   2. HTG-Originalanpassungen
   3. HTG-Modern-2026-Erweiterungen
   ========================================================================== */

/* ==========================================================================
   1. Twenty-Sixteen-Basis
   ========================================================================== */

/*
Theme Name: Twenty Sixteen
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 2.1
Requires at least: 4.4
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

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.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


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

html {
	font-family: 'Merriweather Sans', Arial, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
		font-stretch: 95%;
}

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;
}

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

b,
strong {
	font-weight: 700;
}

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;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

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

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

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

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

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

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

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

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

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}


/**
 * 2.0 - Genericons
 */

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 - Typography
 */

body,
button,
input,
select,
textarea {
	color: #1a1a1a;
	font-family: 'Merriweather Sans', Arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 400;
	margin: 0;
	text-rendering: optimizeLegibility;
	font-style:italic;
}

p {
	margin: 0 0 1.75em;
}

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

blockquote {
	border: 0 solid #1a1a1a;
	border-left-width: 4px;
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	overflow: hidden;
	padding: 0 0 0 1.263157895em;
}

blockquote,
q {
	quotes: none;
}

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

blockquote p {
	margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote > :last-child {
	margin-bottom: 0;
}

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: 'Merriweather Sans', Arial, sans-serif;
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}

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

mark,
ins {
	background: #007acc;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/**
 * 4.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;
}

hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}

ul,
ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

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

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}

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

del {
	opacity: 0.8;
}

table,
th,
td {
	border: 1px solid #d1d1d1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #686868;
	font-family: 'Merriweather Sans', Arial, sans-serif;
}

:-moz-placeholder {
	color: #686868;
	font-family: 'Merriweather Sans', Arial, sans-serif;
}

::-moz-placeholder {
	color: #686868;
	font-family: 'Merriweather Sans', Arial, sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #686868;
	font-family: 'Merriweather Sans', Arial, sans-serif;
}


/**
 * 5.0 - Forms
 */

input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #1a1a1a;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-family: 'Merriweather Sans', Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 0.046875em;
	line-height: 1;
	padding: 0.84375em 0.875em 0.78125em;
	text-transform: uppercase;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #007acc;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background: #f7f7f7;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #686868;
	padding: 0.625em 0.4375em;
	width: 100%;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #fff;
	border-color: #007acc;
	color: #1a1a1a;
	outline: 0;
}

.post-password-form {
	margin-bottom: 1.75em;
}

.post-password-form label {
	color: #686868;
	display: block;
	font-family: 'Merriweather Sans', Arial, sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 1.75em;
	text-transform: uppercase;
}

.post-password-form input[type="password"] {
	margin-top: 0.4375em;
}

.post-password-form > :last-child {
	margin-bottom: 0;
}

.search-form {
	position: relative;
}

input[type="search"].search-field {
	border-radius: 2px 0 0 2px;
	width: -webkit-calc(100% - 42px);
	width: calc(100% - 42px);
}

.search-submit:before {
	content: "\f400";
	font-size: 24px;
	left: 2px;
	line-height: 42px;
	position: relative;
	width: 40px;
}

.search-submit {
	border-radius: 0 2px 2px 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
}


/**
 * 6.0 - Navigation
 */

/**
 * 6.1 - Links
 */

a {
	color: #007acc;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #686868;
}

a:focus {
	outline: thin dotted;
}

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

.entry-content a,
.entry-summary a,
.taxonomy-description a,
.logged-in-as a,
.comment-content a,
.pingback .comment-body > a,
.textwidget a,
.entry-footer a:hover,
.site-info a:hover {
	box-shadow: none;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.taxonomy-description a:hover,
.taxonomy-description a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus,
.textwidget a:hover,
.textwidget a:focus {
	box-shadow: none;
}


/**
 * 6.2 - Menus
 */

.site-header-menu {
	display: none;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	margin: 0.875em 0;
}

.site-header-menu.toggled-on,
.no-js .site-header-menu {
	display: block;
}

.main-navigation {
	font-family: 'Merriweather Sans', Arial, sans-serif;
}

.site-footer .main-navigation {
	margin-bottom: 1.75em;
}

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

.main-navigation li {
	border-top: 1px solid #d1d1d1;
	position: relative;
}

.main-navigation a {
	color: #1a1a1a;
	display: block;
	line-height: 1.3125;
	outline-offset: -1px;
	padding: 0.84375em 0;
}

.main-navigation a:hover,
.main-navigation a:focus {
	color: #007acc;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	font-weight: 700;
}

.main-navigation ul ul {
	display: none;
	margin-left: 0.875em;
}

.no-js .main-navigation ul ul {
	display: block;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation .primary-menu {
	border-bottom: 1px solid #d1d1d1;
}

.main-navigation .menu-item-has-children > a {
	margin-right: 56px;
}

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	color: #1a1a1a;
	content: "";
	height: 48px;
	padding: 0;
	position: absolute;
	right: 0;
	text-transform: none;
	top: 0;
	width: 48px;
}

.dropdown-toggle:after {
	border: 0 solid #d1d1d1;
	border-left-width: 1px;
	content: "\f431";
	font-size: 24px;
	left: 1px;
	position: relative;
	width: 48px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: transparent;
	color: #007acc;
}

.dropdown-toggle:focus {
	outline: thin dotted;
	outline-offset: -1px;
}

.dropdown-toggle:focus:after {
	border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
	content: "\f432";
}

.site-header .main-navigation + .social-navigation {
	margin-top: 1.75em;
}

.site-footer .social-navigation {
	margin-bottom: 1.75em;
}

.social-navigation ul {
	list-style: none;
	margin: 0 0 -0.4375em;
}

.social-navigation li {
	float: left;
	margin: 0 0.4375em 0.4375em 0;
}

.social-navigation a {
	border: 1px solid #d1d1d1;
	border-radius: 50%;
	color: #1a1a1a;
	display: block;
	height: 35px;
	position: relative;
	width: 35px;
}

.social-navigation a:before {
	content: "\f415";
	height: 33px;
	line-height: 33px;
	text-align: center;
	width: 33px;
}

.social-navigation a:hover:before,
.social-navigation a:focus:before {
	color: #007acc;
}

.social-navigation a[href*="codepen.io"]:before {
	content: "\f216";
}

.social-navigation a[href*="digg.com"]:before {
	content: "\f221";
}

.social-navigation a[href*="dribbble.com"]:before {
	content: "\f201";
}

.social-navigation a[href*="dropbox.com"]:before {
	content: "\f225";
}

.social-navigation a[href*="facebook.com"]:before {
	content: "\f203";
}

.social-navigation a[href*="flickr.com"]:before {
	content: "\f211";
}

.social-navigation a[href*="foursquare.com"]:before {
	content: "\f226";
}

.social-navigation a[href*="plus.google.com"]:before {
	content: "\f206";
}

.social-navigation a[href*="github.com"]:before {
	content: "\f200";
}

.social-navigation a[href*="instagram.com"]:before {
	content: "\f215";
}

.social-navigation a[href*="linkedin.com"]:before {
	content: "\f208";
}

.social-navigation a[href*="path.com"]:before {
	content: "\f219";
}

.social-navigation a[href*="pinterest.com"]:before {
	content: "\f210";
}

.social-navigation a[href*="getpocket.com"]:before {
	content: "\f224";
}

.social-navigation a[href*="polldaddy.com"]:before {
	content: "\f217";
}

.social-navigation a[href*="reddit.com"]:before {
	content: "\f222";
}

.social-navigation a[href*="skype.com"]:before {
	content: "\f220";
}

.social-navigation a[href*="stumbleupon.com"]:before {
	content: "\f223";
}

.social-navigation a[href*="tumblr.com"]:before {
	content: "\f214";
}

.social-navigation a[href*="twitter.com"]:before {
	content: "\f202";
}

.social-navigation a[href*="vimeo.com"]:before {
	content: "\f212";
}

.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
	content: "\f205";
}

.social-navigation a[href*="youtube.com"]:before {
	content: "\f213";
}

.social-navigation a[href^="mailto:"]:before {
	content: "\f410";
}

.social-navigation a[href*="spotify.com"]:before {
	content: "\f515";
}

.social-navigation a[href*="twitch.tv"]:before {
	content: "\f516";
}

.social-navigation a[href$="/feed/"]:before {
	content: "\f413";
}

.post-navigation {
	border-top: 4px solid #1a1a1a;
	border-bottom: 4px solid #1a1a1a;
	clear: both;
	font-family: 'Merriweather Sans', Arial, sans-serif;
	margin: 0 7.6923% 3.5em;
}

.post-navigation a {
	color: #1a1a1a;
	display: block;
	padding: 1.75em 0;
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.post-navigation .post-title {
	display: inline;
	font-family: 'Merriweather Sans', Arial, sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.2173913043;
	text-rendering: optimizeLegibility;
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
	color: #007acc;
}

.post-navigation div + div {
	border-top: 4px solid #1a1a1a;
}

.pagination {
	border-top: 4px solid #1a1a1a;
	font-family: 'Merriweather Sans', Arial, sans-serif;
	font-size: 19px;
	font-size: 1.1875rem;
	margin: 0 7.6923% 2.947368421em;
	min-height: 56px;
	position: relative;
}

.pagination:before,
.pagination:after {
	background-color: #1a1a1a;
	content: "";
	height: 52px;
	position: absolute;
	top:0;
	width: 52px;
	z-index: 0;
}

.pagination:before {
	right: 0;
}

.pagination:after {
	right: 54px;
}

.pagination a:hover,
.pagination a:focus {
	color: #1a1a1a;
}

.pagination .nav-links {
	padding-right: 106px;
	position: relative;
}

.pagination .nav-links:before,
.pagination .nav-links:after {
	color: #fff;
	font-size: 32px;
	line-height: 51px;
	opacity: 0.3;
	position: absolute;
	width: 52px;
	z-index: 1;
}

.pagination .nav-links:before {
	content: "\f429";
	right: -1px;
}

.pagination .nav-links:after {
	content: "\f430";
	right: 55px;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}

.pagination .page-numbers {
	display: none;
	letter-spacing: 0.013157895em;
	line-height: 1;
	margin: 0 0.7368421053em 0 -0.7368421053em;
	padding: 0.8157894737em 0.7368421053em 0.3947368421em;
	text-transform: uppercase;
}

.pagination .current {
	display: inline-block;
	font-weight: 700;
}

.pagination .prev,
.pagination .next {
	background-color: #1a1a1a;
	color: #fff;
	display: inline-block;
	height: 52px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	width: 52px;
	z-index: 2;
}

.pagination .prev:before,
.pagination .next:before {
	font-size: 32px;
	height: 53px;
	line-height: 52px;
	position: relative;
	width: 53px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #007acc;
	color: #fff;
}

.pagination .prev:focus,
.pagination .next:focus {
	outline: 0;
}

.pagination .prev {
	right: 54px;
}

.pagination .prev:before {
	content: "\f430";
	left: -1px;
	top: -1px;
}

.pagination .next {
	right: 0;
}

.pagination .next:before {
	content: "\f429";
	right: -1px;
	top: -1px;
}

.image-navigation,
.comment-navigation {
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	color: #686868;
	font-family: 'Merriweather Sans', Arial, sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin: 0 7.6923% 2.1538461538em;
	padding: 1.0769230769em 0;
}

.comment-navigation {
	margin-right: 0;
	margin-left: 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
	margin-bottom: 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}


/**
 * 7.0 - Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font-family: 'Merriweather Sans', Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	font-family: 'Merriweather Sans', Arial, sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/**
 * 8.0 - Alignments
 */

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}


/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
	content: "";
	display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
	clear: both;
}


/**
 * 10.0 - Widgets
 */

.widget {
	border-top: 4px solid #1a1a1a;
	margin-bottom: 3.5em;
	padding-top: 1.75em;
}

.widget-area > :last-child,
.widget > :last-child {
	margin-bottom: 0;
}

.widget .widget-title {
	font-family: 'Merriweather Sans', Arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.046875em;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	text-transform: uppercase;
}

.widget .widget-title:empty {
	margin-bottom: 0;
}

.widget-title a {
	color: #1a1a1a;
}

/* Calendar widget */
.widget.widget_calendar table {
	margin: 0;
}

.widget_calendar .wp-calendar-nav {
	display: table;
	width: 100%;
}

.widget_calendar .wp-calendar-nav span {
	display: table-cell;
}

.widget_calendar .wp-calendar-nav-prev,
.widget_calendar .wp-calendar-nav-next {
	width: 40%;
}

.widget_calendar td,
.widget_calendar th,
.widget_calendar .wp-calendar-nav span {
	line-height: 2.5625;
	padding: 0;
	text-align: center;
}

.widget_calendar caption {
	font-weight: 700;
	margin-bottom: 1.75em;
}

.widget_calendar tbody a {
	background-color: #007acc;
	color: #fff;
	display: block;
	font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	background-color: #686868;
	color: #fff;
}

/* Recent Posts widget */
.widget_recent_entries .post-date {
	color: #686868;
	display: block;
	font-family: 'Merriweather Sans', Arial, sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_recent_entries li:last-child .post-date {
	margin-bottom: 0;
}

/* RSS widget */
.widget_rss .rsswidget img {
	margin-top: -0.375em;
}

.widget_rss .rss-date,
.widget_rss cite {
	color: #686868;
	display: block;
	font-family: 'Merriweather Sans', Arial, sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: normal;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_rss .rssSummary:last-child {
	margin-bottom: 2.1538461538em;
}

.widget_rss li:last-child :last-child {
	margin-bottom: 0;
}

/* Tag Cloud widget */
.tagcloud a {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	font-family: 'Merriweather Sans', Arial, sans-serif;
	line-height: 1;
	margin: 0 0.1875em 0.4375em 0;
	padding: 0.5625em 0.4375em 0.5em;
}

.tagcloud ul {
	list-style-type: none;
	margin-left: 0;
}

.tagcloud ul li {
	display: inline-block;
}

.tagcloud a:hover,
.tagcloud a:focus {
	border-color: #007acc;
	color: #007acc;
	outline: 0;
}


/**
 * 11.0 - Content
 */

.site {
	background-color: #fff;
}

.site-inner {
	margin: 0 auto;
	max-width: 1320px;
	position: relative;
}

.site-content {
	word-wrap: break-word;
}

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

.site-main {
	margin-bottom: 3.5em;
}

.site-main > :last-child {
	margin-bottom: 0;
}


/**
 * 11.1 - Header
 */

.site-header {
	padding: 2.625em 7.6923%;
}

.site-header-main {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.site-branding {
	margin: 0.875em auto 0.875em 0;
	/* Avoid overflowing wide custom logo in small screens in Firefox and IEs */
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
}

.custom-logo-link {
	display: block;
}

.custom-logo {
	max-width: 180px;
}

.site-title {
	font-family: 'Merriweather Sans', Arial, sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.2173913043;
	margin: 0;
}

.site-branding .site-title a {
	color: #1a1a1a;
}

.site-branding .site-title a:hover,
.site-branding .site-title a:focus {
	color: #007acc;
}

.wp-custom-logo .site-title {
	margin-top: 0.608695652em;
}

.site-description {
	color: #686868;
	display: none;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.0769230769;
	margin: 0.538461538em 0 0;
}

.menu-toggle {
	background-color: transparent;
	border: 1px solid #d1d1d1;
	color: #1a1a1a;
	font-size: 13px;
	font-size: 0.8125rem;
	margin: 1.076923077em 0;
	padding: 0.769230769em;
}

.no-js .menu-toggle {
	display: none;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background-color: transparent;
	border-color: #007acc;
	color: #007acc;
}

.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
	background-color: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}

.menu-toggle:focus {
	outline: 0;
}

.menu-toggle.toggled-on:focus {
	outline: thin dotted;
}

.header-image {
	clear: both;
	margin: 0.875em 0;
}

.header-image a {
	display: block;
}

.header-image a:hover img,
.header-image a:focus img {
	opacity: 0.85;
}

/**
 * 11.2 - Posts and pages
 */

.site-main > article {
	margin-bottom: 3.5em;
	position: relative;
}

.entry-header,
.entry-summary,
.entry-content,
.entry-footer,
.page-content {
	margin-right: 7.6923%;
	margin-left: 7.6923%;
}

.entry-title {
	font-family: 'Merriweather Sans', Arial, sans-serif;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 1em;
}

.entry-title a {
	color: #1a1a1a;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #007acc;
}

.post-thumbnail {
	display: block;
	margin: 0 7.6923% 1.75em;
}

.post-thumbnail img {
	display: block;
}

.no-sidebar .post-thumbnail img {
	margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

.entry-content,
.entry-summary {
	border-color: #d1d1d1;
}

.entry-content h1,
.entry-summary h1,
.comment-content h1,
.textwidget h1 {
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.25;
	margin-top: 2em;
	margin-bottom: 1em;
}

body.home .entry-content h1 {
	margin-top:0;
}

.entry-content h2,
.entry-summary h2,
.comment-content h2,
.textwidget h2 {
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2173913043;
	margin-top: 2.4347826087em;
	margin-bottom: 1.2173913043em;
}

.entry-content h3,
.entry-summary h3,
.comment-content h3,
.textwidget h3 {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.1052631579;
	margin-top: 2.9473684211em;
	margin-bottom: 1.4736842105em;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin-top: 3.5em;
	margin-bottom: 1.75em;
}

.entry-content h4,
.entry-summary h4,
.comment-content h4,
.textwidget h4 {
	letter-spacing: 0.140625em;
	text-transform: uppercase;
}

.entry-content h6,
.entry-summary h6,
.comment-content h6,
.textwidget h6 {
	font-style: italic;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h1,
.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
	font-weight: 400;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
	margin-top: 0;
}

.post-navigation .post-title,
.entry-title,
.comments-title {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

body:not(.search-results) .entry-summary {
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.4736842105;
	margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-header + .entry-summary {
	margin-top: -0.736842105em;
}

body:not(.search-results) .entry-summary p,
body:not(.search-results) .entry-summary address,
body:not(.search-results) .entry-summary hr,
body:not(.search-results) .entry-summary ul,
body:not(.search-results) .entry-summary ol,
body:not(.search-results) .entry-summary dl,
body:not(.search-results) .entry-summary dd,
body:not(.search-results) .entry-summary table {
	margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-summary li > ul,
body:not(.search-results) .entry-summary li > ol {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary th,
body:not(.search-results) .entry-summary td {
	padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary fieldset {
	margin-bottom: 1.4736842105em;
	padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary blockquote {
	border-color: currentColor;
}

body:not(.search-results) .entry-summary blockquote > :last-child {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary .alignleft {
	margin: 0.2631578947em 1.4736842105em 1.4736842105em 0;
}

body:not(.search-results) .entry-summary .alignright {
	margin: 0.2631578947em 0 1.4736842105em 1.4736842105em;
}

body:not(.search-results) .entry-summary .aligncenter {
	margin-bottom: 1.4736842105em;
}

.entry-content > :last-child,
.entry-summary > :last-child,
body:not(.search-results) .entry-summary > :last-child,
.page-content > :last-child,
.comment-content > :last-child,
.textwidget > :last-child {
	margin-bottom: 0;
}

.more-link {
	white-space: nowrap;
}

.author-info {
	border-color: inherit;
	border-style: solid;
	border-width: 1px 0 1px 0;
	clear: both;
	padding-top: 1.75em;
	padding-bottom: 1.75em;
}

.author-avatar .avatar {
	float: left;
	height: 42px;
	margin: 0 1.75em 1.75em 0;
	width: 42px;
}

.author-description > :last-child {
	margin-bottom: 0;
}

.entry-content .author-title {
	clear: none;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.75;
	margin: 0;
}

.author-bio {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 1.6153846154em;
	overflow: hidden;
}

.author-link {
	white-space: nowrap;
}

.entry-footer {
	color: #686868;
	font-family: 'Merriweather Sans', Arial, sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-top: 2.1538461538em;
}

.entry-footer:empty {
	margin: 0;
}

.entry-footer a {
	color: #686868;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #007acc;
}

.entry-footer > span:not(:last-child):after {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.entry-footer .avatar {
	height: 21px;
	margin: -0.1538461538em 0.5384615385em 0 0;
	width: 21px;
}

.sticky-post {
	color: #686868;
	display: block;
	font-family: 'Merriweather Sans', Arial, sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) {
	display: none;
}

.sticky .posted-on,
.byline {
	display: none;
}

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

.page-header {
	border-top: 4px solid #1a1a1a;
	margin: 0 7.6923% 3.5em;
	padding-top: 1.75em;
}

body.error404 .page-header,
body.search-no-results .page-header {
	border-top: 0;
	padding-top: 0;
}

.page-title {
	font-family: 'Merriweather Sans', Arial, sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2173913043;
}

.taxonomy-description {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.taxonomy-description p {
	margin: 0.5384615385em 0 1.6153846154em;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	font-family: 'Merriweather Sans', Arial, sans-serif;
	margin: 0 0 1.75em;
}

.page-links a,
.page-links > span {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	height: 1.8461538462em;
	line-height: 1.6923076923em;
	margin-right: 0.3076923077em;
	text-align: center;
	width: 1.8461538462em;
}

.page-links a {
	background-color: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #007acc;
	border-color: transparent;
	color: #fff;
}

.page-links > .page-links-title {
	border: 0;
	color: #1a1a1a;
	height: auto;
	margin: 0;
	padding-right: 0.6153846154em;
	width: auto;
}

.entry-attachment {
	margin-bottom: 1.75em;
}

.entry-caption {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 1.0769230769em;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}

.content-bottom-widgets {
	margin: 0 7.6923%;
}

.content-bottom-widgets .widget-area {
	margin-bottom: 3.5em;
}


/**
 * 11.3 - Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.473684211;
	margin-bottom: 1.473684211em;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: none;
}


/**
 * 11.4 - Comments
 */

.comments-area {
	margin: 0 7.6923% 3.5em;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.75em;
}

.comments-title,
.comment-reply-title {
	border-top: 4px solid #1a1a1a;
	font-family: 'Merriweather Sans', Arial, sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.3125;
	padding-top: 1.217391304em;
}

.comments-title {
	margin-bottom: 1.217391304em;
}

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

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #d1d1d1;
	padding: 1.75em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.875em;
}

.comment-author {
	color: #1a1a1a;
	margin-bottom: 0.4375em;
}

.comment-author .avatar {
	float: left;
	height: 28px;
	margin-right: 0.875em;
	position: relative;
	width: 28px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	left: 3px;
	position: relative;
	top: 5px;
}

.comment-metadata,
.pingback .edit-link {
	color: #686868;
	font-family: 'Merriweather Sans', Arial, sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.comment-metadata {
	margin-bottom: 2.1538461538em;
}

.comment-metadata a,
.pingback .comment-edit-link {
	color: #686868;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
	color: #007acc;
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-reply-link {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #007acc;
	display: inline-block;
	font-family: 'Merriweather Sans', Arial, sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
	margin-top: 2.1538461538em;
	padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	border-color: currentColor;
	color: #007acc;
	outline: 0;
}

.comment-form {
	padding-top: 1.75em;
}

.comment-form label {
	color: #686868;
	display: block;
	font-family: 'Merriweather Sans', Arial, sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.comment-list .comment-form {
	padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 2.1538461538em;
}

.no-comments {
	border-top: 1px solid #d1d1d1;
	font-family: 'Merriweather Sans', Arial, sans-serif;
	font-weight: 700;
	margin: 0;
	padding-top: 1.75em;
}

.comment-navigation + .no-comments {
	border-top: 0;
	padding-top: 0;
}

.form-allowed-tags code {
	font-family: 'Merriweather Sans', Arial, sans-serif;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #007acc;
	font-family: 'Merriweather Sans', Arial, sans-serif;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	color: #1a1a1a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -5px;
}

.comment-form #wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}

.comment-form .comment-form-cookies-consent label {
	display: inline;
	font-family: 'Merriweather Sans', Arial, sans-serif;
	letter-spacing: 0;
	text-transform: none;
}

/**
 * 11.5 - Sidebar
 */

.sidebar {
	margin-bottom: 3.5em;
	padding: 0 7.6923%;
}


/**
 * 11.6 - Footer
 */

.site-footer {
	padding: 0 7.6923% 1.75em;
}

.site-info {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.site-info a {
	color: #686868;
}

.site-info a:hover,
.site-info a:focus {
	color: #007acc;
}

.site-footer .site-title {
	font-family: inherit;
	font-size: inherit;
	font-weight: 400;
}

.site-footer .site-title:after {
	content: "\002f";
	display: inline-block;
	font-family: 'Merriweather Sans', Arial, sans-serif;
	opacity: 0.7;
	padding: 0 0.307692308em 0 0.538461538em;
}

.site-footer span[role=separator] {
	font-family: 'Merriweather Sans', Arial, sans-serif;
	opacity: 0.7;
	padding: 0 0.307692308em 0 0.538461538em;
}

.site-footer span[role=separator]::before {
	content: '\002f';
}


/**
 * 12.0 - Media
 */

.site .avatar {
	border-radius: 50%;
}

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
	display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	margin-bottom: 1.75em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
	box-shadow: none;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	margin-top: 0;
	margin-bottom: 1.75em;
}

.wp-playlist.wp-audio-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 0.7142857143em 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 0.7142857143em;
}


/**
 * 12.1 - Captions
 */

.wp-caption {
	margin-bottom: 1.75em;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}


/**
 * 12.2 - Galleries
 */

.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.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-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 13.0 - Multisites
 */

.widecolumn {
	margin-bottom: 3.5em;
	padding: 0 7.6923%;
}

.widecolumn .mu_register {
	width: auto;
}

.widecolumn .mu_register .mu_alert {
	background: transparent;
	border-color: #d1d1d1;
	color: inherit;
	margin-bottom: 3.5em;
	padding: 1.75em;
}

.widecolumn form,
.widecolumn .mu_register form {
	margin-top: 0;
}

.widecolumn h2 {
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.2173913043;
	margin-bottom: 1.2173913043em;
}

.widecolumn p {
	margin: 1.75em 0;
}

.widecolumn p + h2 {
	margin-top: 2.4347826087em;
}

.widecolumn label,
.widecolumn .mu_register label {
	color: #686868;
	font-family: 'Merriweather Sans', Arial, sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	text-transform: uppercase;
}

.widecolumn .mu_register label {
	margin: 2.1538461538em 0.7692307692em 0.5384615385em 0;
}

.widecolumn .mu_register label strong {
	font-weight: 400;
}

.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
	font-size: 16px;
	font-size: 1rem;
	width: 100%;
}

.widecolumn .mu_register #blogname {
	margin: 0;
}

.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
	margin: 0 0 0.375em;
}

.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
	font-size: 16px;
	font-size: 1rem;
	margin: 0;
	width: auto;
}

.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
	font-size: inherit;
}

.widecolumn .mu_register > :last-child,
.widecolumn form > :last-child {
	margin-bottom: 0;
}


/**
 * 14.0 - Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}


/**
 * 14.1 - >= 710px
 */

@media screen and (min-width: 44.375em) {
	body:not(.custom-background-image):before,
	body:not(.custom-background-image):after {
		background: inherit;
		content: "";
		display: block;
		height: 21px;
		left: 0;
		position: fixed;
		width: 100%;
		z-index: 99;
	}

	body:not(.custom-background-image):before {
		top: 0;
	}

	body:not(.custom-background-image).admin-bar:before {
		top: 46px;
	}

	body:not(.custom-background-image):after {
		bottom: 0;
	}

	.site {
		margin: 21px;
	}

	.site-main {
		margin-bottom: 5.25em;
	}

	.site-header {
		padding: 3.9375em 7.6923%;
	}

	.site-branding {
		margin-top: 1.3125em;
		margin-bottom: 1.3125em;
	}

	.custom-logo {
		max-width: 210px;
	}

	.site-title {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
	}

	.wp-custom-logo .site-title {
		margin-top: 0.5em;
	}

	.site-description {
		display: block;
	}

	.menu-toggle {
		font-size: 16px;
		font-size: 1.0rem;
		margin: 1.3125em 0;
		padding: 0.8125em 0.875em 0.6875em;
	}

	.site-header-menu {
		margin: 1.3125em 0;
	}

	.site-header .main-navigation + .social-navigation {
		margin-top: 2.625em;
	}

	.header-image {
		margin: 1.3125em 0;
	}

	.pagination {
		margin: 0 23.0769% 4.421052632em 7.6923%
	}

	.post-navigation {
		margin-bottom: 5.25em;
	}

	.post-navigation .post-title {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
	}

	/* restore screen-reader-text */
	.pagination .current .screen-reader-text {
		position: absolute !important;
	}

	.pagination .page-numbers {
		display: inline-block;
	}

	.site-main > article {
		margin-bottom: 5.25em;
	}

	.entry-header,
	.post-thumbnail,
	.entry-content,
	.entry-summary,
	.entry-footer,
	.comments-area,
	.image-navigation,
	.post-navigation,
	.page-header,
	.page-content,
	.content-bottom-widgets {
		margin-right: 23.0769%;
	}

	.entry-title {
		font-size: 33px;
		font-size: 2.0625rem;
		line-height: 1.2727272727;
		margin-bottom: 0.8484848485em;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}

	.entry-content blockquote:not(.alignleft):not(.alignright),
	.entry-summary blockquote,
	.comment-content blockquote {
		margin-left: -1.473684211em;
	}

	.entry-content blockquote blockquote:not(.alignleft):not(.alignright),
	.entry-summary blockquote blockquote,
	.comment-content blockquote blockquote {
		margin-left: 0;
	}

	.entry-content ul,
	.entry-summary ul,
	.comment-content ul,
	.entry-content ol,
	.entry-summary ol,
	.comment-content ol {
		margin-left: 0;
	}

	.entry-content li > ul,
	.entry-summary li > ul,
	.comment-content li > ul,
	.entry-content blockquote > ul,
	.entry-summary blockquote > ul,
	.comment-content blockquote > ul {
		margin-left: 1.25em;
	}

	.entry-content li > ol,
	.entry-summary li > ol,
	.comment-content li > ol,
	.entry-content blockquote > ol,
	.entry-summary blockquote > ol,
	.comment-content blockquote > ol {
		margin-left: 1.5em;
	}

	.comment-author {
		margin-bottom: 0;
	}

	.comment-author .avatar {
		height: 42px;
		position: relative;
		top: 0.25em;
		width: 42px;
	}

	.comment-list .children > li {
		padding-left: 1.75em;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 3.5em;
	}

	.comments-area,
	.widget,
	.content-bottom-widgets .widget-area {
		margin-bottom: 5.25em;
	}

	.sidebar,
	.widecolumn {
		margin-bottom: 5.25em;
		padding-right: 23.0769%;
	}

	body:not(.search-results) .entry-summary li > ul,
	body:not(.search-results) .entry-summary blockquote > ul {
		margin-left: 1.157894737em;
	}

	body:not(.search-results) .entry-summary li > ol,
	body:not(.search-results) .entry-summary blockquote > ol {
		margin-left: 1.473684211em;
	}
}


/**
 * 14.2 - >= 783px
 */

@media screen and (min-width: 48.9375em) {
	body:not(.custom-background-image).admin-bar:before {
		top: 32px;
	}
}


/**
 * 14.3 - >= 910px
 */

@media screen and (min-width: 56.875em) {
	.site-header {
		padding-right: 4.5455%;
		padding-left: 4.5455%;
	}

	.site-header-main {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.wp-custom-logo .site-header-main {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.site-header-menu {
		display: block;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}

	.main-navigation {
		margin: 0 -0.875em;
	}

	.main-navigation .primary-menu,
	.main-navigation .primary-menu > li {
		border: 0;
	}

	.main-navigation .primary-menu > li {
		float: left;
	}

	.main-navigation a {
		outline-offset: -8px;
		padding: 0.65625em 0.875em;
		white-space: nowrap;
	}

	.main-navigation li:hover > a,
	.main-navigation li.focus > a {
		color: #007acc;
	}

	.main-navigation ul ul {
		border-bottom: 1px solid #d1d1d1;
		display: block;
		left: -999em;
		margin: 0;
		position: absolute;
		z-index: 99999;
	}

	.main-navigation ul ul ul {
		top: -1px;
	}

	.main-navigation ul ul ul:before,
	.main-navigation ul ul ul:after {
		border: 0;
	}

	.main-navigation ul ul li {
		background-color: #fff;
		border: 1px solid #d1d1d1;
		border-bottom-width: 0;
	}

	.main-navigation ul ul a {
		white-space: normal;
		width: 12.6875em;
	}

	.main-navigation ul ul:before,
	.main-navigation ul ul:after {
		border-style: solid;
		content: "";
		position: absolute;
	}

	.main-navigation ul ul:before {
		border-color: #d1d1d1 transparent;
		border-width: 0 10px 10px;
		right: 9px;
		top: -9px;
	}

	.main-navigation ul ul:after {
		border-color: #fff transparent;
		border-width: 0 8px 8px;
		right: 11px;
		top: -7px;
	}

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

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

	.main-navigation .menu-item-has-children > a {
		margin: 0;
		padding-right: 2.25em;
	}

	.main-navigation .menu-item-has-children > a:after {
		content: "\f431";
		position: absolute;
		right: 0.625em;
		top: 0.8125em;
	}

	.main-navigation ul ul .menu-item-has-children > a {
		padding-right: 2.0625em;
	}

	.main-navigation ul ul .menu-item-has-children > a:after {
		right: 0.5625em;
		top: 0.875em;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.dropdown-toggle,
	.main-navigation ul .dropdown-toggle.toggled-on,
	.menu-toggle,
	.site-header .social-navigation,
	.site-footer .main-navigation {
		display: none;
	}

	.site-content {
		padding: 0 4.5455%;
	}

	.content-area {
		float: left;
		margin-right: -100%;
		width: 70%;
	}

	.entry-header,
	.post-thumbnail,
	.entry-content,
	.entry-summary,
	.entry-footer,
	.comments-area,
	.image-navigation,
	.post-navigation,
	.pagination,
	.page-header,
	.page-content,
	.content-bottom-widgets {
		margin-right: 0;
		margin-left: 0;
	}

	.sidebar {
		float: left;
		margin-left: 75%;
		padding: 0;
		width: 25%;
	}

	.widget {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 3.230769231em;
		padding-top: 1.615384615em;
	}

	.widget .widget-title {
		margin-bottom: 1.3125em;
	}

	.widget p,
	.widget address,
	.widget hr,
	.widget ul,
	.widget ol,
	.widget dl,
	.widget dd,
	.widget table {
		margin-bottom: 1.6153846154em;
	}

	.widget li > ul,
	.widget li > ol {
		margin-bottom: 0;
	}

	.widget blockquote {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.3125;
		margin-bottom: 1.3125em;
		padding-left: 1.0625em;
	}

	.widget blockquote cite,
	.widget blockquote small {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
	}

	.widget th,
	.widget td {
		padding: 0.5384615385em;
	}

	.widget pre {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 1.6153846154em;
		padding: 0.5384615385em;
	}

	.widget fieldset {
		margin-bottom: 1.6153846154em;
		padding: 0.5384615385em;
	}

	.widget button,
	.widget input,
	.widget select,
	.widget textarea {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
	}

	.widget button,
	.widget input[type="button"],
	.widget input[type="reset"],
	.widget input[type="submit"] {
		line-height: 1;
		padding: 0.846153846em;
	}

	.widget input[type="date"],
	.widget input[type="time"],
	.widget input[type="datetime-local"],
	.widget input[type="week"],
	.widget input[type="month"],
	.widget input[type="text"],
	.widget input[type="email"],
	.widget input[type="url"],
	.widget input[type="password"],
	.widget input[type="search"],
	.widget input[type="tel"],
	.widget input[type="number"],
	.widget textarea {
		padding: 0.4615384615em 0.5384615385em;
	}

	.widget h1 {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.2173913043;
		margin-bottom: 0.9130434783em;
	}

	.widget h2 {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.1052631579;
		margin-bottom: 1.1052631579em;
	}

	.widget h3 {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.3125;
		margin-bottom: 1.3125em;
	}

	.widget h4,
	.widget h5,
	.widget h6 {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 0.9130434783em;
	}

	.widget .alignleft {
		margin: 0.2307692308em 1.6153846154em 1.6153846154em 0;
	}

	.widget .alignright {
		margin: 0.2307692308em 0 1.6153846154em 1.6153846154em;
	}

	.widget .aligncenter {
		margin-bottom: 1.6153846154em;
	}

	.widget_calendar td,
	.widget_calendar th,
	.widget_calendar .wp-calendar-nav span {
		line-height: 2.6923076923;
		padding: 0;
	}

	.widget_rss .rssSummary:last-child {
		margin-bottom: 1.615384615em;
	}

	.widget input[type="search"].search-field {
		width: -webkit-calc(100% - 35px);
		width: calc(100% - 35px);
	}

	.widget .search-submit:before {
		font-size: 16px;
		left: 1px;
		line-height: 35px;
		width: 34px;
	}

	.widget button.search-submit {
		padding: 0;
		width: 35px;
	}

	.tagcloud a {
		margin: 0 0.2307692308em 0.5384615385em 0;
		padding: 0.5384615385em 0.4615384615em 0.4615384615em;
	}

	.textwidget h1 {
		margin-top: 1.8260869565em;
	}

	.textwidget h2 {
		margin-top: 2.2105263158em;
	}

	.textwidget h3 {
		margin-top: 2.625em;
	}

	.textwidget h4 {
		letter-spacing: 0.153846154em;
	}

	.textwidget h4,
	.textwidget h5,
	.textwidget h6 {
		margin-top: 3.2307692308em;
	}

	.content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
		float: left;
		margin-right: 7.1428571%;
		width: 46.42857145%;
	}

	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
		margin-right: 0;
	}

	.site-footer {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 4.5455% 3.5em;
	}

	.site-footer .social-navigation {
		margin: 0;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	.site-info {
		margin: 0.538461538em auto 0.538461538em 0;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.no-sidebar .content-area {
		float: none;
		margin: 0;
		width: 100%;
	}

	.no-sidebar .entry-header,
	.no-sidebar .entry-content,
	.no-sidebar .entry-summary,
	.no-sidebar .entry-footer,
	.no-sidebar .comments-area,
	.no-sidebar .image-navigation,
	.no-sidebar .post-navigation,
	.no-sidebar .pagination,
	.no-sidebar .page-header,
	.no-sidebar .page-content,
	.no-sidebar .content-bottom-widgets {
		margin-right: 15%;
		margin-left: 15%;
	}

	.widecolumn {
		padding-right: 15%;
		padding-left: 15%;
	}
}


/**
 * 14.4 - >= 985px
 */

@media screen and (min-width: 61.5625em) {
	.site-main {
		margin-bottom: 7.0em;
	}

	.site-header {
		padding: 5.25em 4.5455%;
	}

	.site-branding,
	.site-header-menu,
	.header-image {
		margin-top: 1.75em;
		margin-bottom: 1.75em;
	}

	.custom-logo {
		max-width: 240px;
	}

	.image-navigation {
		margin-bottom: 3.230769231em;
	}

	.post-navigation {
		margin-bottom: 7.0em;
	}

	.pagination {
		margin-bottom: 5.894736842em;
	}

	.widget {
		margin-bottom: 4.307692308em;
	}

	.site-main > article {
		margin-bottom: 7.0em;
	}

	.entry-title {
		font-size: 40px;
		font-size: 2.5rem;
		line-height: 1.225;
		margin-bottom: 1.05em;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 23px;
		font-size: 1.4375em;
		line-height: 1.304347826;
		margin-bottom: 1.826086957em;
	}

	.post-thumbnail {
		margin-bottom: 2.625em;
	}

	.entry-content h1,
	.entry-summary h1,
	.comment-content h1 {
		font-size: 33px;
		font-size: 2.0625rem;
		line-height: 1.2727272727;
		margin-top: 1.696969697em;
		margin-bottom: 0.8484848485em;
	}

	.entry-content h2,
	.entry-summary h2,
	.comment-content h2 {
		font-size: 2rem;
		font-size: 1.75rem;
		line-height: 1.25;
		margin-top: 2em;
		margin-bottom: 1em;
	}

	.entry-content h3,
	.entry-summary h3,
	.comment-content h3 {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.2173913043;
		margin-top: 2.4347826087em;
		margin-bottom: 1.2173913043em;
	}

	.entry-content h4,
	.entry-summary h4,
	.entry-intro h4,
	.comment-content h4 {
		letter-spacing: 0.131578947em;
	}

	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6 {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.1052631579;
		margin-top: 2.9473684211em;
		margin-bottom: 1.473684211em;
	}

	.author-info {
		border-bottom-width: 0;
		padding-bottom: 0;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 5.25em;
	}

	.comments-area,
	.sidebar,
	.content-bottom-widgets .widget-area,
	.widecolumn {
		margin-bottom: 7.0em;
	}

	body:not(.search-results) .entry-summary {
		margin-bottom: 2.210526316em;
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -1.105263158em;
	}

	body:not(.search-results) article:not(.type-page) .entry-content {
		float: right;
		width: 71.42857144%;
	}

	body:not(.search-results) article:not(.type-page) .entry-content > blockquote.alignleft.below-entry-meta {
		margin-left: -40%;
		width: -webkit-calc(60% - 1.4736842105em);
		width: calc(60% - 1.4736842105em);
	}

	body:not(.search-results) article:not(.type-page) img.below-entry-meta,
	body:not(.search-results) article:not(.type-page) figure.below-entry-meta {
		clear: both;
		display: block;
		float: none;
		margin-right: 0;
		margin-left: -40%;
		max-width: 140%;
	}

	body:not(.search-results) article:not(.type-page) figure.below-entry-meta img.below-entry-meta,
	body:not(.search-results) article:not(.type-page) table figure.below-entry-meta,
	body:not(.search-results) article:not(.type-page) table img.below-entry-meta {
		margin: 0;
		max-width: 100%;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer {
		float: left;
		margin-top: 0.1538461538em;
		width: 21.42857143%;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer > span:not(:last-child):after {
		display: none;
	}

	.single .byline,
	.full-size-link,
	body:not(.search-results).group-blog .byline,
	body:not(.search-results) .entry-format,
	body:not(.search-results) .cat-links,
	body:not(.search-results) .tags-links,
	body:not(.search-results) article:not(.sticky) .posted-on,
	body:not(.search-results) article:not(.type-page) .comments-link,
	body:not(.search-results) article:not(.type-page) .entry-footer .edit-link {
		display: block;
		margin-bottom: 0.5384615385em;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer > span:last-child {
		margin-bottom: 0;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer .avatar {
		display: block;
		height: auto;
		margin: 0 0 0.5384615385em;
		width: 49px;
	}

	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
		float: left;
		margin-right: -100%;
		margin-left: 34.99999999%;
		width: 50.00000001%;
	}

	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
		margin-right: -100%;
		margin-left: 15%;
		width: 15%;
	}
}


/**
 * 14.5 - >= 1200px
 */

@media screen and (min-width: 75em) {
	body:not(.search-results) .entry-summary {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.5217391304;
		margin-bottom: 1.826086957em;
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -0.913043478em;
	}

	body:not(.search-results) .entry-summary p,
	body:not(.search-results) .entry-summary address,
	body:not(.search-results) .entry-summary hr,
	body:not(.search-results) .entry-summary ul,
	body:not(.search-results) .entry-summary ol,
	body:not(.search-results) .entry-summary dl,
	body:not(.search-results) .entry-summary dd,
	body:not(.search-results) .entry-summary table {
		margin-bottom: 1.5217391304em;
	}

	body:not(.search-results) .entry-summary li > ul,
	body:not(.search-results) .entry-summary blockquote > ul {
		margin-left: 0.956521739em;
	}

	body:not(.search-results) .entry-summary li > ol,
	body:not(.search-results) .entry-summary blockquote > ol {
		margin-left: 1.52173913em;
	}

	body:not(.search-results) .entry-summary blockquote {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.5217391304;
		margin: 0 0 1.5217391304em;
		padding-left: 1.347826087em;
	}

	body:not(.search-results) .entry-summary blockquote:not(.alignleft):not(.alignright) {
		margin-left: -1.52173913em;
	}

	body:not(.search-results) .entry-summary blockquote blockquote:not(.alignleft):not(.alignright) {
		margin-left: 0;
	}

	body:not(.search-results) .entry-summary blockquote cite,
	body:not(.search-results) .entry-summary blockquote small {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.8421052632;
	}

	body:not(.search-results) .entry-summary th,
	body:not(.search-results) .entry-summary td {
		padding: 0.3043478261em;
	}

	body:not(.search-results) .entry-summary pre {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.75;
		margin-bottom: 1.75em;
		padding: 1.75em;
	}

	body:not(.search-results) .entry-summary fieldset {
		margin-bottom: 1.5217391304em;
		padding: 0.3043478261em;
	}

	body:not(.search-results) .entry-summary h1 {
		margin-top: 2.121212121em;
		margin-bottom: 1.060606061em;
	}

	body:not(.search-results) .entry-summary h2 {
		margin-top: 2.5em;
		margin-bottom: 1.25em;
	}

	body:not(.search-results) .entry-summary h3 {
		margin-top: 3.043478261em;
		margin-bottom: 1.52173913em;
	}

	body:not(.search-results) .entry-summary h4,
	body:not(.search-results) .entry-summary h5,
	body:not(.search-results) .entry-summary h6 {
		margin-top: 3.684210526em;
		margin-bottom: 1.842105263em;
	}

	body:not(.search-results) .entry-summary h1:first-child,
	body:not(.search-results) .entry-summary h2:first-child,
	body:not(.search-results) .entry-summary h3:first-child,
	body:not(.search-results) .entry-summary h4:first-child,
	body:not(.search-results) .entry-summary h5:first-child,
	body:not(.search-results) .entry-summary h6:first-child {
		margin-top: 0;
	}

	body:not(.search-results) .entry-summary .alignleft {
		margin: 0.2608695652em 1.5217391304em 1.5217391304em 0;
	}

	body:not(.search-results) .entry-summary .alignright {
		margin: 0.2608695652em 0 1.5217391304em 1.5217391304em;
	}

	body:not(.search-results) .entry-summary .aligncenter {
		margin-bottom: 1.5217391304em;
	}
}


/**
 * 15.0 - Print
 */

@media print {
	form,
	button,
	input,
	select,
	textarea,
	.navigation,
	.main-navigation,
	.social-navigation,
	.sidebar,
	.content-bottom-widgets,
	.header-image,
	.page-links,
	.edit-link,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link {
		display: none;
	}

	body,
	blockquote cite,
	blockquote small,
	pre,
	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6,
	.entry-content .author-title {
		font-size: 12pt;
	}

	blockquote {
		font-size: 14.25pt;
	}

	.site-title,
	.page-title,
	.comments-title,
	.entry-content h2,
	.entry-summary h2,
	.comment-content h2,
	.widecolumn h2 {
		font-size: 17.25pt;
	}

	.site-description {
		display: block;
	}

	.entry-title {
		font-size: 24.75pt;
		line-height: 1.2727272727;
		margin-bottom: 1.696969697em;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 17.25pt;
		line-height: 1.304347826;
		margin-bottom: 1.826086957em;
	}

	.entry-content h1,
	.entry-summary h1,
	.comment-content h1 {
		font-size: 21pt;
	}

	.entry-content h3,
	.entry-summary h3,
	.comment-content h3,
	body:not(.search-results) .entry-summary {
		font-size: 14.25pt;
	}

	.site-description,
	.author-bio,
	.entry-footer,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-metadata,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		font-size: 9.75pt;
	}

	body,
	.site {
		background: none !important; /* Brute force since user agents all print differently. */
	}

	body,
	blockquote cite,
	blockquote small,
	.site-branding .site-title a,
	.entry-title a,
	.comment-author {
		color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.page-header,
	.comments-title {
		border-color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.site-description,
	body:not(.search-results) .entry-summary,
	body:not(.search-results) .entry-summary blockquote,
	.author-bio,
	.entry-footer,
	.entry-footer a,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-author,
	.comment-metadata a,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.site-info a,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		color: #686868 !important; /* Make sure color schemes don't affect to print */
	}

	code,
	hr {
		background-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
	}

	pre,
	abbr,
	acronym,
	table,
	th,
	td,
	.author-info,
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback,
	.no-comments {
		border-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
	}

	a {
		color: #007acc !important; /* Make sure color schemes don't affect to print */
	}

	.entry-content a,
	.entry-summary a,
	.taxonomy-description a,
	.comment-content a,
	.pingback .comment-body > a {
		box-shadow: none;
		border-bottom: 1px solid #007acc !important; /* Make sure color schemes don't affect to print */
	}

	.site {
		margin: 5%;
	}

	.site-inner {
		max-width: none;
	}

	.site-header {
		padding: 0 0 1.75em;
	}

	.site-branding {
		margin-top: 0;
		margin-bottom: 1.75em;
	}

	.site-main {
		margin-bottom: 3.5em;
	}

	.entry-header,
	.entry-footer,
	.page-header,
	.page-content,
	.entry-content,
	.entry-summary,
	.post-thumbnail,
	.comments-area {
		margin-right: 0;
		margin-left: 0;
	}

	.post-thumbnail,
	.site-main > article {
		margin-bottom: 3.5em;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -1.473684211em;
	}

	.site-footer,
	.widecolumn {
		padding: 0;
	}
}

/* ==========================================================================
   2. HTG-Originalanpassungen
   ========================================================================== */

/*Bugfix by Seefeuer */
span.expanding-archive-count {display:none;}

/**
 * Table of Contents:
 *
 * 0 - Fonts
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Main-Navigation
 *   4.3 - Sub-Navigation 
 * 5.0 - Content
 *   5.0 - Basics
 *   5.1 - Entry Content
 *	 	5.1.2 - Images (Start Page)
 *   5.2 - Posts
 *   5.3 - Single Pages and Forms
 *     5.3.1 - Seminars
 *     5.3.2 - About Me
 *     5.3.3 - Glossary
 *     5.3.4 - Contact
 *     5.3.5 - Registration Form
 *     5.3.6 - Contact Form
 *     5.3.7 - Newsletter Subscription Form
 *     5.3.8 - Imprint
 *     5.3.9 - Data Privacy Statement
 *   5.4 - Results Search and Archive
 *     5.4.1 - Search Results Summary
 *     5.4.2 - Search Results Pagination
 *   5.5 - Error-404
 * 6.0 - Sidebars
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 *   8.1  - <= 320px
 *   8.2  - >= 320px
 *   8.3  - >= 360px
 *   8.4  - >= 400px
 *   8.5  - >= 480px
 *   8.6  - >= 600px
 *   8.7  - >= 640px
 *   8.8  - >= 710px
 *   8.9  - >= 768px
 *   8.10 - >= 900px
 *   8.11 - >= 910px
 *   8.12 - >= 960px
 *   8.13 - >= 980px
 *   8.14 - >= 985px
 *   8.15 - >= 992px
 *   8.16 - >= 1024px
 *   8.17 - >= 1080px
 *   8.18 - >= 1200px
 *   8.19 - >= 1300px
 *   8.20 - >= 1440px
 *   8.21 - >= 1500px
 *   8.22 - >= 1600px
 *   8.23 - >= 1680px
 *   8.24 - >= 1765px
 * ----------------------------------------------------------------------------
 */
/* =============================================================================
 * 0 - Fonts
 * =============================================================================
*/
/* =============================================================================
 * 1.0 - Reset
 * =============================================================================
*/
html {overflow-y: scroll;}

a:focus, :link, :visited {outline: none;}
a:active {outline: none;}
a:hover {outline: none;}
a {
    text-decoration: none !important;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Merriweather Sans', Arial, sans-serif;
  font-weight: normal;
	color: rgba(17, 19, 51, .75);
}

ul {
	list-style-type: disc;
}

a:hover {
	text-decoration: none;
}
.clear {
    clear: both;
}
.clearfix {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}
/* =============================================================================
 * 2.0 - Repeatable Patterns
 * =============================================================================
*/
.p-spacer {
    line-height: 2em;
    color: transparent;
}

.spacer {
    float: left;
    width: 20px;
    color: #fff;
}

.imprint-separator {
    text-align: center;
    margin:5px 0 10px 0;
}

.wellred {
    background-color: #F2DEDE;
    border-color: #B14442;
}
.wellgreen {
    background-color: #DFF0D8;
    border-color: green;
}
.wellyellow {
    background-color: #FCF8E3;
    border-color: #996D3B;
}
.wellblue {
    background-color: #D9EDF7;
    border-color: #51708F;
}
.well-lg {
    padding: 44px;
}

/****** pictures ******/
.alignright {
    margin-bottom: 1em;
}
.alignleft {
    margin-bottom: 1em;
}
.alignleft-pictogram {
   float: left;
   margin-top: 6px;
}

/****** wp video-player **/
.wp-video {
	margin-bottom: 0;
}


/* =============================================================================
 * 3.0 - Basic Structure
 * =============================================================================
*/
*:focus {outline: none;}

html {
    font-size: 1.2rem;
    outline: none;
}

body {
    font-family: 'Merriweather Sans', Arial, sans-serif;
    color: rgba(17, 19, 51, 1);
    background-color: #fcfcfb;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline: none;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

#page {
    background-color: #F4F3EF;
}

img {
    font-size: 0.8rem;
	}

a {
    color: #FF6600;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

blockquote {
	border: 0;
	font-size: 19px;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.4736842105;
}

blockquote:before { 
    float: left;
    content: '“ ';
    color: #505068;
    font-family: 'Merriweather Sans', Arial, sans-serif;
    font-size: 3.6em;
}

blockquote p {
    font-family: 'Merriweather Sans', Arial, sans-serif;
    color: #505068;
}

sub {
    font-family: 'Merriweather Sans', Arial, sans-serif;
    font-size: 0.6em;
    vertical-align: top;
}
.small {
    font-size: 0.8em;
}
.italic {
    font-style: italic;
}
.bold {
    font-weight: bold;
    font-weight: 700;
}
.uppercase {
    text-transform: uppercase;
}
.nobr, .nowrap {white-space: nowrap;}

/* removed page frame from wp-theme twenty sixteen */
/* frame top */
body:not(.custom-background-image)::before {
    width: 0;
}
/* frame bottom */
body:not(.custom-background-image)::after {
    width: 0;
}
.site {
    margin: 0;
}
.entry-content h2,
.entry-summary h2 {
    font-size: 2rem;
}

/* =============================================================================
 * 4.0 - Header
 * =============================================================================
*/

.site-inner {
    max-width: 100%;
}

/* 
 *  4.1 Site Header 
 ===============================
*/
.site-inner .site-header {
    padding-top: 0;
    padding-bottom: 50px;
}

.site-inner .site-header .entry-title {
    margin-top: 70px;
    font-family: 'Merriweather Sans', Arial, sans-serif;
    font-size: 2.2rem;
    text-transform: uppercase;
}

.site-inner .site-header .entry-title a {
    color: #505068;
}

.site-inner .site-header .entry-title a:hover {
    color: #FF6600;
}

.site-inner .site-header .entry-title h1 {
    margin-bottom: 0;
}

.site-branding .site-title {
    font-family: 'Merriweather Sans', Arial, sans-serif;
    font-style: italic;
}

.site-branding .site-title a {
    color: #FF6600;
}

.site-branding .site-title a:hover {
    color: #FF6600;
}

.page-id-9 .entry-title {
    display: none;
}

.single-post .site-header-main .entry-title {
    display: none;
}

.site-inner .entry-header {
    margin-left: 11.6%;
}

/****** start ******/
.site-inner .site-header .glyphicon {
    font-size: .8em;
}

/* 
 *  4.2 Main-Navigation 
 ===============================
*/
#site-header-menu  {
    font-family: 'Merriweather Sans', Arial, sans-serif;
}

.main-navigation .primary-menu {
    font-family: 'Merriweather Sans', Arial, sans-serif;
    font-size: 1rem;
		color: #161636;
    text-transform: uppercase;
    margin-right: 8px;
}

.main-navigation a {
	color: #161636;
}

.main-navigation li:hover > a {
    color: #FF6600;
    border-top: 1px solid #FF6600;
}

/****** Active circuit sub-menu and main-menu offers ******/
.header-sub .current-menu-item a, .current-page-ancestor a {color: #505068;font-weight:400 !important;}

/****** Active circuit sub-menu and main-menu seminars ******/
.page-id-74 .current-menu-item a,
.page-id-229 .current-menu-item a,
.page-id-231 .current-menu-item a, 
.page-id-233 .current-menu-item a {
    color: #505068;
}

.current-page-ancestor a {
    border-top: 1px solid #1a1a1a;
    font-weight: 700;
    padding-top: 10px !important;
}

/****** Slider on the homepage ******/
.site-header .soliloquy-container {
    margin: 0 auto;
}
.site-header .soliloquy-container .soliloquy-caption {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 34%;
    z-index: 1120;
    background: rgba(15, 25, 26, 0.6); 
}
.site-header .soliloquy-container .soliloquy-caption-inside {
    font-size: 1.5em;
    line-height: 1.25;
    display: block;
    color: #fff;
    text-align: left;
    padding: 20px 20px 0 20px; 
}

.site-header .soliloquy-theme-classic .soliloquy-pager {
	text-align: center;
}

/* 
 *  4.3 Sub-Navigation 
 ===============================
*/

.header-sub {
    font-family: 'Merriweather Sans', Arial, sans-serif;
    font-size: 1.3rem;
}

.headerimage-sub img {
    max-width: 100% !important;
    height: auto;
}

/****** sub menus ******/
.menu-angebot-container .sub-menu, .menu-seminare-container .sub-menu, .menu-ueber-mich-container .sub-menu, .menu-kosten-container .sub-menu, .menu-empfehlungen-container .sub-menu {
    margin-top: 0;
} 
.menu-angebot-container ul li, .menu-seminare-container ul li, .menu-ueber-mich-container ul li, .menu-kosten-container ul li, .menu-empfehlungen-container ul li {
    list-style: none;
}
.menu-angebot-container a, .menu-seminare-container a, .menu-ueber-mich-container a, .menu-kosten-container a, .menu-empfehlungen-container a {
    background-color: #F4F3EF;
    padding: 5px;
}
.menu-angebot-container a:hover, .menu-seminare-container a:hover, .menu-ueber-mich-container a:hover, .menu-kosten-container a:hover, .menu-empfehlungen-container a:hover {
    color: #FFF;
    background-color: #505068;
}

/* =============================================================================
 * 5.0 - Content
 * =============================================================================
*/
/****** word wrap ******/
.content-area {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

/****** fullwidth page ******/
.content-area .full-width {
	max-width: 1320px;
    margin: 0 auto;
    width: 100%;
}

/* 
 *  5.1 --- Entry Content
 ===============================
*/
.content-area .entry-content a {
    box-shadow: none;
}
.content-area .entry-content a:hover {
    box-shadow: none;
    color: #FF6600;
}

.content-area .entry-content {
    font-size: 1.05em;
}
.content-area .entry-content ul li {
    margin: 0 0 10px;
}

.entry-content a,
.entry-summary a,
.taxonomy-description a,
.logged-in-as a,
.comment-content a,
.pingback .comment-body > a,
.textwidget a,
.entry-footer a:hover,
.site-info a:hover {
	box-shadow: none !important;
}

.site-content {
    padding: 0 4.5455%;
	}

/****** entry-footer ******/
.entry-footer a {
    color: #505068;
}
.entry-footer a:hover {
    color: #FF6600;
}

/* 
 *  5.1.2 --- Images (Start Page)
 ===============================
*/
figure.round {
	width:100%;
	border-radius:50%;
	overflow:hidden;
	}
.page-template-htg_start_extended a {
	color: #505068;
	display:inline-block !important;
	}
.page-template-htg_start_extended a strong,
strong {
	font-family: 'Merriweather Sans', Arial, sans-serif;
	}
.page-template-htg_start_extended a:hover {
	box-shadow:none !important;
	}
		
@media (max-width:1023px) {
	.wp-block-columns {
		flex-wrap:wrap;
		flex:2;
		width:100%;
		}
	.wp-block-column {	
		flex-shrink:2;
		flex-basis: 40%;
		}
	}
	
@media (max-width:767px) {
	.wp-block-columns {
		flex-wrap:wrap;
		flex:1;
		width:100%;
		}
	.wp-block-column {	
		flex-shrink:1;
		flex-basis: 100%;
		}
	.wp-block-column p[style] {	
		text-align:left !important;
		}
	}	
/* 
 *  5.2 --- Posts 
 ===============================
*/
/****** current ******/
.content-area .post-12 .entry-content {
    padding: 0;
    margin-bottom: 5%; 
}
.content-area .post-12 .entry-title {
    margin: 70px 0 0 0;
}

/****** single post *******/
.single .content-area .entry-footer .byline {
    display: none;
}
.content-area .post-thumbnail img {
    height: auto;
    max-width: 40%;
    vertical-align: top;
}
.content-area .caption {
    text-align: right;
}
body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
    margin-right: 0;
    margin-left:  5%;
}
.content-area .post-navigation {
    border-top: 2px solid #505068;
    border-bottom: 2px solid #505068;
}
.content-area .post-navigation div + div {
    border-top: 2px solid #505068;
}
.content-area .post-navigation a {
    color: #505068;
    padding: .6em 0 1.75em;
}
.content-area .post-navigation .post-title {
    font-family: 'Merriweather Sans', Arial, sans-serif;
}
.content-area .post-navigation a:hover .post-title {
    color: #FF6600;
}
.content-area .post-navigation .meta-nav {
    letter-spacing: .2em;
    margin-bottom: 1.2em;
    font-family: 'Merriweather Sans', Arial, sans-serif;
    color: #505068;
}
.content-area .post-navigation .nav-previous, .content-area .post-navigation .nav-next {
    padding-left: 20px;
}

/****** recent posts ******/
.entry-content ul {
    margin-top: 0;
}
.entry-content .display-posts-listing li {
    list-style: none;
    float: left;
}
.entry-content .display-posts-listing .listing-item {
    width: 31.4%;
    padding: 30px 30px 40px;
    background: #fafafa;
}
.entry-content .display-posts-listing .listing-item:nth-child(2), .display-posts-listing .listing-item:nth-child(5)  {
    margin: 0 2.8% 0;
}
.entry-content .display-posts-listing .listing-item .title-height {
    height: 50px;
}
.entry-content .display-posts-listing .listing-item .title {
    float: none;
    font-size: 1.5em;
    font-family: 'Merriweather Sans', Arial, sans-serif;
    color: #505068;
    line-height: 1.25;
    height: 200px;
    margin-bottom: 200px;
}
.entry-content .display-posts-listing .listing-item a {
    box-shadow: none;
}
.entry-content .display-posts-listing .listing-item a:hover {
    color: #FF6600;
}
.entry-content .display-posts-listing .listing-item .more-link::after {
    content: " \00bb";
}

/* 
 *  5.3 --- Single Pages and Forms
 ===============================
*/
/****** 5.3.1 - Seminars ******/
/****** bootstrap panels ******/
.page-template-htg_seminars .panel .panel-heading, .page-template-htg_seminars .panel .panel-body {
    font-family: 'Merriweather Sans', Arial, sans-serif;
    font-size: 1.4375rem;
    font-weight: 700;
    color: #505068;
}
.page-template-htg_offer_erect .panel .panel-heading, .page-template-htg_offer_erect .panel .panel-body {
    font-family: 'Merriweather Sans', Arial, sans-serif;
    font-size: 1.4375rem;
    font-weight: 700;
    color: #505068;
}

/****** 5.3.2 - About Me ******/
#post-77 .alignleft {
    margin: 0 .7em .7em 0;
}

/****** 5.3.3 - Glossary ******/
.page-template-htg_glossary .panel-default > .panel-heading {
    color: #505068;
}

/****** 5.3.4 - Contact ******/
.entry-content iframe {
    margin-top: 36px;
}

/****** 5.3.5 - Registration Form / Contact Form 7 ******/
span.wpcf7-list-item {
	margin:1rem 0 0 0 ;
	}
.entry-content .wpcf7-form fieldset {
    border: 0;
}
.entry-content .registration-form {
    padding: 3em;
    background: #fafafa;
}
.entry-content .registration-form input, .entry-content .registration-form select, .entry-content .registration-form textarea {
    background: #fafafa;
}
.entry-content .registration-form p {
    margin-bottom: .8em;
}
.entry-content .registration-form #headline {
    font-size: 2em;
    padding-bottom: 30px;
    font-family: 'Merriweather Sans', Arial, sans-serif;
}
.entry-content .registration-form #select-salutation {
    font-weight: 700;
}
.entry-content .registration-form #mfaus {
    font-weight: normal;
}
.entry-content .registration-form #input-group1 {
    float: left;
    margin: 0 3% 0 0;
    width: 40%;
}
.entry-content .registration-form .quiz-813 {
    float: left;
    width: 43%;
}
.entry-content .registration-form .quiz-813 input[type="text"] {
    max-width: 15%;
    background: #FCF8E3;
    text-align: center;
}
.entry-content .registration-form .wpcf7-select, input, textarea {
    font-family: 'Merriweather Sans', Arial, sans-serif;
}
.entry-content .registration-form textarea {
    margin-bottom: 20px;
}
.entry-content .registration-form #mfaus {
    font-size: 0.75em;
}
.entry-content .registration-form .menu-932 .wpcf7-select {
    height: 160px;
    background: #fafafa;
    border: 1px solid #d1d1d1;
}

.entry-content .registration-form .wpcf7-list-item {
	float: left;
	margin: 0;
}

.entry-content .registration-form input[type="checkbox"] {
	position: relative;
    top: 0;
    left: 0;
	float: left;
	margin: 10px 15px 80px 5px;
	-ms-transform: scale(1.5); /* IE */
	-moz-transform: scale(1.5);/* FF */
	-webkit-transform: scale(1.5); /* Safari and Chrome */
	-o-transform: scale(1.5); /* Opera */
}

.entry-content .registration-form #check-accept {
	height: 25px;
	width: 25px;
}
/*
.entry-content .registration-form .spam-send {
	margin-top: 70px;
	display: block;
}*/

.entry-content .registration-form #submit {
    float: left;
}
.entry-content .registration-form input[type="submit"] {
    float: left;
    background: #505068;
}
.entry-content .registration-form input[type="submit"]:hover {
    background: green;
}

/****** 5.3.6 - Contact Form / Contact Form 7 ******/
.entry-content .content-column a {
    color: #505068;
    box-shadow: none;
}
.entry-content .content-column a:hover {
    color: #FF6600;
}
.entry-content .contact-form {
    padding: 0;
    border: 0;
}
.entry-content .contact-form label {
    display: inline;
}
.entry-content .contact-form .quiz-497 {
    float: left;
    width: 80%;
}
.entry-content .contact-form .quiz-497 input[type="text"] {
    max-width: 15%;
    background: #FCF8E3;
    text-align: center;
    float: left;
}
.entry-content .contact-form input[type="submit"] {
    background: #505068;
}
.entry-content .contact-form input[type="submit"]:hover {
    background: green;
}

/****** 5.3.7 - Newsletter Subscription Form / Mailpoet ******/
.content-area .post-92 .entry-header {
    padding: 0;
}
.content-area .post-92 .entry-content a {
    color: #FF6600;
}
.widget_wysija_cont .updated {
    font-family: 'Merriweather Sans', Arial, sans-serif;
    font-size: 1em;
    padding: 15px;
}
.widget_wysija_cont p label {
    font-size: .9em;
	font-weight: normal;
}
.entry-content .widget_wysija_cont input[type="checkbox"] {
	margin: 0 15px 0 3px;
	-ms-transform: scale(1.5); /* IE */
	-moz-transform: scale(1.5);/* FF */
	-webkit-transform: scale(1.5); /* Safari and Chrome */
	-o-transform: scale(1.5); /* Opera */
}
.entry-content .widget_wysija_cont input[type="submit"] {
    background: #505068;
    float: left;
}
.entry-content .widget_wysija_cont input[type="submit"]:hover {
    background: green;
}
/****** confirm subscription newsletter ******/
.content-area .post-507 .entry-content {
    padding: 0 0 2% 0;
}
/****** confirm unsubscription newsletter ******/
.content-area .post-505 .entry-content {
    padding: 0 0 2% 0;
}
/****** subscriber profil newsletter ******/
.content-area .post-509 .entry-content {
    padding: 0 0 2% 3.1%;
}
.entry-content .form-valid label {
    margin-right: 20px;
}
.entry-content .form-valid input[type="submit"] {
    background: #505068;
}
.entry-content .form-valid input[type="submit"]:hover {
    background: green;
}

/****** 5.3.8 - Imprint ******/
.content-area .post-98 .entry-content a {
    color: #505068;
}
.content-area .post-98 .entry-content .col-md-6 {
    padding: 0 40px 0 0;
}
.entry-content #content-imprint-contact ul {
    font-size: .8em;
    list-style: none;
    line-height: 1;
    margin-bottom: 40px;
    margin-left: -17px;
}
.entry-content #imprint-form {
    font-size: .8em;
}
.entry-content #imprint-form ul {
    list-style: none;
    margin-left: -17px;
}
.entry-content #fotocopy {
    font-size: .8em;
}
.entry-content #fotocopy ul {
    list-style: none;
    margin-left: -17px;
    line-height: 1;
}
.entry-content #fotocopy li {
    line-height: 1.3;
}
.entry-content #sitemap {
    width: 85%;
    margin-left: 40px;
}
.entry-content #sitemap ul {
    line-height: 1.4;
}
.entry-content #content-imprint-rights {
    float: left;
    width: 95%;
    font-size: .8em;
    line-height: 1.4;
    margin-top: 30px;
}
/****** sitemap ******/
#sitemap .list-pages .page-item-505, #sitemap .list-pages .page-item-507, #sitemap .list-pages .page-item-509 {
    display: none;
}
/****** 5.3.9 - Data Privacy Statement ******/
.data-privacy-statement {
	font-size: .85rem;
	line-height: 125%;
}
.data-privacy-statement p {
	margin: 0 0 1em;
}

/* 
 *  5.4 --- Results Search and Archive
 =====================================
*/
.site-main > article {
    margin-bottom: 0;
}
.post-thumbnail-content {
    width: 30%;
    float: left;
    display: block;
}
.content-area .site-main .page-header {
    border-top: 2px solid #505068;
    border-bottom: 2px solid #505068;
} 
.content-area .site-main .page-header .page-title {
    font-family: 'Merriweather Sans', Arial, sans-serif;
    font-size: 2rem;
}
.entry-content .more-link::after {
    content: " \00bb";
}

/****** 5.4.1 - Search Results Summary ******/
.search-results .content-area .entry-summary .more-link {
	box-shadow: none;
}
.search-results .content-area .entry-summary .more-link::after {
    content: " \00bb";
}
.search-results .content-area .entry-summary .more-link:hover {
    color: #FF6600;
    box-shadow: none;
}
.search-results .content-area .site-main .entry-footer {
    font-family: 'Merriweather Sans', Arial, sans-serif;
    font-size: 1em;
}
.search-results .content-area .site-main .entry-footer a {
    color: #505068;
}
body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
    width: 34.5%;
}
.search-results .content-area .site-main .entry-header {
    margin-bottom: 2%;
}
.search-results .content-area .site-main article {
    margin-bottom: 0;
}

/****** 5.4.2 - Search Results Pagination ******/
.search-results .pagination {
    margin: 8% 8% 0;
}
.content-area .pagination {
    border-top: 4px solid #505068;
}
.content-area .pagination a {
    font-weight: 700;
}
.content-area .pagination .prev, .content-area .pagination .next {
    background-color: #505068;
}
.content-area .pagination:before,
.content-area .pagination:after {
	background-color: #505068;
}

/* 
 *  5.5 --- Error-404
 ===============================
*/
.error404 .site-inner .site-header {
    padding-bottom: 0;
}
.content-area .error-404 .page-content {
    margin: 5% 5% 2% 5.2%;
}
.content-area .error-404 .page-content .txt-searchform img {
    float: right;
    width: 24%;
    height: auto;
}
.content-area .error-404 .page-content .search-form .search-field {
    width: 100%;
}

/*
=============================================================================
 * 6.0 - Sidebars
 * =============================================================================
*/
/* 
 *  6.1 --- Widget
 ===============================
*/
.no-sidebar .content-bottom-widgets {
    margin: 0 5% 100px;    
    background: #fafafa;
}
.content-bottom-widgets .widget-area .widget {
    border-top: none;
    margin-bottom: 3em;
    font-family: 'Merriweather Sans', Arial, sans-serif;
}
.content-bottom-widgets .widget-area .widget .widget-title {
    font-family: 'Merriweather Sans', Arial, sans-serif;
}
.content-bottom-widgets .widget-area a {
    color: #505068;
}
.content-bottom-widgets .widget-area a:hover {
    color: #FF6600;
}
.content-bottom-widgets .widget-area section:first-child, .content-bottom-widgets .widget-area section:nth-child(2) {
    margin-right: 5.2%;
}
.content-bottom-widgets section {
    float: left;
    width: 29.1%;
    padding-left: 2.3%;
    margin-top: 10px;
}
/****** recent articles ******/
.content-bottom-widgets .widget_recent_entries ul {
    list-style: none;
}
/****** archive articles ******/
.content-bottom-widgets .widget_categories ul {
    list-style: none;
}
/****** categories articles ******/
.content-bottom-widgets .collapsingX ul {
    margin-top: -5px;
}

/* =============================================================================
 * 7.0 - Footer
 * =============================================================================
*/
.site-footer {
	background-color: #161636;
    font-family: 'Merriweather Sans', Arial, sans-serif;
    font-size: .8rem;
    color: #BEBEBE;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    padding: 0 0 1% 0;
	width:100%
	}

.site-footer ul {
    margin: 0;
    padding: 0;
}
.site-footer ul li {
    list-style: none;
}
.site-footer a {
    color: #BEBEBE;
}
.site-footer a:hover {
    color: #FF6600;
}
.site-footer .txt-footer {
    margin: 20px 0 0;
    line-height:1.4rem !important; 
}
.site-footer .txt-footer .address-3 ul li:first-child {
    font-weight: bold;
}
.site-footer .imprint {
    margin: 17px 0 0;
}
.site-footer .imprint a {
    padding: 0;
    text-transform: uppercase;
    font-size: .7rem;
}
.site-footer .search-div {
	position: relative;
    padding-right: 20px;
}
.site-footer .search-form {
	position: absolute;
	right: 1px;
}
.site-footer .search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition: width 400ms ease, background 400ms ease;
	width: 1px;
}
.site-footer .search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}
input.search-field[type="search"] {
    border-radius: 0;
    width: 0;
}

/****** back to top button  ******/
.back-to-top {
    background:#161636;
    position: fixed;
    bottom:49px;
    right:10px;
    padding:1em;
    border: 1px solid #F4F3EF;
    color: whitesmoke;
}
.back-to-top a:hover {
    color: #FF6600 !important;
}

/* =============================================================================
 * 8.0 - Media Queries
 * =============================================================================
*/

/**
 * 8.1 - <= 320px
 */
@media screen and (max-width: 20em) {

    /****** Repeatable Patterns and Basics ******/
    /****** pictures ******/
    .alignright {
        float: none;
        margin: 0.375em 0 1.75em 0;
    }
    .alignleft {
        float: none;
        margin: 0.375em 0 1.75em 0;
    }
    /****** blockquote ******/
    blockquote {
        padding: 0;
    }
    blockquote p {
        padding: 0 !important;
        font-family: 'Merriweather Sans', Arial, sans-serif; 
        font-size: 1em;
    }
    .entry-content blockquote::before {
        display: none;
    }
    .entry-content h3 {
        line-height: 1.75;
    }
    
    /****** Main Navigation ******/
    .menu-hauptmenue-container ul {
        padding: 0;
        text-align: center;
    }
    .menu-angebot-container ul li, .menu-seminare-container ul li, .menu-ueber-mich-container ul li, .menu-kosten-container ul li, .menu-empfehlungen-container ul li {
        line-height: 1.3em;
        padding: 10px 0 10px;
    }
    .main-navigation .menu-item a:hover {
        padding: 15px 0 15px;
        border-bottom: 1px solid #FF6600;
    }
    .main-navigation .current-menu-item > a,
    .main-navigation .current-menu-ancestor > a {
        border-bottom: 1px solid #1a1a1a;
        border-top: 1px solid #1a1a1a;
        font-weight: 700;
        padding: 15px 0 15px;
    }
    .main-navigation .current-menu-item a:hover,
    .main-navigation .current-menu-ancestor a:hover {
        border-bottom: 1px solid #FF6600;
    }
    .current-page-ancestor a {
        border-bottom: 1px solid #1a1a1a;
    }
    
    /****** Header - Site-title ******/
    .site-header .site-title {
        margin-top: 18px;
        font-size: 2rem;
    }
    /****** Header - Image-Slider ******/
    .site-header .soliloquy-container .soliloquy-caption {
        position: relative;
        display: block;
        width: 100%;
        margin: 0;
        left: 0;
        top: 0;
    }
    .soliloquy-container .soliloquy-prev {
        top: 35% !important;
        left: 0 !important;
        margin-top: 6% !important;
    }
    .soliloquy-container .soliloquy-next {
        top: 35% !important;
        right: 0 !important;
        margin-top: 6% !important;
    }
    .site-header .soliloquy-container .soliloquy-caption-inside {
        font-size: 1em;
        padding: 20px 15px 0 0;
        margin: 0 0 0 20px;
    }
    
    /****** Sub Navigation - Menues ******/
    .menu-angebot-container, .menu-seminare-container, .menu-ueber-mich-container, .menu-kosten-container, .menu-empfehlungen-container {
        float: none;
        position: relative;
        margin: 0 0 30px 0;
        text-align: center;
    }
    .menu-angebot-container ul, .menu-seminare-container ul, .menu-ueber-mich-container ul, .menu-kosten-container ul, .menu-empfehlungen-container ul {
        margin: 0;
        padding: 0;
    }
    .menu-angebot-container ul li, .menu-seminare-container ul li, .menu-ueber-mich-container ul li, .menu-kosten-container ul li, .menu-empfehlungen-container ul li {
        border-top: 1px solid #d1d1d1;
    }
    .menu-angebot-container ul li:last-child, .menu-seminare-container ul li:last-child, .menu-ueber-mich-container ul li:last-child, .menu-kosten-container ul li:last-child, .menu-empfehlungen-container ul li:last-child {
        border-bottom: 1px solid #d1d1d1;
    }
        
    /****** Content ******/
    .content-area .entry-content {
        margin-right: 0;
        margin-left: 0;
        font-size: .95em;
    }
    .site-header .content-area {
        padding: 0;
    }
    .site-inner .site-header .entry-title {
        margin-top: 70px;
        font-size: 1.8rem;
    }
    .headerimage-sub {
        margin: 0;
    }
    .content-area .entry-header {
        margin: 0 3% 5%;
    }
    .content-area .entry-content {
        margin: 0 3% 5%; 
    }
    /****** pictures ******/
    #post-77 img {
        float: left;
    }
    .content-area .caption {
        text-align: right;
        padding-right: 3.5%;
    }
    /****** recent posts ******/
    .entry-content .display-posts-listing {
        margin-left: -20px;
    }
    .entry-content .display-posts-listing li {
        float: none;
    }
    .entry-content .display-posts-listing .listing-item {
        width: 100%;
        padding: 30px 15px 40px;
    }
    .entry-content .display-posts-listing .listing-item .image {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .entry-content .display-posts-listing .listing-item .title-height {
        height: 100px;
    }
    /****** single post *****/
    body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
        margin-left:  3%;
        margin-right: 3%;
    }
    .content-area .post-thumbnail {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 3% 1%;
    }
    .content-area .post-thumbnail img {
        max-width: 100%;
    }
    .content-area .post-navigation {
        margin: 5% 3% 0;
    }
    /****** results search and archive ******/
    .content-area .site-main .page-header {
        margin: 5% 2.5% 0;
    } 
    .post-thumbnail-content {
        width: 94%;
        float: left;
        margin: 1.5em 1% 0;
    }
    .post-thumbnail-content .post-thumbnail img {
        width: 100%;
        height: auto;
    }
    .search-results .content-area .site-main .post-thumbnail {
        padding: 5% 0 5%;
    }
    .search-results .content-area .entry-summary {
        margin-right: 5%;
        margin-left: 3%;
    }
    body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
        width: 95%;
        margin-left: 3%;
        margin-bottom: 10%;
        font-family: 'Merriweather Sans', Arial, sans-serif;
        font-size: 1em;
    }
    .search-results .content-area .site-main .entry-footer {
        margin: 2% 5% 5% 3%;
    }
    body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer .entry-format a {
        color: red;
    }
    /****** pagination ******/
    .content-area .pagination {
        margin: 20% 5% 0;
    }
    /****** newsletter ******/
    .content-area .post-92 .entry-content .col-md-6 {
        padding: 0;
    }
    /****** contact ******/
    .content-area .post-89 .entry-content .col-md-6 {
        padding-right: 0;
        padding-left: 0;
    }
    /****** contact form / contact form 7 ******/
    .entry-content .contact-form .quiz-497 {
        width: 100%;
    }
    .entry-content .contact-form .quiz-497 label span {
        float: left;
        margin: 8px 5px 0 0;
    }
    .entry-content .contact-form .quiz-497 input[type="text"] {
        max-width: 25%;
        margin: 20px 0 60px;
    }
    .quiz-497 span.wpcf7-not-valid-tip {
        line-height: 1.1em;
        margin: 95px 0 0 70px;
    }
    /****** newsletter - registration form / contact form 7 ******/
    .entry-content .registration-form {
        width: 100%;
        padding: 1em;
    }
    .entry-content .registration-form #headline {
        font-size: 1.3em;
        line-height: 1em;
    }
    .entry-content .registration-form #input-group1 {
        float: none;
        width: 100%;
    }
    .entry-content .registration-form #mfaus {
        display: none;
    }
    .entry-content .registration-form .menu-932 .wpcf7-select {
        width: 100%;
    }
    .entry-content .registration-form .quiz-813 {
        float: none;
        width: 100%;
    }
    .entry-content .registration-form .quiz-813 input[type="text"] {
        max-width: 25%;
        margin-top: 10px;
    }
    .entry-content .registration-form #submit {
        float: none;
        margin: 40px 0 40px;
    }
    /****** imprint ******/
    .content-area .post-98 .entry-content .col-md-6 {
        margin-bottom: 60px;
    }
    .content-area .post-98 .entry-content .col-md-6:first-child {
        border-right: none;
    }
    .content-area .post-98 .entry-content .col-md-6:nth-child(2) {
        padding-left: 0;
    }
    .entry-content #sitemap {
        width: 100%;
        margin-left: 0;
    }
    /****** error-404 ******/
    .content-area .error-404 .page-content .txt-searchform img {
        float: none;
        width: 100%;
        height: auto;
        margin: 5% 0 5%;
    }
    .content-area .error-404 .page-content .search-form {
        margin: 15% 0 20%;
    }
        
    /****** Sidebars ******/
    .no-sidebar .content-bottom-widgets {
        margin: 0 0 100px;
    }
    .content-bottom-widgets .widget {
        padding-left: 8%;
    }
    .content-bottom-widgets .widget ul {
        padding-left: 0;
    }
    .content-bottom-widgets section {
        float: none;
        width: 100%;
        padding: 0 2.3% 0;
        margin-top: 10px;
    }
    .content-bottom-widgets .widget-area .widget .widget-title {
        padding: 7% 0 0 0;
    }
    /* recent articles */
    .content-bottom-widgets .widget_recent_entries ul li {
        line-height: 1.3em;
        margin-top: 15px;
    }
    
    /****** Footer ******/
    .site-footer {
        padding: 10% 5% 0;
        margin-top: 5%;
        font-size: .8rem;
    }
    .home .site-footer {
        margin-top: 0;
    }
    .site-footer .logo-footer {
        margin: 12px 30px 0;
    }
    .site-footer .imprint {
        margin-bottom: 30px;
        line-height: 1.2em;
    }
    .site-footer .imprint a {
        font-size: .9rem;
    }
    .site-footer .imprint-search {
        width: 95%;
        margin-bottom: 150px;
        text-align: left;
    }
    .site-footer .search-form {
        position: inherit;
    }
    .row {
        margin-right: -20px;
        margin-left: -20px;
    }
    /****** back-to-top button ******/
    .back-to-top {
        right: 12px;
    }
}

/**
 * 8.2 - >= 320px
 */
@media screen and (min-width: 20em) { 
    
    /****** Repeatable Patterns and Basics ******/
    /* pictures */
    .alignright {
        float: none;
        margin: 0.375em 0 1.75em 0;
    }
    .alignleft {
        float: none;
        margin: 0.375em 0 1.75em 0;
    }
    /* blockquote */
    blockquote {
        padding: 0;
    }
    blockquote p {
        padding: 0 !important;
        font-family: 'Merriweather Sans', Arial, sans-serif; 
        font-size: 1.3rem;
    }
    .entry-content blockquote::before {
        display: none;
    }
    .entry-content h3 {
        line-height: 1.75;
    }
    
    /****** Main Navigation ******/
    .menu-hauptmenue-container ul {
        padding: 0;
        text-align: center;
    }
    .menu-angebot-container ul li, .menu-seminare-container ul li, .menu-ueber-mich-container ul li, .menu-kosten-container ul li, .menu-empfehlungen-container ul li {
        line-height: 1.3em;
        padding: 10px 0 10px;
    }
    .main-navigation .menu-item a:hover {
        padding: 15px 0 15px;
        border-bottom: 1px solid #FF6600;
    }
    .main-navigation .current-menu-item > a,
    .main-navigation .current-menu-ancestor > a {
        border-bottom: 1px solid #1a1a1a;
        border-top: 1px solid #1a1a1a;
        font-weight: 700;
        padding: 15px 0 15px;
    }
    .main-navigation .current-menu-item a:hover,
    .main-navigation .current-menu-ancestor a:hover {
        border-bottom: 1px solid #FF6600;
    }
    .current-page-ancestor a {
        border-bottom: 1px solid #1a1a1a;
    }
    
    /****** Header - Site-title ******/
    .site-header .site-title {
        margin-top: 18px;
        font-size: 2rem;
    }
    /****** Header - Image-Slider ******/
    .site-header .soliloquy-container .soliloquy-caption {
        position: relative;
        display: block;
        width: 100%;
        margin: 0;
        left: 0;
        top: 0;
    }
    .soliloquy-container .soliloquy-prev {
        top: 35% !important;
        left: 0 !important;
        margin-top: 6% !important;
    }
    .soliloquy-container .soliloquy-next {
        top: 35% !important;
        right: 0 !important;
        margin-top: 6% !important;
    }
    .site-header .soliloquy-container .soliloquy-caption-inside {
        font-size: 1em;
        padding: 20px 15px 0 0;
        margin: 0 0 0 20px;
    }
    
    /****** Sub Navigation - Menues ******/
    .menu-angebot-container, .menu-seminare-container, .menu-ueber-mich-container, .menu-kosten-container, .menu-empfehlungen-container {
        float: none;
        position: relative;
        margin: 0 0 30px 0;
        text-align: center;
    }
    .menu-angebot-container ul, .menu-seminare-container ul, .menu-ueber-mich-container ul, .menu-kosten-container ul, .menu-empfehlungen-container ul {
        margin: 0;
        padding: 0;
    }
    .menu-angebot-container ul li, .menu-seminare-container ul li, .menu-ueber-mich-container ul li, .menu-kosten-container ul li, .menu-empfehlungen-container ul li {
        border-top: 1px solid #d1d1d1;
    }
    .menu-angebot-container ul li:last-child, .menu-seminare-container ul li:last-child, .menu-ueber-mich-container ul li:last-child, .menu-kosten-container ul li:last-child, .menu-empfehlungen-container ul li:last-child {
        border-bottom: 1px solid #d1d1d1;
    }
    
    /****** Content ******/
    .content-area .entry-content {
        margin-right: 0;
        margin-left: 0;
    }
    .site-header .content-area {
        padding: 0;
    }
    .site-inner .site-header .entry-title {
        margin-top: 70px;
        font-size: 1.8rem;
    }
    .headerimage-sub {
        margin: 0;
    }
    .content-area .entry-header {
        margin: 0 3% 5%;
    }
    .content-area .entry-content {
        margin: 0 3% 5%; 
    }
    /****** pictures ******/
    #post-77 img {
        float: left;
    }
    .content-area .caption {
        text-align: left;
        padding-right: 3.5%;
    }
	
    /****** recent posts ******/
    .entry-content .display-posts-listing {
        margin-left: -20px;
    }
    .entry-content .display-posts-listing li {
        float: none;
    }
    .entry-content .display-posts-listing .listing-item {
        width: 100%;
        padding: 30px 15px 40px;
    }
    .entry-content .display-posts-listing .listing-item .image {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .entry-content .display-posts-listing .listing-item:nth-child(2), .display-posts-listing .listing-item:nth-child(5)  {
        margin: 0 0 10px 0;
    }
    /****** single post *****/
    body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
        margin-left:  3%;
        margin-right: 3%;
    }
    .content-area .post-thumbnail {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 3% 1%;
    }
    .content-area .post-thumbnail img {
        max-width: 100%;
    }
    .content-area .post-navigation {
        margin: 5% 3% 0;
    }
    /****** results search and archive ******/
    .content-area .site-main .page-header {
        margin: 5% 2.5% 0;
    } 
    .post-thumbnail-content {
        width: 94%;
        float: left;
        margin: 1.5em 1% 0;
    }
    .post-thumbnail-content .post-thumbnail img {
        width: 100%;
        height: auto;
    }
    .search-results .content-area .site-main .post-thumbnail {
        padding: 5% 0 5%;
    }
    .search-results .content-area .entry-summary {
        margin-right: 5%;
        margin-left: 3%;
    }
    body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
        width: 95%;
        margin-left: 3%;
        margin-bottom: 10%;
        font-family: 'Merriweather Sans', Arial, sans-serif;
        font-size: 1em;
    }
    .search-results .content-area .site-main .entry-footer {
        margin: 2% 5% 5% 3%;
    }
    body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer .entry-format a {
        color: red;
    }
    /****** pagination ******/
    .content-area .pagination {
        margin: 20% 5% 0;
    }
    /****** newsletter ******/
    .content-area .post-92 .entry-content .col-md-6 {
        padding: 0;
    }
    /****** contact ******/
    .content-area .post-89 .entry-content .col-md-6 {
        padding-right: 0;
        padding-left: 0;
    }
    /****** contact form / contact form 7 ******/
    .entry-content .contact-form .quiz-497 {
        width: 100%;
    }
    .entry-content .contact-form .quiz-497 label span {
        float: left;
        margin: 8px 5px 0 0;
    }
    .entry-content .contact-form .quiz-497 input[type="text"] {
        max-width: 25%;
        margin: 20px 0 60px;
    }
    .quiz-497 span.wpcf7-not-valid-tip {
        line-height: 1.1em;
        margin: 95px 0 0 70px;
    }
    /****** newsletter - registration form / contact form 7 ******/
    .entry-content .registration-form {
        width: 100%;
        padding: 1em;
    }
    .entry-content .registration-form #headline {
        font-size: 1.3em;
        line-height: 1em;
    }
    .entry-content .registration-form #input-group1 {
        float: none;
        width: 100%;
    }
    .entry-content .registration-form #mfaus {
        display: none;
    }
    .entry-content .registration-form .menu-932 .wpcf7-select {
        width: 100%;
    }
    .entry-content .registration-form .quiz-813 {
        float: none;
        width: 100%;
    }
    .entry-content .registration-form .quiz-813 input[type="text"] {
        max-width: 25%;
        margin-top: 10px;
    }
    .entry-content .registration-form #submit {
        float: none;
        margin: 40px 0 40px;
    }
	.entry-content .registration-form input[type="checkbox"] {
	margin: 12px 15px 0 3px;
	}
    /****** imprint ******/
    .content-area .post-98 .entry-content .col-md-6 {
        margin-bottom: 60px;
    }
    .content-area .post-98 .entry-content .col-md-6:first-child {
        border-right: none;
    }
    .content-area .post-98 .entry-content .col-md-6:nth-child(2) {
        padding-left: 0;
    }
    .entry-content #sitemap {
        width: 100%;
        margin-left: 0;
    }
    /****** error-404 ******/
    .content-area .error-404 .page-content .txt-searchform img {
        float: none;
        width: 100%;
        height: auto;
        margin: 5% 0 5%;
    }
    .content-area .error-404 .page-content .search-form {
        margin: 15% 0 20%;
    }
        
    /****** Sidebars ******/
    .no-sidebar .content-bottom-widgets {
        margin: 0 0 100px;
    }
    .content-bottom-widgets .widget {
        padding-left: 8%;
    }
    .content-bottom-widgets .widget ul {
        padding-left: 0;
    }
    .content-bottom-widgets section {
        float: none;
        width: 100%;
        padding: 0 2.3% 0;
        margin-top: 10px;
    }
    .content-bottom-widgets .widget-area .widget .widget-title {
        padding: 7% 0 0 0;
    }
    /* recent articles */
    .content-bottom-widgets .widget_recent_entries ul li {
        line-height: 1.3em;
        margin-top: 15px;
    }
    
    /****** Footer ******/
    .site-footer {
        padding: 10% 5% 0;
        margin-top: 5%;
        font-size: 1rem;
    }
    .home .site-footer {
        margin-top: 0;
    }
    .site-footer .logo-footer {
        margin: 12px 30px 0;
    }
	footer .htg-partner-logo {
		margin:1rem 0;
		}
    .site-footer .imprint {
        margin-bottom: 30px;
        line-height: 1.2em;
    }
    .site-footer .imprint a {
        font-size: .9rem;
    }
    .site-footer .imprint-search {
        width: 95%;
        margin-bottom: 150px;
        text-align: left;
    }
    .site-footer .search-form {
        position: inherit;
    }
    .row {
        margin-right: -20px;
        margin-left: -20px;
    }
    /****** back-to-top button ******/
    .back-to-top {
        right: 12px;
    }
}

/**
 * 8.3 - >= 360px
 */
@media screen and (min-width: 22.500em) { 
    
    /****** Header - Site-title ******/
    .site-header .site-title {
        margin-top: 0;
    }
    
    /****** Content ******/
    .content-area .entry-content img {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /****** contact form / contact form 7 ******/
    .entry-content .contact-form .quiz-497 input[type="text"] {
        max-width: 20%;
    }
    .quiz-497 span.wpcf7-not-valid-tip {
        margin: 100px 0 0 70px;
    }
    /****** newsletter - registration form / contact form 7 ******/
    .entry-content .registration-form .quiz-813 input[type="text"] {
        max-width: 20%;
    }
}

/**
 * 8.4 - >= 400px
 */
@media screen and (min-width: 25.000em) {

    /****** contact form / contact form 7 ******/
    .entry-content .contact-form .quiz-497 {
        width: 95%;
    }
    .entry-content .contact-form .quiz-497 input[type="text"] {
        max-width: 20%;
    }
}

/**
 * 8.5 - >= 480px
 */
@media screen and (min-width: 30em) { 
    
    /****** Repeatable Patterns and Basics ******/
    /* pictures */
    .alignright {
        margin: 0.375em 0 1em 0;
    }
    
    /****** Header ******/
    .site-header .soliloquy-container .soliloquy-caption {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        top: 70%;
    }
    .soliloquy-container .soliloquy-prev {
        top: 40% !important;
    }
    .soliloquy-container .soliloquy-next {
        top: 40% !important;
    }
    .site-header .soliloquy-container .soliloquy-caption-inside {
        font-size: .9em;
        padding: 10px 13px 0 0;
        margin: 0 0 0 20px;
    }
    
    /****** Content ******/
    /****** contact form / contact form 7 ******/
    .entry-content .contact-form .quiz-497 {
        width: 100%;
    }
    .entry-content .contact-form .quiz-497 input[type="text"] {
        max-width: 14%;
        margin: 20px 0 60px;
    }
    .quiz-497 span.wpcf7-not-valid-tip {
        margin: 70px 0 0 60px;
    }
    /****** newsletter - registration form / contact form 7 ******/
    .entry-content .registration-form .quiz-813 input[type="text"] {
        max-width: 15%;
    }
    /****** results search and archive ******/
    body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
        margin-bottom: 5%;
    }
    
    /****** Footer ******/
    .row {
        margin-right: -40px;
        margin-left: -40px;
    }
    .site-footer .logo-footer, .txt-footer, .imprint-search {
        margin-left: 5% !important;
    }
}

/**
 * 8.6 - >= 600px
 */
@media screen and (min-width: 37.500em) {

    /****** Repeatable Patterns and Basics ******/
    /* pictures */
    .alignright {
        margin: 0.375em 0 1em 0;
    }
    
    /****** Header ******/
    .site-header .soliloquy-container .soliloquy-caption {
        top: 72%;
    }
    
    /****** Content ******/
    /****** recent posts ******/
    .entry-content .display-posts-listing .listing-item {
        padding: 30px 60px 40px;
    }
    /****** contact ******/
    .entry-content .contact-form .quiz-497 input[type="text"] {
        margin: 5px 0 5px;
    }
    .quiz-497 span.wpcf7-not-valid-tip {
        margin: 70px 0 0 0;
    }
}
    
/**
 * 8.7 - >= 640px
 */
@media screen and (min-width: 40em) {

    /****** Repeatable Patterns and Basics ******/
    /* pictures */
    .alignright {
        margin: 0.375em 0 1em 0;
    }
    /****** Header ******/
    .site-header .soliloquy-container .soliloquy-caption {
        width: 45%;
        top: 65%;
    }
    .site-header .soliloquy-container .soliloquy-caption-inside {
        font-size: .8em;
        padding: 13px 13px 0 0;
        margin: 0 0 0 20px;
    }
    .soliloquy-container .soliloquy-next {
        right: 1px !important;
    }
    
    /****** Content ******/
    /****** contact form / contact form 7 ******/
    .entry-content .contact-form .quiz-497 input[type="text"] {
        max-width: 10%;
        margin: 0 0 5px;
    }
    .quiz-497 span.wpcf7-not-valid-tip {
        margin: 70px 0 0 0;
    }
    /****** newsletter - registration form / contact form 7 ******/
    .entry-content .registration-form .quiz-813 input[type="text"] {
        max-width: 12%;
    }
    /****** recent posts ******/
    .entry-content .display-posts-listing .listing-item {
        padding: 30px 50px 40px;
    }
    /****** results search and archive ******/
    .post-thumbnail-content {
        margin: 1.5em 0 0 1%;
    }
    .content-area .post-thumbnail {
        margin: 0 3% 1%;
    }
    /****** pagination ******/
    .content-area .pagination {
        margin: 5% 5% 0;
    }
        
    /****** Footer ******/
    .row {
        margin-right: -50px;
        margin-left: -50px;
    }
    /****** back-to-top button ******/
    .back-to-top {
        right: 30px;
    }
}

/**
 * 8.8 - >= 710px
 */
@media screen and (min-width: 44.375em) {
    
    /****** Repeatable Patterns and Basics ******/
    /****** blockquote ******/
    blockquote {
        padding: 0 0 0 1em;;
    }
    blockquote p {
        padding: 40px 0 0 0 !important;
        font-family: 'Merriweather Sans', Arial, sans-serif; 
        font-size: 1.3rem;
    }
    .entry-content blockquote::before {
        display: inline-block;
    }
       
    /****** Footer ******/
    .site-footer {
        padding: 8% 5% 0;
    }
    /****** back-to-top button ******/
    .back-to-top {
        right: 26px;
    }
}

/**
 * 8.9 - >= 768px
 */
@media screen and (min-width: 48em) {
    
    /****** Header ******/
    .site-header .soliloquy-container .soliloquy-caption {
        width: 43%;
        margin: 0;
    }
    .site-header .soliloquy-container .soliloquy-caption-inside {
        font-size: .95em;
        padding: 15px 10px 0 0;
        margin: 0 0 0 20px;
    }
    /****** sub navigation - menues ******/
    .menu-angebot-container, .menu-seminare-container, .menu-ueber-mich-container, .menu-kosten-container, .menu-empfehlungen-container {
        float: left;
        position: absolute;
        margin: 20px 7.5% 0 3%;
        text-align: left;
    }
    .menu-angebot-container ul, .menu-seminare-container ul, .menu-ueber-mich-container ul, .menu-kosten-container ul, .menu-empfehlungen-container ul {
        margin: 0;
        padding: 0;
    }
    .menu-angebot-container ul li, .menu-seminare-container ul li, .menu-ueber-mich-container ul li, .menu-kosten-container ul li, .menu-empfehlungen-container ul li {
        border-top: none;
    }
    .menu-angebot-container ul li:last-child, .menu-seminare-container ul li:last-child, .menu-ueber-mich-container ul li:last-child, .menu-kosten-container ul li:last-child, .menu-empfehlungen-container ul li:last-child {
        border-bottom: none;
    }
    
    /****** Content ******/
    .content-area .entry-header {
        margin: 0 4% 5%;
    }
    .content-area .entry-content {
        padding: 0 1% 0;
    }
    /****** results search and archive ******/
    .content-area .site-main .page-header {
        margin: 5% 4% 0;
    }
    body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
        margin-left: 4%;
    }
    .search-results .content-area .site-main .entry-footer {
        margin-left: 4%;
    }
    .content-area .post-thumbnail {
        margin: 0 4% 1%;
    }
    /****** contact ******/
    .content-area .post-89 .entry-content .col-md-6 {
        padding-right: 0;
        padding-left: 0;
    }
    /****** newsletter - registration form / contact form 7 ******/
    .entry-content .registration-form {
        padding: 2em;
    }
    .entry-content .registration-form #headline {
        font-size: 1.6em;
    }
    .entry-content .registration-form .quiz-813 input[type="text"] {
        max-width: 10%;
        margin-top: 0;
    }
    /****** contact form / contact form 7 ******/
    .quiz-497 span.wpcf7-not-valid-tip {
        margin: 5px 0 0 440px;
        font-size: .9em;
    }
    /****** error-404 ******/
    .content-area .error-404 .page-content .txt-searchform img {
        float: right;
        width: 50%;
        height: auto;
        margin: 0 0 5%;
    }
    
    /****** Footer ******/
    .row {
        margin-right: 0;
        margin-left: 0;
    }
    .site-footer {
        padding: 0;
        font-size: .75rem;
    }
    .site-footer .logo-footer, .txt-footer, .imprint-search {
        margin-left: 2% !important;
    }
    .site-footer .logo-footer {
        width: 22%;
        margin: 20px 0 0;
    }
    .site-footer .imprint {
        margin-bottom: 0;
    }
    .site-footer .imprint a {
        font-size: .75rem;
    }
    .site-footer .imprint-search {
        width: 30%;
        margin-bottom: 20px;
        text-align: left;
    }
}

/**
 * 8.10 - >= 900px
 */
@media screen and (min-width: 56.250em) {

    /****** Header ******/
    .site-header .soliloquy-container .soliloquy-caption-inside {
        font-size: 1em;
    }
    .site-header .soliloquy-container .soliloquy-caption {
        top: 70%;
    }
    /****** sub navi - menues ******/
    .menu-angebot-container, .menu-seminare-container, .menu-ueber-mich-container, .menu-kosten-container, .menu-empfehlungen-container {
        margin-left: 2.5%;
    }
    
    /****** Content ******/
    .content-area .entry-header {
        margin: 0 3% 5%;
    }
    .content-area .entry-content {
        padding: 0;
        margin: 0 3% 5%;
    }
    .content-area .post-thumbnail {
        margin: 0 3% 1%;
    }
    /****** recent posts ******/
    .post-12 .entry-content {
        margin: 0;
    }
    .entry-content .display-posts-listing {
        margin-left: 0;
    }
    .entry-content .display-posts-listing li {
        float: left;
    }
    .entry-content .display-posts-listing .listing-item {
        width: 48%;
        padding: 30px 18px 40px;
        height: 780px;
    }
    .entry-content .display-posts-listing .listing-item:nth-child(odd) {
        margin: 0 10px 10px 0;
    }
    /****** contact form / contact form 7 ******/
    .entry-content .contact-form .quiz-497 input[type="text"] {
        max-width: 8%;
        margin: 0 0 60px;
    }
    /****** results search and archive ******/
    body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
        margin-left: 3%;
    }
    .search-results .content-area .site-main .entry-footer {
        margin-left: 3%;
    }
    .post-thumbnail-content {
        margin: 1.5em 0 0 0.3%;
    }
    
    /***** Sidebars *****/
    .content-bottom-widgets section {
        float: left;
        width: 33%;
        padding-left: 2%;
        margin-top: 10px;
    }
    .content-bottom-widgets .widget-area section:first-child, .content-bottom-widgets .widget-area section:nth-child(2) {
        margin-right: 0;
    }
    .content-bottom-widgets .widget {
        padding-left: 5.5%;
    }
}

/**
 * 8.11 - >= 910px
 */
@media screen and (min-width: 56.875em) {
    
    /****** Header ******/
    /****** image slider ******/
    .site-header .soliloquy-container .soliloquy-caption-inside {
        font-size: 1.1em;
    }
    .site-header .soliloquy-container .soliloquy-caption {
        top: 70%;
        margin: 0 0 10px 10px;
    }
    .soliloquy-container .soliloquy-prev {
        top: 33% !important;
        left: 10px !important;
    }
    .soliloquy-container .soliloquy-next {
        top: 33% !important;
        right: 10px !important;
    }
    /****** main navi ******/
    .menu-hauptmenue-container ul {
        padding: 8px;
    }
    .main-navigation .menu-item a {
        padding: 11px 10px 0;
    }
    /****** active menue item ******/
    .main-navigation .current-menu-item > a,
    .main-navigation .current-menu-ancestor > a {
		border-top: 1px solid #161636;
        padding-top: 10px;
        border-bottom: none;
    }
    /****** active menue item - single-post ******/
    .single-post .menu-hauptmenue-container li.current_page_parent a {
        border-top: 1px solid #1a1a1a;
        padding-top: 10px;
        font-weight: 700;
    }
    .single-post .menu-hauptmenue-container ul li:hover > a {
        border-top: 1px solid #FF6600 !important;
    }
    /****** hover menue item - main and sub navi ******/
    .main-navigation .menu-item a:hover {
        padding: 10px 10px 0;
        border-bottom: none;
    }
    /****** active hover menue item - main navi ******/
    .main-navigation .current-menu-item a:hover,
    .main-navigation .current-menu-ancestor a:hover {
        border-bottom: none;
        padding-top: 10px;
    }
    .current-page-ancestor a {
        border-bottom: none;
        }
    /****** recent post ******/
    .entry-content .display-posts-listing .listing-item {
        width: 46%;
        padding: 30px 40px 40px;
    }
    /****** newsletter - registration form / contact form 7 ******/
    .entry-content .registration-form #mfaus {
        display: inline;
    }
    
    /****** Footer ******/
    .site-footer {
        padding: 1% 1% 0;
    }
    .site-footer .logo-footer, .txt-footer, .imprint-search {
        margin-left: 0 !important;
    }
    .site-footer .logo-footer {
        width: 16%;
        margin-left: 1% !important;
    }
    .site-footer .txt-footer {
        width: 27.2%;
    }
    .site-footer .imprint-search {
        width: 97%;
        text-align: right;
    }
    .site-footer .imprint {
        margin: 0;
    }
    .site-footer .search-div {
        padding-right: 0;
    }
}

/**
 * 8.12 - >= 960px
 */
@media screen and (min-width: 60.000em) {
    
    /****** recent posts ******/
    .entry-content .display-posts-listing .listing-item {
        width: 47%;
    }
    /****** results search and archive ******/
    .content-area .site-main .page-header {
        margin: 5% 3% 0;
    }
    /****** contact form / contact form 7 ******/
    .quiz-497 span.wpcf7-not-valid-tip {
        margin: 15px 0 0 445px;
        font-size: 1em;
    }	
}

/**
 * 8.13 - >= 980px
 */
@media screen and (min-width: 61.250em) {
    
    /****** Content ******/
    /****** recent post ******/
    .entry-content .display-posts-listing .listing-item {
        width: 48%;
        padding: 30px 25px 40px;
    }
    /****** contact ******/
    .content-area .post-89 .entry-content .col-md-6:first-child {
        padding-right: 40px;
    }
    /****** results search and archive ******/
    .post-thumbnail-content {
        margin: 1.5em 7% 0 3.5%;
    }
    body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer span {
        float: left;
        margin-right: 5px;
    }
    body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer .entry-format a {
        color: red;
    }
    
    /****** Footer ******/
    .site-footer .logo-footer, .txt-footer, .imprint-search {
        margin-left: 2.75% !important;
    }
    .site-footer .logo-footer {
        width: 14%;
    }
    .site-footer .txt-footer {
        width: 24.8%;
    }
    .site-footer .imprint-search {
        width: 95.2%;
        padding-left: 1%;
        text-align: right;
    }
}

/**
 * 8.14 - >= 985px
 */
@media screen and (min-width: 61.563em) {
    
    /****** Content ******/
    /****** results search and archive ******/
    body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
        margin: 0 0 2% 3%;
    }
    body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer .cat-links::before {
        content: " / ";
    }
    body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer .entry-format a {
        color: red;
    }
    body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer .entry-format::before {
        content: " / ";
    }
    .post-thumbnail-content {
        width: 35%;
        float: left;
        margin: 1% 4% 0;
    }
}

/**
 * 8.15 - >= 992px
 */
@media screen and (min-width: 62.000em) {

    /****** Content ******/
    /****** imprint ******/
    .content-area .post-98 .entry-content .col-md-6:first-child {
        border-right: 1px solid #505068;
    }
    .content-area .post-98 .entry-content .col-md-6:nth-child(2) {
        padding-left: 40px;
    }
    .entry-content #sitemap {
        width: 85%;
        margin-left: 40px;
    }
}

/**
 * 8.16 - >= 1024px
 */
@media screen and (min-width: 64.000em) {
    
    /****** Content ******/
    /****** recent post ******/
    .entry-content .display-posts-listing .listing-item {
        width: 48%;
        padding: 30px 25px 40px;
    }
    /****** contact form / contact form 7 ******/
    .entry-content .contact-form .quiz-497 input[type="text"] {
        max-width: 12%;
        margin: 0 0 5px;
    }
    .quiz-497 span.wpcf7-not-valid-tip {
        margin: 0;
    }
    .entry-content .contact-form input[type="submit"] {
        margin-top: 52px;
    }
	.entry-content .registration-form input[type="checkbox"] {
	margin: 12px 15px 90px 5px
	
	}
    /****** newsletter ******/
    .content-area .post-92 .entry-content .col-md-6:first-child {
        padding-right: 40px;
    }
    /****** results search and archive ******/
    .search-results .content-area .site-main .post-thumbnail {
        float: right;
        width: 30%;
        margin: 1% 0 0 5%;
        padding: 0;
    }
    .post-thumbnail-content {
        margin: 1% 3% 0;
    }
    body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
        margin: 0 0 2% 3%;
    }
    body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer .cat-links::before {
        content: " / ";
    }
    body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer .entry-format a {
        color: red;
    }
    body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer .entry-format::before {
        content: " / ";
    }
    .search-results .content-area .entry-summary {
        margin-right: 5%;
        margin-left: 3%;
    }
    /****** pagination ******/
    .content-area .pagination {
        margin: 5% 4% 0;
    }
    /****** error-404 ******/
    .content-area .error-404 .page-content .txt-searchform img {
        float: right;
        width: 40%;
        height: auto;
        margin: 0;
    }
    .content-area .error-404 .page-content .search-form {
        margin: 10% 0 20%;
    }
}

/**
 * 8.17 - >= 1080px
 */
@media screen and (min-width: 67.500em) {

    /****** header ******/
    .site-header .soliloquy-container .soliloquy-caption {
        width: 34%;
        top: 72%;
    }
    .site-header .soliloquy-container .soliloquy-caption-inside {
        font-size: 1.1em;
        padding: 15px 15px 0 0;
        margin: 0 0 0 20px;
    }
    /****** recent post ******/
    .entry-content .display-posts-listing .listing-item {
        width: 48%;
    }
    /****** contact form / contact form 7 ******/
    .quiz-497 span.wpcf7-not-valid-tip {
        margin: 60px 0 0 0;
    }
    /****** footer ******/
    .site-footer .imprint-search {
        width: 95%;
    }
}

/**
 * 8.18 - >= 1200px
 */
@media screen and (min-width: 75.000em) {
    
    /****** Repeatable Patterns and Basics ******/
    .alignright {
        float: right;
        margin: 0.375em 0 1.8em 3em;
    }
    .alignleft {
        float: left;
        margin: 0.375em 3em 2em 0;
    }
    
    /****** Header ******/
    .site-header .site-title {
        margin-top: 5px;
    }
    .site-header .soliloquy-container .soliloquy-caption {
        top: 75%;
    }
    .site-header .soliloquy-container .soliloquy-caption-inside {
        font-size: 1.2em;
    }
    /****** sub navi - menues ******/
    .menu-angebot-container, .menu-seminare-container, .menu-ueber-mich-container, .menu-kosten-container, .menu-empfehlungen-container {
        margin-left: 2%;
    }
    
    /****** Content ******/
    .content-area .entry-header {
        margin: 0 2.5% 5%;
    }
    /****** recent posts ******/
    .content-area .post-12 .entry-content {
        margin: 0 0 5%;
    }
    .entry-content .display-posts-listing .listing-item {
        width: 33%;
        padding: 30px 33px 40px;
    }
    .entry-content .display-posts-listing .listing-item:nth-child(2), .entry-content .display-posts-listing .listing-item:nth-child(5) {
        margin: 0 3% 0;
    }
    .entry-content .display-posts-listing .listing-item:first-child, .entry-content .display-posts-listing .listing-item:nth-child(3) {
        margin: 0 0 10px 0;
    }
    /****** single post ******/
    .content-area .post-navigation {
        margin: 5% 2% 0;
    }
    /****** newsletter - registration form / contact form 7 ******/
    .entry-content .registration-form {
        padding: 2em;
    }
    .entry-content .registration-form #headline {
        font-size: 1.8em;
    }
    .entry-content .registration-form #select-salutation {
        width: 40%;
    }
    .entry-content .registration-form #input-group1 {
        float: left;
        width: 40%;
    }
    .entry-content .registration-form label {
        display: inherit;
    }
    .entry-content .registration-form .menu-932 .wpcf7-select {
        width: 55%;
        height: 155px;
    }
    .entry-content .registration-form textarea {
        margin-bottom: 20px;
        width: 55%;
    }
    .entry-content .registration-form .quiz-813 {
        float: left;
        width: 43%;
    }
    .entry-content .registration-form .quiz-813 input[type="text"] {
        max-width: 10%;
    }
    .entry-content .registration-form #duty {
        width: 30%;
        float: left;
    }
    .entry-content .registration-form #submit {
        float: right;
        margin: 0 0 20px;
    }
    /****** results search and archive ******/
    .content-area .site-main .page-header {
        margin: 5% 2.5% 0;
    }
    body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
        width: 100%;
        margin-left:  2.5%;
        margin-right: 2.5%;
    }
    body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
        margin: 0 0 2% 2.5%;
    }
    .search-results .content-area .site-main .post-thumbnail {
        margin: 0.5% 0 0 5%;
    }
    .post-thumbnail-content {
        width: 24%;
        margin: 0 3% 0;
    }
    /****** contact form / contact form 7 ******/
    .quiz-497 span.wpcf7-not-valid-tip {
        margin: 0 0 0 440px;
        font-size: .82em;
    }
    .entry-content .contact-form input[type="submit"] {
        margin-top: 60px;
    }
    
    /***** Sidebars *****/
    .content-bottom-widgets section {
        float: left;
        width: 33%;
        padding-left: 2%;
        margin-top: 10px;
    }
    .content-bottom-widgets .widget-area section:first-child, .content-bottom-widgets .widget-area section:nth-child(2) {
        margin-right: 0;
    }
    .content-bottom-widgets .widget {
        padding-left: 5%;
    }
    
    /****** Footer ******/
    .site-footer {
        padding: 0;
        font-size: .85rem;
    }
    .site-footer .logo-footer, .txt-footer, .imprint-search {
        margin-left: 0 !important;
    }
    .site-footer .logo-footer {
        width: 14%;
        padding-left: 3%;
    }
    .site-footer .txt-footer {
        width: 22%;
    }
    .site-footer .imprint-search {
        margin: 18px 0 50px 0;
        width: 19.5%;
        text-align: right;
    }
    .site-footer .imprint a {
        font-size: .8rem;
    }
}

/**
 * 8.19 - >= 1300px
 */
@media screen and (min-width: 75.000em) {
    
    /****** Content ******/
    /****** recent posts ******/
    .content-area .post-12 .entry-content {
        margin: 0 0 5%;
    }
    .entry-content .display-posts-listing .listing-item {
        width: 30%;
        padding: 30px 35px 40px;
    }
    /****** contact form / contact form 7 ******/
    .quiz-497 span.wpcf7-not-valid-tip {
        margin: 0 0 0 440px;
        font-size: .82em;
    }
    
    /***** Sidebars *****/
    .content-bottom-widgets section {
        float: left;
        width: 32.5%;
        padding-left: 3%;
        margin-top: 10px;
    }
    .content-bottom-widgets .widget-area section:first-child, .content-bottom-widgets .widget-area section:nth-child(2) {
        margin-right: 0;
        padding-right: 0;
    }
    .content-bottom-widgets .widget {
        padding-left: 4.5%;
    }
} 
    
/**
 * 8.20 - >= 1440px
 */
@media screen and (min-width: 90.000em) {    
    
    /****** Header ******/
    .site-header .soliloquy-container .soliloquy-caption-inside {
        font-size: 1.5em;
    }
    /****** sub navi - menues ******/
    .menu-angebot-container, .menu-seminare-container, .menu-ueber-mich-container, .menu-kosten-container, .menu-empfehlungen-container {
        margin-left: 2%;
    }
    
    /****** Content ******/
    .content-area .entry-header {
        margin: 0 2% 5%;
    }
	.page-template-htg_start_extended .content-area .entry-content {
		margin: -1.5rem auto;
		max-width:1320px;
		padding:0;
		}
	
    .content-area .entry-content {
        padding: 0;
        margin: 0 2% 5%;
    }
    .entry-content .display-posts-listing .listing-item {
        padding: 30px 45px 40px;
    }
    /****** single post ******/
    body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
        clear: both;
    }
    /****** contact form / contact form 7 ******/
    .quiz-497 span.wpcf7-not-valid-tip {
        margin: 5px 0 0 450px;
        font-size: .82em;
    }
    /****** results search and archive ******/
    .content-area .site-main .page-header {
        margin: 5% 2% 0;
    }
    body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
        margin: 0 0 0 2%;
        padding-bottom: 1%;
    }
    /****** pagination ******/
    .content-area .pagination {
        margin: 5% 3% 0;
    }
    /****** error-404 ******/
    .error404 .site-inner .site-main {
        margin-bottom: 5.6em;
    }
    .content-area .error-404 .page-content {
        margin-bottom: 0;
    }
    .content-area .error-404 .page-content .txt-searchform img {
        float: right;
        width: 27%;
        height: auto;
        margin: 0 8% 0 8%;
    }
    .content-area .error-404 .page-content .search-form {
        margin: 6% 0 0;
    }
    /***** side bars *****/
    .content-bottom-widgets section {
        float: left;
        width: 33%;
        padding-left: 3%;
        margin-top: 10px;
    }
    .content-bottom-widgets .widget-area section:first-child, .content-bottom-widgets .widget-area section:nth-child(2) {
        margin-right: 5px;
    }
    .content-bottom-widgets .widget {
        padding-left: 5.5%;
    }
}
    
/**
 * 8.21 - >= 1500px
 */
@media screen and (min-width: 93.750em) {
    
    /****** Header ******/
    /****** sub navigation ******/
    .header-sub {
        padding: 0;
    }
    /****** sub navi - menues ******/
    .menu-angebot-container, .menu-seminare-container, .menu-ueber-mich-container, .menu-kosten-container, .menu-empfehlungen-container {
        margin-left: 2%;
    }
    
    /****** Content ******/
    .site-header .content-area {
        padding: 0 3% 0;
    }
    .content-area .entry-header {
        margin: 0 5% 5%;
    }
    .content-area .entry-content {
        padding: 0 3% 0;
    }
    .content-area .post-12 .entry-content {
        margin: 0 3% 5%;
    }
    /****** recent posts ******/
    .entry-content .display-posts-listing .listing-item {
        width: 29.8%;
        padding: 30px 50px 40px
    }
    /****** singel post ******/
    .content-area .post-navigation {
        margin: 5% 5% 0;
    }
    /****** results search and archive ******/
    .content-area .site-main .page-header {
        margin: 5% 5% 0;
    }
    .search-results .content-area .site-main .entry-footer {
        margin: 0 0 3% 5%;
    }
    body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
        margin: 0 0 2% 5.2%;
    }
    .search-results .content-area .entry-summary {
        margin-right: 0;
        margin-left: 5%;
    }
    body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
        margin-left:  2.1%;
    }
    /****** pagination ******/
    .content-area .pagination {
        margin: 5% 5.5% 0;
    }
    
    /***** Sidebars *****/
    .no-sidebar .content-bottom-widgets {
        margin: 0 4.5% 100px;
    }
    .content-bottom-widgets section {
        float: left;
        width: 30%;
        padding-left: 2%;
        margin-top: 10px;
    }
    .content-bottom-widgets .widget-area section:first-child, .content-bottom-widgets .widget-area section:nth-child(2) {
        margin-right: 3.6%;
    }
    .content-bottom-widgets .widget {
        padding-left: 4%;
    }
}

/**
 * 8.22 - >= 1600px
 */
@media screen and (min-width: 100.000em) {
    
    /****** Content ******/
    /****** recent posts ******/
    .entry-content .display-posts-listing .listing-item {
        width: 31%;
    }
    
    /***** Sidebars *****/
    .no-sidebar .content-bottom-widgets {
        margin: 0 4.2% 100px;
    }
    .content-bottom-widgets .widget-area section:first-child, .content-bottom-widgets .widget-area section:nth-child(2) {
        margin-right: 4.5%;
    }
}

/**
 * 8.23 - >= 1680px
 */
@media screen and (min-width: 105.000em) {
    
    /****** Content ******/
    .site-header .content-area {
        padding: 0 4% 0;
    }
    /****** recent posts ******/
    .entry-content .display-posts-listing .listing-item {
        width: 30.5%;
    }
    
    /***** Sidebars *****/
    .no-sidebar .content-bottom-widgets {
        margin: 0 8% 100px;
    }
    .content-bottom-widgets .widget-area section:first-child, .content-bottom-widgets .widget-area section:nth-child(2) {
        margin-right: 4%;
    }
}

/**
 * 8.24 - >= 1765px
 */
@media screen and (min-width: 110.375em) {
    
    /****** Header ******/
    /****** sub navi - menues ******/
    .menu-angebot-container, .menu-seminare-container, .menu-ueber-mich-container, .menu-kosten-container, .menu-empfehlungen-container {
        margin-left: 1.3%;
    }
    
    /****** Content ******/
    .site-header .content-area {
        padding: 0 9.3% 0;
    }
    .content-area .entry-header {
        margin: 0 5% 2%;
    }
    .content-area .entry-content {
        padding: 0 3% 0;
    }
    /****** recent posts ******/
    .entry-content .display-posts-listing .listing-item {
        width: 30.8%;
        padding: 30px 55px 40px;
    }
    /****** pagination ******/
    .content-area .pagination {
        margin: 5% 5% 0;
    }
    /****** contact form / contact form 7 ******/
    .entry-content .contact-form .quiz-497 input[type="text"] {
        margin: 0 8px 45px 0;
    }
    .entry-content .contact-form input[type="submit"] {
        margin-top: 0;
    }    
    
    /***** Sidebars *****/
    .no-sidebar .content-bottom-widgets {
        margin: 0 4.5% 100px;
    }
    .content-bottom-widgets .widget-area section:first-child, .content-bottom-widgets .widget-area section:nth-child(2) {
        margin-right: 4.6%;
    }
    
    /****** Footer ******/
    .site-footer .logo-footer {
        width: 11%;
        padding-left: 3%;
    }
    .site-footer .txt-footer {
        width: 15%;
    }
    .site-footer .imprint-search {
        margin: 17px 0 45px 0;
        width: 43%;
    }
}

/*** Additions by Seefeuer ***/

h1 {
	margin-top:3rem;
	font-family: 'Merriweather Sans', Arial, sans-serif;
	}
p.intro-text {padding:3rem 25%;}
@media (max-width:1023px) {
	p.intro-text {padding:3rem 0;}
	}
a.more-link {
	color:#F60;
	font-family: 'Merriweather Sans', Arial, sans-serif;
	font-style:normal;
	}
body.single-post .post-thumbnail,
.page-thumbnail {
	width:100%;
	max-height:563px;
	margin:0;
	overflow:hidden;
	}
body.single-post .post-thumbnail img,
.page-thumbnail img {
	width:100%;
	}
ul.latest-posts,
.post-list {
	display: flex;
	align-items: stretch;
	justify-content: space-evenly;
	flex-wrap: wrap;
    flex-direction: row;
	}
.post-list-post {
	width: calc(100%/3);
	}
ul.latest-posts {
	list-style-type:none;
	margin:0;
	padding:0;
	}
ul.latest-posts li {
	width: calc(100%/2);
	}
ul.latest-posts h2 > a,
.entry-header h2.entry-title a {	
	padding-top:2rem !important;
	color:rgba(128,128,128,1) !important;
	display:block;
	font-size: 30px;
	font-family: 'Merriweather Sans', Arial, sans-serif;
	}
@media (min-width:1024px) {
	ul.latest-posts li:first-of-type {
		padding-right:2rem;
		}
	}
ul.latest-posts li:first-child {padding-right:1rem}
ul.latest-posts li:last-child {padding-left:1rem}			
a.latest-post-thumb	{
	height: 25vh;
	width:100%;
	overflow:hidden;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	display:block;
	}
@media (max-width:1023px) {
	.post-list-post {
		width: calc(100%/2);
		}
	}
@media (max-width:767px) {
	.post-list-post,
	ul.latest-posts li	{
		width: calc(100%/1);
		}
	}
body.category .page-header {
	margin:0 1.5%;
	border:0;
	}
.post-list-post	h2.entry-title {
	display:block;
	height:5rem;
	}
.post-list-post .entry-content {
	width:90% !important;
	}	
a.post-thumbnail-man {
	height: 100%;
	padding-top: 100%;
	overflow:hidden;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	margin:1rem;
	display:block;
	}
.pagination-wrapper {
	padding: 3rem 0;
	}
.navigation.pagination	{
	margin:0;
	border:0px;
	}
#masthead {
	padding-bottom:0;
	margin-bottom:0;
	}
.site-header {
	margin-bottom:3rem;
	}
footer {
	padding-bottom:6rem !important;
	}

/* CF7 by Seefeuer */
.notice {
	padding:0.25rem 0.5rem;
	margin: 0 0 1rem 0;
	background:#FF6600;
	color:#FFF;
	border-radius: 2px;
}
/* Footer by Seefeuer */
.home .site-footer {
	margin-top:2rem !important;
}
aside#content-bottom-widgets {
	margin:0;
	margin-top:3rem;
	margin-bottom:-6rem;
	
	}
.footer-widgets {
	width:80%;
	float:right;
	}
.footer-widgets	section:last-child {
	float:right;
}
.widget {
	border:none;
}	
/*** Slider ***/

.soliloquy-clear:after {
	display:none !important;
	}
input.search-field {padding-left:1.5rem !important;}

li.htg-icon-youtube,
li.htg-icon-instagram {
	padding-left:1.55rem;
	}

li.htg-icon-youtube:before,
li.htg-icon-instagram:before {
	position:absolute;
	content:'';
	width:1rem;
	height:1.2rem;
	margin-left:-1.55rem;
	background-size:contain;
	background-position:0 0.2rem;
	background-repeat:no-repeat;
	}
li.htg-icon-youtube:before {	
	background-image:url('images/htg-icon-youtube.svg');
	}
li.htg-icon-instagram:before {
	background-image:url('images/htg-icon-instagram.svg');
	}

/* ==========================================================================
   3. HTG-Modern-2026-Erweiterungen
   ========================================================================== */

/* HTG 2026 Erweiterungen: bewusst eng gekapselt, Original-Theme bleibt Basis. */
.htg-home-2026,
.htg-home-2026 * {
    box-sizing: border-box;
}

.htg-home-2026 .entry-content,
.htg-home-2026__content {
    margin: 0 auto;
    max-width: none;
    padding: 0;
}

.htg-home-2026 .htg-home-2026__article,
.htg-home-2026 article {
    margin: 0;
}

.htg-slider {
    clear: both;
    width: min(1320px, calc(100vw - 80px));
    margin: 0 auto 46px;
    font-family: 'Merriweather Sans', Arial, sans-serif;
}

.htg-slider__viewport {
    position: relative;
    overflow: hidden;
    background: #e7f1f5;
}

.htg-slider__track {
    display: flex;
    transition: transform .45s ease;
}

.htg-slider__slide {
    position: relative;
    min-width: 100%;
    height: 600px;
    overflow: hidden;
    background: #099ed1;
}

.htg-slider__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
	}

.htg-slider__content {
    position: relative;
    z-index: 2;
    max-width: 570px;
    padding: 70px 0 0 66px;
    color: #fff;
    text-shadow: 0 1px 10px rgba(0,0,0,.24);
		hyphens: none;
		-webkit-hyphens: none;
		-ms-hyphens: none;
		overflow-wrap: normal;
		word-break: normal;
}

.htg-slider__kicker {
    margin: 0 0 8px;
    font-family: 'Merriweather Sans', Arial, sans-serif;
    font-size: 20px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #fff;
}

.htg-slider__title {
    margin: 0 0 18px;
    font-family: 'Merriweather Sans', Arial, sans-serif;
    font-size: clamp(30px, 4.5vw, 60px);
    line-height: .98;
    color: #fff;
    font-weight: 700;
		font-style:normal;
		letter-spacing:0;
}

.htg-slider__text {
    max-width: 520px;
    margin: 0 0 22px;
    font-family: 'Merriweather Sans', Arial, sans-serif;
    letter-spacing:0.005em;
    line-height: 1.25;
    color: #fff;
		font-style: italic;
}

.htg-slider__actions {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.htg-slider__button,
.htg-slider__button:visited {
    display: inline-block;
    padding: 9px 26px;
    background: #fff;
    color: #111333;
    font-family: 'Merriweather Sans', Arial, sans-serif;
    font-size: 18px;
    line-height: 1.2;
    text-decoration: none;
    text-shadow: none;
		font-weight:700;
}

.htg-slider__button:hover,
.htg-slider__button:focus {
    background: #ff6600;
    color: #fff !important;
    text-decoration: none;
}

.htg-slider__icon-link,
.htg-slider__icon-link:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #fff;
    border: 2px solid #fff;
    font-size: 20px;
    line-height: 1;
    text-decoration: none;
    text-shadow: none;
}

.htg-slider__icon-link:hover,
.htg-slider__icon-link:focus {
    background: #fff;
    color: #ff6600;
}

.htg-slider__nav {
    position: absolute;
    top: 50%;
    z-index: 4;
    width: 42px;
    height: 42px;
    margin-top: -21px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.75);
    color: #111333;
    font-size: 34px;
    line-height: 38px;
    cursor: pointer;
}

.htg-slider__nav--prev { left: 18px; }
.htg-slider__nav--next { right: 18px; }

.htg-slider__dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16px;
    z-index: 4;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.htg-slider__dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.55);
    cursor: pointer;
}

.htg-slider__dot.is-active { background: #fff; }

.htg-slider__trust {
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    min-height: 92px;
    padding: 14px 56px;
    background: #eef3e8;
    color: #111333;
    font-family: 'Merriweather Sans', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.35;
}

.htg-slider__trust img {
    max-width: 70px;
    height: auto;
    justify-self: center;
}

.htg-slider__trust p { margin: 0; }

.htg-section,
.htg-reviews {
    clear: both;
    width: min(1320px, calc(100vw - 80px));
    margin: 0 auto 46px;
}

.htg-reviews {
    padding: 34px 42px;
    background: #eef3e8;
}

.htg-reviews__kicker,
.htg-footer-cta__label {
    margin: 0 0 6px;
    color: #ff6600;
    font-family: 'Merriweather Sans', Arial, sans-serif;
    font-size: 24px;
    line-height: 1;
		font-style: italic;
}

.htg-reviews h2 {
    margin: 0 0 16px;
    color: #111333;
    font-family: 'Merriweather Sans', Arial, sans-serif;
    font-size: 42px;
    line-height: 1.05;
}

.htg-footer-cta {
	clear: both;
	width: min(1320px, calc(100vw - 80px));
	margin: 3rem auto !important;
	padding: 24px 34px;
	background: #ecf3e8;
	font-family: "Merriweather Sans", Arial, sans-serif;
}

.htg-footer-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.htg-footer-cta__title {
    margin: 0 0 5px;
    color: #111333;
    font-family: 'Merriweather Sans', Arial, sans-serif;
    font-size: 34px;
    line-height: 1.05;
}

.htg-footer-cta__copy {
    margin: 0;
    max-width: 760px;
    color: #111333;
    font-size: 15px;
    line-height: 1.4;
}

.htg-footer-cta__button,
.htg-footer-cta__button:visited {
    display: inline-block;
    flex: 0 0 auto;
    padding: 12px 26px;
    background: #ff6600;
    color: #fff;
    font-family: 'Merriweather Sans', Arial, sans-serif;
    font-size: 19px;
    line-height: 1.1;
		font-style: italic;
    text-decoration: none;
}

.htg-footer-cta__button:hover,
.htg-footer-cta__button:focus {
    background: #111333;
    color: #fff;
    text-decoration: none;
}

.site-footer { clear: both; }

@media (max-width: 900px) {
    .htg-slider,
    .htg-section,
    .htg-reviews,
    .htg-footer-cta {
        width: calc(100vw - 32px);
    }

    .htg-slider__slide { height: 520px; }
    .htg-slider__content { padding: 42px 28px 0; max-width: 72%; }
    .htg-slider__title { font-size: clamp(34px, 8vw, 56px); }
    .htg-slider__text { font-size: 18px; }
    .htg-slider__trust { grid-template-columns: 70px 1fr; padding: 14px 22px; }
    .htg-footer-cta__inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 640px) {
    .htg-slider__slide { height: auto; min-height: 0; background: #079fd3; }
    .htg-slider__image { position: relative; display: block; height: auto; aspect-ratio: 16 / 9; }
    .htg-slider__content { max-width: none; padding: 22px 22px 28px; background: #079fd3; }
    .htg-slider__title { font-size: 36px; }
    .htg-slider__text { font-size: 17px; }
    .htg-slider__trust { grid-template-columns: 1fr; text-align: center; }
    .htg-slider__nav { display: none; }
    .htg-reviews { padding: 24px 22px; }
    .htg-footer-cta { padding: 22px; }
    .htg-footer-cta__title { font-size: 28px; }
}

/* v7: Startseite-2026-Ausrichtung. Nur dieses Template, keine Unterseiten. */
body.page-template-htg_start_2026 .site-content {
    padding-left: 0;
    padding-right: 0;
}

body.page-template-htg_start_2026 .content-area,
body.page-template-htg_start_2026 .site-main,
body.page-template-htg_start_2026 .content-area .full-width,
body.page-template-htg_start_2026 .site-main > article,
body.page-template-htg_start_2026 .entry-content,
body.page-template-htg_start_2026 .htg-home-2026__content {
    float: none;
    clear: both;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

body.page-template-htg_start_2026 .htg-slider,
body.page-template-htg_start_2026 .htg-section,
body.page-template-htg_start_2026 .htg-reviews {
    width: min(1320px, calc(100vw - 80px));
    margin-left: auto;
    margin-right: auto;
}

body.page-template-htg_start_2026 .htg-home-2026__article {
    margin-top: 0;
}

@media (max-width: 900px) {
    body.page-template-htg_start_2026 .htg-slider,
    body.page-template-htg_start_2026 .htg-section,
    body.page-template-htg_start_2026 .htg-reviews {
        width: calc(100vw - 32px);
    }
}

/* v8: Auch reguläre Gutenberg-/Bestandsblöcke im Template Startseite 2026 ins gleiche Raster setzen.
 * Der Slider war bereits korrekt zentriert; diese Regeln fangen den restlichen Seiteninhalt ab,
 * der sonst durch alte Theme-/Gutenberg-Margen aus dem Raster laufen kann. */
body.page-template-htg_start_2026 .htg-home-2026__content > :not(.htg-slider):not(.htg-section):not(.htg-reviews):not(.alignfull) {
    width: min(1320px, calc(100vw - 80px));
    max-width: min(1320px, calc(100vw - 80px));
    margin-left: auto !important;
    margin-right: auto !important;
}

body.page-template-htg_start_2026 .htg-home-2026__content > .wp-block-columns,
body.page-template-htg_start_2026 .htg-home-2026__content > .wp-block-group,
body.page-template-htg_start_2026 .htg-home-2026__content > .wp-block-media-text,
body.page-template-htg_start_2026 .htg-home-2026__content > .wp-block-image,
body.page-template-htg_start_2026 .htg-home-2026__content > .wp-block-video,
body.page-template-htg_start_2026 .htg-home-2026__content > .wp-block-embed,
body.page-template-htg_start_2026 .htg-home-2026__content > p,
body.page-template-htg_start_2026 .htg-home-2026__content > h1,
body.page-template-htg_start_2026 .htg-home-2026__content > h2,
body.page-template-htg_start_2026 .htg-home-2026__content > h3,
body.page-template-htg_start_2026 .htg-home-2026__content > hr {
    float: none;
    clear: both;
}

body.page-template-htg_start_2026 .htg-home-2026__content > .wp-block-columns {
    box-sizing: border-box;
}

body.page-template-htg_start_2026 .htg-home-2026__content > .wp-block-separator,
body.page-template-htg_start_2026 .htg-home-2026__content > hr {
    max-width: 100px;
}

@media (max-width: 900px) {
    body.page-template-htg_start_2026 .htg-home-2026__content > :not(.htg-slider):not(.htg-section):not(.htg-reviews):not(.alignfull) {
        width: calc(100vw - 32px);
        max-width: calc(100vw - 32px);
    }
}

/* v9: Permanenter Footer-CTA als synchronisierter Gutenberg-Master-Block. */
.htg-global-footer-cta {
    clear: both;
    width: 100%;
}

.htg-global-footer-cta .htg-footer-cta {
    clear: both;
    width: min(1320px, calc(100vw - 80px));
    max-width: min(1320px, calc(100vw - 80px));
    padding: 24px 34px;
    background: #eef3e8;
    box-sizing: border-box;
    font-family: 'Merriweather Sans', Arial, sans-serif;
}

.htg-global-footer-cta .htg-footer-cta__inner {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.htg-global-footer-cta .htg-footer-cta__kicker {
    margin: 0 0 6px;
    color: #ff6600;
    font-family: 'Merriweather Sans', Arial, sans-serif;
    font-size: 20px;
    line-height: 1.05;
		font-style: italic;
}

.htg-global-footer-cta .htg-footer-cta__title {
    margin: 0 0 5px;
    color: #111333;
    font-family: 'Merriweather Sans', Arial, sans-serif;
    font-size: 34px;
    line-height: 1.05;
}

.htg-global-footer-cta .htg-footer-cta__copy {
    margin: 0;
    max-width: 760px;
    color: #111333;
    font-size: 15px;
    line-height: 1.4;
}

.htg-global-footer-cta .htg-footer-cta__button,
.htg-global-footer-cta .htg-footer-cta__button .wp-block-button__link,
.htg-global-footer-cta .htg-footer-cta__button .wp-block-button__link:visited {
    display: inline-block;
    padding: 12px 26px;
    border-radius: 0;
    background: #ff6600;
    color: #fff;
    font-family: 'Merriweather Sans', Arial, sans-serif;
    font-size: 19px;
    line-height: 1.1;
		font-style: italic;
    text-decoration: none;
    white-space: nowrap;
}

.htg-global-footer-cta .htg-footer-cta__button {
    padding: 0;
    background: transparent;
}

.htg-global-footer-cta .htg-footer-cta__button .wp-block-button__link:hover,
.htg-global-footer-cta .htg-footer-cta__button .wp-block-button__link:focus {
    background: #111333;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 900px) {
    .htg-global-footer-cta .htg-footer-cta {
        width: calc(100vw - 32px);
        max-width: calc(100vw - 32px);
    }

    .htg-global-footer-cta .htg-footer-cta__inner {
        display: block;
    }

    .htg-global-footer-cta .htg-footer-cta__action {
        margin-top: 20px;
    }

    .htg-global-footer-cta .htg-footer-cta__title {
        font-size: 30px;
    }
}

@media (max-width: 640px) {
    .htg-global-footer-cta .htg-footer-cta {
        padding: 22px;
    }

    .htg-global-footer-cta .htg-footer-cta__title {
        font-size: 28px;
    }

    .htg-global-footer-cta .htg-footer-cta__button,
    .htg-global-footer-cta .htg-footer-cta__button .wp-block-button__link {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }
}

/* v10: Unterseiten horizontal zentrieren.
 * Grund: Twenty Sixteen setzt .content-area auf Desktop ohne no-sidebar-Klasse auf 70% Breite
 * und float:left. Da die HTG-Templates keine Sidebar ausgeben, wirkt der Inhalt linksversetzt.
 * Diese Korrektur macht die Inhaltsfläche auf Unterseiten wieder vollbreit und mittig,
 * ohne die gesonderte Startseiten-2026-Logik zu verändern.
 */
@media screen and (min-width: 56.875em) {
    body:not(.page-template-htg_start_2026) .site-content > .content-area {
        float: none;
        width: 100%;
        max-width: 1320px;
        margin-left: auto;
        margin-right: auto;
    }

    body:not(.page-template-htg_start_2026) .content-area .full-width,
    body:not(.page-template-htg_start_2026) .content-area .site-main {
        float: none;
        width: 100%;
        max-width: 1320px;
        margin-left: auto;
        margin-right: auto;
    }
}


/* ==========================================================================
   4. WordPress Block-Frontend-Styles bisher separat aus /css/blocks.css geladen
   ========================================================================== */

/*
Theme Name: Twenty Sixteen
Description: Used to style blocks.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 General Block Styles
2.0 Blocks - Common Blocks
3.0 Blocks - Formatting
4.0 Blocks - Layout Elements
5.0 Blocks - Widgets
6.0 Blocks - Colors
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 General Block Styles
--------------------------------------------------------------*/

/* Captions */

[class^="wp-block-"] figcaption {
	color: #686868;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
	text-align: left;
}

.rtl [class^="wp-block-"] figcaption {
	text-align: right;
}

/*--------------------------------------------------------------
2.0 Blocks - Common Blocks
--------------------------------------------------------------*/

/* Paragraph */

p.has-drop-cap:not(:focus)::first-letter {
	font-size: 5em;
}

/* Image */

@media screen and (min-width: 61.5625em) {
	body:not(.search-results) article:not(.type-page) .wp-block-image figcaption.below-entry-meta {
		clear: both;
		display: block;
		float: none;
		margin-right: 0;
		margin-left: -40%;
		max-width: 140%;
	}

	body.rtl:not(.search-results) article:not(.type-page) .wp-block-image figcaption.below-entry-meta {
		margin-left: 0;
		margin-right: -40%;
	}

	body:not(.search-results) article:not(.type-page) .wp-block-gallery .wp-block-image img.below-entry-meta,
	body:not(.search-results) article:not(.type-page) .wp-block-gallery .wp-block-image figcaption.below-entry-meta {
		margin: 0;
		max-width: 100%;
	}
}

/* Gallery */

.wp-block-gallery {
	margin-bottom: 1.75em;
}

/* Quote */

.wp-block-quote:not(.is-large):not(.is-style-large).alignleft,
.wp-block-quote:not(.is-large):not(.is-style-large).alignright {
	border-left: none;
	padding-left: 0;
}

.rtl .wp-block-quote:not(.is-large):not(.is-style-large).alignleft,
.rtl .wp-block-quote:not(.is-large):not(.is-style-large).alignright {
	border-right: none;
	padding-right: 0;
}

.wp-block-quote cite {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

.wp-block-quote.has-text-color cite {
	color: inherit;
}

.wp-block-quote cite:before {
	content: "\2014\00a0";
}

/* Audio */

.wp-block-audio audio {
	display: block;
	width: 100%;
}

/* Cover */

.wp-block-cover-image.aligncenter,
.wp-block-cover.aligncenter {
	display: flex;
}

/* File */

.wp-block-file .wp-block-file__button {
	background: #1a1a1a;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-family: 'Merriweather Sans', Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 0.046875em;
	line-height: 1;
	padding: 0.84375em 0.875em 0.78125em;
	font-style: italic;
}

.wp-block-file .wp-block-file__button:hover,
.wp-block-file .wp-block-file__button:focus {
	background: #007acc;
}

.wp-block-file .wp-block-file__button:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

.rtl .wp-block-file * + .wp-block-file__button {
	margin-left: 0.75em;
	margin-right: 0;
}

/*--------------------------------------------------------------
3.0 Blocks - Formatting Blocks
--------------------------------------------------------------*/

/* Code */

.wp-block-code {
	border: 0;
	font-family: 'Merriweather Sans', Arial, sans-serif;
	line-height: 1.75;
	padding: 0;
}

.wp-block-code code {
	font-size: inherit;
}

/* Pullquote */

.wp-block-pullquote {
	border-width: 4px;
}

.wp-block-pullquote blockquote {
	color: #686868;
	border-left: 4px solid #1a1a1a;
	margin: 0;
	padding: 0 0 0 24px;
}

.rtl .wp-block-pullquote blockquote {
	border-left: none;
	border-right: 4px solid #1a1a1a;
	padding: 0 24px 0 0;
}

.wp-block-pullquote.has-text-color blockquote,
.wp-block-pullquote.has-background blockquote,
.has-background .wp-block-pullquote blockquote,
.wp-block-pullquote.has-text-color cite {
	color: inherit;
}

.wp-block-pullquote p {
	font-size: 19px;
	font-size: 1.1875rem;
}

.wp-block-pullquote cite {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	font-style: normal;
	line-height: 1.75;
	text-transform: none;
}

.wp-block-pullquote cite:before {
	content: "\2014\00a0";
}

/* Table */

.wp-block-table,
.wp-block-table th,
.wp-block-table td {
	border: 1px solid #d1d1d1;
}

.wp-block-table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 0;
	margin: 0 0 1.75em;
	table-layout: fixed;
	width: 100%;
}

.wp-block-table th,
.wp-block-table td {
	font-weight: normal;
	padding: 0.4375em;
}

.wp-block-table th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

.wp-block-table td {
	border-width: 0 1px 1px 0;
}

/*--------------------------------------------------------------
4.0 Blocks - Layout Elements
--------------------------------------------------------------*/

/* Buttons */

.wp-block-button .wp-block-button__link {
	box-shadow: none;
	font-family: 'Merriweather Sans', Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 0.046875em;
	line-height: 1;
	padding: 0.84375em 1.3125em 0.78125em;
	margin-bottom:1em;
	font-style: italic;
}

.wp-block-buttons[style*="text-transform"] .wp-block-button__link,
.wp-block-button[style*="text-transform"] .wp-block-button__link {
	text-transform: inherit;
}

.wp-block-button__link {
	background: #1a1a1a;
	color: #fff;
}

.is-style-outline .wp-block-button__link:not(.has-background) {
	background: transparent;
}

.is-style-outline .wp-block-button__link:not(.has-text-color) {
	color: #1a1a1a;
}

.wp-block-button .wp-block-button__link:active,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:hover,
.is-style-outline .wp-block-button__link:not(.has-background):active,
.is-style-outline .wp-block-button__link:not(.has-background):hover,
.is-style-outline .wp-block-button__link:not(.has-background):focus,
.is-style-outline .wp-block-button__link:not(.has-text-color):active,
.is-style-outline .wp-block-button__link:not(.has-text-color):hover,
.is-style-outline .wp-block-button__link:not(.has-text-color):focus {
	background: #007acc;
	color: #fff;
}

.wp-block-button .wp-block-button__link:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

/* Seperator */

hr.wp-block-separator {
	border: 0;
}

.wp-block-separator {
	margin-left: auto;
	margin-right: auto;
	max-width: 100px;
}

.wp-block-separator.is-style-wide,
.wp-block-separator.is-style-dots {
	max-width: 100%;
}

/* Media & Text */

.wp-block-media-text {
	margin-bottom: 1.75em;
}

.wp-block-media-text *:last-child {
	margin-bottom: 0;
}

/* Details */

.wp-block-details > summary:first-of-type {
	display: list-item;
}

/*--------------------------------------------------------------
5.0 Blocks - Widget Blocks
--------------------------------------------------------------*/

/* Archives, Categories & Latest Posts */

.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter {
	list-style-position: inside;
	text-align: center;
}

/* Latest Comments */

.wp-block-latest-comments__comment-meta a {
	box-shadow: none;
	font-weight: 700;
}

.wp-block-latest-comments__comment-date {
	color: #686868;
	font-family: 'Merriweather Sans', Arial, sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.wp-block-latest-comments .wp-block-latest-comments__comment:not(:first-child) {
	border-top: 1px solid #d1d1d1;
	margin-bottom: 0;
	padding: 1.75em 0;
}

.wp-block-latest-comments__comment-excerpt p:last-child {
	margin-bottom: 0;
}

/* Query Loop & Post Template */

.wp-block-query .wp-block-post-template {
	margin-left: 0;
}

.wp-block-query .wp-block-post-template li {
	margin-bottom: 0;
	padding: 1.5em 0 0;
}

.wp-block-query .wp-block-post-template li:not(:first-child) {
	border-top: 1px solid #d1d1d1;
}

/*--------------------------------------------------------------
6.0 Blocks - Colors
--------------------------------------------------------------*/

.has-dark-gray-color {
	color: #1a1a1a;
}

.has-dark-gray-background-color {
	background-color: #1a1a1a;
}

.has-medium-gray-color {
	color: #686868;
}

.has-medium-gray-background-color {
	background-color: #686868;
}

.has-light-gray-color {
	color: #e5e5e5;
}

.has-light-gray-background-color {
	background-color: #e5e5e5;
}

.has-white-color {
	color: #fff;
}

.has-white-background-color {
	background-color: #fff;
}

.has-blue-gray-color {
	color: #4d545c;
}

.has-blue-gray-background-color {
	background-color: #4d545c;
}

.has-bright-blue-color {
	color: #007acc;
}

.has-bright-blue-background-color {
	background-color: #007acc;
}

.has-light-blue-color {
	color: #9adffd;
}

.has-light-blue-background-color {
	background-color: #9adffd;
}

.has-dark-brown-color {
	color: #402b30;
}

.has-dark-brown-background-color {
	background-color: #402b30;
}

.has-medium-brown-color {
	color: #774e24;
}

.has-medium-brown-background-color {
	background-color: #774e24;
}

.has-dark-red-color {
	color: #640c1f;
}

.has-dark-red-background-color {
	background-color: #640c1f;
}

.has-bright-red-color {
	color: #ff675f;
}

.has-bright-red-background-color {
	background-color: #ff675f;
}

.has-yellow-color {
	color: #ffef8e;
}

.has-yellow-background-color {
	background-color: #ffef8e;
}



/* HTG Contact Modal ------------------------------------------------------ */
.htg-modal-is-open {
    overflow: hidden;
}

.htg-contact-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 32px;
}

.htg-contact-modal.is-open {
    display: flex;
}

.htg-contact-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(3px);
}

.htg-contact-modal__panel {
    position: relative;
    z-index: 1;
    width: min(720px, calc(100vw - 48px));
    max-height: calc(100vh - 64px);
    overflow: auto;
    background: #fff;
    color: #52646b;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.htg-contact-modal__body {
    padding: 48px 52px 44px;
}

.htg-contact-modal__title,
.htg-contact-modal__body h2,
.htg-contact-modal__body h3 {
    margin-top: 0;
    color: #4e6871;
}

.htg-contact-modal__close {
    position: absolute;
    top: 14px;
    right: 16px;
    z-index: 2;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #4e6871;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
}

.htg-contact-modal__close:hover,
.htg-contact-modal__close:focus {
    background: rgba(78, 104, 113, 0.08);
    color: #cf2e2e;
    outline: none;
}

.htg-contact-modal .wpcf7 form,
.htg-contact-modal .wpcf7 p {
    margin-bottom: 18px;
}

.htg-contact-modal .wpcf7 input[type="text"],
.htg-contact-modal .wpcf7 input[type="email"],
.htg-contact-modal .wpcf7 input[type="tel"],
.htg-contact-modal .wpcf7 textarea,
.htg-contact-modal .wpcf7 select {
    width: 100%;
    max-width: 100%;
}

.htg-contact-modal .wpcf7 textarea {
    min-height: 140px;
}

.htg-contact-modal .wpcf7 input[type="submit"] {
    width: auto;
    min-width: 220px;
}

@media (max-width: 640px) {
    .htg-contact-modal {
        padding: 18px;
        align-items: flex-start;
    }

    .htg-contact-modal__panel {
        width: calc(100vw - 36px);
        max-height: calc(100vh - 36px);
    }

    .htg-contact-modal__body {
        padding: 42px 24px 30px;
    }
}

/* ============================================================
   HTG Erstgespräch Overlay – warmer, vertrauensvoller Look
   ganz ans Ende der style.css setzen
   ============================================================ */

.htg-contact-modal__dialog {
	width: min(760px, calc(100vw - 40px)) !important;
	max-width: 760px !important;
	background: #f8f5ef !important;
	border: 1px solid rgba(45, 67, 71, 0.10) !important;
	border-radius: 0 !important;
	box-shadow: 0 34px 90px rgba(31, 45, 49, 0.26) !important;
	overflow: hidden !important;
}

/* dezente warme Kopffläche */
.htg-contact-modal__body {
	position: relative !important;
	padding: 54px 64px 54px !important;
	background:
		linear-gradient(90deg, rgba(214, 229, 226, 0.42) 0, rgba(248, 245, 239, 0) 38%),
		#f8f5ef !important;
	color: #253f46 !important;
}

/* ruhiger Akzentstreifen */
.htg-contact-modal__body::before {
	content: "" !important;
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	bottom: 0 !important;
	width: 8px !important;
	background: #b9cbc6 !important;
}

/* Überschrift */
.htg-contact-modal__body h2,
.htg-contact-modal__body h3 {
	max-width: 540px !important;
	margin: 0 0 14px !important;
	font-family: 'Merriweather Sans', Arial, sans-serif;
	font-size: 30px !important;
	line-height: 1.18 !important;
	font-weight: 700 !important;
	letter-spacing: -0.025em !important;
	color: #233f46 !important;
}

/* Einleitung, bewusst als eigenständiger Vertrauensblock */
.htg-contact-modal__body h2::after,
.htg-contact-modal__body h3::after {
	content: "Ihre Anfrage wird vertraulich behandelt. Sie müssen hier nichts ausführlich erklären. Eine kurze Nachricht genügt." !important;
	display: block !important;
	max-width: 560px !important;
	margin: 16px 0 34px !important;
	padding: 16px 18px 17px !important;
	background: rgba(255, 255, 255, 0.58) !important;
	border-left: 4px solid #b9cbc6 !important;
	font-family: 'Merriweather Sans', Arial, sans-serif;
	font-size: 16px !important;
	line-height: 1.62 !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	color: #5f7176 !important;
}

/* CF7 */
.htg-contact-modal__body .wpcf7 {
	max-width: 600px !important;
	margin: 0 !important;
}

.htg-contact-modal__body .wpcf7 form p {
	margin: 0 0 22px !important;
}

/* Labels */
.htg-contact-modal__body .wpcf7 label {
	display: block !important;
	margin: 0 !important;
	font-family: 'Merriweather Sans', Arial, sans-serif;
	font-size: 13px !important;
	line-height: 1.35 !important;
	font-weight: 400 !important;
	letter-spacing: 0.01em !important;
	color: #253f46 !important;
}

/* Felder */
.htg-contact-modal__body .wpcf7 input[type="text"],
.htg-contact-modal__body .wpcf7 input[type="email"],
.htg-contact-modal__body .wpcf7 input[type="tel"],
.htg-contact-modal__body .wpcf7 textarea {
	width: 100% !important;
	min-height: 50px !important;
	margin-top: 9px !important;
	padding: 13px 15px !important;
	background: rgba(255, 255, 255, 0.92) !important;
	border: 1px solid #d4ddd9 !important;
	border-radius: 0 !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65) !important;
	font-family: 'Merriweather Sans', Arial, sans-serif;
	font-size: 15px !important;
	line-height: 1.45 !important;
	font-weight: 400 !important;
	color: #253f46 !important;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease !important;
}

/* Textarea viel kleiner – sonst wirkt es nach Therapieakte */
.htg-contact-modal__body .wpcf7 textarea {
	min-height: 118px !important;
	resize: vertical !important;
}

.htg-contact-modal__body .wpcf7 input[type="text"]:focus,
.htg-contact-modal__body .wpcf7 input[type="email"]:focus,
.htg-contact-modal__body .wpcf7 input[type="tel"]:focus,
.htg-contact-modal__body .wpcf7 textarea:focus {
	outline: none !important;
	background: #fff !important;
	border-color: #9fb8b4 !important;
	box-shadow: 0 0 0 4px rgba(159, 184, 180, 0.22) !important;
}

.htg-contact-modal__body .wpcf7 ::placeholder {
	color: #849194 !important;
	opacity: 1 !important;
}

/* Button */
.htg-contact-modal__body .wpcf7 input[type="submit"] {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-width: 210px !important;
	min-height: 50px !important;
	margin-top: 4px !important;
	padding: 0 30px !important;
	background: #28494f !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: 0 10px 24px rgba(40, 73, 79, 0.16) !important;
	font-family: 'Merriweather Sans', Arial, sans-serif;
	font-size: 14px !important;
	line-height: 1 !important;
	font-weight: 700 !important;
	letter-spacing: 0.075em !important;
	font-style: italic;
	color: #fff !important;
	cursor: pointer !important;
	transition: background-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease !important;
}

.htg-contact-modal__body .wpcf7 input[type="submit"]:hover,
.htg-contact-modal__body .wpcf7 input[type="submit"]:focus {
	background: #1f3c42 !important;
	box-shadow: 0 14px 30px rgba(40, 73, 79, 0.22) !important;
	transform: translateY(-1px) !important;
}

/* Kleiner Hinweis unter dem Button */
.htg-contact-modal__body .wpcf7 form::after {
	content: "Hinweis: Das Formular ersetzt keine akute Krisenhilfe. In akuten Notfällen wenden Sie sich bitte an den ärztlichen Bereitschaftsdienst oder den Notruf.\A\A Wichtige Nummern in Deutschland:\A 112 – Rettungsdienst / Feuerwehr\A 110 – Polizei\A 116 117 – ärztlicher Bereitschaftsdienst\A 0800 111 0 111 oder 0800 111 0 222 – TelefonSeelsorge" !important;

	display: block !important;
	white-space: pre-line !important;

	max-width: 560px !important;
	margin-top: 22px !important;
	padding-top: 18px !important;
	border-top: 1px solid rgba(45, 67, 71, 0.12) !important;

	font-family: "Merriweather Sans", Arial, sans-serif;
	font-size: 13px !important;
	line-height: 1.55 !important;
	color: #7a888b !important;
}

/* Close */
.htg-contact-modal__close {
	top: 24px !important;
	right: 24px !important;
	width: 38px !important;
	height: 38px !important;
	border-radius: 50% !important;
	background: rgba(143, 74, 65, 0.10) !important;
	color: #8e443d !important;
	font-size: 22px !important;
	line-height: 38px !important;
	transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease !important;
}

.htg-contact-modal__close:hover,
.htg-contact-modal__close:focus {
	background: rgba(143, 74, 65, 0.18) !important;
	color: #6f332d !important;
	transform: scale(1.04) !important;
}

/* Trennungen aus */
.htg-contact-modal__body,
.htg-contact-modal__body * {
	hyphens: none !important;
	-webkit-hyphens: none !important;
	-ms-hyphens: none !important;
	word-break: normal !important;
	overflow-wrap: normal !important;
}

/* CF7 Meldungen */
.htg-contact-modal__body .wpcf7-not-valid-tip {
	margin-top: 7px !important;
	font-size: 13px !important;
	line-height: 1.4 !important;
	color: #8e443d !important;
}

.htg-contact-modal__body .wpcf7 form .wpcf7-response-output {
	margin: 22px 0 0 !important;
	padding: 14px 16px !important;
	border: 1px solid #d4ddd9 !important;
	background: rgba(255, 255, 255, 0.72) !important;
	font-size: 14px !important;
	line-height: 1.55 !important;
	color: #253f46 !important;
}

.htg-contact-modal__body .wpcf7 form.sent .wpcf7-response-output {
	border-color: #b5cbc4 !important;
	background: ##FF6600 !important;
	color: #FFF !important;
}

.htg-contact-modal__body .wpcf7 form.invalid .wpcf7-response-output,
.htg-contact-modal__body .wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #ddb8b0 !important;
	background: #fff8f6 !important;
	color: #73362f !important;
}

@media (max-width: 700px) {
	.htg-contact-modal__dialog {
		width: calc(100vw - 28px) !important;
		max-width: none !important;
	}

	.htg-contact-modal__body {
		padding: 40px 24px 34px 30px !important;
	}

	.htg-contact-modal__body::before {
		width: 6px !important;
	}

	.htg-contact-modal__body h2,
	.htg-contact-modal__body h3 {
		font-size: 24px !important;
	}

	.htg-contact-modal__body h2::after,
	.htg-contact-modal__body h3::after {
		padding: 14px 15px !important;
		font-size: 15px !important;
		margin-bottom: 26px !important;
	}

	.htg-contact-modal__body .wpcf7 textarea {
		min-height: 112px !important;
	}

	.htg-contact-modal__body .wpcf7 input[type="submit"] {
		width: 100% !important;
	}
}

/* ============================================================
   HTG Slider CTA Icons – bereinigt
   Telefon / WhatsApp / Erstgespräch
   Fläche bleibt, Außenlinie entfernt
   ============================================================ */

/* Button-Unterstreichung aus Twenty Sixteen sicher entfernen */
.htg-slider__button,
.htg-slider__button:hover,
.htg-slider__button:focus,
.htg-slider__button:active,
.htg-slider__icon-link,
.htg-slider__icon-link:hover,
.htg-slider__icon-link:focus,
.htg-slider__icon-link:active {
	text-decoration: none !important;
	box-shadow: none !important;
	border-bottom: 0 !important;
	outline-offset: 3px;
}

/* Hauptbutton: Erstgespräch */
.htg-slider__button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 13px !important;
	min-height: 42px !important;
	padding: 0 30px !important;
	line-height: 1 !important;
	font-style: italic;
}

/* kleines Gesprächs-Icon im Erstgespräch-Button */
.htg-slider__button::before {
	content: "" !important;
	display: inline-block !important;
	width: 22px !important;
	height: 22px !important;
	flex: 0 0 22px !important;
	margin: 0 !important;
	padding: 0 !important;
	background-color: currentColor !important;
	background-image: none !important;
	opacity: 1 !important;
	transform: translateY(1px) !important;

	-webkit-mask-repeat: no-repeat !important;
	mask-repeat: no-repeat !important;
	-webkit-mask-position: center !important;
	mask-position: center !important;
	-webkit-mask-size: contain !important;
	mask-size: contain !important;

	-webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.75 5A2.75 2.75 0 0 0 2 7.75v6.5A2.75 2.75 0 0 0 4.75 17H7v2.75c0 .29.17.56.43.68.26.13.57.09.8-.09L12.4 17h6.85A2.75 2.75 0 0 0 22 14.25v-6.5A2.75 2.75 0 0 0 19.25 5H4.75Zm0 2h14.5c.41 0 .75.34.75.75v6.5c0 .41-.34.75-.75.75H11.7c-.17 0-.34.06-.47.17L9 16.95V16a1 1 0 0 0-1-1H4.75a.75.75 0 0 1-.75-.75v-6.5c0-.41.34-.75.75-.75ZM7 9h10v1.7H7V9Zm0 3.3h6.5V14H7v-1.7Z'/%3E%3C/svg%3E") !important;
	mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.75 5A2.75 2.75 0 0 0 2 7.75v6.5A2.75 2.75 0 0 0 4.75 17H7v2.75c0 .29.17.56.43.68.26.13.57.09.8-.09L12.4 17h6.85A2.75 2.75 0 0 0 22 14.25v-6.5A2.75 2.75 0 0 0 19.25 5H4.75Zm0 2h14.5c.41 0 .75.34.75.75v6.5c0 .41-.34.75-.75.75H11.7c-.17 0-.34.06-.47.17L9 16.95V16a1 1 0 0 0-1-1H4.75a.75.75 0 0 1-.75-.75v-6.5c0-.41.34-.75.75-.75ZM7 9h10v1.7H7V9Zm0 3.3h6.5V14H7v-1.7Z'/%3E%3C/svg%3E") !important;
}

/* Runde Icon-Buttons: Fläche bleibt, weiße Außenlinie ist entfernt */
.htg-slider__icon-link,
.htg-slider__icon-link:visited {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 36px !important;
	height: 36px !important;
	min-width: 36px !important;
	min-height: 36px !important;
	padding: 0 !important;
	margin: 0 0 0 10px !important;
	background: rgba(255, 255, 255, 0.10) !important;
	border: 0 !important;
	border-radius: 50% !important;
	box-shadow: none !important;
	outline: 0 !important;
	color: #fff !important;
	font-size: 0 !important;
	line-height: 1 !important;
	text-shadow: none !important;
	vertical-align: middle !important;
	overflow: hidden !important;
	transition:
		background-color 0.18s ease,
		transform 0.18s ease,
		opacity 0.18s ease !important;
}

/* Iconfläche: direkte SVGs, keine Masken mehr */
.htg-slider__icon-link::before {
	content: "" !important;
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	flex: 0 0 auto !important;
	background-color: transparent !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: contain !important;
	-webkit-mask: none !important;
	mask: none !important;
	-webkit-mask-image: none !important;
	mask-image: none !important;
}

.htg-slider__icon-link:hover,
.htg-slider__icon-link:focus {
	background: rgba(255, 255, 255, 0.22) !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #fff !important;
	transform: translateY(-1px);
}

/* Telefon-Icon */
.htg-slider__icon-link--phone::before {
	width: 23px !important;
	height: 23px !important;
	flex-basis: 23px !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.05' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v2.46a2 2 0 0 1-2.18 2A19.79 19.79 0 0 1 11.19 18a19.5 19.5 0 0 1-5.9-5.9A19.79 19.79 0 0 1 2.62 4.18A2 2 0 0 1 4.6 2h2.5a2 2 0 0 1 2 1.72c.12.89.34 1.76.66 2.58a2 2 0 0 1-.45 2.11L8.25 9.47a16 16 0 0 0 6.29 6.29l1.06-1.06a2 2 0 0 1 2.11-.45c.82.32 1.69.54 2.58.66A2 2 0 0 1 22 16.92Z'/%3E%3C/svg%3E") !important;
}

/* WhatsApp-Icon */
.htg-slider__icon-link--whatsapp::before {
	width: 24px !important;
	height: 24px !important;
	flex-basis: 24px !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.85' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.52 11.87A8.5 8.5 0 0 1 7.44 19.3L4 20.33l1.03-3.44a8.5 8.5 0 1 1 15.49-5.02Z'/%3E%3Cpath d='M9.45 8.8c.16-.36.33-.37.49-.38h.41c.13 0 .34.05.52.24.18.19.68.67.68 1.63s-.7 1.9-.8 2.03c-.1.13-.2.28-.08.54.12.26.54 1.03 1.16 1.66.8.82 1.48 1.07 1.69 1.19.21.12.34.1.46-.06.12-.16.53-.62.67-.83.14-.21.28-.18.48-.11.2.07 1.24.58 1.45.68.21.1.35.15.4.24.05.09.05.53-.12 1.03-.17.5-1 .97-1.39 1.03-.36.05-.8.08-1.29-.08-.3-.09-.67-.22-1.16-.44-2.04-.88-3.37-2.95-3.47-3.09-.1-.14-.83-1.1-.83-2.1s.53-1.49.71-1.69Z'/%3E%3C/svg%3E") !important;
}

/* Gemeinsame Aktionszeile */
.htg-slider__actions {
	display: flex !important;
	align-items: center !important;
	flex-wrap: wrap !important;
	gap: 10px !important;
	margin-top: 28px !important;
}

.htg-slider__actions .htg-slider__button,
.htg-slider__actions .htg-slider__icon-link {
	margin: 0 !important;
}

/* Mobile */
@media (max-width: 700px) {
	.htg-slider__button {
		min-height: 40px !important;
		padding: 0 22px !important;
	}

	.htg-slider__icon-link {
		width: 34px !important;
		height: 34px !important;
		min-width: 34px !important;
		min-height: 34px !important;
		margin-left: 8px !important;
	}

	.htg-slider__icon-link--phone::before {
		width: 21px !important;
		height: 21px !important;
		flex-basis: 21px !important;
	}

	.htg-slider__icon-link--whatsapp::before {
		width: 22px !important;
		height: 22px !important;
		flex-basis: 22px !important;
	}
}

/* ------------------------------------------------------------
   HTG Blockbuttons wie Footer-CTA
   Slider-Button bleibt unangetastet
   ------------------------------------------------------------ */

.entry-content .wp-block-button__link,
.htg-section .wp-block-button__link,
.wp-block-buttons .wp-block-button__link {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;

	min-height: 48px !important;
	padding: 0 34px !important;

	background: #ff5a00 !important;
	color: #ffffff !important;

	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	text-decoration: none !important;

	font-family: 'Merriweather Sans', Arial, sans-serif;
	font-size: 18px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	font-style: italic;

	transition:
		background-color 0.18s ease,
		color 0.18s ease,
		transform 0.18s ease,
		box-shadow 0.18s ease !important;
}

.entry-content .wp-block-button__link:hover,
.entry-content .wp-block-button__link:focus,
.htg-section .wp-block-button__link:hover,
.htg-section .wp-block-button__link:focus,
.wp-block-buttons .wp-block-button__link:hover,
.wp-block-buttons .wp-block-button__link:focus {
	background: #e95000 !important;
	color: #ffffff !important;
	box-shadow: 0 10px 24px rgba(255, 90, 0, 0.22) !important;
	text-decoration: none !important;
	transform: translateY(-1px);
}

.entry-content .wp-block-button__link:active,
.htg-section .wp-block-button__link:active,
.wp-block-buttons .wp-block-button__link:active {
	transform: translateY(0);
	box-shadow: none !important;
}

/* Falls Twenty Sixteen Links per box-shadow unterstreicht */
.entry-content .wp-block-button__link,
.entry-content .wp-block-button__link:hover,
.entry-content .wp-block-button__link:focus,
.entry-content .wp-block-button__link:active {
	box-shadow: none !important;
}

/* Slider ausdrücklich nicht anfassen */
.htg-slider .wp-block-button__link,

/* ==========================================================================
   HTG Startseite + Footer Korrektur, 04.05.2026
   Diese Regeln ersetzen den misslungenen Feinschliff. Bitte ganz ans Ende
   der style.css setzen oder die beigefügte komplette style.css verwenden.
   ========================================================================== */

:root {
    --htg-page-width-final: 1320px;
    --htg-page-gutter-final: 40px;
    --htg-ink-final: #161636;
    --htg-orange-final: #ff6600;
    --htg-soft-green-final: #eef3e8;
    --htg-text-final: #343447;
    --htg-muted-final: #6e6d7a;
}

body.home,
body.page-template-htg_start_2026 {
    background: #fff;
}

body.home .site-content,
body.page-template-htg_start_2026 .site-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.home .content-area,
body.home .site-main,
body.home .entry-content,
body.home .full-width,
body.page-template-htg_start_2026 .content-area,
body.page-template-htg_start_2026 .site-main,
body.page-template-htg_start_2026 .entry-content,
body.page-template-htg_start_2026 .full-width,
body.page-template-htg_start_2026 .htg-home-2026__content {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Gemeinsames, ruhigeres Seitenraster */
body.home .htg-slider,
body.home .htg-section,
body.home .htg-reviews,
body.home .htg-global-footer-cta .htg-footer-cta,
body.page-template-htg_start_2026 .htg-slider,
body.page-template-htg_start_2026 .htg-section,
body.page-template-htg_start_2026 .htg-reviews,
body.page-template-htg_start_2026 .htg-global-footer-cta .htg-footer-cta {
    width: min(var(--htg-page-width-final), calc(100vw - (2 * var(--htg-page-gutter-final)))) !important;
    max-width: min(var(--htg-page-width-final), calc(100vw - (2 * var(--htg-page-gutter-final)))) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

/* Header etwas luftiger, ohne das alte Layout zu sprengen */
body.home #masthead,
body.page-template-htg_start_2026 #masthead {
    margin-bottom: 26px !important;
    padding-bottom: 0 !important;
}

/* Hero */
body.home .htg-slider,
body.page-template-htg_start_2026 .htg-slider {
    margin-bottom: 30px !important;
}

body.home .htg-slider__slide,
body.page-template-htg_start_2026 .htg-slider__slide {
    height: 420px !important;
}

body.home .htg-slider__content,
body.page-template-htg_start_2026 .htg-slider__content {
    max-width: 630px !important;
    padding: 54px 0 0 48px !important;
}

body.home .htg-slider__title,
body.page-template-htg_start_2026 .htg-slider__title {
    max-width: 630px;
    font-size: clamp(30px, 4.5vw, 50px) !important;
    line-height: 1.2 !important;
		font-weight:700;
}

body.home .htg-slider__text,
body.page-template-htg_start_2026 .htg-slider__text {
    max-width: 520px;
    line-height: 1.35 !important;
}

body.home .htg-slider__button,
body.page-template-htg_start_2026 .htg-slider__button {
    padding: 8px 20px !important;
    font-size: 18px !important;
}

body.home .htg-slider__trust,
body.page-template-htg_start_2026 .htg-slider__trust {
    min-height: 64px !important;
    padding: 26px 46px !important;
    grid-template-columns: 58px minmax(0, 1fr) !important;
    gap: 20px !important;
    font-size: 18px !important;
    line-height: 1.55 !important;
		font-style:italic;
		background:#e9f2e2;
		text-align:center;}

body.home .htg-slider__trust img,
body.page-template-htg_start_2026 .htg-slider__trust img {
    width: 100px !important;
    max-width: 100px !important;
}

body.home .htg-slider__trust span.normal {
	font-style:normal;
	color: rgba(17, 19, 51, .75) !important;
	font-size:13px;
	}
/* Unterstützungsbereich */
body.home .htg-section,
body.page-template-htg_start_2026 .htg-section {
    margin-top: 0 !important;
    margin-bottom: 34px !important;
    padding-top: 0 !important;
    text-align: center;
}

body.home .htg-section > h2,
body.home .htg-section .wp-block-heading:first-child,
body.page-template-htg_start_2026 .htg-section > h2,
body.page-template-htg_start_2026 .htg-section .wp-block-heading:first-child {
    margin: 0 0 24px !important;
    color: var(--htg-text-final);
    font-family: 'Merriweather Sans', Arial, sans-serif;
    font-size: 21px !important;
    line-height: 1.2 !important;
}

body.home .htg-section .wp-block-columns,
body.page-template-htg_start_2026 .htg-section .wp-block-columns {
    clear: both;
    float: none !important;
    display: flex !important;
    align-items: flex-start;
    justify-content: space-between;
    gap: 54px;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 34px !important;
    padding: 0 !important;
    box-sizing: border-box;
}

body.home .htg-section .wp-block-column,
body.page-template-htg_start_2026 .htg-section .wp-block-column {
    float: none !important;
    flex: 1 1 0 !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 8px !important;
    text-align: center;
}

body.home .htg-section .wp-block-image,
body.page-template-htg_start_2026 .htg-section .wp-block-image {
    margin: 0 auto 17px !important;
    text-align: center;
}

body.home .htg-section .wp-block-image img,
body.page-template-htg_start_2026 .htg-section .wp-block-image img {
    display: inline-block;
    width: 58px;
    height: 58px;
    object-fit: contain;
}

body.home .htg-section h3,
body.page-template-htg_start_2026 .htg-section h3 {
    margin: 0 0 14px !important;
    color: var(--htg-text-final);
    font-family: 'Merriweather Sans', Arial, sans-serif;
    font-size: 17px !important;
    line-height: 1.2 !important;
}

body.home .htg-section p,
body.page-template-htg_start_2026 .htg-section p {
    max-width: 210px;
    margin: 0 auto !important;
    color: var(--htg-muted-final);
    font-size: 13px !important;
    line-height: 1.48 !important;
}

/* Grüner Zwischen-CTA innerhalb der Startseite */
body.home .htg-section .wp-block-columns.has-background,
body.page-template-htg_start_2026 .htg-section .wp-block-columns.has-background,
body.home .htg-section .wp-block-group.has-background,
body.page-template-htg_start_2026 .htg-section .wp-block-group.has-background {
    margin: 10px 0 42px !important;
    padding: 24px 44px !important;
    background: var(--htg-soft-green-final) !important;
    align-items: center !important;
    gap: 30px !important;
}

body.home .htg-section .wp-block-columns.has-background h2,
body.home .htg-section .wp-block-columns.has-background h3,
body.home .htg-section .wp-block-group.has-background h2,
body.home .htg-section .wp-block-group.has-background h3,
body.page-template-htg_start_2026 .htg-section .wp-block-columns.has-background h2,
body.page-template-htg_start_2026 .htg-section .wp-block-columns.has-background h3,
body.page-template-htg_start_2026 .htg-section .wp-block-group.has-background h2,
body.page-template-htg_start_2026 .htg-section .wp-block-group.has-background h3 {
    margin-bottom: 8px !important;
    font-size: 16px !important;
}

body.home .htg-section .wp-block-buttons,
body.page-template-htg_start_2026 .htg-section .wp-block-buttons {
    justify-content: center;
}

body.home .htg-section .wp-block-button__link,
body.page-template-htg_start_2026 .htg-section .wp-block-button__link {
    padding: 9px 22px !important;
    border-radius: 0 !important;
    background: var(--htg-orange-final) !important;
    color: #fff !important;
    font-family: 'Merriweather Sans', Arial, sans-serif;
    font-size: 14px !important;
    line-height: 1.1 !important;
    letter-spacing: .03em;
		font-style: italic;
}

/* Video-/Instagram-Block und Buchhinweis wieder breiter und ruhiger */
body.home .entry-content > .wp-block-columns,
body.home .entry-content > .wp-block-media-text,
body.home .entry-content > p,
body.home .entry-content > hr,
body.page-template-htg_start_2026 .entry-content > .wp-block-columns,
body.page-template-htg_start_2026 .entry-content > .wp-block-media-text,
body.page-template-htg_start_2026 .entry-content > p,
body.page-template-htg_start_2026 .entry-content > hr,
body.page-template-htg_start_2026 .htg-home-2026__content > .wp-block-columns,
body.page-template-htg_start_2026 .htg-home-2026__content > .wp-block-media-text,
body.page-template-htg_start_2026 .htg-home-2026__content > p,
body.page-template-htg_start_2026 .htg-home-2026__content > hr {
    width: min(var(--htg-page-width-final), calc(100vw - (2 * var(--htg-page-gutter-final)))) !important;
    max-width: min(var(--htg-page-width-final), calc(100vw - (2 * var(--htg-page-gutter-final)))) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

/* Beiträge: drei echte Karten statt schmaler Spalten */
body.home ul.latest-posts,
body.home .wp-block-latest-posts,
body.page-template-htg_start_2026 ul.latest-posts,
body.page-template-htg_start_2026 .wp-block-latest-posts {
    float: none !important;
    clear: both;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 42px !important;
    width: min(var(--htg-page-width-final), calc(100vw - (2 * var(--htg-page-gutter-final)))) !important;
    max-width: min(var(--htg-page-width-final), calc(100vw - (2 * var(--htg-page-gutter-final)))) !important;
    margin: 58px auto 48px !important;
    padding: 0 !important;
    list-style: none !important;
}

body.home ul.latest-posts li,
body.home .wp-block-latest-posts li,
body.page-template-htg_start_2026 ul.latest-posts li,
body.page-template-htg_start_2026 .wp-block-latest-posts li {
    float: none !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.home ul.latest-posts img,
body.home .wp-block-latest-posts img,
body.page-template-htg_start_2026 ul.latest-posts img,
body.page-template-htg_start_2026 .wp-block-latest-posts img {
    display: block;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    margin: 0 0 18px !important;
}

body.home ul.latest-posts a,
body.home .wp-block-latest-posts a,
body.page-template-htg_start_2026 ul.latest-posts a,
body.page-template-htg_start_2026 .wp-block-latest-posts a {
    color: var(--htg-orange-final);
    text-decoration: none;
}

/* Globaler Footer-CTA */
.htg-global-footer-cta {
    clear: both !important;
    width: 100% !important;
}

.htg-global-footer-cta .htg-footer-cta {
    margin-top: 30px !important;
    padding: 24px 34px !important;
    background: var(--htg-soft-green-final) !important;
}

.htg-global-footer-cta .htg-footer-cta__inner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 32px !important;
    margin-bottom: 0 !important;
}

.htg-global-footer-cta .htg-footer-cta__title {
    margin: 0 0 3px !important;
    font-size: 27px !important;
    line-height: 1.05 !important;
}

.htg-global-footer-cta .htg-footer-cta__copy {margin: 0 !important;}

.htg-global-footer-cta .htg-footer-cta__button .wp-block-button__link {
    padding: 10px 24px !important;
    border-radius: 0 !important;
    background: var(--htg-orange-final) !important;
    color: #fff !important;
    font-size: 18px !important;
    white-space: nowrap;
		font-style: italic;
		font-weight:700;
}

/* Footer: maximal drei optische Spalten insgesamt: Logo + zwei Widget-Spalten */
.site-footer,
.site-footer.row,
body.home .site-footer,
body.page-template-htg_start_2026 .site-footer {
    clear: both !important;
    float: none !important;
    display: grid !important;
    grid-template-columns: 150px minmax(0, 1fr) !important;
    column-gap: 52px !important;
    align-items: start !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding-top: 52px !important;
    padding-bottom: 62px !important;
    padding-left: max(40px, calc((100vw - var(--htg-page-width-final)) / 2)) !important;
    padding-right: max(40px, calc((100vw - var(--htg-page-width-final)) / 2)) !important;
    background: var(--htg-ink-final) !important;
    color: rgba(255,255,255,.82) !important;
    box-sizing: border-box !important;
    overflow: visible !important;
}

.site-footer::before,
.site-footer::after,
.site-footer.row::before,
.site-footer.row::after {
    content: none !important;
    display: none !important;
}

.site-footer .logo-footer {
    float: none !important;
    clear: none !important;
    grid-column: 1 !important;
    width: auto !important;
    max-width: none !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.site-footer .logo-footer img {
    display: block !important;
    width: 120px !important;
    height: auto !important;
    max-width: 120px !important;
}

.site-footer .footer-widgets,
.footer-widgets {
    float: none !important;
    clear: none !important;
    grid-column: 2 !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 28px 64px !important;
    align-items: start !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.site-footer .footer-widgets > section,
.site-footer .widget,
.site-footer .txt-footer,
.site-footer .imprint-search {
    float: none !important;
    clear: none !important;
    display: block !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    color: rgba(255,255,255,.82) !important;
    font-size: 13px !important;
    line-height: 1.48 !important;
}

.site-footer .footer-widgets > section:last-child {
    float: none !important;
}

.site-footer h2,
.site-footer h3,
.site-footer .widget-title {
    margin: 0 0 8px !important;
    color: #fff !important;
    font-family: 'Merriweather Sans', Arial, sans-serif;
    font-size: 15px !important;
    line-height: 1.2 !important;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.site-footer p,
.site-footer ul,
.site-footer ol {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
}

.site-footer li {
    margin: 0 0 4px !important;
    list-style: none !important;
}

.site-footer a,
.site-footer a:visited {
    color: rgba(255,255,255,.86) !important;
    text-decoration: none !important;
}

.site-footer a:hover,
.site-footer a:focus {
    color: var(--htg-orange-final) !important;
}

.site-footer .search-form {
    position: static !important;
    right: auto !important;
}

.site-footer input.search-field,
.site-footer input.search-field[type="search"] {
    display: block !important;
    width: 100% !important;
    max-width: 230px !important;
    height: 34px !important;
    margin: 0 !important;
    padding-left: 34px !important;
    border: 1px solid rgba(255,255,255,.24) !important;
    background-color: rgba(255,255,255,.06) !important;
    color: #fff !important;
    cursor: text !important;
    box-sizing: border-box !important;
}

/* Responsive */
@media (max-width: 900px) {
    :root {
        --htg-page-gutter-final: 24px;
    }

    body.home .htg-slider__slide,
    body.page-template-htg_start_2026 .htg-slider__slide {
        height: 380px !important;
    }

    body.home .htg-slider__content,
    body.page-template-htg_start_2026 .htg-slider__content {
        max-width: 70% !important;
        padding: 36px 28px 0 !important;
    }

    body.home .htg-section .wp-block-columns,
    body.page-template-htg_start_2026 .htg-section .wp-block-columns {
        gap: 28px;
    }

    body.home ul.latest-posts,
    body.home .wp-block-latest-posts,
    body.page-template-htg_start_2026 ul.latest-posts,
    body.page-template-htg_start_2026 .wp-block-latest-posts {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .site-footer,
    .site-footer.row {
        grid-template-columns: 1fr !important;
        row-gap: 28px !important;
        padding-left: 32px !important;
        padding-right: 32px !important;
    }

    .site-footer .logo-footer,
    .site-footer .footer-widgets,
    .footer-widgets {
        grid-column: 1 !important;
    }
}
.site-footer .footer-widgets {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 2.5rem;
	width: 100%;
}

.site-footer .footer-widget-area {
	min-width: 0;
}

@media (max-width: 767px) {
	.site-footer .footer-widgets {
		grid-template-columns: 1fr;
		gap: 1.75rem;
	}
}

@media (max-width: 680px) {
    :root {
        --htg-page-gutter-final: 18px;
    }

    body.home .htg-slider__slide,
    body.page-template-htg_start_2026 .htg-slider__slide {
        height: auto !important;
    }

    body.home .htg-slider__image,
    body.page-template-htg_start_2026 .htg-slider__image {
        position: relative !important;
        display: block !important;
        aspect-ratio: 16 / 9;
        height: auto !important;
    }

    body.home .htg-slider__content,
    body.page-template-htg_start_2026 .htg-slider__content {
        max-width: none !important;
        padding: 22px !important;
        background: rgba(17, 19, 51, 1) !important;
    }

    body.home .htg-slider__trust,
    body.page-template-htg_start_2026 .htg-slider__trust {
        grid-template-columns: 1fr !important;
        text-align: center;
    }

    body.home .htg-section .wp-block-columns,
    body.page-template-htg_start_2026 .htg-section .wp-block-columns,
    body.home ul.latest-posts,
    body.home .wp-block-latest-posts,
    body.page-template-htg_start_2026 ul.latest-posts,
    body.page-template-htg_start_2026 .wp-block-latest-posts,
    .site-footer .footer-widgets,
    .footer-widgets {
        display: block !important;
    }

    body.home .htg-section .wp-block-column,
    body.page-template-htg_start_2026 .htg-section .wp-block-column,
    body.home ul.latest-posts li,
    body.home .wp-block-latest-posts li,
    body.page-template-htg_start_2026 ul.latest-posts li,
    body.page-template-htg_start_2026 .wp-block-latest-posts li,
    .site-footer .footer-widgets > section {
        margin-bottom: 26px !important;
    }

    .htg-global-footer-cta .htg-footer-cta__inner {
        display: block !important;
    }

    .htg-global-footer-cta .htg-footer-cta__action {
        margin-top: 18px !important;
    }

    .site-footer,
    .site-footer.row {
        padding-top: 38px !important;
        padding-bottom: 48px !important;
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
}

/* ==========================================================================
   HTG Fix 1.3.2: Startseiten-Beiträge und Footer-Widget-Areas
   ========================================================================== */

/* Latest Posts auf der Startseite strikt in das gleiche Inhaltsraster setzen. */
body.home .entry-content > ul.latest-posts,
body.home .entry-content > .wp-block-latest-posts,
body.home .entry-content > .wp-block-query,
body.page-template-htg_start_2026 .htg-home-2026__content > ul.latest-posts,
body.page-template-htg_start_2026 .htg-home-2026__content > .wp-block-latest-posts,
body.page-template-htg_start_2026 .htg-home-2026__content > .wp-block-query,
body.page-template-htg_start_2026 .entry-content > ul.latest-posts,
body.page-template-htg_start_2026 .entry-content > .wp-block-latest-posts,
body.page-template-htg_start_2026 .entry-content > .wp-block-query {
    clear: both !important;
    float: none !important;
    width: min(var(--htg-page-width-final), calc(100vw - (2 * var(--htg-page-gutter-final)))) !important;
    max-width: min(var(--htg-page-width-final), calc(100vw - (2 * var(--htg-page-gutter-final)))) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
}

body.home .entry-content > ul.latest-posts,
body.home .entry-content > .wp-block-latest-posts,
body.page-template-htg_start_2026 .htg-home-2026__content > ul.latest-posts,
body.page-template-htg_start_2026 .htg-home-2026__content > .wp-block-latest-posts,
body.page-template-htg_start_2026 .entry-content > ul.latest-posts,
body.page-template-htg_start_2026 .entry-content > .wp-block-latest-posts {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 42px !important;
    margin-top: 42px !important;
    margin-bottom: 48px !important;
    padding: 0 !important;
    list-style: none !important;
}

body.home .wp-block-query .wp-block-post-template,
body.page-template-htg_start_2026 .wp-block-query .wp-block-post-template {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 42px !important;
    margin: 42px 0 48px !important;
    padding: 0 !important;
    list-style: none !important;
}

body.home .entry-content > .wp-block-latest-posts.alignwide,
body.home .entry-content > .wp-block-latest-posts.alignfull,
body.page-template-htg_start_2026 .entry-content > .wp-block-latest-posts.alignwide,
body.page-template-htg_start_2026 .entry-content > .wp-block-latest-posts.alignfull,
body.page-template-htg_start_2026 .htg-home-2026__content > .wp-block-latest-posts.alignwide,
body.page-template-htg_start_2026 .htg-home-2026__content > .wp-block-latest-posts.alignfull {
    margin-left: auto !important;
    margin-right: auto !important;
}

body.home .wp-block-latest-posts li,
body.home ul.latest-posts li,
body.home .wp-block-query .wp-block-post,
body.page-template-htg_start_2026 .wp-block-latest-posts li,
body.page-template-htg_start_2026 ul.latest-posts li,
body.page-template-htg_start_2026 .wp-block-query .wp-block-post {
    float: none !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

body.home .wp-block-latest-posts__featured-image,
body.page-template-htg_start_2026 .wp-block-latest-posts__featured-image {
    margin: 0 0 18px !important;
}

body.home .wp-block-latest-posts__featured-image a,
body.page-template-htg_start_2026 .wp-block-latest-posts__featured-image a {
    display: block !important;
}

body.home .wp-block-latest-posts__featured-image img,
body.home ul.latest-posts img,
body.page-template-htg_start_2026 .wp-block-latest-posts__featured-image img,
body.page-template-htg_start_2026 ul.latest-posts img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
    margin: 0 !important;
}

/* Footer: exakt drei getrennte Footer-Widget-Areas. */
.site-footer .footer-widgets,
.footer-widgets {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 28px 46px !important;
    align-items: start !important;
}

.site-footer .footer-widget-area {
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.site-footer .footer-widget-area > section,
.site-footer .htg-footer-widget {
    float: none !important;
    clear: none !important;
    display: block !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
}

.site-footer .footer-widget-area > section:last-child,
.site-footer .htg-footer-widget:last-child {
    margin-bottom: 0 !important;
}

@media (max-width: 900px) {
    body.home .entry-content > ul.latest-posts,
    body.home .entry-content > .wp-block-latest-posts,
    body.home .wp-block-query .wp-block-post-template,
    body.page-template-htg_start_2026 .htg-home-2026__content > ul.latest-posts,
    body.page-template-htg_start_2026 .htg-home-2026__content > .wp-block-latest-posts,
    body.page-template-htg_start_2026 .entry-content > ul.latest-posts,
    body.page-template-htg_start_2026 .entry-content > .wp-block-latest-posts,
    body.page-template-htg_start_2026 .wp-block-query .wp-block-post-template {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 30px !important;
    }

    .site-footer .footer-widgets,
    .footer-widgets {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 24px !important;
    }
}

@media (max-width: 680px) {
    body.home .entry-content > ul.latest-posts,
    body.home .entry-content > .wp-block-latest-posts,
    body.home .wp-block-query .wp-block-post-template,
    body.page-template-htg_start_2026 .htg-home-2026__content > ul.latest-posts,
    body.page-template-htg_start_2026 .htg-home-2026__content > .wp-block-latest-posts,
    body.page-template-htg_start_2026 .entry-content > ul.latest-posts,
    body.page-template-htg_start_2026 .entry-content > .wp-block-latest-posts,
    body.page-template-htg_start_2026 .wp-block-query .wp-block-post-template,
    .site-footer .footer-widgets,
    .footer-widgets {
        display: block !important;
    }

    body.home .wp-block-latest-posts li,
    body.home ul.latest-posts li,
    body.home .wp-block-query .wp-block-post,
    body.page-template-htg_start_2026 .wp-block-latest-posts li,
    body.page-template-htg_start_2026 ul.latest-posts li,
    body.page-template-htg_start_2026 .wp-block-query .wp-block-post,
    .site-footer .footer-widget-area {
        margin-bottom: 26px !important;
    }
}


/* ==========================================================================
   HTG Fix 1.3.3: Startseite exakt auf Unterseiten-Contentbreite
   ========================================================================== */

:root {
    --htg-page-width-final: 1320px;
}

/* Keine eigene schmale Startseiten-Breite mehr: Startseite nutzt dieselbe
   Außenkante wie Slider, Unterseiten und die vorhandenen 1320px-Theme-Bereiche. */
body.home .htg-slider,
body.home .htg-section,
body.home .htg-reviews,
body.home .htg-global-footer-cta .htg-footer-cta,
body.home .entry-content > .wp-block-columns,
body.home .entry-content > .wp-block-group,
body.home .entry-content > .wp-block-media-text,
body.home .entry-content > .wp-block-image,
body.home .entry-content > .wp-block-video,
body.home .entry-content > .wp-block-embed,
body.home .entry-content > ul.latest-posts,
body.home .entry-content > .wp-block-latest-posts,
body.home .entry-content > .wp-block-query,
body.page-template-htg_start_2026 .htg-slider,
body.page-template-htg_start_2026 .htg-section,
body.page-template-htg_start_2026 .htg-reviews,
body.page-template-htg_start_2026 .htg-global-footer-cta .htg-footer-cta,
body.page-template-htg_start_2026 .htg-home-2026__content > :not(.alignfull),
body.page-template-htg_start_2026 .entry-content > ul.latest-posts,
body.page-template-htg_start_2026 .entry-content > .wp-block-latest-posts,
body.page-template-htg_start_2026 .entry-content > .wp-block-query {
    width: min(1320px, calc(100vw - 80px)) !important;
    max-width: min(1320px, calc(100vw - 80px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
}

/* Textabsätze dürfen im großen Raster sitzen, ohne durch alte Home-Regeln auf
   960px zurückzufallen. */
body.home .entry-content > p,
body.home .entry-content > h1,
body.home .entry-content > h2,
body.home .entry-content > h3,
body.home .entry-content > hr,
body.page-template-htg_start_2026 .htg-home-2026__content > p,
body.page-template-htg_start_2026 .htg-home-2026__content > h1,
body.page-template-htg_start_2026 .htg-home-2026__content > h2,
body.page-template-htg_start_2026 .htg-home-2026__content > h3,
body.page-template-htg_start_2026 .htg-home-2026__content > hr {
    width: min(1320px, calc(100vw - 80px)) !important;
    max-width: min(1320px, calc(100vw - 80px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

@media (max-width: 900px) {
    body.home .htg-slider,
    body.home .htg-section,
    body.home .htg-reviews,
    body.home .htg-global-footer-cta .htg-footer-cta,
    body.home .entry-content > .wp-block-columns,
    body.home .entry-content > .wp-block-group,
    body.home .entry-content > .wp-block-media-text,
    body.home .entry-content > .wp-block-image,
    body.home .entry-content > .wp-block-video,
    body.home .entry-content > .wp-block-embed,
    body.home .entry-content > ul.latest-posts,
    body.home .entry-content > .wp-block-latest-posts,
    body.home .entry-content > .wp-block-query,
    body.home .entry-content > p,
    body.home .entry-content > h1,
    body.home .entry-content > h2,
    body.home .entry-content > h3,
    body.home .entry-content > hr,
    body.page-template-htg_start_2026 .htg-slider,
    body.page-template-htg_start_2026 .htg-section,
    body.page-template-htg_start_2026 .htg-reviews,
    body.page-template-htg_start_2026 .htg-global-footer-cta .htg-footer-cta,
    body.page-template-htg_start_2026 .htg-home-2026__content > :not(.alignfull),
    body.page-template-htg_start_2026 .entry-content > ul.latest-posts,
    body.page-template-htg_start_2026 .entry-content > .wp-block-latest-posts,
    body.page-template-htg_start_2026 .entry-content > .wp-block-query {
        width: calc(100vw - 32px) !important;
        max-width: calc(100vw - 32px) !important;
    }
}


/* ==========================================================================
   HTG Fix 1.3.4: Sliderhöhe nach Breitenkorrektur proportional sichern
   ========================================================================== */

/* Die Startseite darf dieselbe Contentbreite wie Unterseiten nutzen, aber der
   Hero-Slider soll dadurch nicht flachgezogen wirken. Bei 960px Breite bleibt
   die alte 420px-Höhe erhalten; bei breiterem Layout wächst die Slidehöhe
   proportional bis zur ursprünglichen großen Sliderhöhe. */
body.home .htg-slider__slide,
body.page-template-htg_start_2026 .htg-slider__slide {
    height: clamp(420px, 43.75vw, 600px) !important;
}

@media (max-width: 900px) {
    body.home .htg-slider__slide,
    body.page-template-htg_start_2026 .htg-slider__slide {
        height: 520px !important;
    }
}

@media (max-width: 640px) {
    body.home .htg-slider__slide,
    body.page-template-htg_start_2026 .htg-slider__slide {
        height: auto !important;
        min-height: 0 !important;
    }
}

@media (max-width: 781px) {
.wp-block-columns .wp-block-column .wp-block-image {
	display: inline-block !important;
	vertical-align: middle;
	margin: 0 1rem !important;
}

.wp-block-columns .wp-block-column {
	text-align: center;
}

.wp-block-columns .wp-block-column .wp-block-image img {
	display: block;
	height: auto;
}
	
	.wp-block-columns .wp-block-column,
	.wp-block-columns .wp-block-column > *,
	.wp-block-columns .wp-block-column p,
	.wp-block-columns .wp-block-column h1,
	.wp-block-columns .wp-block-column h2,
	.wp-block-columns .wp-block-column h3,
	.wp-block-columns .wp-block-column h4,
	.wp-block-columns .wp-block-column h5,
	.wp-block-columns .wp-block-column h6,
	.wp-block-columns .wp-block-column .wp-block-image figure {
		text-align: center !important;
	}

	.wp-block-columns .wp-block-buttons {
		justify-content: center !important;
	}

	.wp-block-columns .wp-block-button {
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

/* ==========================================================================
   HTG Fix 1.3.9: Button-System und Slider-Aktionsbuttons
   Ziel:
   - Slider-Iconbuttons sichtbar größer und wertiger
   - Fläche bleibt, keine weiße Außenlinie
   - Hoververhalten pro Kontext einheitlich
   - Spätere Korrekturschicht, überschreibt ältere Button-Regeln
   ========================================================================== */

:root {
	--htg-btn-orange: #ff6600;
	--htg-btn-orange-hover: #e95000;
	--htg-btn-ink: #161636;
	--htg-btn-white: #ffffff;
	--htg-btn-teal: #28494f;
	--htg-btn-teal-hover: #1f3c42;
	--htg-btn-shadow-orange: 0 12px 28px rgba(255, 102, 0, 0.24);
	--htg-btn-shadow-dark: 0 12px 28px rgba(22, 22, 54, 0.20);
	--htg-btn-transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

/* --- Slider: Aktionszeile --- */
.htg-slider__actions {
	display: flex !important;
	align-items: center !important;
	gap: 12px !important;
	flex-wrap: wrap !important;
	margin-top: 30px !important;
}

.htg-slider__actions .htg-slider__button,
.htg-slider__actions .htg-slider__icon-link {
	margin: 0 !important;
}

/* Slider-Hauptbutton: kräftiger, ruhiger, klickbarer */
.htg-slider__button,
.htg-slider__button:visited {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 12px !important;
	min-height: 48px !important;
	padding: 0 28px !important;
	background: var(--htg-btn-white) !important;
	color: var(--htg-btn-ink) !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	text-decoration: none !important;
	text-shadow: none !important;
	font-family: 'Merriweather Sans', Arial, sans-serif !important;
	font-size: 19px !important;
	font-weight: 700 !important;
	font-style: italic !important;
	line-height: 1 !important;
	transition: var(--htg-btn-transition) !important;
}

.htg-slider__button::before {
	width: 23px !important;
	height: 23px !important;
	flex-basis: 23px !important;
	background-color: currentColor !important;
	transform: translateY(1px) !important;
}

.htg-slider__button:hover,
.htg-slider__button:focus {
	background: var(--htg-btn-orange) !important;
	color: var(--htg-btn-white) !important;
	box-shadow: var(--htg-btn-shadow-orange) !important;
	text-decoration: none !important;
	transform: translateY(-1px) !important;
}

.htg-slider__button:active {
	transform: translateY(0) !important;
	box-shadow: none !important;
}

/* Slider-Iconbuttons: größer, Fläche bleibt, Außenlinie bleibt weg */
.htg-slider__icon-link,
.htg-slider__icon-link:visited {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 46px !important;
	height: 46px !important;
	min-width: 46px !important;
	min-height: 46px !important;
	padding: 0 !important;
	background: rgba(255, 255, 255, 0.16) !important;
	border: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
	border-radius: 50% !important;
	color: var(--htg-btn-white) !important;
	font-size: 0 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	text-shadow: none !important;
	overflow: hidden !important;
	transition: var(--htg-btn-transition) !important;
}

.htg-slider__icon-link::before {
	content: "" !important;
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	flex: 0 0 auto !important;
	background-color: transparent !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: contain !important;
	-webkit-mask: none !important;
	mask: none !important;
	-webkit-mask-image: none !important;
	mask-image: none !important;
}

.htg-slider__icon-link--phone::before {
	width: 27px !important;
	height: 27px !important;
	flex-basis: 27px !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v2.46a2 2 0 0 1-2.18 2A19.79 19.79 0 0 1 11.19 18a19.5 19.5 0 0 1-5.9-5.9A19.79 19.79 0 0 1 2.62 4.18A2 2 0 0 1 4.6 2h2.5a2 2 0 0 1 2 1.72c.12.89.34 1.76.66 2.58a2 2 0 0 1-.45 2.11L8.25 9.47a16 16 0 0 0 6.29 6.29l1.06-1.06a2 2 0 0 1 2.11-.45c.82.32 1.69.54 2.58.66A2 2 0 0 1 22 16.92Z'/%3E%3C/svg%3E") !important;
}

.htg-slider__icon-link--whatsapp::before {
	width: 28px !important;
	height: 28px !important;
	flex-basis: 28px !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.95' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.52 11.87A8.5 8.5 0 0 1 7.44 19.3L4 20.33l1.03-3.44a8.5 8.5 0 1 1 15.49-5.02Z'/%3E%3Cpath d='M9.45 8.8c.16-.36.33-.37.49-.38h.41c.13 0 .34.05.52.24.18.19.68.67.68 1.63s-.7 1.9-.8 2.03c-.1.13-.2.28-.08.54.12.26.54 1.03 1.16 1.66.8.82 1.48 1.07 1.69 1.19.21.12.34.1.46-.06.12-.16.53-.62.67-.83.14-.21.28-.18.48-.11.2.07 1.24.58 1.45.68.21.1.35.15.4.24.05.09.05.53-.12 1.03-.17.5-1 .97-1.39 1.03-.36.05-.8.08-1.29-.08-.3-.09-.67-.22-1.16-.44-2.04-.88-3.37-2.95-3.47-3.09-.1-.14-.83-1.1-.83-2.1s.53-1.49.71-1.69Z'/%3E%3C/svg%3E") !important;
}

.htg-slider__icon-link:hover,
.htg-slider__icon-link:focus {
	background: var(--htg-btn-orange) !important;
	color: var(--htg-btn-white) !important;
	box-shadow: var(--htg-btn-shadow-orange) !important;
	transform: translateY(-1px) !important;
}

.htg-slider__icon-link:active {
	transform: translateY(0) !important;
	box-shadow: none !important;
}

.htg-slider__button:focus-visible,
.htg-slider__icon-link:focus-visible,
.wp-block-button__link:focus-visible,
input[type="submit"]:focus-visible,
button:focus-visible {
	outline: 2px solid rgba(255, 102, 0, 0.42) !important;
	outline-offset: 3px !important;
}

/* --- Gutenberg- und Inhaltsbuttons: orange Grundfläche, dunkel im Hover --- */
.entry-content .wp-block-button__link,
.htg-section .wp-block-button__link,
.wp-block-buttons .wp-block-button__link,
.htg-global-footer-cta .htg-footer-cta__button .wp-block-button__link,
.htg-footer-cta__button,
.htg-footer-cta__button:visited {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 50px !important;
	padding: 0 34px !important;
	background: var(--htg-btn-orange) !important;
	color: var(--htg-btn-white) !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	text-decoration: none !important;
	font-family: 'Merriweather Sans', Arial, sans-serif !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	font-style: italic !important;
	line-height: 1 !important;
	letter-spacing: 0.035em !important;
	transition: var(--htg-btn-transition) !important;
}

.entry-content .wp-block-button__link:hover,
.entry-content .wp-block-button__link:focus,
.htg-section .wp-block-button__link:hover,
.htg-section .wp-block-button__link:focus,
.wp-block-buttons .wp-block-button__link:hover,
.wp-block-buttons .wp-block-button__link:focus,
.htg-global-footer-cta .htg-footer-cta__button .wp-block-button__link:hover,
.htg-global-footer-cta .htg-footer-cta__button .wp-block-button__link:focus,
.htg-footer-cta__button:hover,
.htg-footer-cta__button:focus {
	background: var(--htg-btn-ink) !important;
	color: var(--htg-btn-white) !important;
	box-shadow: var(--htg-btn-shadow-dark) !important;
	text-decoration: none !important;
	transform: translateY(-1px) !important;
}

.entry-content .wp-block-button__link:active,
.htg-section .wp-block-button__link:active,
.wp-block-buttons .wp-block-button__link:active,
.htg-global-footer-cta .htg-footer-cta__button .wp-block-button__link:active,
.htg-footer-cta__button:active {
	transform: translateY(0) !important;
	box-shadow: none !important;
}

/* Startseiten-Abschnittsbuttons dürfen nicht wieder auf 14px fallen. */
body.home .htg-section .wp-block-button__link,
body.page-template-htg_start_2026 .htg-section .wp-block-button__link {
	min-height: 50px !important;
	padding: 0 34px !important;
	font-size: 18px !important;
	line-height: 1 !important;
}

body.home .htg-section .wp-block-button__link:hover,
body.home .htg-section .wp-block-button__link:focus,
body.page-template-htg_start_2026 .htg-section .wp-block-button__link:hover,
body.page-template-htg_start_2026 .htg-section .wp-block-button__link:focus {
	background: var(--htg-btn-ink) !important;
	color: var(--htg-btn-white) !important;
	box-shadow: var(--htg-btn-shadow-dark) !important;
	transform: translateY(-1px) !important;
}

/* --- Formularbuttons: gleiche Bewegung, Farbe passend zum Kontext --- */
.entry-content .registration-form input[type="submit"],
.entry-content .contact-form input[type="submit"],
.entry-content .widget_wysija_cont input[type="submit"],
.entry-content .form-valid input[type="submit"] {
	min-height: 50px !important;
	padding: 0 32px !important;
	background: var(--htg-btn-orange) !important;
	color: var(--htg-btn-white) !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	font-family: 'Merriweather Sans', Arial, sans-serif !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	font-style: italic !important;
	letter-spacing: 0.045em !important;
	line-height: 1 !important;
	transition: var(--htg-btn-transition) !important;
}

.entry-content .registration-form input[type="submit"]:hover,
.entry-content .registration-form input[type="submit"]:focus,
.entry-content .contact-form input[type="submit"]:hover,
.entry-content .contact-form input[type="submit"]:focus,
.entry-content .widget_wysija_cont input[type="submit"]:hover,
.entry-content .widget_wysija_cont input[type="submit"]:focus,
.entry-content .form-valid input[type="submit"]:hover,
.entry-content .form-valid input[type="submit"]:focus {
	background: var(--htg-btn-ink) !important;
	color: var(--htg-btn-white) !important;
	box-shadow: var(--htg-btn-shadow-dark) !important;
	transform: translateY(-1px) !important;
}

/* Modal bleibt im ruhigen Teal-Kontext, bekommt aber dieselbe Interaktionslogik. */
.htg-contact-modal__body .wpcf7 input[type="submit"] {
	min-height: 52px !important;
	padding: 0 32px !important;
	background: var(--htg-btn-teal) !important;
	color: var(--htg-btn-white) !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: 0 10px 24px rgba(40, 73, 79, 0.16) !important;
	transition: var(--htg-btn-transition) !important;
}

.htg-contact-modal__body .wpcf7 input[type="submit"]:hover,
.htg-contact-modal__body .wpcf7 input[type="submit"]:focus {
	background: var(--htg-btn-teal-hover) !important;
	color: var(--htg-btn-white) !important;
	box-shadow: 0 14px 30px rgba(40, 73, 79, 0.24) !important;
	transform: translateY(-1px) !important;
}

@media (max-width: 700px) {
	.htg-slider__actions {
		gap: 10px !important;
		margin-top: 24px !important;
	}

	.htg-slider__button {
		min-height: 46px !important;
		padding: 0 22px !important;
		font-size: 17px !important;
	}

	.htg-slider__button::before {
		width: 21px !important;
		height: 21px !important;
		flex-basis: 21px !important;
	}

	.htg-slider__icon-link {
		width: 42px !important;
		height: 42px !important;
		min-width: 42px !important;
		min-height: 42px !important;
	}

	.htg-slider__icon-link--phone::before {
		width: 25px !important;
		height: 25px !important;
		flex-basis: 25px !important;
	}

	.htg-slider__icon-link--whatsapp::before {
		width: 26px !important;
		height: 26px !important;
		flex-basis: 26px !important;
	}

	.entry-content .wp-block-button__link,
	.htg-section .wp-block-button__link,
	.wp-block-buttons .wp-block-button__link,
	.htg-global-footer-cta .htg-footer-cta__button .wp-block-button__link,
	.htg-footer-cta__button {
		min-height: 48px !important;
		padding: 0 26px !important;
		font-size: 17px !important;
	}
}


/* ==========================================================================
   HTG Fix 1.4.0: Button-System final beruhigt
   - Footer-CTA: Wrapper transparent, keine dunkle Box hinter dem Button
   - Slider-Icons: größere, klar erkennbare Telefon-/WhatsApp-Symbole
   - Hover-Kontexte: Slider = orange, Content/Footer = dunkel
   ========================================================================== */

:root {
	--htg-button-orange: #ff6600;
	--htg-button-orange-hover: #e85c00;
	--htg-button-ink: #161636;
	--htg-button-white: #ffffff;
	--htg-button-ease: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

/* ------------------------------
   Slider-Aktionszeile
   ------------------------------ */
.htg-slider__actions {
	display: flex !important;
	align-items: center !important;
	gap: 14px !important;
	flex-wrap: wrap !important;
	margin-top: 30px !important;
}

.htg-slider__actions .htg-slider__button,
.htg-slider__actions .htg-slider__icon-link {
	margin: 0 !important;
}

/* Hauptbutton im Slider */
.htg-slider__button,
.htg-slider__button:visited {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 12px !important;
	min-height: 50px !important;
	padding: 0 30px !important;
	background: var(--htg-button-white) !important;
	color: var(--htg-button-ink) !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	text-decoration: none !important;
	text-shadow: none !important;
	font-family: 'Merriweather Sans', Arial, sans-serif !important;
	font-size: 19px !important;
	font-weight: 700 !important;
	font-style: italic !important;
	line-height: 1 !important;
	transition: var(--htg-button-ease) !important;
}

.htg-slider__button:hover,
.htg-slider__button:focus {
	background: var(--htg-button-orange) !important;
	color: var(--htg-button-white) !important;
	box-shadow: 0 12px 28px rgba(255, 102, 0, 0.28) !important;
	transform: translateY(-1px) !important;
}

.htg-slider__button:active {
	box-shadow: none !important;
	transform: translateY(0) !important;
}

/* Runde Slider-Iconbuttons: Fläche bleibt, Außenlinie bleibt weg. */
.htg-slider__icon-link,
.htg-slider__icon-link:visited {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 48px !important;
	height: 48px !important;
	min-width: 48px !important;
	min-height: 48px !important;
	padding: 0 !important;
	background: rgba(255, 255, 255, 0.18) !important;
	border: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
	border-radius: 50% !important;
	color: var(--htg-button-white) !important;
	font-size: 0 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	text-shadow: none !important;
	overflow: hidden !important;
	transition: var(--htg-button-ease) !important;
}

.htg-slider__icon-link::before {
	content: "" !important;
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	flex: 0 0 auto !important;
	background-color: transparent !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: contain !important;
	-webkit-mask: none !important;
	mask: none !important;
	-webkit-mask-image: none !important;
	mask-image: none !important;
}

.htg-slider__icon-link:hover,
.htg-slider__icon-link:focus {
	background: var(--htg-button-orange) !important;
	color: var(--htg-button-white) !important;
	box-shadow: 0 12px 28px rgba(255, 102, 0, 0.28) !important;
	transform: translateY(-1px) !important;
}

.htg-slider__icon-link:active {
	box-shadow: none !important;
	transform: translateY(0) !important;
}

/* Telefon: klare, große Linie */
.htg-slider__icon-link--phone::before {
	width: 29px !important;
	height: 29px !important;
	flex-basis: 29px !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v2.55a2 2 0 0 1-2.18 2A19.8 19.8 0 0 1 3.53 5.18 2 2 0 0 1 5.53 3h2.55a2 2 0 0 1 2 1.72c.12.9.33 1.77.64 2.61a2 2 0 0 1-.45 2.11L9.15 10.56a16.2 16.2 0 0 0 4.29 4.29l1.12-1.12a2 2 0 0 1 2.11-.45c.84.31 1.71.52 2.61.64A2 2 0 0 1 22 16.92Z'/%3E%3C/svg%3E") !important;
}

/* WhatsApp: gefülltes, besser lesbares Zeichen statt dünner Linienzeichnung. */
.htg-slider__icon-link--whatsapp::before {
	width: 30px !important;
	height: 30px !important;
	flex-basis: 30px !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23ffffff' d='M16.02 3.2C8.9 3.2 3.1 8.93 3.1 15.98c0 2.33.64 4.6 1.84 6.58L3.2 28.8l6.42-1.68a13.02 13.02 0 0 0 6.4 1.67c7.12 0 12.9-5.73 12.9-12.8S23.14 3.2 16.02 3.2Zm0 23.2a10.6 10.6 0 0 1-5.42-1.5l-.39-.23-3.8 1 1.02-3.68-.25-.4a10.32 10.32 0 0 1-1.67-5.61c0-5.75 4.72-10.42 10.51-10.42 5.8 0 10.51 4.67 10.51 10.42S21.82 26.4 16.02 26.4Z'/%3E%3Cpath fill='%23ffffff' d='M21.84 18.67c-.32-.16-1.9-.94-2.2-1.05-.3-.11-.52-.16-.74.16-.22.32-.85 1.05-1.05 1.27-.19.22-.38.24-.7.08-.32-.16-1.35-.5-2.58-1.59-.95-.85-1.6-1.9-1.78-2.22-.18-.32-.02-.5.14-.66.14-.14.32-.38.48-.57.16-.19.22-.32.32-.54.11-.22.05-.41-.03-.57-.08-.16-.74-1.78-1.01-2.43-.27-.64-.54-.55-.74-.56h-.63c-.22 0-.57.08-.87.41-.3.32-1.14 1.11-1.14 2.71s1.17 3.14 1.33 3.36c.16.22 2.31 3.53 5.6 4.95.78.34 1.39.54 1.87.69.79.25 1.5.21 2.07.13.63-.09 1.9-.78 2.17-1.54.27-.76.27-1.41.19-1.54-.08-.14-.29-.22-.61-.38Z'/%3E%3C/svg%3E") !important;
}

/* ------------------------------
   Footer-CTA: dunkle Box entfernen
   ------------------------------ */
.htg-global-footer-cta .htg-footer-cta,
.htg-footer-cta {
	box-sizing: border-box !important;
}

.htg-global-footer-cta .htg-footer-cta__inner,
.htg-footer-cta__inner {
	align-items: center !important;
}

/* Der Button-Wrapper darf nie selbst Buttonfläche sein. */
.htg-global-footer-cta .htg-footer-cta__action,
.htg-global-footer-cta .htg-footer-cta__button,
.htg-footer-cta__action,
.htg-footer-cta__button,
.wp-block-button.htg-footer-cta__button {
	display: block !important;
	width: auto !important;
	min-width: 0 !important;
	min-height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	transform: none !important;
}

/* Nur der echte Link ist die sichtbare Buttonfläche. */
.htg-global-footer-cta .htg-footer-cta__button .wp-block-button__link,
.htg-global-footer-cta .htg-footer-cta__action .wp-block-button__link,
.htg-footer-cta__button .wp-block-button__link,
.htg-footer-cta__action .wp-block-button__link,
a.htg-footer-cta__button,
.htg-footer-cta__button:visited {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 50px !important;
	padding: 0 34px !important;
	background: var(--htg-button-orange) !important;
	color: var(--htg-button-white) !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	text-decoration: none !important;
	font-family: 'Merriweather Sans', Arial, sans-serif !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	font-style: italic !important;
	letter-spacing: 0.035em !important;
	line-height: 1 !important;
	white-space: nowrap !important;
	transition: var(--htg-button-ease) !important;
}

.htg-global-footer-cta .htg-footer-cta__button .wp-block-button__link:hover,
.htg-global-footer-cta .htg-footer-cta__button .wp-block-button__link:focus,
.htg-global-footer-cta .htg-footer-cta__action .wp-block-button__link:hover,
.htg-global-footer-cta .htg-footer-cta__action .wp-block-button__link:focus,
.htg-footer-cta__button .wp-block-button__link:hover,
.htg-footer-cta__button .wp-block-button__link:focus,
.htg-footer-cta__action .wp-block-button__link:hover,
.htg-footer-cta__action .wp-block-button__link:focus,
a.htg-footer-cta__button:hover,
a.htg-footer-cta__button:focus {
	background: var(--htg-button-ink) !important;
	color: var(--htg-button-white) !important;
	box-shadow: 0 12px 28px rgba(22, 22, 54, 0.22) !important;
	transform: translateY(-1px) !important;
}

/* Content-/Gutenberg-Buttons: nicht auf Wrapper anwenden, nur auf Link. */
.entry-content .wp-block-button:not(.htg-footer-cta__button) {
	background: transparent !important;
	box-shadow: none !important;
}

@media (max-width: 700px) {
	.htg-slider__actions {
		gap: 10px !important;
	}

	.htg-slider__button {
		min-height: 48px !important;
		padding: 0 22px !important;
		font-size: 17px !important;
	}

	.htg-slider__icon-link {
		width: 46px !important;
		height: 46px !important;
		min-width: 46px !important;
		min-height: 46px !important;
	}

	.htg-slider__icon-link--phone::before {
		width: 28px !important;
		height: 28px !important;
		flex-basis: 28px !important;
	}

	.htg-slider__icon-link--whatsapp::before {
		width: 29px !important;
		height: 29px !important;
		flex-basis: 29px !important;
	}

	.htg-global-footer-cta .htg-footer-cta__button .wp-block-button__link,
	.htg-global-footer-cta .htg-footer-cta__action .wp-block-button__link,
	.htg-footer-cta__button .wp-block-button__link,
	.htg-footer-cta__action .wp-block-button__link,
	a.htg-footer-cta__button {
		width: 100% !important;
		white-space: normal !important;
		text-align: center !important;
	}
}
/* Hauptmenü-Suche */
.htg-menu-search-item {
	display: flex !important;
	align-items: center !important;
}

.htg-menu-search-toggle {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 38px !important;
	height: 38px !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 50% !important;
	background: transparent !important;
	color: #161636 !important;
	cursor: pointer !important;
}

.htg-menu-search-toggle::before {
	margin-top:5px;
	content: "" !important;
	display: block !important;
	width: 21px !important;
	height: 21px !important;
	background-color: currentColor !important;
	-webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8 4a6.8 6.8 0 0 1 5.38 10.96l3.43 3.43a1 1 0 0 1-1.42 1.42l-3.43-3.43A6.8 6.8 0 1 1 10.8 4Zm0 2a4.8 4.8 0 1 0 0 9.6 4.8 4.8 0 0 0 0-9.6Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
	mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8 4a6.8 6.8 0 0 1 5.38 10.96l3.43 3.43a1 1 0 0 1-1.42 1.42l-3.43-3.43A6.8 6.8 0 1 1 10.8 4Zm0 2a4.8 4.8 0 1 0 0 9.6 4.8 4.8 0 0 0 0-9.6Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

.htg-menu-search-toggle:hover,
.htg-menu-search-toggle:focus {
	background: rgba(255, 102, 0, 0.10) !important;
	color: #ff6600 !important;
	outline: 0 !important;
}

/* Overlay */
.htg-search-overlay {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 32px;
}

.htg-search-overlay.is-open {
	display: flex;
}

.htg-search-overlay__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(22, 22, 54, 0.72);
	backdrop-filter: blur(4px);
}

.htg-search-overlay__dialog {
	position: relative;
	z-index: 1;
	width: min(760px, calc(100vw - 48px));
	padding: clamp(2rem, 5vw, 4rem);
	background: #f8f5ef;
	box-shadow: 0 32px 90px rgba(0, 0, 0, 0.32);
}

.htg-search-overlay__close {
	position: absolute;
	top: 18px;
	right: 18px;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(22, 22, 54, 0.08);
	color: #161636;
	font-size: 30px;
	line-height: 42px;
	cursor: pointer;
}

.htg-search-overlay__close:hover,
.htg-search-overlay__close:focus {
	background: #ff6600;
	color: #fff;
	outline: 0;
}

.htg-search-overlay__form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 14px;
	align-items: end;
}

.htg-search-overlay__form label {
	grid-column: 1 / -1;
	margin: 0 0 6px;
	color: #161636;
	font-family: "Merriweather Sans", Arial, sans-serif;
	font-size: clamp(1.2rem, 3vw, 2rem);
	line-height: 1.1;
	font-weight: 700;
	font-style: italic;
}

.htg-search-overlay__form input[type="search"] {
	width: 100%;
	height: 58px;
	padding: 0 18px;
	border: 1px solid rgba(22, 22, 54, 0.22);
	border-radius: 0;
	background: #fff;
	color: #161636;
	font-size: 20px;
	line-height: 1;
}

.htg-search-overlay__form input[type="search"]:focus {
	border-color: #ff6600;
	box-shadow: 0 0 0 4px rgba(255, 102, 0, 0.16);
	outline: 0;
}

.htg-search-overlay__form button[type="submit"] {
	height: 58px;
	padding: 0 30px;
	border: 0;
	border-radius: 0;
	background: #ff6600;
	color: #fff;
	font-family: "Merriweather Sans", Arial, sans-serif;
	font-size: 17px;
	font-weight: 700;
	font-style: italic;
	line-height: 1;
	cursor: pointer;
}

.htg-search-overlay__form button[type="submit"]:hover,
.htg-search-overlay__form button[type="submit"]:focus {
	background: #161636;
	color: #fff;
	outline: 0;
}

body.htg-search-open {
	overflow: hidden;
}

@media (max-width: 640px) {
	.htg-search-overlay {
		padding: 18px;
	}

	.htg-search-overlay__dialog {
		width: calc(100vw - 36px);
		padding: 3.2rem 1.4rem 1.6rem;
	}

	.htg-search-overlay__form {
		grid-template-columns: 1fr;
	}

	.htg-search-overlay__form button[type="submit"] {
		width: 100%;
	}
}

.site-branding .site-description {
	margin: 0.35rem 0 0 !important;
	color: #161636 !important;
	font-size: 14px !important;
	line-height: 1.35 !important;
	font-style: italic;
}

.wp-block-image a,
.entry-content a:has(img) {
	display: inline-block;
	overflow: hidden;
	box-shadow: none !important;
}

.wp-block-image a img,
.entry-content a:has(img) img {
	display: block;
	transition: transform 0.35s ease, opacity 0.35s ease;
}

.wp-block-image a:hover img,
.wp-block-image a:focus img,
.entry-content a:has(img):hover img,
.entry-content a:has(img):focus img {
	transform: scale(.87);
	opacity: 0.9;
}


h1:not(.htg-slider__content h1) {
	font-size:2.0em;
	font-weight:700;
	font-style:normal;
	text-transform:uppercase;
	color:rgba(22, 22, 54, 0.5);
	letter-spacing:.05em;
	}