@font-face {
	font-family: "Ropa Sans";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/ropa-sans-v15-latin-regular.eot");
	src: local(""),
		url("../fonts/ropa-sans-v15-latin-regular.eot?#iefix") format("embedded-opentype"),
		url("../fonts/ropa-sans-v15-latin-regular.woff2") format("woff2"),
		url("../fonts/ropa-sans-v15-latin-regular.woff") format("woff"),
		url("../fonts/ropa-sans-v15-latin-regular.ttf") format("truetype"),
		url("../fonts/ropa-sans-v15-latin-regular.svg#RopaSans") format("svg");
}

@font-face {
	font-family: "Ropa Sans";
	font-style: italic;
	font-weight: 400;
	src: url("../fonts/ropa-sans-v15-latin-italic.eot");
	src: local(""),
		url("../fonts/ropa-sans-v15-latin-italic.eot?#iefix") format("embedded-opentype"),
		url("../fonts/ropa-sans-v15-latin-italic.woff2") format("woff2"),
		url("../fonts/ropa-sans-v15-latin-italic.woff") format("woff"),
		url("../fonts/ropa-sans-v15-latin-italic.ttf") format("truetype"),
		url("../fonts/ropa-sans-v15-latin-italic.svg#RopaSans") format("svg");
}

body {
	min-height: 100vh;
	margin: 0;
	display: flex;
	flex-direction: column;
}

p,
li {
	font-family: helvetica, arial, sans-serif;
	font-size: 16px;
	line-height: 1.4em;
	color: rgb(78, 78, 67);
	font-weight: light;
	margin: 12px 0;
}

a:focus {
	outline: none;
}

ul {
	margin: 18px 0px 18 0px;
	padding-left: 0px;
	list-style: none;
}

ul.liste_mit_einzug {
	padding-left: 60px;
}

li {
	display: list-item;
	position: relative;
	list-style: none;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 3px 0;
	padding-left: 20px;
	text-indent: -20px;
}

ul li::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: rgb(255, 205, 51);
	margin-right: 8px;
}


h1 {
	font-size: 37px;
	font-family: "Ropa Sans";
	font-weight: lighter;
	text-transform: uppercase;
	color: rgb(86, 22, 16);
}

#Content.unterseiten h1 {
	text-decoration-line: underline;
	text-decoration-color: rgb(242, 168, 36);
	text-decoration-thickness: 5px;
	text-underline-offset: 15px;
	text-decoration-skip-ink: none;
	margin-bottom: 45px;
	line-height: 1.8em;
}

#Content.unterseiten h1.ohne_unterlinie {
	text-decoration-line: none;
	line-height: 1.1em;
	margin-bottom: -30px;
	margin-top: 12px;
}

h2 {
	font-size: 25px;
	font-family: "Ropa Sans";
	font-weight: lighter;
	line-height: 1.8em;
	text-transform: uppercase;
	color: rgb(86, 22, 16);
	margin-top: 0;
	margin-bottom: 28px;
	text-decoration-line: underline;
	text-decoration-color: rgb(242, 168, 36);
	text-decoration-thickness: 3px;
	text-underline-offset: 12px;
	text-decoration-skip-ink: none;
}

#Content.unterseiten h2.mit_unterlinie {
	font-size: 25px;
	line-height: 1.8em;
	margin-top: 20px;
	margin-bottom: 28px;
	text-decoration-line: underline;
	text-decoration-color: rgb(242, 168, 36);
	text-decoration-thickness: 3px;
	text-underline-offset: 12px;
	text-decoration-skip-ink: none;
}

#Content.unterseiten h2.mit_unterlinie span {
	font-size: 25px;
	color: rgb(86, 22, 16);
}

#Content.unterseiten h2.ohne_unterlinie {
	font-size: 25px;
	line-height: 1.4em;
	margin-top: 0;
	margin-bottom: -30px;
	text-decoration-line: none;
}

#Content h2 span {
	font-family: "helvetica", "arial", sans-serif;
	font-size: 16px;
	color: rgb(78, 78, 67);
	text-transform: none;
	font-weight: 500;
}

img {
	height: auto;
}

hr {
	border: 0;
	height: 5px;
	background-color: rgb(255, 205, 51);
	margin: 20px 0 20px 0;
}

p strong {
	display: block;
	font-weight: 600;
	margin: 34px 0 -8px;
}

.paddingleft0 {
	padding-left: 0;
}

 p.marginbottom-5 strong {
	margin-bottom: -5px;
	display:inline-block;
}

 p.margintop0 strong {
	margin-top: 0px !important;
}

.marginbottom28 {
	margin-bottom: 28px !important;
}

.marginbottom33 {
	margin-bottom: 33px !important;
}

.margintop33 {
	margin-top: 33px !important;
}

.margintop60 {
	margin-top: 60px !important;
}

.margintop93 {
	margin-top: 93px !important;
}

.marginleft50 {
	margin-left: 50px;
}

/* ++++++++++++++++++ Layout +++++++++++++++ */

.sprungmarkencontainer {
	position: relative;
}

.sprungmarke {
	position: absolute;
	top: -240px;
}

.zeilenumbruch {
	hyphens: auto;
	overflow-wrap: break-word;
}

section {
	margin: 60px auto;
}

a.logo {
	position: absolute;
	top: 23px;
	left: 40px;
	font-size: 30px;
	font-family: "Ropa Sans";
	color: rgb(86, 22, 16);
	text-transform: uppercase;
	text-decoration: none !important;
}

a.logo span {
	font-size: 18px;
}

figure.alignright {
	float: right;
	margin: 0 0px 30px 30px;
}

figure.alignleft {
	float: left;
	margin: 0px 30px 30px 0;
}

.ueber_mich img {
	margin: 19px 0px 0px 0;
	width: 250px;
}

#img_buch {
	float: right;
	width: 175px;
	max-width: none;
	height: auto;
	clear: none;
	position: relative;
	top: 0px;
	left: 0px;
	margin: 26px 0 80px 80px;
}

.prozessberatung img,
.coaching img,
.weiterbildung img {
	width: clamp(250px, 40vw, 360px);
}

.coaching img {
	margin-top: 20px;
}

.weiterbildung_illus_01 img {
	width: clamp(200px, 40vw, 300px)
}

.weiterbildung_illus_02 img {
	width: clamp(230px, 40vw, 340px)
}

.training img {
	width: 330px;
}

.datenschutz ul li h2 {
	margin-bottom: 0px;
}

.datenschutz ul li ul {
	margin-top: 10px;
	margin-bottom: 0px;
}

.datenschutz h2 {
	margin-bottom: 0px;
	margin-top: 30px;
}

.datenschutz ul li p,
.content_text .datenschutz p {
	margin-bottom: 0px;
	margin-top: 6px;
}

.clear {
	clear: both;
}

ul.nav.navbar-nav li::before {
	content: none
}

ul.nav.navbar-nav li a:hover {
	color: grey;
}

ul.top-navi li {
	padding: 0px;
}

#Content {
	float: none;
	height: auto;
	clear: both;
	width: calc(100% - 80px);
	max-width: 1100px;
	position: relative;
	margin: 0px auto;
	display: block;
	padding: 385px 40px 0px;
	flex: 1;
}

#Content.home {
	padding: 150px 40px 0px;
	flex: 1;
}

#Content a {
	color: rgb(242, 168, 36);
}

#img_zoller {
	float: left;
	width: 220px;
	max-width: none;
	height: auto;
	clear: none;
	position: relative;
	top: 0px;
	left: 0px;
	margin: 6px 40px 20px 0;
}

#Content.unterseiten {
	position: relative;
	display: grid;
	grid-template-columns: 50px 1fr 50px;
	grid-template-rows: max-content auto;
	grid-gap: 40px;
	margin-top: 180px;
	padding-top: 0;
}

.content_anfang p,
.content_ende p {
	position: absolute;
	top: 114px;
	left: 32px;
	font-family: "Arial", sans-serif;
	font-size: 200px;
	line-height: 0;
	color: rgb(204, 204, 204);
	margin: -20px 0 0;
}

.content_ende {
	align-self: flex-end;
}

.content_ende p {
	right: 30px;
	top: unset;
	left: unset;
	margin: 0;
	margin-top:10px;
}

.content_text {
	padding: 0px 80px;
}

.content_text p {
	margin-bottom: 30px;
}

.bild_links {
	float: left;
	padding: 0px 15px 6px 0px;
}

.bild_rechts {
	float: right;
	padding: 0px 0px 6px 15px;
}

.pferd-rechts {
	border-radius: 12px;
	float: right;
	height: auto;
	margin: 0 0 6px 15px;
	max-width: 250px;
}

.pferd-links {
	border-radius: 12px;
	float: left;
	height: auto;
	margin: 0 15px 6px 0px;
	max-width: 250px;
}

img.pferd-rechts.breit.alignleft.wp-image-30.size-full {
	border-radius: 12px;
	float: right;
	height: auto;
	margin: 0 0 6px 15px;
	max-width: 415px;
}

img.pferd-rechts.breiter.wp-image-30.size-full {
	max-width: 300px;
}

blockquote {
	font-style: oblique;
	font-weight: bold;
	margin: 0px;
}

blockquote p {
	font-size: 14px;
	margin-bottom: 10px !important;
}

#oranger_balken_unten {
	float: left;
	height: 10px;
	margin-left: 0%;
	margin-top: 100px;
	clear: none;
	width: 99.996087%;
	background-color: rgb(242, 168, 36);
}

#Footer {
	width: calc(100% - 40px);
	margin-left: 40px;
	padding-bottom: 0;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: minmax(0, 1fr) min(100%, 1140px) minmax(0, 1fr);
	color: rgb(86, 22, 16);
}

#Footer > div:nth-child(2) {
	background-color: rgb(230, 230, 230);
	border-top-left-radius: 40px;
}

#Footer > div:nth-child(3) {
	background-color: rgb(230, 230, 230);
}

.unterseiten + #Footer {
	margin-top: 85px;
}

.footernavi {
	display: grid;
	grid-template-columns: auto auto 1fr;
	grid-gap: 20px;
	padding: 13px 0 10px 40px;
	margin-top: 0px;
}

.quadrate {
	display: grid;
	grid-template-columns: repeat(4, 12px);
	grid-gap: 6px;
	align-self: flex-start;
	padding-top: 2px;
}

.quadrate div {
	width: 12px;
	height: 12px;
	border-radius: 2px;
	background-color: rgb(86, 22, 16);
}

.quadrate div:nth-child(2) {
	background-color: rgb(242, 168, 36);
}

.quadrate div:nth-child(3) {
	background-color: rgb(255, 205, 51);
}

.quadrate div:nth-child(4) {
	background-color: rgb(252, 233, 144)
}

#Footer p {
	font-family: "Ropa Sans";
	font-size: 16px;
	text-transform: uppercase;
	color: rgb(86, 22, 16);
	line-height: 1em;
	margin: 0;
}

p.footeradresse span {
	font-size: 13px;
}

span#und {
	font-family: "helvetica", "arial", sans-serif;
	font-size: 13px;
	font-weight: 400;
}

span#und_header {
	font-family: "helvetica", "arial", sans-serif;
	font-size: 18px;
}

p.footerlinks {
	margin-left: 60px !important;
	align-self: center;
}

.footerlinks a {
	display: inline;
	color: rgb(86, 22, 16);
	text-transform: none;
	padding: 0 20px;
}

img.img-left.karen-zoller {
	margin-right: 25px;
}

.img-right {
	float: right;
	border-radius: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.img-left {
	float: left;
	border-radius: 15px;
}

ul.karen-zoller1,
ul.karen-zoller2,
ul.karen-zoller3 {
	padding-left: 278px;
}

h1.karen-zoller,
h2.karen-zoller,
h3.karen-zoller {
	padding-left: 260px;
}

.wp-block-columns-is-layout-flex {
	display: flex;
	grid-gap: 40px;
}

#Content .wp-block-columns-is-layout-flex ul {
	margin: 0;
}

#Content .wp-block-columns-is-layout-flex p {
	margin: 0;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++ Media-Query ++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++ Media-Query 996PX ++++++++++++++++++++ */

@media(max-width:996px) {
	#Content.home {
		padding: 70px 20px 0px;
	}
}

/* +++++++++++++++++++++++ Media-Query 840PX ++++++++++++++++++++ */

@media(max-width:840px) {
	.footernavi {
		display: grid;
		grid-template-columns: 125px 1fr;
		grid-row-gap: 20px;
	}

	p.footerlinks {
		grid-column: 1 / -1;
		margin-left: 0 !important;
	}

	p.footerlinks a:first-child {
		padding-left: 0;
	}
}

/* +++++++++++++++++++++++ Media-Query 768PX ++++++++++++++++++++ */

@media(max-width:768px) {

	#img_zoller {
		float: none;
		margin: 0px 0px 40px 0;
	}

	#img_buch {
		float: none;
		margin: 0px 0px 40px 0;
	}

	.prozessberatung img {
		width: 100%;
	}

	ul.liste_mit_bild_links {
		margin-left: 45px;
	}

	.ueber_mich img {
		margin: -11px 0px 0px 0;
		width: 100%;
		max-width: 490px;
	}

	figure.alignright {
		float: none;
		margin: 40px 0px;
	}

	figure.alignleft {
		float: none;
		margin: 40px 0px;
	}
}

/* +++++++++++++++++++++++ Media-Query 1110PX ++++++++++++++++++++ 

@media(max-width:1100px) {

	h1,
	h2 {
		hyphens: auto;
		overflow-wrap: break-word;
	}
}*/

/* +++++++++++++++++++++++ Media-Query 1024PX ++++++++++++++++++++ 

@media only screen and (max-width: 1024px) {
	img.img-left.karen-zoller {
		margin-right: 25px;
	}

	.img-left {
		float: none;
		border-radius: 15px;
	}

	#Content.unterseiten {
		grid-template-columns: 60px 1fr 60px;
	}

	.content_anfang p,
	.content_ende p {
		top: 142px;
		left: 28px;
		font-size: 250px;
		margin: -20px 0 0;
	}

	.content_ende p {
		bottom: 10px;
		right: 28px;
		top: unset;
		left: unset;
	}

	.wp-block-columns-is-layout-flex {
		display: block;
	}
}*/

/* +++++++++++++++++++++++ Media-Query 866PX ++++++++++++++++++++ */

@media only screen and (max-width: 866px) {

	.footertext {
		display: none;
	}

	#footeradresse {
		height: auto;
		min-height: 0px;
		width: 87%;
		padding-right: 0px;
	}

	.navbar {
		margin-bottom: 0;
	}

	div#Content {
		margin: 0 auto;
	}

	div.content_text p img.img-right {
		float: none;
	}
}

/* +++++++++++++++++++++++ Media-Query 769PX ++++++++++++++++++++ */

@media(max-width:769px) {
	.marginbottom33 {
		margin-bottom: 23px !important;
	}

	.margintop33 {
		margin-top: 23px !important;
	}

	#Content.home {
		padding: 80px 20px 0px;
	}

	.header-inner-bottom {
		height: 40px;
	}

	a.logo {
		font-size: 24px;
		line-height: 1.6em;
		left: 20px;
		top: 21px;
	}

	a.logo span {
		font-size: 18px !important;
	}

	span#und_header {
		font-size: 26px;
	}

	.header-inner-bottom {
		border-bottom-left-radius: 20px;
	}

	header {
		height: 113px;
	}

	ul.nav.navbar-nav {
		border-bottom-left-radius: 20px;
	}


}

/* +++++++++++++++++++++++ Media-Query 768PX ++++++++++++++++++++ */

@media only screen and (max-width: 768px) {

	.prozessberatung img,
	.coaching img,
	.training img,
	.weiterbildung img {
		width: 100% !important;
	}

	.referenzen {
		display: block;
	}

	.sprungmarke {
		top: -140px;
	}

	#Content.unterseiten h2.mit_unterlinie {
		margin-bottom: 40px;
	}

	ul {
		list-style: url('../img/bullet_klein.gif');
	}

	ul.liste_mit_einzug {
		padding-left: 29px;
	}


	#Content {
		width: calc(100% - 40px);
		padding: 0 20px;
	}

	#Content.unterseiten h1 {
		line-height: 1.4em;
		text-underline-offset: 15px;
		margin-bottom: 60px;
	}

	section {
		margin: 80px auto;
	}

	#Content.unterseiten {
		margin-top: 140px;
	}

	#Content.unterseiten {
		grid-template-columns: 1fr;
		grid-gap: 0;
	}

	.prozessberatung img,
	.coaching img,
	.weiterbildung img {
		width: clamp(300px, 60vw, 800px);
	}

	.weiterbildung_illus_01 img {
		width: clamp(300px, 60vw, 500px)
	}

	.weiterbildung_illus_02 img {
		width: clamp(300px, 60vw, 600px)
	}

	.training img {
		width: 300px;
	}

	.ueber_mich img {
		max-width: 300px;
	}

	.content_anfang p,
	.content_ende p {
		display: none;
	}

	.unterseiten + #Footer {
		margin-top: 55px;
	}

	#Footer {
		width: calc(100% - 20px);
		margin-left: 20px;
		padding-bottom: 0;
	}

	.footernavi {
		grid-template-columns: 88px 1fr;
		grid-gap: 6px;
		grid-row-gap: 30px;
		padding: 20px 0 20px 20px;
	}

	#Footer p {
		line-height: 1.1em;
	}

	.footerlinks a {
		padding: 0 5px;
	}

	.quadrate {
		grid-template-columns: repeat(4, 16px);
		grid-gap: 6px;
	}

	.quadrate div {
		width: 16px;
		height: 16px;
		border-radius: 2px;
	}

	img#img_buch,
	img#img_zoller {
		float: none;
		margin: 0 0 40px;
		max-width: 100%;
	}

	.marginleft50 {
		margin-left: 0px;
	}

	.termine {
		margin-left: -16px;
	}

	#Content h2 span {
		font-size: 18px;
	}

	.margintop93 {
		margin-top: 40px !important;
	}

	ul.liste_mit_bild_links {
		margin-left: 0px;
	}
}

/* +++++++++++++++++++++++ Media-Query 400PX ++++++++++++++++++++ */

@media only screen and (max-width: 400px) {

	ul {
		padding-left: 20px;
	}

	ul li::before {
		margin-left: -20px;
		vertical-align: 0px;
	}

	ul.liste_mit_einzug {
		padding-left: 20px;
	}
}
