*,
*::before,
*::after {
	box-sizing: border-box;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}

:focus::-webkit-input-placeholder {
	color: transparent;
}

:focus::-moz-placeholder {
	color: transparent;
}

:focus:-moz-placeholder {
	color: transparent;
}

:focus:-ms-input-placeholder {
	color: transparent;
}

/* Structure */
html {
	font-size: 100%;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
}

body { 
	margin:0;
	font-family:open sans,Helvetica,Arial,sans-serif;
	font-size:20px;
	line-height:1.6;
	word-wrap:break-word;
	background:#f7f7f7;
	-webkit-font-smoothing:antialiased
}

.container {
	position: relative;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}

.container--outer {
	margin: 25px auto;
	box-shadow: 0 0 10px rgba(50, 50, 50, .17);
}

.wrapper {
	padding: 25px;
	background: #fff;
}

.flex {
	display: -webkit-flex;
	display: flex;
}

.primary {
	-webkit-flex: 1 0 65.83%;
	flex: 1 0 65.83%;
	-webkit-order: 1;
	order: 1;
	min-width: 0;
}

.sidebar {
	-webkit-flex: 1 0 31.66%;
	flex: 1 0 31.66%;
	-webkit-order: 2;
	order: 2;
	min-width: 0;
	margin: 0 0 0 2.5%;
}

.sidebar--left {
	-webkit-order: 0;
	order: 0;
	margin: 0 2.5% 0 0;
}

.clearfix {
	display: block;
}

.clearfix::after {
	display: block;
	height: 0;
	padding: 0;
	margin: 0;
	clear: both;
	line-height: 0;
	visibility: hidden;
	content: "";
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

/* Button */
.btn {
	padding: 5px 10px;
	font-weight: 700;
	color: #fff;
	white-space: pre-line;
	background: #2a2a2a;
}

.btn:hover {color:#fff;background:#e22d30}

/* Animation */
.menu__item,
.btn {
	transition: background-color .25s ease-out;
}
li.menu__item a {
	padding:18px;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	font-weight: 700;
	line-height: 1.3;
	color: #fff !important;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 22px;
}

h6 {
	font-size: 22px;
}

a {
	color: #e22d30 !important; /* color: #000; */
	text-decoration: none;
}

a:hover {
	color: #fff !important;
	/* color: {{ $highlightColor }}; */
}
a:hover {
    color: #fff !important;
}
a:active, a:visited {
    color: #fff !important;
}
.menu__item--active a {
    color: #fff !important;
}
hr {
	margin: 0 0 20px;
	border: 0;
	border-top: 1px solid #dadada;
}

p {
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
}

b,
strong {
	font: inherit;
	font-weight: 700;
}

i,
em {
	font: inherit;
	font-style: italic;
}

ol,
ul {
	padding: 0;
	margin: 0;
}

small {
	font-size: 22px;
}

mark {
	background-color: #fd5;
}

figure {
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
}

figcaption {
	margin-top: 4px;
	margin-top: .25rem;
	color: #666;
}

figcaption h4 {
	margin: 0;
	color: inherit;
}

pre,
code,
kbd,
samp {font-family:SFMono-Regular,Menlo,Monaco,Consolas,liberation mono,courier new,monospace;font-size:inherit}

pre,
code {
	background-color: #f5f5f5;
	border: 1px solid #ebebeb;
}

code {
	padding: 0 5px;
	color: #c33;
}

pre {
	display: block;
	padding: 0;
	padding: 1.25rem;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	overflow: auto;
	color: #000;
}

pre code {
	padding: 0;
	color: inherit;
	white-space: inherit;
	background: inherit;
	border: 0;
}

kbd {
	padding: 2px 3px;
	color: #fff;
	background-color: #2a2a2a;
}

blockquote {
	display: block;
	padding: 5px 0 5px 15px;
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	line-height: 1.6;
	border-left: 5px solid #e22d30;
}

blockquote p:last-child {
	margin: 0;
}

blockquote footer {
	text-align: right;
}

sup,
sub {
	font-size: 22px;
	font-style: normal;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

abbr[title] {
	text-decoration: none;
	cursor: help;
	border-bottom: 1px dotted #000;
}

q {
	font-style: italic;
}

address {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	font-family: "Consolas", Courier New, Courier, monospace;
	line-height: 1.5;
}

dl {
	margin: 0 0 10px 20px;
}

dt,
dd {
	display: list-item;
}

dt {
	font-weight: bold;
	list-style-type: square;
}

dd {
	margin-left: 20px;
	list-style-type: circle;
}

select {
	max-width: 100%;
}

.warning {
	padding: 20px 10px;
	text-align: center;
	border: 1px solid #ddd;
}

.warning__icon {
	margin-bottom: 20px;
	fill: #ddd;
}

/* Header */
.header {
	background: #fff;
}

.logo {
	padding: 25px;
}

.logo__link {
	display: inline-block;
}

.logo__item {
	display: inline-block;
	vertical-align: middle;
}

.logo__img {
	max-height: 256px;
}

.logo__text {
	text-transform: uppercase;
}

.logo--mixed .logo__item {
	margin: .5rem auto;
}

.logo--mixed .logo__img {
	max-width: 128px;
	max-height: 128px;
}

.logo--mixed .logo__text {
	padding: 0 1rem;
}

.logo__title {
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
	color: #000;
}

.logo__tagline {
	display: inline-block;
	padding-top: 10px;
	margin-top: 10px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	color: #e22d30;
	border-top: 1px solid #ebebeb;
}

.divider {
	height: 5px;
	margin: 0;
	background: #e22d30;
	border: 0;
}

/* Main menu */
.no-js .menu__btn {
	display: none;
}

.menu__btn {
	display: block;
	width: 100%;
	padding: 0;
	font: inherit;
	color: #fff;
	background: #2a2a2a;
	border: 0;
	outline: 0;
}

.menu__btn-title {
	position: relative;
	display: block;
	padding: 10px 15px;
	padding: .625rem .9375rem;
	font-weight: 700;
	text-align: right;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

:focus > .menu__btn-title {
	box-shadow: inset 0 0 1px 3px #e22d30;
}

button:not(:-moz-focusring):focus > .menu__btn-title {
	box-shadow: none;
}

.menu__btn:focus,
.menu__btn-title:focus {
	outline: 0;
}

.js .menu__btn--active {
	color: #e22d30;
}

.menu__list {
	list-style: none;
	background: #2a2a2a;
}

.menu__item:hover {
	background: #e22d30;
}

.menu__item:first-child {
	border: 0;
}

.menu__item--active {
	background: #e22d30;
}

.menu__link {
	display: block;
	padding: 10px 15px;
	padding: .625rem .9375rem;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}

.menu__link:hover {
	color: #fff;
}

.js .menu__list {
	position: absolute;
	z-index: 1;
	width: 100%;
	visibility: hidden;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top left;
	transform-origin: top left;
}

.js .menu__list--active {
	visibility: visible;
	border-top: 1px solid rgba(255, 255, 255, .1);
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.menu__list--transition {
	transition: visibility .15s ease, transform .15s ease, -webkit-transform .15s ease;
}

@media screen and (min-width: 767px) {
	.menu {
		border-bottom: 5px solid #e22d30;
	}

	.menu__btn {
		display: none;
	}

	.menu__list,
	.js .menu__list {
		position: relative;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		visibility: visible;
		border: 0;
		-webkit-transform: none;
		transform: none;
	}

	.menu__item {
		border-left: 1px solid rgba(255, 255, 255, .1);
	}
}

/* Posts/Pages */
.post__header,
.main__header {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.main__title {
	font-size: 28px;
}

.main__content {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.meta {
	font-size: 22px;
	vertical-align: baseline;
}

.meta,
.meta a {
	color: #666;
}

.meta a:hover {
	color: #e22d30;
}

.meta__item {
	display: inline;
	margin-left: 15px;
}

.meta__item:first-child {
	margin-left: 0;
}

.meta__icon {
	margin-right: 5px;
	vertical-align: middle;
	fill: #c4c4c4;
}

.meta__text {
	vertical-align: middle;
}

.post__title {
	margin: 0;
}

.post__meta {
	padding: 5px 0;
	margin-top: 10px;
	margin-top: .625rem;
	border-top: 1px dotted #ebebeb;
	border-bottom: 1px dotted #ebebeb;
}

.post__lead {
	margin-top: 4px;
	margin-top: .25rem;
	margin-bottom: 0;
	font-size: 22px;
	font-style: italic;
}

.post__thumbnail {
	max-width: 1030px;
	margin: 0 0 20px;
	margin-bottom: 0 0 1.25rem;
}

.post__thumbnail img {
	width: 100%;
}

.content a,
.warning a,
.authorbox__description a {
	font-weight: 700;
	color: #e22d30;
}

.content a:hover,
.warning a:hover,
.authorbox__description a:hover {
	color: #e22d30;
	text-decoration: underline;
}

.content .alignnone {
	display: block;
	margin: 20px 0;
	margin: 1.25rem 0;
}

.content .aligncenter {
	display: block;
	margin: 20px auto;
	margin: 1.25rem auto;
}

.content .alignleft {
	display: inline;
	float: left;
	margin: 5px 20px 20px 0;
	margin: .3125rem 1.25rem 1.25rem 0;
}

.content .alignright {
	display: inline;
	float: right;
	margin: 5px 0 20px 20px;
	margin: .3125rem 0 1.25rem 1.25rem;
}

.content ul {
	list-style: square;
}

.content ol {
	list-style: decimal;
}

.content ul,
.content ol {
	margin: 0 0 20px 40px;
}

.content ul ul,
.content ol ol,
.content ol ul,
.content ul ol {
	margin: 0 0 0 40px;
}

.content li {
	margin-bottom: 5px;
}

.post__footer {
	margin-top: 20px;
	margin-top: 1.25rem;
}

/* Post tags */
.tags {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	font-size: 22px;
	line-height: 1;
	color: #fff;
}

.tags__list {
	list-style: none;
}

.tags__item {
	float: left;
	margin: 0 6px 6px 0;
	margin: 0 .375rem .375rem 0;
	text-transform: uppercase;
	background: #2a2a2a;
}

.tags__item:hover {
	background: #e22d30;
}

.tags__link,
.tags__link:hover {
	display: block;
	padding: 10px 15px;
}

.tags__badge {
	float: left;
	width: 32px;
	height: 32px;
	padding: 8px;
	margin-right: 6px;
	background: #e22d30;
	fill: #fff;
}
.widget-taglist__link {
font-size: 16px !important 
}

/* Table of Contents */
.toc {
	margin-bottom: 20px;
	font-weight: 700;
	color: #7a8288;
	background: #fff;
	border-color: #ebebeb;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
}

.toc__title {
	padding: 5px 10px;
	color: #fff;
	text-transform: uppercase;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	background: #2a2a2a;
}

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

.toc__menu li li a {
	padding-left: 25px;
}

.toc__menu li li li a {
	padding-left: 45px;
}

.toc__menu li li li li a {
	padding-left: 65px;
}

.toc__menu li li li li li a {
	padding-left: 85px;
}

.toc__menu li li li li li li a {
	padding-left: 105px;
}

.toc__menu li {
	margin: 0;
}

.toc__menu a {
	display: block;
	padding: 5px 10px;
	color: #e22d30;
	border-bottom: 1px solid #ebebeb;
}

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

/* Author Box */
.authorbox {
	padding: 25px 0;
	margin-bottom: 25px;
	line-height: 1.5;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}

.authorbox__avatar {
	float: left;
	padding: 3px;
	margin: 0 25px 0 0;
	border: 1px solid #ebebeb;
}

.authorbox__header {
	margin-bottom: 10px;
}

.authorbox__name {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
}

/* List content */
.list__item {
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	border-bottom: 1px solid #ebebeb;
}

.list__header {
	margin-bottom: 10px;
	margin-bottom: .625rem;
}

.list__title {
	font-size: 20px;
	font-size: 1.25rem;
}

.list__meta {
	margin-top: 5px;
}

.list__thumbnail {
	float: left;
	margin: 0 20px 0 0;
}

.list__thumbnail img {
	width: 100%;
	max-width: 235px;
}

.list__footer-readmore {
	float: right;
	margin-top: 10px;
}

/* Pagination */
.pagination {
	margin-top: 20px;
}

.pagination__item {
	display: inline-block;
	padding: 10px 15px;
	font-weight: 700;
	color: #000;
	background: #f5f5f5;
}

.pagination__item:hover,
.pagination__item--current {
	color: #fff;
	background: #e22d30;
}

/* Pager (prev/next links) navigation */
.pager {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #ebebeb;
}

.pager__subtitle {
	display: block;
	margin-bottom: 5px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.pager__title {
	margin-bottom: 0;
	overflow: hidden;
	font-size: 13px;
	font-size: .8125rem;
}

.pager__item {
	-webkit-flex: 1 1 50%;
	flex: 1 1 50%;
	max-width: 48%;
}

.pager__item--next {
	margin-left: auto;
	text-align: right;
}

.pager__link {
	display: block;
}

/* Images / Video */
img {
	width: auto\9; /* ie8 */
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

iframe,
embed,
object,
video {
	max-width: 100%;
}

/* Table */
table {
	width: 100%;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	border-spacing: 0;
	border-collapse: collapse;
	border-top: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
}

td,
th {
	padding: 5px 10px;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}

th {
	font-weight: 700;
}

/* Forms */
input {
	padding: 5px;
	font-size: 12px;
	vertical-align: middle;
	background: #f5f5f5;
	border: 1px solid #ebebeb;
	transition: all .25s ease-in-out;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url] {
	width: 60%;
}

input[type=text]:hover,
input[type=email]:hover,
input[type=tel]:hover,
input[type=url]:hover,
textarea:hover {
	border: 1px solid #aaa;
}

input[type=submit],
input[type=reset] {
	display: inline-block;
	min-width: 150px;
	padding: 10px 15px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	background: #2a2a2a;
	border: 0;
	transition: all .1s linear;
	-webkit-appearance: none;
}

input[type=submit]:hover,
input[type=reset]:hover {
	background: #e22d30;
}

textarea {
	width: 96%;
	padding: 5px;
	overflow: auto;
	line-height: 1.5;
	resize: vertical;
	background: #f5f5f5;
	border: 1px solid rgba(0, 0, 0, .1);
}

/* Widgets */
.widget {
	margin-bottom: 25px;
	overflow: hidden;
}

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

.widget__title {
	position: relative;
	padding-bottom: 5px;
	font-size: 16px;
	font-size: 1rem;
	text-transform: uppercase;
	border-bottom: 3px solid #e22d30;
}

.widget__item {
	display: block;
	padding: 5px 0;
	border-bottom: 1px dotted #ebebeb;
}

.widget__item:first-child {
	padding-top: 0;
}

.widget__counter--bubble {
	display: inline-block;
	padding: 0 6px;
	font-size: .75rem;
	color: #666;
	text-align: center;
	background: #ebebeb;
	border-radius: 2em;
}

/* Search widget */
.widget-search__form {
	display: block;
	padding: 5%;
	margin: 0 auto;
	background: #f5f5f5;
}

.widget-search__form .widget-search__submit {
	display: none;
}

.widget-search__field {
	position: relative;
	display: block;
	width: 90%;
	padding: 8px;
	margin: 0 auto;
	font-size: 11px;
	cursor: pointer;
	background: #fff;
	border: 1px solid #ebebeb;
	border-radius: 0;
	outline-offset: -2px;
	transition: none;
	-webkit-appearance: none;
}

.widget-search__field:active,
.widget-search__field:focus {
	cursor: text;
}

/* Social widget */
.widget-social__item {
	padding: 0;
	border: 0;
}

.widget-social__link {
	display: block;
	margin: 0 0 8px;
	white-space: normal;
}

.widget-social__link-icon {
	margin: 0 5px 0 0;
	vertical-align: middle;
	fill: #fff;
}

/* Tags Widget */
.widget-taglist__link {
	display: inline-block;
	margin: 0 4px 8px 0;
	font-size: 12px;
	text-transform: uppercase;
}

/* Languages Widget */
.widget-languages__link {
	display: block;
}

.widget-languages__link:hover .widget-languages__link-btn {
	color: #fff;
	background: #e22d30;
}

.widget-languages__link-btn {
	display: inline-block;
}

/* Footer */
.footer {
	/* padding: 10px 25px; */
	font-size: 22px;
	color: #999;
	background: #2a2a2a;
	border-top: 3px solid #999;
}

.footer__container {
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.footer__links {
	-webkit-order: 1;
	order: 1;
}
.footer__links a {
	padding: 1rem;
	line-height: 2.5rem;
}

.footer a {
	color: #fff;
}

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

/* Media Queries */
@media screen and (max-width: 1475px) {
	.container--outer {
		width: 95%;
	}
}

@media screen and (max-width: 900px) {
	body { 
        font-size: 22px;
    }
	.container--outer {
		width: 100%;
		margin: 0 auto;
	}

	.wrapper,
	.logo {
		padding: 20px;
	}

	.widget {
		margin-bottom: 20px;
	}
    h1 {
        font-size: 22px;
    } 
	h1.post__title, h1.main__title {
		font-size: 22px;
	}
	.imgc {
		max-width: 100%;
		display: block;
		text-align: center;
		float: none;
		padding: 0 0 20px 0 !important;
	}
	.imgfl {
		max-width: 100%;
		display: block;
		text-align: center;
		float: none;
		padding: 0 0 15px 0;
		margin-right: auto;
		margin-left: auto;
	}
	.footer__container {
		display: block;
	}
	.cardf { 
        font-size: 22px !important; 
    }
	.footer {
		font-size: 22px;
	}
	.footer__links {
		padding-bottom: 0.5rem;
		text-align: center;
	}
	.footer__copyright {
		text-align: center;
	}
}

@media screen and (max-width: 767px) {
	.wrapper {
		display: block;
	}

	.sidebar {
		float: none;
		width: 100%;
		margin: 0;
	}

	.logo {
		text-align: center;
	}

	.logo__link {
		margin: 0 auto;
	}

	.logo__title {
		font-size: 22px;
	}

	.sidebar {
		margin-top: 20px;
	}
}

@media screen and (max-width: 620px) {
	input[type=text],
	input[type=email],
	input[type=tel],
	input[type=url] {
		width: 88%;
	}

	.meta__item {
		display: block;
		margin-left: 0;
	}

	.authorbox {
		text-align: center;
	}

	.authorbox__avatar {
		display: inline-block;
		float: none;
		margin: 0 0 20px;
	}

	.pager {
		display: block;
	}

	.pager__item {
		min-width: 100%;
		text-align: center;
	}

	.pager__item--prev {
		padding-bottom: 25px;
	}

	.content ul,
	.content ol {
		margin: 0 0 20px 20px;
	}

	.content ul ul,
	.content ol ol,
	.content ol ul,
	.content ul ol {
		margin: 0 0 0 20px;
	}

	.list__thumbnail {
		max-width: 80px;
	}

	.list__title {
		font-size: 22px;
	}

	.list__lead {
		font-size: 22px;
	}

	.list__meta {
		display: block;
		font-size: 22px;
	}
}

/* Place custom css here. */
body {
    background: #000 !important;
    background-image: url(/files/liebeszauber-s.jpeg) !important;
    background-position: left top;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
    font-style: normal;
    font-family: Lato, sans-serif !important;
    line-height: 1.5;
    letter-spacing: 0px;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
}
.container {
    background: none !important;
    text-align: left !important;
	width: 100%;
	max-width: 2160px; 
	margin: 0 auto;
}
.header {
    background-color: #000;
    background-image: url(/files/header-sample-05-d.jpeg);
    background-repeat: repeat;
    background-position: left top;
    background-attachment: scroll;
}
.logo__title {
    color: #fff;
    font-family: 'Montserrat', sans-serif !important; 
    font-weight: 700;   
    font-size: 28px;
}
.logo__tagline {
    padding-top: 0;
    border-top: none;
    color: #fff; 
    font-size: 22px;
    font-weight: normal;
    text-transform: none;
    font-family: Lato, sans-serif;
    font-style: normal;
    letter-spacing: 0px;
    line-height: 1.5;
    font-weight: bolder;
}
ul.menu__list {
    background: #000 !important;
    font-family: 'Montserrat', sans-serif !important; 
    font-weight: 700;   
    font-size: 1rem;
}
ul.menu__list a {
    color: #fff !important;
}
.menu__btn {
    background: #000 !important;  
}
.wrapper {
    color: #fff; 
    background: none !important;
}
h1.post__title, h1.main__title {
    color: #fff;
    text-transform: uppercase;
    font-size: 42px;
    line-height: 1.1;
}
h1, h2, h3, h4, h5 {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif !important; 
    letter-spacing: 1px; 
    font-style: normal; 
    font-weight: 700;
}

details {
    display: block;
}
span.details {
    color: #999999;
}
.toc .details {
    display: inline;
}
.toc details[open] summary {
    cursor: zoom-out;
}
.toc details summary {
    cursor: zoom-in;
    margin-inline-start: 0;
}
details[open] > summary:first-of-type {
    list-style-type: disclosure-open;
}
details > summary:first-of-type {
    list-style: inside disclosure-closed;
}
button {
    color: var(--primary);
}
::-webkit-scrollbar-thumb {
    background: var(--tertiary);
    border: 5px solid var(--theme);
    border-radius: var(--radius);
}

.toc {
    background: none;
    border: none;}
.toc__menu a {
    border: none;
}
a {
    color: #e22d30;
}
a:hover {
    color: #fff;
}
a:active, a:visited {
    color: #e22d30; 
}
.content a {
    color: #e22d30 !important; 
} 
.content a:active {
    color: #e22d30 !important; 
} 
.content a:visited {
    color: #e22d30 !important; 
}  
.gbsib2 a {
    color: #e22d30 !important; 
} 
.gbsib2 a:active {
    color: #e22d30 !important; 
} 
.gbsib2 a:visited {
    color: #e22d30 !important; 
} 
div.hd1 {
    text-align: center;
    margin-top: 70px;
	padding: 0 20px;
}
hr.hhr1 {
    border: none;
}
div.hd2 {
    width: 100% !important; 
    text-align: center !important;
}
div.hb3 {
    max-width: 580px; 
    text-align: center; 
    margin: 25px auto;
    color: #fff; 
    font-size: 17px; 
}
.hbs1 {
	color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif !important; 
    font-style: normal; 
    font-weight: 700;
    text-align: center; 
    font-size: 26px; 
    line-height: 32px; 
    letter-spacing: 1px; 
    font-style: normal; 
}
h1.hb2 {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif !important; 
    font-weight: 700;
    text-align: center; 
    font-size: 68px; 
    line-height: 0.9; 
    letter-spacing: 1px; 
    font-style: normal; 
}
span.hbt1 {
    color: #fd3c3d;
}
div.hb1 a {
    background-color: #333; 
    color: #fff !important; 
    padding:12px 17px; 
    font-family: 'Montserrat', sans-serif !important; 
    letter-spacing: 1px; 
    font-style: normal; 
    font-weight: 700; 
    text-transform: uppercase;
}
div.hb1 a:active, a:visited {
    background-color: #333; 
    color: #fff !important; 
    padding:12px 17px; 
    font-family: 'Montserrat', sans-serif !important; 
    letter-spacing: 1px; 
    font-style: normal; 
    font-weight: 700; 
    text-transform: uppercase;
}
div.hb1 a:hover {
    background-color: #fff; 
    color: #333 !important; 
    padding:12px 17px; 
    font-family: 'Montserrat', sans-serif !important; 
    letter-spacing: 1px; 
    font-weight: 700; 
    text-transform: uppercase;
}
.hbs2 {
	color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif !important; 
    font-style: normal; 
    font-weight: 700;
    text-align: center; 
    font-size: 23px; 
    line-height: 28px; 
    letter-spacing: 1px; 
    font-style: normal; 
}
div.hbs3 {
	padding-top:15px;
	color: #fff;
    text-transform: none;
    font-family: 'Montserrat', sans-serif !important; 
    font-style: normal; 
    font-weight: 700;
    text-align: center; 
    font-size: 22px; 
    line-height: 26px; 
    letter-spacing: 1px; 
    font-style: normal; 
}

.imcl {
	max-width: 40%;
	display: block;
    float: left;
    padding: 0 20px 15px 0;
}
.imal {
    text-align: left;
	max-width: 100%;
	display: block;
}
.imcc {
    text-align: center;
}

.imgfl {
	max-width: 100%;
	display: block;
	text-align: center;
	float: none;
	padding: 0 0 15px 0;
	margin-right: auto;
	margin-left: auto;
	/*
	max-width: 40%;
	display: block;
    float: left;
    padding: 0 20px 15px 0;
	*/
}
.imgal {
	max-width: 100%;
	display: block;
	text-align: left;
	padding-bottom: 15px;
}
.imgac {
	max-width: 100%;
	display: block;
	text-align: center !important;
	padding-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}

.footer {
    background: #000 !important;
}

* {
    box-sizing: border-box;
  }
  
  body {
    font-family: Arial, Helvetica, sans-serif;
  }
  
  /* Float four columns side by side */
  .column {
    float: left;
    width: 25%;
    padding: 0 10px;
  }
  
  /* Remove extra left and right margins, due to padding in columns */
  .row { 
      margin: 0 -5px;
    }
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Style the counter cards */
  .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); /* this adds the "card" effect */
    min-height: 360px;
    padding: 16px;
    text-align: center;
    color: #fff;
  }
  .c1 {
    background-image: url(/files/home-z-liebeszauber_d.png); 
    background-position: center top;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: scroll; 
  }
  .c2 {
    background-image: url(/files/partnerrueckfuehrung_500_d.jpg); 
    background-position: center top;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: scroll; 
  }
  .c3 {
    background-image: url(/files/partnerrueckfuehrung_625_d.jpg); 
    background-position: center top;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: scroll; 
  }
  .c4 {
    background-image: url(/files/partnerrueckfuehrung_200_d.jpg); 
    background-position: center top;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: scroll; 
  }
  /* Responsive columns - one column layout (vertical) on small screens */
@media screen and (max-width: 768px) {
    body { 
        font-size: 22px;
    }
    div.hb3 {
        font-size: 22px; 
    }
    h2.hb1 {
        font-size: 22px
    }
	.hbs1 {
		font-size: 22px; 
		line-height: 28px; 
	}
    .column {
      width: 100%;
      display: block;
      margin-bottom: 20px;
    }
    h1 {
        font-size: 22px
    } 
	h1.post__title, h1.main__title {
		font-size: 22px
	}
	h2 {
		font-size: 22px
	}
	h2.sb1 {
		font-size: 22px !important
	}
    .cardf { 
        font-size: 22px !important; 
    }
    ::-webkit-scrollbar {
        width: 19px;
        height: 11px;
    }
	.imgfl {
		max-width: 100%;
		display: block;
		text-align: center;
		float: none;
		padding: 0 0 15px 0;
		margin-right: auto;
		margin-left: auto;
	}
	.footer-li {
		padding: 12px 0;   
	}
	.footer {
		font-size: 22px !important
	}
	.footer__links a {
		padding: 22px;
		line-height: 46px;
	}
  }
div.cardhlb {
    min-height:127px;
}
div.hbn2hr {
     min-height: 134px; 
}
div.hbn2b a {
    background: transparent; 
    border: 2px solid #fff; 
    color: #fff !important; 
    padding:12px 17px; 
    font-family: 'Montserrat', sans-serif !important; 
    letter-spacing: 1px; 
    font-style: normal; 
    font-weight: 700; 
    text-transform: uppercase;
}
div.hbn2b a:active, a:visited {
    background: transparent;
    color: #fff !important; 
    padding:12px 17px; 
    font-family: 'Montserrat', sans-serif !important; 
    letter-spacing: 1px; 
    font-style: normal; 
    font-weight: 700; 
    text-transform: uppercase;
}
div.hbn2b a:hover {
    background-color: #fff !important; 
    color: #333 !important; 
    padding:12px 17px; 
    font-family: 'Montserrat', sans-serif !important; 
    letter-spacing: 1px; 
    font-weight: 700; 
    text-transform: uppercase;
}
  /* Float three columns side by side */
  .columnn3 {
    float: left;
    width: 33%;
    padding: 0 10px;
  }
/* Responsive columns - one column layout (vertical) on small screens */
@media screen and (max-width: 768px) {
    .columnn3 {
      width: 100%;
      display: block;
      margin-bottom: 20px;
    }
  }
.cardr2 {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); /* this adds the "card" effect */
    min-height: 490px;
    padding: 16px;
    text-align: center;
    color: #fff;
}
.cr2n1 {
    background-image: url(/files/liebeszauber-selbermachen-htd.jpeg); 
    background-position: left top;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: scroll; 
}
.cr2n2 {
    background-image: url(/files/liebeszauber-selbermachen-htd.jpeg); 
    background-position: right top;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: scroll; 
}
.cr2n3 {
    background-image: url(/files/liebeszauber-selbermachen-htd.jpeg); 
    background-position: center top;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: scroll; 
}
div.cardr2hlb  {
    padding-top: 20px;
}
div.cardr2hlb h1 {
    text-transform: uppercase;
    font-size: 22px;
    line-height: 26px;
}
div.cardr2hlb {
    min-height:127px;
}
div.hbn3hr {
    min-height: 57px; 
}
  /* Float three columns side by side */
  .columnn4 {
    float: left;
    width: 33%;
    padding: 0 10px;
  }
/* Responsive columns - one column layout (vertical) on small screens */
@media screen and (max-width: 768px) {
    .columnn4 {
      width: 100%;
      display: block;
      margin-bottom: 20px;
    }
  }
.cardr4 {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); /* this adds the "card" effect */
    min-height: 490px;
    padding: 16px;
    text-align: center;
    color: #fff;
}
.c1r4 {
    background-image: url(/files/klientenstimmen-d3w.jpeg); 
    background-position: left top;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: scroll; 
}
.c2r4 {
    background-image: url(/files/klientenstimmen-d3w.jpeg); 
    background-position: right bottom;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: scroll; 
}
.c3r4 {
    background-image: url(/files/klientenstimmen-d3w.jpeg); 
    background-position: center top;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: scroll; 
}
.quote-icon {
    font-size: 22px;
    line-height: 28px;
}
div.cq {
    margin-top: 20px; 
    font-size: 20px;
    line-height: 1.4em;
}
div.cb {
    margin-top: 20px; 
    font-size: 14px;
}
div.hbn4hr {
    min-height: 57px; 
}
div.gbsw {
    width: 100%; 
    text-align: center;
}
div.gbsi {
    max-width: 769px;
    margin: 0 auto;
    text-align: left;
}
div.gbsibcw {
    margin-top:15px;
}
div.gbsib1 {
    color: #fff;
}
div.gbsib2 {
    color: #fff;
}
div.gbsibt1 {
    color: #fff;
}
div.gbsibc1 {
    color: #fff;
}
/* footer */
.footer {
    font-size: 20px;
}
div.fd1 {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 25px;
	padding: 0 16px 0 16px;
}
.cardf {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); /* this adds the "card" effect */
    padding: 16px 0 16px 0;
    text-align: left;
    color: #f0f0f0;
    font-size: 19px;
  }
.cf {
    background: transparent; 
}
div.cardfhlb {
    margin-bottom:0;
}
h2.fh2 {
    margin-bottom: 0;
}
ul.footer-ul {
    list-style: none;
    margin-top: 10px;
}
.footer-li {
    padding: 7px 0;   
}
li.footer-li a, li.footer-li a:active, li.footer-li a:visited  {
    color: #fd3c3d !important;
    text-decoration: none !important; 
}
li.footer-li a:hover {
    color: #f0f0f0 !important;
    text-decoration: none !important;
}
footer a, footer a:active, footer a:visited {
    color: #777 !important;
    text-decoration: none !important; 
}
footer a:hover {
    color: #f0f0f0 !important;
    text-decoration: none !important; 
}
.footer__container {
    padding: 10px 42px 20px 42px;
	margin-bottom: 25px;
}
/* sidebar */
div.sd1 {
    text-align: left;
    padding-left: 0px;
	margin-top: 5px;
}
div.sd2 {
    text-align: left !important;
}
h2 {
	padding-top:20px
}
h2.sb1 {
    text-align: left; 
    font-size: 28px; 
    line-height: 1; 
    letter-spacing: 1px; 
    font-style: normal; 
}
div.sbsw {
    width: 100%; 
    text-align: left;
}
/* guestbook */
.gbby {
    margin-bottom: 10px;
    font-family: Helvetica, sans-serif !important;
    font-style: normal;
    letter-spacing: 0px;
    font-size: 22px;
    line-height: 1.5;
    font-weight: bolder;
}
span.gbbyn {
    font-weight:bolder;
}
.forminfl a {
    color: #fff !important;
    text-decoration: underline !important;
}
.forminfl a:visited {
    color: #fff !important;
    text-decoration: underline !important;
}
button.sendf {
    background-color: #1e90ff;
    color: #fff;
}
button.sendg {
    background-color: #333;
    color: #fff;
}
