@import url("https://fonts.verwaltungsportal.de/import/?family=Roboto:400,400i,500,500i,700,700i");
@import url("https://fonts.verwaltungsportal.de/import/?family=Allura:400");

html {
	max-width: 1930px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
}

body {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	color: #282828;
	background: linear-gradient(to bottom, #fdfaf4, #fbf0db);
	font-size: 1rem;
	/* 1rem = 16px */
	line-height: 1.5;
	box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.1);
	isolation: isolate;
}

@media (min-width: 768px) {
	body {
		font-size: 1.125rem;
	}
}

a {
	color: #9b5517;
}

a:hover,
a:focus {
	color: #9b5517;
	text-decoration: underline;
}

main a,
b,
strong {
	font-weight: 700;
}

#topbar a,
main a,
#footer .tab a {
	text-decoration: underline;
}

#overflow {
	overflow: clip;
}

/* #region --------------------------------------- logo ----------------------------------------- */

#logo {
	display: inline-block;
}

#logo img {
	display: block;
}

@media (min-width: 992px) {
	.is-sticky #logo img {
		max-width: 150px;
	}
}

@media (max-width: 991px) {
	#logo {
		margin: 15px 0;
	}

	#logo img {
		max-width: 210px;
		width: 100%;
		margin-left: -10px;
	}

	#logo .row {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media (max-width: 575px) {
	#logo img {
		max-width: 152px;
		margin-left: -10px;
	}
}

/* #endregion ----------------------------------- logo ------------------------------------------ */

.social img {
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
	border-radius: 50%;
}

.social p {
	display: inline-block;
}

.social p + p {
	margin-left: 13px;
}

/* #region ------------------------------------ navigation -------------------------------------- */

/* burgermenu for tablet */

@media (max-width: 991px) {
	#menu {
		position: static !important;
		padding-bottom: 10px;
	}

	#burgerButton {
		font-size: 0;
		display: block;
		height: 50px;
		width: 60px;
		border-radius: 6px;
		padding: 6px 8px;
		cursor: pointer;
		background: #fff;
		border: none !important;
		box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
	}

	#burgerButtonInner2,
	#burgerButton:after,
	#burgerButtonInner {
		background-color: #e18535;
		color: #ffffff;
		border-radius: 2px;
		position: absolute;
		width: 40px;
		height: 3px;
		left: 10px;
		transition:
			transform 200ms linear,
			opacity 200ms linear;
	}

	#burgerButton[aria-expanded="true"] #burgerButtonInner {
		-webkit-transform: rotate(-45deg) translate(-6px, 6px);
		transform: rotate(-45deg) translate(-6px, 6px);
	}

	#burgerButton[aria-expanded="true"] #burgerButtonInner2 {
		opacity: 0;
	}

	#burgerButton[aria-expanded="true"]:after {
		-webkit-transform: rotate(45deg) translate(-4px, -6px);
		transform: rotate(45deg) translate(-4px, -6px);
	}

	#burgerButtonInner {
		top: 16px;
	}

	#burgerButtonInner2 {
		top: 24px;
	}

	#burgerButton:after {
		top: 32px;
		content: "";
		display: block;
	}

	.navbar-nav {
		padding: 20px 10px;
	}

	.navbar-collapse {
		top: 0;
		background: #fff;
		position: fixed;
		left: -100%;
		bottom: 0;
		z-index: 100;
		height: auto !important;
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
		opacity: 0;
		pointer-events: none;
		overflow-y: auto;
		transition:
			left 300ms linear,
			opacity 300ms linear;
	}

	.navbar-collapse[aria-expanded="true"],
	.navbar-collapse.in {
		left: 0;
		opacity: 1;
		pointer-events: auto;
	}

	.navbar-header {
		position: fixed;
		top: 15px;
		right: 15px;
		z-index: 101;
		transition: top 300ms linear;
	}

	.navbar-toggle::before {
		content: "";
		opacity: 0;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		width: 0;
		z-index: -1;
		display: block;
		background-color: rgba(0, 0, 0, 0.5);
		transition:
			width 300ms linear,
			opacity 300ms linear;
	}

	.navbar-toggle[aria-expanded="true"]::before {
		opacity: 1;
		width: 90px;
	}

	.dropdown-toggle-button-wrapper {
		top: 8px;
		right: 0;
	}

	.dropdown-toggle-button-wrapper2 {
		top: 2px;
		right: 0;
	}
}

@media (min-width: 575px) and (max-width: 991px) {
	.navbar-collapse {
		width: 60%;
	}

	.navbar-collapse.collapse.in:after,
	.navbar-toggle[aria-expanded="true"]::before {
		width: 40%;
	}
}

/* menu desktop */

@media (min-width: 992px) {
	#menu-sticky-wrapper {
		left: 0;
		right: 0;
	}

	.is-sticky #menu,
	#menu {
		background: #fff;
	}

	.is-sticky #menu {
		left: auto !important;
		box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.12);
	}

	nav.horizontally > .row {
		max-width: 1600px;
		width: 100%;
	}

	#menu-bg > .row {
		min-height: 100px;
		position: relative;
		padding: 15px 0 14px 15px;
	}

	#menu-bg::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		width: 50vw;
		right: calc(-50vw + 15px);
	}

	.is-sticky #menu-bg::before {
		display: none;
	}

	#menu-bg :is(.navbar-default, #myNavbar, .navbar-nav, [class*="toplevel"]) {
		height: 100% !important;
	}

	#headerpic :is(.sticky-wrapper, #menu) {
		z-index: 101;
	}

	nav.horizontally .navbar-nav {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.is-sticky nav.horizontally .navbar-nav {
		border-top: none;
	}

	nav.horizontally li[class*="toplevel"] > .dropdown-menu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
	}

	nav.horizontally li[class*="secondlevel"] > .dropdown-menu {
		position: absolute;
		left: 100%;
		top: 0;
	}

	nav.horizontally :is([class*="toplevel"], [class*="secondlevel"]) {
		position: relative;
	}

	.navbar-default .navbar-nav li :is([class*="toplevel"] > ul, [class*="secondlevel"] > ul) {
		display: block !important;
		pointer-events: none;
		opacity: 0;
		transition: opacity 300ms linear;
	}

	.navbar-default :is(.open > .dropdown-menu, .navbar-nav li[class*="toplevel"]:hover > ul, .navbar-nav li[class*="secondlevel"]:hover > ul, .navbar-nav li[class*="secondlevel"] > ul[style*="block"]) {
		pointer-events: auto !important;
		opacity: 1 !important;
	}

	.navbar-default .navbar-nav :is(li[class*="toplevel"]:focus-within > ul, li[class*="secondlevel"]:focus-within > ul) {
		pointer-events: auto !important;
		opacity: 1 !important;
	}

	.navbar-default .nav .open > .dropdown-menu {
		pointer-events: none !important;
		opacity: 0 !important;
	}

	.navbar-default .navbar-nav :is(li[class*="toplevel"]:hover > ul, li[class*="secondlevel"]:hover > ul) {
		z-index: 1003;
	}
}

@media (min-width: 1200px) {
	nav.horizontally .navbar-nav {
		padding-left: 20px;
	}

	#menu-bg > .row {
		padding-left: 30px;
	}
}

/* ---------------------------------------------- toplevel ---------------------------------------------- */

.navbar-default li[class*="toplevel"] > a {
	color: #282828;
	font-weight: 400;
	text-align: left;
	padding: 14px 5px;
	position: relative;
	font-size: 1.25rem;
	line-height: 1.2;
	text-decoration: none;
	transition: border 300ms linear;
}

@media (max-width: 991px) {
	nav.horizontally li[class*="toplevel"] + li {
		margin-top: 2px;
	}

	nav.horizontally li[class*="toplevel"] > a.dropdown-toggle {
		padding-right: 35px;
	}
}

@media (min-width: 992px) {
	.navbar-default li[class*="toplevel"] > a {
		padding: 10px 5px 10px 25px;
		display: flex;
		align-content: center;
		align-items: center;
		justify-content: center;
		text-align: center;
		height: 100%;
		position: relative;
	}

	.navbar-default li[class*="toplevel"] > a::before {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		height: 20px;
		width: 20px;
		background: url("../img/hover-pfote.png") no-repeat;
		opacity: 0;
		transition: opacity 300ms;
	}

	.navbar-default li[class*="toplevel"] + li {
		margin-left: 10px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-default li[class*="toplevel"] > a {
		font-size: 14px;
	}

	.navbar-default li[class*="toplevel"] + li {
		margin-left: 10px;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 992px) {
	.navbar-default li[class*="toplevel"] > a {
		display: block;
	}
}

/* -------------------------------------------- toplevel-over ------------------------------------------- */

.navbar-default li[class*="toplevel"]:hover > a,
.navbar-default li[class*="toplevel"] > a:hover,
.navbar-default li[class*="toplevel"] > a:focus,
.navbar-default li[class*="toplevel"].open > a,
.navbar-default li[class*="toplevel"].open > a:hover,
.navbar-default li[class*="toplevel"].open > a:focus,
.navbar-default li[class*="toplevel"][class*="_over"] > a,
.navbar-default li[class*="toplevel"][class*="_over"] > a:hover,
.navbar-default li[class*="toplevel"][class*="_over"] > a:focus {
	color: #282828;
}

.navbar-default li[class*="toplevel"]:focus-within > a {
	color: #282828;
}

.navbar-default li[class*="toplevel"]:hover > a::before,
.navbar-default li[class*="toplevel"] > a:hover::before,
.navbar-default li[class*="toplevel"] > a:focus::before,
.navbar-default li[class*="toplevel"].open > a::before,
.navbar-default li[class*="toplevel"].open > a:hover::before,
.navbar-default li[class*="toplevel"].open > a:focus::before,
.navbar-default li[class*="toplevel"][class*="_over"] > a::before,
.navbar-default li[class*="toplevel"][class*="_over"] > a:hover::before,
.navbar-default li[class*="toplevel"][class*="_over"] > a:focus::before {
	opacity: 1;
}

.navbar-default li[class*="toplevel"]:focus-within > a::before {
	opacity: 1;
}

@media (max-width: 991px) {
	.navbar-default li[class*="toplevel"]:hover > a,
	.navbar-default li[class*="toplevel"] > a:hover,
	.navbar-default li[class*="toplevel"] > a:focus,
	.navbar-default li[class*="toplevel"].open > a,
	.navbar-default li[class*="toplevel"].open > a:hover,
	.navbar-default li[class*="toplevel"].open > a:focus,
	.navbar-default li[class*="toplevel"][class*="_over"] > a,
	.navbar-default li[class*="toplevel"][class*="_over"] > a:hover,
	.navbar-default li[class*="toplevel"][class*="_over"] > a:focus {
		color: #e18535;
	}

	.navbar-default li[class*="toplevel"]:focus-within > a {
		color: #e18535;
	}
}

/* -------------------------------------- secondlevel + thirdlevel dropdown-box -------------------------------------- */

.navbar-default :is([class*="toplevel"] > ul, [class*="secondlevel"] > ul) {
	padding: 10px;
	background: #ffffff;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.12);
}

@media (min-width: 992px) {
	.navbar-default :is(li[class*="toplevel"] > ul, li[class*="secondlevel"] > ul) {
		padding: 18px 0;
	}

	.navbar-default li[class*="toplevel"] > ul {
		margin-top: 25px;
	}

	.navbar-default li[class*="secondlevel"] > ul {
		margin-top: -18px;
		margin-left: 10px;
	}

	.navbar-default li[class*="toplevel"] > ul::before,
	.navbar-default li[class*="secondlevel"] > ul::before {
		content: "";
		position: absolute;
		display: block;
	}

	.navbar-default li[class*="toplevel"] > ul::before {
		height: 27px;
		left: 0;
		right: 0;
		top: -27px;
	}

	.navbar-default li[class*="secondlevel"] > ul::before {
		width: 12px;
		top: 0;
		bottom: 0;
		left: -12px;
	}
}

/* --------------------------------------------- secondlevel + thirdlevel -------------------------------------------- */

.navbar-default :is(li[class*="secondlevel"] > a, li[class*="thirdlevel"] > a) {
	color: #282828;
	text-align: left;
	font-size: 1.125rem;
	font-weight: 400;
	padding: 8px 20px 8px 50px;
	line-height: 1.2;
	text-decoration: none;
	position: relative;
}

@media (max-width: 991px) {
	.navbar-default :is(li[class*="secondlevel"] > a, li[class*="thirdlevel"] > a) {
		padding-left: 20px;
	}

	nav.horizontally li[class*="secondlevel"] > a.dropdown-toggle2 {
		padding-right: 35px;
	}
}

.navbar-default li[class*="secondlevel"] > a::after,
.navbar-default li[class*="thirdlevel"] > a::after {
	content: "";
	display: block;
	position: absolute;
	opacity: 0;
	pointer-events: none;
	left: 15px;
	top: 5px;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	background: url("../img/sub-pfote.png");
	transition: opacity 300ms linear;
}

@media (max-width: 991px) {
	.navbar-default li[class*="secondlevel"] > a::after,
	.navbar-default li[class*="thirdlevel"] > a::after {
		left: 0;
	}
}

/* ------------------------------------------ secondlevel + thirdlevel over ------------------------------------------ */

.navbar-default li[class*="secondlevel"]:hover > a,
.navbar-default li[class*="secondlevel"] > a:hover,
.navbar-default li[class*="secondlevel"] > a:focus,
.navbar-default li[class*="secondlevel"].open > a,
.navbar-default li[class*="secondlevel"].open > a:hover,
.navbar-default li[class*="secondlevel"].open > a:focus,
.navbar-default li[class*="secondlevel"][class*="_over"] > a,
.navbar-default li[class*="secondlevel"][class*="_over"] > a:hover,
.navbar-default li[class*="secondlevel"][class*="_over"] > a:focus,
.navbar-default li[class*="thirdlevel"]:hover > a,
.navbar-default li[class*="thirdlevel"] > a:hover,
.navbar-default li[class*="thirdlevel"] > a:focus,
.navbar-default li[class*="thirdlevel"].open > a,
.navbar-default li[class*="thirdlevel"].open > a:hover,
.navbar-default li[class*="thirdlevel"].open > a:focus,
.navbar-default li[class*="thirdlevel"][class*="_over"] > a,
.navbar-default li[class*="thirdlevel"][class*="_over"] > a:hover,
.navbar-default li[class*="thirdlevel"][class*="_over"] > a:focus {
	color: #282828;
}

.navbar-default li[class*="secondlevel"]:focus-within > a,
.navbar-default li[class*="thirdlevel"]:focus-within > a {
	color: #282828;
}

.navbar-default li[class*="secondlevel"]:hover > a::after,
.navbar-default li[class*="secondlevel"] > a:hover::after,
.navbar-default li[class*="secondlevel"] > a:focus::after,
.navbar-default li[class*="secondlevel"].open > a::after,
.navbar-default li[class*="secondlevel"].open > a:hover::after,
.navbar-default li[class*="secondlevel"].open > a:focus::after,
.navbar-default li[class*="secondlevel"][class*="_over"] > a::after,
.navbar-default li[class*="secondlevel"][class*="_over"] > a:hover::after,
.navbar-default li[class*="secondlevel"][class*="_over"] > a:focus::after,
.navbar-default li[class*="thirdlevel"]:hover > a::after,
.navbar-default li[class*="thirdlevel"] > a:hover::after,
.navbar-default li[class*="thirdlevel"] > a:focus::after,
.navbar-default li[class*="thirdlevel"].open > a::after,
.navbar-default li[class*="thirdlevel"].open > a:hover::after,
.navbar-default li[class*="thirdlevel"].open > a:focus::after,
.navbar-default li[class*="thirdlevel"][class*="_over"] > a::after,
.navbar-default li[class*="thirdlevel"][class*="_over"] > a:hover::after,
.navbar-default li[class*="thirdlevel"][class*="_over"] > a:focus::after {
	opacity: 1;
}

.navbar-default li[class*="secondlevel"]:focus-within > a::after,
.navbar-default li[class*="thirdlevel"]:focus-within > a::after {
	opacity: 1;
}

/* #endregion -------------------------------- navigation --------------------------------------- */

/* #region ------------------------------------- resp-gaps -------------------------------------- */

#tabs > .row,
#blog > .row,
#blog .tab_link_entries,
#feedback > .row {
	row-gap: 30px;
}

#footer > .row {
	row-gap: 40px;
}

/* #endregion ---------------------------------- resp-gaps -------------------------------------- */

/* #region -------------------------------------- header ---------------------------------------- */

@media (min-width: 992px) {
	header {
		position: relative;
	}
}

#headerpic,
#slider {
	overflow: hidden;
	position: relative;
}

#slider {
	max-height: 400px;
	overflow: hidden;
	position: relative;
}

@media (min-width: 992px) {
	#slider {
		max-height: 600px;
	}

	body.index #slider {
		max-height: 810px;
	}

	#headerpic a.nivo-prevNav {
		left: 65px;
	}

	#headerpic a.nivo-nextNav {
		right: 65px;
	}

	#headerpic {
		background-color: #222222;
	}

	.theme-nivo .nivo-controlNav .slick-dots li {
		color: #fff;
	}
}

#headerpic .nivo-controlNav {
	top: 15px;
	bottom: auto;
}

#headerpic .nivo-main-image {
	min-height: 100% !important;
}

@media (max-width: 991px) {
	#headerpic {
		padding-bottom: 30px;
	}
}

#banneroverlay {
	position: relative;
	padding-top: 30px;
}

@media (min-width: 992px) {
	#banneroverlay {
		position: absolute;
		top: 160px;
		width: 100%;
		z-index: 55;
		padding-top: 0px;
	}
}

#banneroverlay .tab {
	color: #282828;
	font-size: clamp(1rem, 2vw, 24px);
	line-height: 1.1;
}

#banneroverlay .tabHeadline {
	color: #9b5517;
	font-size: clamp(2rem, 7vw, 6.25rem);
	font-weight: 400;
	margin-bottom: 0;
	margin: 0;
	font-family: "Roboto", sans-serif;
}

#banneroverlay .tabContent :is(b, strong) {
	color: #9b5517;
	font-size: clamp(2.5rem, 6vw, 4.5rem);
	font-weight: 400;
	font-family: "Allura", cursive;
}

@media (min-width: 992px) {
	#banneroverlay .tab,
	#banneroverlay .tabHeadline,
	#banneroverlay .tabContent :is(b, strong) {
		color: #fff;
	}
}

@media (min-width: 768px) {
	#tipps {
		position: absolute;
		bottom: 90px;
		width: 100%;
		z-index: 55;
	}
}

@media (max-width: 767px) {
	#tipps {
		padding-top: 30px;
	}
}

#tipps .tippsContent {
	background-color: #e18535;
	border-radius: 50%;
	font-size: clamp(1.125rem, 2vw, 1.5rem);
	padding: 30px;
	width: clamp(175px, 17vw, 215px);
	height: clamp(175px, 17vw, 215px);
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}

#tipps .tippsContent a {
	color: #282828;
	text-decoration: none;
}

/* #endregion ----------------------------------- header ---------------------------------------- */

/* ---------------------------------------------- content --------------------------------------- */

#content-area {
	text-align: left;
}

body:not(.index) #content-area {
	padding: clamp(40px, 4vw, 50px) 0 clamp(40px, 10vw, 90px) 0;
}

body.index #aboveContent {
	display: none;
}

/* #region ---------------------------------- h1 - h6, newslink --------------------------------- */

.h4link a:link,
.h4link a:hover,
.h4link a:focus,
.h4link a:visited,
H6,
H5,
H4,
H3,
H2,
H1 {
	color: #9b5517;
	font-weight: 400;
	line-height: 1.2;
	font-family: "Allura", cursive;
	margin-bottom: 15px;
}

h1,
.h1,
.legacy_h1 {
	font-size: clamp(3.125rem, 5vw, 4.5rem);
}

h2,
.h2,
.legacy_h2 {
	font-size: clamp(2.5rem, 5vw, 3.125rem);
}

h3,
.h3,
.legacy_h3 {
	font-size: clamp(2rem, 5vw, 2.5rem);
}

h4,
.h4,
.legacy_h4 {
	font-size: clamp(1.75rem, 5vw, 2rem);
}

h5,
.h5,
.legacy_h5 {
	font-size: clamp(1.5rem, 5vw, 1.75rem);
}

h6,
.h6,
.legacy_h6 {
	font-size: clamp(1.375rem, 5vw, 1.625rem);
}

/* #endregion ---------------------------------- h1 - h6, newslink ------------------------------ */

/* #region --------------------------------------- Zitat ----------------------------------------- */

.zitat {
	background-color: #e18535;
	padding: 45px 0;
	color: #282828;
	font-size: clamp(1.125rem, 3vw, 1.5rem);
}

.zitat :is(b, strong) {
	font-family: "Allura", cursive;
	font-size: clamp(2.25rem, 3vw, 3rem);
	font-weight: 400;
}

/* #region --------------------------------------- Feelings ----------------------------------------- */

#feelings {
	padding-top: 70px;
}

#feelings .tab {
	position: relative;
}

@media (min-width: 768px) {
	#feelings .tab::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: -290px;
		width: 269px;
		height: 261px;
		background: url("../img/hund-mit-ball.png") no-repeat;
	}
}

#feelings .tabHeadline {
	color: #546d37;
	font-size: clamp(1.875rem, 4vw, 3rem);
	position: relative;
	font-family: "Allura", cursive;
	text-decoration: underline;
	text-underline-offset: 16px;
	text-decoration-thickness: 2px;
}

/* #region --------------------------------------- Needs ----------------------------------------- */

#needs {
	padding-top: 30px;
}

#needs .tab {
	position: relative;
}

#needs .tabHeadline {
	color: #9b5517;
	font-size: clamp(1.875rem, 4vw, 3rem);
	position: relative;
	font-family: "Allura", cursive;
}

#needs .tab .tabHeadline {
	text-decoration: underline;
	text-decoration-thickness: auto;
	text-underline-offset: 16px;
	text-decoration-thickness: 2px;
}

/* ----- LIST-STYLE ------ */

#feelings ul,
#needs ul {
	margin: clamp(15px, 4vw, 30px) 0 clamp(15px, 4vw, 40px) 0;
}

:is(#feelings, #needs) ul li,
#content-area ul:not(#content_buttons_div) li {
	padding: 4px 0;
	padding-left: 30px;
	background: transparent;
}

:is(#feelings, #needs) ul li::before,
#content-area ul:not(#content_buttons_div) li::before {
	top: 6px;
	left: 0;
	width: 22px;
	height: 23px;
	opacity: 1;
	background: url("../img/pfote.png") no-repeat;
}

#feelings ul li::before {
	top: 10px;
	width: 11px;
	height: 11px;
	border-radius: 100%;
	background: #9b5517;
}

/* #region --------------------------------------- tabs ----------------------------------------- */

#tabs {
	padding: clamp(40px, 10vw, 50px) 0 clamp(40px, 10vw, 60px) 0;
	position: relative;
}

#tabs #tabs-headline {
	color: #9b5517;
	font-weight: 700;
	font-size: clamp(2rem, 4vw, 3rem);
	text-transform: uppercase;
}

#tabs .tab {
	height: 100%;
	min-height: 100%;
	font-size: 1rem;
	padding: 30px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.12);
	margin: 0 auto;
	position: relative;
}

@media (min-width: 992px) {
	#tabs #tabs-headline {
		padding-bottom: 385px;
	}

	#tabs::before {
		content: "";
		display: block;
		position: absolute;
		top: 125px;
		left: 0;
		right: 0;
		width: 1501px;
		height: 464px;
		margin: 0 auto;
		background: url("../img/bg-angebote.png") no-repeat;
	}

	.tab-1::before {
		content: "";
		display: block;
		position: absolute;
		top: -355px;
		left: 0;
		right: 0;
		width: 285px;
		height: 355px;
		background: url("../img/hund-und-frau.png") no-repeat;
		margin: 0 auto;
	}

	.tab-2::before {
		content: "";
		display: block;
		position: absolute;
		top: -250px;
		left: 0;
		right: 0;
		width: 348px;
		height: 255px;
		background: url("../img/frau-auf-laptop.png") no-repeat;
		margin: 0 auto;
	}

	.tab-3::before {
		content: "";
		display: block;
		position: absolute;
		top: -355px;
		left: 0;
		right: 0;
		width: 138px;
		height: 366px;
		background: url("../img/bild-betreuung.png") no-repeat;
		margin: 0 auto;
	}
}

#tabs .tab .tabHeadline {
	color: #282828;
	font-weight: 400;
	font-size: clamp(1.5rem, 2vw, 1.875rem);
	font-family: "Roboto", sans-serif;
}

/* #endregion ------------------------------------ tabs ----------------------------------------- */

/* #region --------------------------------------- blog ----------------------------------------- */

#blog {
	padding-top: clamp(30px, 5vw, 60px);
	padding-bottom: clamp(30px, 5vw, 60px);
	position: relative;
	z-index: 12;
}

#blog > .row {
	position: relative;
}

#blog > .row::before {
	content: "";
	position: absolute;
	background: url("../img/pfoten-blog.png") no-repeat;
	pointer-events: none;
	top: 0;
	right: 40px;
	width: 639px;
	height: 571px;
	z-index: -1;
}

@media (max-width: 991px) {
   #blog > .row::before{
      top: 60px;
      
   }
}

#blog :is(h1, h2, h3, h4, h5, h6, .tabHeadline) {
	font-size: clamp(2.25rem, 4vw, 3rem);
	color: #9b5517;
}

#blog .tab {
	min-height: 460px;
	font-size: 1rem;
	padding: 30px;
	background: #fff;
	border-radius: clamp(20px, 6vw, 70px);
	box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.12);
	margin: 0 auto;
	position: relative;
}

#blog .banner img {
	margin: 0 auto;
	margin-bottom: -10px;
}

/* #endregion --------------------------------------- blog -------------------------------------- */

/* #region -------------------------------------- service --------------------------------------- */

#service {
	position: relative;
	z-index: 2;
	padding-top: clamp(40px, 10vw, 80px);
	padding-bottom: clamp(40px, 10vw, 90px);
}

@media (min-width: 768px) {
	#service {
		background-size: clamp(20%, 30vw, 544px);
	}
}

#service > .row {
	position: relative;
}

#service > .row::after {
	content: "";
	position: absolute;
	background: url("../img/pfoten-tipps.png") no-repeat;
	pointer-events: none;
	bottom: 80px;
	right: 40px;
	width: 233px;
	height: 191px;
	z-index: -1;
}

@media (max-width: 575px) {
	#service > .row::after {
		right: -40px;
	}
}

@media (min-width: 992px) {
	#service > .row::before {
		content: "";
		display: block;
		position: absolute;
		z-index: -1;
		right: 0;
		top: 0;
		bottom: 0;
		left: 0;
		background: url("../img/tablet.png") no-repeat;
		height: 557px;
		width: 491px;
		z-index: 1;
	}
}

#service :is(h1, h2, h3, h4, h5, h6) {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-size: clamp(1.5625rem, 3vw, 2.25rem);
	text-decoration: underline;
	text-decoration-thickness: 2px;
}

#service :is(b, strong) {
	font-family: "Allura", cursive;
	font-weight: 400;
	font-size: clamp(2.25rem, 4vw, 3rem);
	color: #9b5517;
}

/* #endregion ----------------------------------- service --------------------------------------- */

/* #region ------------------------------------- feedback --------------------------------------- */
:is(#service, #feedback) h2 {
	font-size: clamp(2.25rem, 4vw, 3rem);
}

#feedback {
	padding-bottom: clamp(40px, 10vw, 125px);
	position: relative;
	z-index: 1;
	padding-top: 50px;
}

#feedback::after {
	content: "";
	position: absolute;
	background: url("../img/hundefoto.png") bottom right no-repeat;
	inset: 0;
	pointer-events: none;
	z-index: -1;
	bottom: 0;
	right: 0;
}

#feedback::before {
	content: "";
	position: absolute;
	background: url("../img/pfoten-feedback.png") no-repeat;
	pointer-events: none;
	bottom: 20%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 824px;
	height: 450px;
	z-index: 2;
}

#feedback > .row + .row {
	margin-top: 30px;
}

#feedback .tab {
	background: #fff;
	font-size: 1rem;
	height: 100%;
	min-height: 300px;
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
	border-radius: 40px;
}

#feedback .tab :is(i, em) {
	color: #282828;
	font-style: normal;
}

#feedback .tab :is(h1, h2, h3, h4, h5, h6) {
	color: #1f1f1f;
	font-weight: 700;
	font-size: clamp(1.25rem, 2vw, 1.5rem);
	margin-bottom: 0;
}

#feedback .tabHeadline {
	padding: 40px 30px 30px 30px;
	border-bottom: 2px solid #e48c49;
}

#feedback .tabContent {
	padding: 40px 30px 30px 30px;
}

/* ------------------------------------------------ @26tab ----------------------------------------------- */

#tab26 {
	margin: auto;
	width: 100%;
	max-width: 770px;
	z-index: 12;
	position: relative;
}

/* ----------------------- @26tab slider arrows + dots ------- DO NOT DELETE ----------------------- */

#tab26 .slick-slide {
	padding: 15px;
}

#tab26 .slick-dots button,
#tab26 .slick-button {
	background: transparent;
	border: none;
	padding: 5px;
}

#tab26 .slick-button {
	font-size: 0px;
	position: relative;
	top: 4px;
}

#tab26 .slick-prev {
	margin-left: 14px;
}

@media (max-width: 767px) {
	#tab26 .slick-next {
		margin-left: 14px;
	}
}

#tab26 .slick-button::before {
	display: block;
	line-height: 9px;
	height: 20px;
	font-size: 40px;
	color: #000000;
}

#tab26 .slick-button::after {
	content: "";
	position: absolute;
	pointer-events: none;
	left: 50%;
	top: 50%;
	width: 0;
	height: 0;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, 0.05);
	transition:
		width 200ms linear,
		height 200ms linear;
	z-index: -1;
}

#tab26 .slick-button:focus::after,
#tab26 .slick-button:hover::after {
	width: 28px;
	height: 28px;
}

@media (max-width: 767px) {
	#tab26 .slick-button::after,
	#tab26 .slick-button::after {
		width: 28px;
		height: 28px;
	}
}

#tab26 .slick-dots {
	padding: 0 15px;
	list-style: none;
}

#tab26 .slick-dots > li {
	display: inline-block;
	position: relative;
	top: 50%;
	font-size: 0px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #aaaaaa;
	transform: translateY(-50%);
}

#tab26 .slick-dots,
#tab26 .slick-button {
	display: inline-block !important;
}

@media (max-width: 767px) {
	#tab26 .slick-dots {
		display: none !important;
	}
}

#tab26 .slick-dots > li + li {
	margin-left: 10px;
}

#tab26 .slick-prev::before {
	content: "\2039";
}

#tab26 .slick-next::before {
	content: "\203A";
}

#tab26 .slick-dots > li.slick-active {
	background: #e18535 !important;
	transition: background 200ms linear;
}

/* ------------ @26tab slider 1 stop/play button for accessibility ------- DO NOT DELETE ------------ */

#tab26 .slick-animate-control {
	position: relative;
	z-index: 2;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	top: -5px;
	left: 10px;
	border: 1px solid #ffffff;
	background-color: #000;
	background-size: 16px 16px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M12 36V12h24v24Z' fill='%23fff'/%3E%3C/svg%3E");
}

#tab26 .slick-animate-control.slick-pause {
	background-size: 20px 20px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M16 37.85v-28l22 14Z' fill='%23fff'/%3E%3C/svg%3E");
}

/***********************************SLIDER_ROOT_FILE DO NOT CHANGE OR DELETE************************************/

#tab26 .slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

#tab26 .slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

#tab26 .slick-list:focus {
	outline: none;
}

#tab26 .slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

#tab26 .slick-slider .slick-track,
#tab26 .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

#tab26 .slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#tab26 .slick-track:before,
#tab26 .slick-track:after {
	content: "";
	display: table;
}

#tab26 .slick-track:after {
	clear: both;
}

#tab26 .slick-loading .slick-track {
	visibility: hidden;
}

#tab26 .slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

#tab26 [dir="rtl"] .slick-slide {
	float: right;
}

#tab26 .slick-slide img {
	display: block;
}

#tab26 .slick-slide.slick-loading img {
	display: none;
}

#tab26 .slick-slide.dragging img {
	pointer-events: none;
}

#tab26 .slick-initialized .slick-slide {
	display: block;
}

#tab26 .slick-loading .slick-slide {
	visibility: hidden;
}

#tab26 .slick-vertical .slick-slide {
	display: block;
	height: auto;
}

#tab26 .slick-arrow.slick-hidden {
	display: none;
}

#tab26 .tabWrapper {
	opacity: 0;
}

#tab26 .tabWrapper.slick-initialized {
	opacity: 1;
	transition: opacity 200ms linear;
}

/***********************************ROOT_FILE_END************************************/
/* #endregion ------------------------------------- feedback ------------------------------------ */

/* #region -------------------------------------- buttons --------------------------------------- */

.button-design a:not(.has-image):not([href*="mailto"]):not([href*="tel"]):not([name]) {
	display: inline-block;
	line-height: 1.2;
	color: #222222;
	font-size: 1rem;
	font-weight: 700;
	background: #e18535;
	padding: 12px 20px 11px 20px;
	border-radius: 24px;
	position: relative;
	text-decoration: none !important;
	text-shadow: none !important;
	border: 3px solid #fff;
	outline: 2px solid rgba(225, 133, 53, 0);
	transition:
		border 300ms linear,
		outline 300ms linear,
		color 300ms linear,
		background 300ms linear;
}

#header-text.button-design a:not(.has-image):not([href*="mailto"]):not([href*="tel"]):not([name]) {
	margin-top: clamp(20px, 4vw, 45px);
}

#tabs .tab.button-design a:not(.has-image):not([href*="mailto"]):not([href*="tel"]):not([name]) {
	margin-top: 10px;
}

.button-design a:not(.has-image):not([href*="mailto"]):not([href*="tel"]):not([name]):hover,
.button-design a:not(.has-image):not([href*="mailto"]):not([href*="tel"]):not([name]):focus {
	background: #e18535;
	color: #222222;
	outline: 2px solid rgba(225, 133, 53, 1);
}

/* #endregion ----------------------------------- buttons --------------------------------------- */

#bgFormular {
	padding: 60px 0;
	background-color: #1f1f1f;
	color: #fff;
	background-attachment: fixed;
	background-size: cover;
}

#bgFormular .legacy_h6 {
	color: #fff;
}

.botschaft {
	font-family: "Allura", cursive;
	font-size: clamp(2.25rem, 4vw, 2.8rem);
	position: relative;
	margin-top: 200px;
}

@media (max-width: 991px) {
	.botschaft {
		margin-top: 50px;
	}
}

.botschaft::after {
	content: "";
	display: block;
	position: absolute;
	background: url("../img/trenner-herz.png") no-repeat;
	width: 64px;
	height: 99px;
	right: -70px;
	top: 50%;
	transform: translateY(-50%);
}

.botschaft a {
	color: #fff;
}

/* #region --------------------------------------- footer --------------------------------------- */

/* innerfooter */

#innerfooter {
	background: #e18535;
	padding: 30px 0 30px 0;
}

@media (min-width: 576px) {
	#innerfooter {
		padding-bottom: 30px;
	}
}

#innerfooter ul {
	padding: 0;
}

#innerfooter li {
	display: block;
}

@media (min-width: 576px) {
	#innerfooter li + li::before {
		content: "•";
		margin: 0 15px;
		color: #282828;
	}

	#innerfooter li {
		display: inline-block;
	}
}

@media (min-width: 1200px) {
	#innerfooter li + li::before {
		margin: 0 22px;
	}
}

#innerfooter li a {
	color: #282828;
	text-decoration: none;
	font-size: 1rem;
}

@media (max-width: 575px) {
	#innerfooter li a {
		padding: 4px;
		display: inline-block;
	}
}

#innerfooter li a:hover,
#innerfooter li a:focus {
	text-decoration: underline;
	color: #282828;
}

/* #endregion ------------------------------------ footer --------------------------------------- */

/* #region -------------------------------------- vernetzt -------------------------------------- */

#vernetzt {
	text-align: right;
	font-size: 13px;
	font-weight: 400;
	color: #282828;
	line-height: 1.3;
	margin-top: 20px;
	text-decoration: none;
}

@media (min-width: 768px) {
	#vernetzt {
		margin-top: 0;
	}
}

#vernetzt span {
	display: block;
}

#vernetzt b {
	color: #282828;
	font-weight: 400;
}

#vernetzt img {
	margin-left: 18px;
}

/* #endregion -------------------------------- vernetzt ----------------------------------------- */
