/* Add your css code here */
/*
Variable Definitions:
  --r-bg: Region background color. Sets the overall background color of the region wrapper.
  --r-tx: Region text color. Sets the default text color for all paragraph and inline text within the region.
  --r-h1: Region heading color. Specifically sets the color for headings (h1, h2, h3) within the region, allowing heading color control independently from body text.
  --r-lk: Region link color. Sets the color for anchor (<a>) links within the region in their normal (non-hover) state.
  --r-lk-h: Region link hover color. Sets the color of links within the region when hovered or focused, providing clear interactive feedback.
  --r-br: Region border color. Sets the border color for the region, useful for visual separation of sections.
  --r-bg-fr: Form background color within the region. Sets the background color specifically for input forms (e.g., login forms, search bars) within the region, enabling clear visual separation of form areas.
  --r-tx-lk: Menu link text color within the region. Sets the text color for menu links in navigation blocks or region-based menus, ensuring consistency with your theme’s navigation design.
  --r-tx-lk-h: Menu link hover text color within the region. Sets the hover or focus color for menu link text, aiding in clear navigation feedback for users.
  --r-bg-lk: Menu link background color within the region. Sets the background color of menu links in their normal state within the region for better menu styling control.
  --r-bg-lk-h: Menu link background hover color within the region. Sets the background color for menu links on hover/focus, ensuring clear user interaction indication.
  --r-tx-bt:  Button text color within the region. Sets the text color for buttons within the region (e.g., call-to-action buttons, form submit buttons).
  --r-tx-bt-h: Button text hover color within the region. Sets the text color for buttons when hovered/focused, providing interactive feedback.
  --r-bg-bt: Button background color within the region. Sets the background color for buttons in their normal state, aligning them visually with your design system.
  --r-bg-bt-h:  Button background hover color within the region. Sets the background color for buttons on hover/focus, improving interactivity and user experience.
*/

/*
Regions Names, each region has an ID and a Class with the same name.
You can use .page-wrapper or #page-wrapper
#page-wrapper {}
#primary-sidebar-menu {}
#fixed-search-block {}
#popup-login-block {}
#header {}
#primary-menu {}
#welcome-text {}

#top-container {}
#top-box-first {}
#top-box-second {}
#top-box-third {}

#system-messages {}
#breadcrumb {}
#page-title {}

#main-container {}
#sidebar-box-first {}
#sidebar-box-main {}
#sidebar-box-second {}

#bottom-container {}
#bottom-box-first {}
#bottom-box-second {}
#bottom-box-third {}
#bottom-box-fourth {}

#footer-container {}
#footer-box-first {}
#footer-box-second {}
#footer-box-third {}

#footer-menu {}
#copyright {}

Examples:

#page-wrapper {
  background-color: var(--r-bg);
  color: var(--r-tx);
  border-color: var(--r-br);
}

h1, h2, h3 {
  color: var(--r-h1);
}

a:not(li.nav__menu-item a) {
  color: var(--r-lk);
  color: var(--r-lk-h);
}

input:not(.button) {
  background-color: var(--r-bg-fr);
}

li.nav__menu-item a {
  color: var(--r-tx-lk);
  background-color: var(--r-bg-lk);
}

li.nav__menu-item a:hover {
  color: var(--r-tx-lk-h);
  background-color: var(--r-bg-lk-h);
}

button:not(li.nav__menu-item button) {
  color: var(--r-tx-bt);
  background-color: var(--r-bg-bt);
}

button:not(li.nav__menu-item button):hover {
  color: var(--r-tx-bt-h);
  background-color: var(--r-bg-bt-h);
}
https://www.drupal.org/docs/extending-drupal/themes/contributed-themes/solo/instructions-for-developers-on-using-colors-in-solo-theme
*/
.user-logged-in #highlighted {
	background-image: linear-gradient(to bottom, #cd2d2d 0%, #edefec 100%);
	height: 255px;
}
#highlighted, .path-contact #highlighted {
	background-image: linear-gradient(to bottom, #cd2d2d 0%, #edefec 100%);
	height: 305px;
}
#highlighted-inner {
/*	max-width: unset; */
}
#block-kenner-bilderleiste {
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 50px
}
#block-kenner-bilderleiste .field--name-body {
	display: flex;
}
#block-kenner-bilderleiste .field--name-body img {
	max-width: unset;
}
#header {
	width: 1216px;
	margin: 0 auto;
	position: static;
	margin-top: -106px;
	z-index: 1000;
	background: unset;
}
@media (max-width: 1280px) {
#header {
	position: absolute;
	top: 200px;
	margin: 0 0 0 40px;
	width: unset;
}
}
@media (max-width: 991px) {
#header {
	top: 208px;
}
}
@media (max-width: 470px) {
#header {
	margin: -97px auto 0 auto;
	position: static;
}
}
.branding-wrapper .site-name a {
	color: #ffffff;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 50px;
	text-decoration: none;
	letter-spacing: -0.05em;
	font-weight: bold;
	text-shadow: 0 0 15px black;
}
@media (max-width: 400px) {
.branding-wrapper .site-name a {
	font-size: 40px;
}
}
@media (max-width: 340px) {
.branding-wrapper .site-name {
	width: max-content;
}
.branding-wrapper .site-name a {
	font-size: 35px;
	margin-top: -3px;
	text-align: center;
	line-height: 1.1;
}
}
@media (max-width: 275px) {
#header {
	margin-top: -135px;
}
.branding-wrapper .site-name {
	width: unset;
}
}
#page-title #page-title-inner,
#page-title h1 {
	padding: 0 var(--solo-gap);
}
#page-title h1.page-title-text {
	margin: 0;
}
#main-container-inner {
	padding: 0;
}
#block-kenner-content p:first-child {
	margin-top: 0;
}
@media (min-width: 299px) {
#block-kenner-content p .e-mail {
	white-space: nowrap;
}
}
.path-frontpage #block-kenner-content p:last-child {
	margin-bottom: -44px;
}
#annekenner {
	position: relative;
	left: 30px;
	top: -60px;
}
@media (min-width: 240px) {
#page-title h1.page-title-text {
	font-size: 24px
}
}
@media (min-width: 576px) {
#page-title h1.page-title-text {
	font-size: 36px
}
#block-kenner-content {
	font-size: 20px;
}
}
@media (min-width: 992px) {
#page-title h1.page-title-text {
	font-size: 40px
}
}
#block-kenner-linksymbole .field--name-body {
	display: flex;
}
#block-kenner-linksymbole .field--name-body p {
	width: 45px;
	line-height: 0;
	margin: 0 5px;
}
#block-kenner-linksymbole .field--name-body p + p {
	width: 90px;
}
#block-kenner-hauptnavigation h4 {
	font-weight: bold;
	line-height: 1;
	text-align: right;
}
#block-kenner-drupal p {
	text-align: right;
}
#footer-container-inner p {
	font-size: 12px;
}
#footer-menu-inner {
	display: none;
}
#copyright-inner p {
	padding: 0 var(--solo-gap);
}
#solo-back-to-top {
	bottom: 3rem;
}
@media (min-width: 500px) and (max-width: 61.9988rem) {
.multi > #bottom-container-inner.solo-inner,
.multi > #footer-container-inner.solo-inner {
	grid-auto-flow: column !important;
}
}
@media (max-width: 499px) {
#footer-container-inner {
	gap: unset;
	margin: var(--solo-gap) 0;
}
#footer-container-inner .region-inner {
	padding: 0;
}
#block-kenner-hauptnavigation h4,
#block-kenner-jochenrossle p,
#block-kenner-drupal p {
	text-align: center;
	margin: 5px 0;
	line-height: 1.5;
}
}
