<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Wellness Tourismus
Theme URI: https://www.wellnesstourismus.de
Author: Matthias Klindworth
Author URI: https://www.k-evolution.de
Description: Template WordPress Granit Parts
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: welltour
*/
@font-face {
	font-family: 'm-r';
	font-style: normal;
	font-weight: 100;
	src: url("fonts/Montserrat-Thin.ttf");
}
@font-face {
	font-family: 'm-r';
	font-style: normal;
	font-weight: 200;
	src: url("fonts/Montserrat-ExtraLight.ttf");
}
@font-face {
	font-family: 'm-r';
	font-style: normal;
	font-weight: 300;
	src: url("fonts/Montserrat-Light.ttf");
}
@font-face {
	font-family: 'm-r';
	font-style: normal;
	font-weight: 400;
	src: url("fonts/Montserrat-Regular.ttf");
}
@font-face {
	font-family: 'm-r';
	font-style: normal;
	font-weight: 500;
	src: url("fonts/Montserrat-Medium.ttf");
}
@font-face {
	font-family: 'm-r';
	font-style: normal;
	font-weight: 600;
	src: url("fonts/Montserrat-SemiBold.ttf");
}
@font-face {
	font-family: 'm-r';
	font-style: normal;
	font-weight: 700;
	src: url("fonts/Montserrat-Bold.ttf");
}
@font-face {
	font-family: 'm-r';
	font-style: normal;
	font-weight: 800;
	src: url("fonts/Montserrat-ExtraBold.ttf");
}
@font-face {
	font-family: 'm-r';
	font-style: normal;
	font-weight: 900;
	src: url("fonts/Montserrat-Black.ttf");
}
/* Italic */
@font-face {
	font-family: 'm-r';
	font-style: italic;
	font-weight: 100;
	src: url("fonts/Montserrat-ThinItalic.ttf");
}
@font-face {
	font-family: 'm-r';
	font-style: italic;
	font-weight: 200;
	src: url("fonts/Montserrat-ExtraLightItalic.ttf");
}
@font-face {
	font-family: 'm-r';
	font-style: italic;
	font-weight: 300;
	src: url("fonts/Montserrat-LightItalic.ttf");
}
@font-face {
	font-family: 'm-r';
	font-style: italic;
	font-weight: 400;
	src: url("fonts/Montserrat-Italic.ttf");
}
@font-face {
	font-family: 'm-r';
	font-style: italic;
	font-weight: 500;
	src: url("fonts/Montserrat-MediumItalic.ttf");
}
@font-face {
	font-family: 'm-r';
	font-style: italic;
	font-weight: 600;
	src: url("fonts/Montserrat-SemiBoldItalic.ttf");
}
@font-face {
	font-family: 'm-r';
	font-style: italic;
	font-weight: 700;
	src: url("fonts/Montserrat-BoldItalic.ttf");
}
@font-face {
	font-family: 'm-r';
	font-style: italic;
	font-weight: 800;
	src: url("fonts/Montserrat-ExtraBoldItalic.ttf");
}
@font-face {
	font-family: 'm-r';
	font-style: italic;
	font-weight: 900;
	src: url("fonts/Montserrat-BlackItalic.ttf");
}


@font-face {
	font-family: 'Font Awesome 5 Brands';
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url("fonts/fa-brands-400.eot");
	src: url("fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("fonts/fa-brands-400.woff2") format("woff2"), url("fonts/fa-brands-400.woff") format("woff"), url("fonts/fa-brands-400.ttf") format("truetype"), url("fonts/fa-brands-400.svg#fontawesome") format("svg"); 
}

.fab {
	font-family: 'Font Awesome 5 Brands';
	font-weight: 400; 
}

:root {
	--container: 1500px;
	--fontsize: 18px;
	--text: #333333;
	--main: #F2F2E6;
	--pink: #CB8A8C;
	--pinkrgb: 203,138,140;
	--blue: #7B8B9F;
	--darkblue: #4E5369;
	--lightblue: #6B8999;
}

body {
	background: var(--blue);
	color: rgb(var(--text));
	font-size: var(--font-size);
	font-weight: 400;
	margin: 0;
	padding: 0;
	line-height: 1.15em;
}
body * {
	font-family: 'm-r';
	font-weight: inherit;
	font-size: inherit;
	color: inherit;
	line-height: inherit;
	text-decoration: inherit;
	font-size: inherit;
	list-style: inherit;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: 0;
	-webkit-hyphens: auto;
	-webkit-hyphenate-limit-chars: auto 3;
	-webkit-hyphenate-limit-lines: 4;
	-ms-hyphens: auto;
	-ms-hyphenate-limit-chars: auto 3;
	-ms-hyphenate-limit-lines: 4;
	-moz-hyphens: auto;
  	hyphens: auto;
	position: relative;
	z-index: 1;
}

.container {
	width: 100%;
	max-width: var(--container);
	margin: auto;
	padding: 0 1rem;
}


h1 {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: .8em;
	line-height: 1.4em;
}
.page h1 {
	background: var(--lightblue);
	color: #fff;
	padding-left: 1rem;
	padding: 2.5rem calc((100% - var(--container) + 2rem) / 2);
}
@media (max-width: 1500px) {
	.page h1 {
		padding: 2.5rem 1rem;
	}
}
h2 {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: .8em;
	line-height: 1.4em;
}
h3 {
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: .8em;
	line-height: 1.4em;
}
.h4 {
	display: block;
	font-size: 1.4rem;
	font-weight: 600;
	margin-bottom: .8em;
	line-height: 1.2em;
}


img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

strong {
	font-weight: 600;
}


/* Header */
header {
	position: sticky;
	top: 0;
	background: #fff;
	z-index: 99999;
	padding: 0 1rem;
}
header &gt; div {
	max-width: var(--container);
	margin: auto;
	position: relative;
}
header nav {
	position: absolute;
	right: 0;
	bottom: 0;
}
@media only screen and (max-width: 1000px) {
  header nav {
	right: 0;
	bottom: 0;
	margin-top: 10px !important;
	position: relative !important;
  }
}

header nav ul {
	display: flex;
	justify-content: space-around;
	list-style: none;
	margin-bottom: 1rem;
}
header nav ul li {
	margin-left: 1rem;
	font-weight: 500;
}
header nav ul li:hover {
	color: var(--darkblue);
}
header .current-page-ancestor,
header .current-menu-item,
header .current-menu-item:hover {
	color: var(--pink);
}
header &gt; div &gt; div {
	position: absolute;
	right: 0;
	top: 0;
}
header .fab {
	margin: .5rem 0 .5rem 1.5rem;
	font-size: 1.25rem;
}
header img {
	max-height: 10vh;
}



/* Main */
main {
	background-color: var(--main);
}
main &gt; .container {
	padding: 2.5rem 1rem;
}
main ol,
main ul,
main p {
	margin-bottom: 1rem;
	line-height: 1.5em;
}
main ol li,
main ul li {
	margin: 0 0 .5rem 1.5rem;
}
main a {
	color: var(--darkblue);
	hyphens: none;
	font-weight: 500;
}
main &gt; .wp-block-cover {
	transform: translateY(-2.5rem);
}
.wp-block-columns {
	gap: 1rem;	
}
.wp-block-columns &gt; * &gt; * {
	margin: .5rem 1rem;	
}
.wp-block-columns &gt; * &gt; *:has(img) {
	margin: .5rem;
}


/* Footer */
footer {
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	align-self: center;
	justify-content: center;
}
footer &gt; div {
	width: 100%;
}
footer &gt; div:nth-child(1) {
	background-color: var(--pink);
	padding: 2rem;
	transform: translateY(-1rem);
}
footer &gt; div:nth-child(2) {
	background-color: var(--blue);
	padding-bottom: 1rem;
}
footer &gt; div &gt; div {
	max-width: var(--container);
	margin: auto;
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: flex-start;
	align-self: center;
	justify-content: center;
	gap: 1rem;
	color: #fff;
}
footer &gt; div &gt; div &gt; * {
	width: 100%;
}
footer .fab {
	margin-right: 1rem;
}
footer &gt; div:nth-child(2) &gt; div &gt; div:nth-child(2) {
	text-align: center;
}

/* Basics */
footer &gt; div:nth-child(2) &gt; div &gt; div:nth-child(3) ul {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	list-style: none;
}
footer &gt; div:nth-child(2) &gt; div &gt; div:nth-child(3) ul li {
	margin-left: 1rem;
}

footer .menu {
	list-style: none;
}





.teaser {
	display: flex;
	align-content: center;
	justify-content: center;
	margin: 0;
	padding: 5rem;
	background-color: var(--lightblue);
	color: #fff;
}
.teaser blockquote p {
	font-weight: 700;
	font-size: 2rem;
	font-style: italic;
}
.teaser blockquote cite {
	font-style: normal;
}

.bÃ¼cher{
	filter: drop-shadow(9px 10px 7px black);
}

.bonbon {
	max-width: var(--container);
	margin: 2.5rem auto;
	padding: 2.5rem;
	background: rgb(var(--pink));
	background: repeating-linear-gradient(
					  	-30deg,
					  	rgba(var(--pinkrgb),.25),
						rgba(var(--pinkrgb),.25) 1px,
					  	transparent 2px,
					  	transparent 16px
					);
}
.bonbon &gt; * {
	color: #fff;
}
.bonbon &gt; *:nth-child(1) {
	background: var(--blue);
}
.bonbon &gt; *:nth-child(2) {
	background: var(--pink);
}
.bonbon &gt; .wpcf7,
.bonbon &gt; *:nth-child(3) {
	background: var(--main);
	color: var(--text);
}

.bonbon &gt; * &gt; *:not(figure):not(img):not(.wp-block-cover) {
	margin: 1rem;
	padding: 0;
	font-size: var(--fontsize);
	line-height: 1.15em;
}
main .bonbon a {
	color: inherit;
}


main form {display: block;
	padding: 2.5vw !important;
}
form * {
	width: 100%;
}
form input, form textarea {
	border: 1px solid var(--text);
}
form input[type=submit] {
	background-color: var(--blue);
	color: #fff;
}</pre></body></html>