/* temporäre Anpassung bis Menüstruktur kundenseitig definiert */

.topbar-nav .mainnav__list > li > a:before {
    display: none;
}

.container__partnerlogos .ks--tiny-slider--item-inner {
	max-height: 90px;
}

/* individuel styles */

html .ce_accordion.icon-plus  {
	--accordion-padding: .3em;
    --accordion-background: transparent;
    --toggler-font-size: 1em;
    --toggler-background: #ffffff;
    --toggler-background-hover: rgb(255, 255, 255, 0.5);
    --toggler-color: var(--color-text);
    --toggler-color-hover: var(--color-text);
    --toggler-spacing: var(--base-spacing-unit--xs);
    --toggler-border: 0px solid var(--color-highlight);
    --toggler-icon__bgcolor: var(--color-brand);
    --toggler-icon__bgcolor-active: var(--color-brand);
    --toggler-icon__text-color: #ffffff;
    
}

.slider-content-wrapper .slider-content .btn--slider {
    margin-top: 1em;
}

.mod_article:first-of-type {
    padding-top: 5em;
}

.article--full:first-of-type {
    padding-top: 0 !important;
}

@media screen and (min-width: 48em) {
.topbar-logo.position--absolute img {
    max-width: 150px;
}
}

@media screen and (max-width: 1120px) {
.topbar-logo.position--absolute img {
    max-width: 130px;
}
}

.centered {
	align-items: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.highlight.ce_accordion .toggler {
	color: var(--color-brand);
	background: #FAAF0C;
	padding: 3px;
/*	max-width: max-content;*/
	margin-bottom: 1em;
	text-shadow: none;
}

button.c4g-titlebar-close:before {
    color: var(--color-brand);
}

.c4g-popup-content a.btn.btn--primary.btn__rounded,
.c4g-popup-wrapper a.btn.btn--primary.btn__rounded {
    color: #fff !important;
}

.c4g-popup-wrapper img {
    max-height: 250px;
    width: 250px;
    object-fit: cover;
}

#cboxOverlay {
    opacity: 0.95 !important;
}

.topbar-nav--new .mod_navigation ul li a:not(.btn--primary):not(.mobilenav__burger-button):not(input.submit):not(button.submit):hover, .topbar-nav--new .mod_navigation ul li a:not(.btn--primary):not(.mobilenav__burger-button):not(input.submit):not(button.submit).active, .topbar-nav--new .mod_navigation ul li a:not(.btn--primary):not(.mobilenav__burger-button):not(input.submit):not(button.submit).forward {
    border-radius: var(--base-border-radius);
}

.ctabar__nav {
    display: flex;
    flex-direction: row-reverse;
}
.portal-icon {
    display: flex;
    max-width: 75px;
    align-items: center;
    white-space: nowrap;
    margin-right: 25px;
}
.portal-icon img {
    height: 25px;
    padding-right: 5px;
}

*, *:before, *:after {
    box-sizing: inherit;
}

.mod_search .formbody {
    min-width: 250px;
}

/* hide in mobile menu */
.mobile_menu li.hide-nav {
    display: none;
}

/* fonts */
h1 {
    line-height: 1.25;
}

h1.headerslide__title {
    margin-bottom: 0 !important;
}

h2 {
	line-height: 1.3 !important;
}

@media screen and (min-width: 58.75em) {
	h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.5rem;
}
}

h3 {
    font-size: 1.3rem;
}

.ce_text h3 {
	margin-top: 0;
}

.h3-as-text {
	font-family: var(--base-font-family);
}

h3.toggler-inner__headline,
h2.toggler-inner__headline,
h4.toggler-inner__headline {
    margin-bottom: 0;
}

/* button */
.button-highlight .btn--primary {
	background: var(--color-highlight);
	color: black;
	border-color: var(--color-highlight);
}

.align-right {
    display: flex;
    justify-content: right;
}

.mod_login .widget-submit {
    margin-top: 1em;
}

/* teaserbox */
.teaserkachel__inner {
	border-radius: var(--base-border-radius);
	background-color: #ffffff;
    border: 2px solid #007638 !important;
}

.teaserbox--primary, .teaserbox--primary h2, .teaserbox--primary h3 {
    color: #fff;
}

/* iconbox */
.ce_rsce_icon_box {
    border: 2px solid var(--color-brand);
    padding: 1em;
    background: var(--color-brand);
    color: #fff;
    border-radius: var(--base-border-radius);
}

.ce_rsce_icon_box h2,
.ce_rsce_icon_box h3 {
	color: #fff !important;
}

/* infobox */
.ce_rsce_infobox.ks-infobox {
    margin: 2em 0;
}

.ce_rsce_infobox .ks-infobox__icon-wrapper {
    vertical-align: middle;
    margin-top: auto;
    margin-bottom: auto;
}

/* counter */
.counter-animated__counting {
    font-weight: 600;
}

.counter-animated__text {
    font-size: 1.15em;
    font-weight: 500;
    color: var(--color-brand);
    font-style: italic;
}

/* accordeon */
.ce_accordion .toggler {
    padding-left: 1em;
    background: none;
    border-bottom: 1px solid var(--color-brand);
}

.startpage .copyright__text {
    display: none;
}

/* tabelle artennamen */
.MuiToolbar-root.MuiToolbar-regular {
    background: var(--color-brand2);
}

.MuiPaper-root {
    box-shadow: none;
    background: var(--color-page-background) !important;
}

.MuiTableCell-root {
    border-bottom: 1px solid #000 !important;
}

/* forms */
fieldset.w50 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-gap: 0.5rem;
    border: none;
    padding: 0;
}

.fa-newspaper:before {
    font-weight: 900;
}

/* news */
.layout_latest {
    border-radius: var(--base-border-radius);
}

.layout_latest:last-of-type {
    max-width: calc(33.3333333333% - 1rem);
}

.layout_latest time {
	font-weight: 600;
}

.layout_latest time::before {
    content: "\f1ea";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 5px;
    color: var(--color-brand);
}

.container__partnerlogos h4 {
	color: #fff;
}

.container__partnerlogos p a {
    color: #fff;
    text-decoration: underline;
}

/* video */
.videos .wrapper-grid__inner {
    align-items: end;
}

.ce_player .caption_custom:before {
    content: "©";
    display: inline-block;
    margin-right: 5px;
}

.centered-wrapper-inner.inverted-bright .ce_rsce_button_variant {
    text-shadow: none;
}

/*search */
.mod_search .even, .mod_search .odd {
    margin-top: 2em;
}

/* steckbriefe */
.grid-60-40 .wrapper-simple__inner {
	display: grid;
	grid-template-columns: auto 400px
}

.max-width-50 {
    max-width: 50%;
}

.plant-profile h1 {
    margin-top: 1em;
}

.plant-profile .ce_table {
    margin-bottom: 2em;
}

.plant-profile table tr.even {
    background-color: transparent;
}

.plant-profile figure {
    display: flex;
    justify-content: center;
}

.ce_text.week-plant-profile {
    width: 275px;
    position: absolute;
    right: 50px;
    top: 30px;
}

.week-plant-profile p {
	margin: 0.5em;
    font-family: 'Philosopher';
    font-size: 1.25em;
    font-weight: 600;
    rotate: 4deg;
    text-align: center;
    background: var(--color-brand);
    color: #fff;
    max-width: fit-content;
    padding: 5px;
    border-radius: 5px;
}

.plant-profile .ce_image {
    margin-top: 3em;
}

img.profile {
    rotate: 4deg;
    margin-right: 2em;
    margin-left: 1em;
    margin-top: 2em;
    border: 8px solid #fff;
    border-radius: var(--base-border-radius);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    transition: ease-in-out 250ms;
}

img.profile:hover {
    transform: scale(1.05);
    box-shadow: 0 0 5px rgb(0 0 0 / 50%);
}

.portal-button-icon .btn__inner-icon {
    display: inline-block;
    vertical-align: text-bottom;
}

/* ---------- individuelle Akkordeonanpassung ---------- */
.to-do .toggler-inner__headline h2 {
    background: var(--color-highlight);
    border: 2px solid var(--color-highlight);
    border-radius: 5px;
    padding: 0 0.25em;
}

.to-do i.fas.fa-plus.icon-accordion-closed {
    background: var(--color-highlight);
    border: var(--color-highlight);
}

.to-do .toggler-inner__headline h3 {
    margin-bottom: 0;
}

.toggler-inner__headline h2 {
    font-size: 1.25rem;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 0.25rem;
}

.breaker-bgimage {
    max-height: 35vh;
}


/* footer */
#footer a {
    color: #fff;
    text-decoration: underline;
}

#footer h4,  #footer h5 {
    color: #fff;
}

#footer-pre {
    background: var(--color-brand);
    color: #fff;
}

#footer-sub {
    border-top: 1px solid #fff;
    text-align: center;
}

@media screen and (max-width: 1300px) {
.mod_article:not(.article--full) {
    padding-right: 3.5em;
}
}

@media screen and (max-width: 1024px) {
.swiper-container-header.swiper-container {
    width: 100vw;
    height: 35vh;
}
.header-image {
	height: 35vh;
}
}

@media screen and (max-width: 840px) {
.max-width-50 {
    max-width: 55%;
}
}

@media screen and (max-width: 820px) {
#footer .mr-3-mobile  {
    margin-right: 3em;
}
}

@media screen and (max-width: 770px) {
.max-width-50 {
    max-width: 75%;
}

.layout_latest:last-of-type {
    max-width:100%;
}
}

@media screen and (max-width: 580px) {
.max-width-50 {
    max-width: 100%;
}
.plant-profile figure.image_container.float_right {
    float: none;
}
}

@media screen and (max-width: 500px) {
.plant-profile figure.image_container.float_right {
    float: none !important;
}
}

@media screen and (max-width: 400px) {
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    display: none;
}
}

@media screen and (max-width: 58.6875em) {
.plant-profile figure.image_container.float_right {
    float: right;
}
}

/* ----- iframe vidoekameras ----- */
.frame-webcam {
	border-radius: var(--base-border-radius);
    background-color: #ffffff;
    border: 2px solid #007638 !important;
    padding: 1em;
}

iframe.kids {
    margin: auto;
    justify-content: center;
    display: flex;
}

.frame-webcam h2 {
    padding-top: 1em;
    line-height: 1.3 !important;
    text-align: center;
}
.livekamera h2.teaserkachel__headline {
    text-align: center;
    margin-bottom: 1em;
}

.responsive-iframe-container,
.responsive-iframe-container-2 {
  position: relative;
  width: 100%;
  padding-top: 75%; /* Höhe in Prozent des Breite = 4:3 Verhältnis (3/4 = 75%) */
  overflow: hidden;
}

.responsive-iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  max-height: 310px;
}

.responsive-iframe-container-2 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* -------------------- Karte Naturkiekerpunkte ----------------------------- */
.c4g-external {
    background-color: #fff;
}

.c4g-external>div>div[class*=content] {
    padding: 0 .4em .4em;
    overflow-y: auto;
    overflow-x: hidden;
}

.c4g-external:not(.c4g-popup-container):not(.c4g-starboard-container) ul {
    margin: 0;
    padding: 0;
}

.c4g-starboardscope-content-container ul {
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-gap: 1em;
}

.c4g-starboardscope-content-container>ul>li {
    list-style-type: none;
    border: 1px solid;
    border-radius: var(--base-border-radius);
    padding: 1em;
}

.c4g-external>div>div[class*=content] :not(button):not(input):not(textarea):not(select):not(output):not(option) {
    color: var(--color-brand);
}

.c4g-layertree a, .c4g-layertree span {
    color: var(--color-brand) !important;
}

.c4g-starboard-headline {
	color: var(--color-brand) !important;
}

.c4g-external>div>div[class*=content] {
	max-height: 770px;
}

.c4g-sideboard {
	background: #fff;
	color: var(--color-brand);
}

.c4g-sideboard>div>div[class*=content] :not(button):not(input):not(textarea):not(select):not(output):not(option):not(.ol-overviewmap-box):not(svg):not(path) {
    color: var(--color-brand);
}

.c4g-popup-wrapper a.btn.btn-primary {
    color: #fff !important;
    margin-bottom: 10px;
}

.c4g-popup-header-headline {
    color: var(--color-brand) !important;
}

.c4g-popup-content h1.ce_headline,
.c4g-popup-content h2.ce_headline,
.c4g-popup-wrapper h2.ce_headline {
    font-size: 1.3em;
    margin-top: 10px;
}

/* Inhalte Naturkiekerpunkte */
figure img.object-fit-cover {
    object-fit: cover;
    min-height: 500px;
    width: 100%;
    max-height: 500px;
}

/* quicknav Naturkiekerpunkte */
.quicknav.quicknav-points a {
   background: var(--color-highlight);
   color: var(--color-text);
}

/* Bereich Landwirtschaft */
.farming {
    border-radius: var(--base-border-radius);
    background-color: #ffffff;
    border: 2px solid #007638;
    padding: 1em;
}

.ce_rsce_testimonial_single .quote-single__item {
    border: 2px solid var(--color-brand);
    border-radius: var(--base-border-radius);
}

.farming.message {
    rotate: 3deg;
    text-align: center;
    max-width: 275px;
    font-weight: 600;
    line-height: 1.2em;
    margin: 1em;
    background: var(--color-brand);
    color: #fff;
}

.message figure.image_container {
    border: 2px solid #fff;
}

.agriculture .ce_rsce_icon_box {
    border: none;
    padding: 1em;
    background: transparent;
    color: #fff;
    border-radius: var(--base-border-radius);
}

.agriculture a span.btn.btn--primary {
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}

.agriculture .icon-box__link .btn.btn--primary {
    background: transparent;
    border: none;
    color: var(--color-brand);
    font-weight: var(--headings__font-weight);
    font-family: var(--headings__font-family);
    font-size: 1.3rem;
}

.agriculture p.icon-box__icon {
    margin-bottom: 0;
}

/* -------------------- Autoren und Qullen Box -------------------- */
.box-aq {
  background: #fff;
  border-radius: 10px;
  padding: 24px 28px;
  box-shadow: 0 2px 12px rgb(0 0 0 / .08);
  }

.box-aq ul {
    margin-left: 0;
}

.box-aq p,
.box-aq ul {
    font-size: 0.8em;
}

/* über das Projekt */
.grid-1-2 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 2em;
    margin: auto;
    align-items: center;
}

.example {
    display: inline-flex;
    border: 1px solid var(--color-brand);
    border-radius: 25px;
    padding: 5px 20px;
    max-width: max-content;
    background: #fff;
    margin-right: 10px;
}

.take-part {
    background: var(--color-brand2);
    border-radius: 10px;
    padding: 24px 28px;
    box-shadow: 0 2px 12px rgb(0 0 0 / .08);
    margin-bottom: 2em;
    margin-top: 4em;
}

.take-part h3 {
    margin-bottom: 0;
}

.naturkiekerpunkt a.btn.btn--primary.btn__rounded,
.naturkiekerpunkt a.btn.btn--secondary.btn__rounded {
    display: flex;
    align-items: center;
    font-weight: 600;
    min-width: 150px;
    text-align: center;
    margin: auto;
    justify-content: center;
}

.naturkiekerpunkt .ks--tiny-slider {
    padding-bottom: 6px;
}

.ce_rsce_button_variant.btn-darkgrey a {
    background-color: var(--color-gray-dark);
    border-color: var(--color-gray-dark);
}

.ce_text.text--primary {
    color: var(--color-brand) !important;
}

.do-something.ce_accordion .toggler {
    font-weight: 600;
    color: var(--color-brand);
    background: var(--color-brand2);
    padding: 15px;
    /* max-width: max-content; */
    margin-bottom: 1em;
    text-shadow: none;
    border-radius: 15px;
    border-bottom: none;
    margin-top: 1em;
}

.counter-animated__counting {
    color: var(--color-brand);
    font-size: 2.5em;
}

.do-something .accordion {
    background: var(--color-brand2);
    padding: 1em;
    border-radius: 15px;
}




/* CSS – Vogel Tablle*/

.voegel-tabelle-wrap {
  margin: 1.5em 0;
  font-size: 0.95em;
}

.voegel-titel {
  margin-bottom: 0.4em;
}

.voegel-legende {
  margin-bottom: 0.8em;
  font-size: 0.9em;
  color: #444;
}

/* scrollbarer Wrapper */
.voegel-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.voegel-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  table-layout: fixed;
}

/* Spaltenbreiten */
.voegel-table .col-art    { width: 16%; }
.voegel-table .col-status { width: 10%; }
.voegel-table .col-info   { width: 64%; }

.voegel-table td,
.voegel-table th {
  word-break: break-word;
  overflow-wrap: break-word;
  overflow: hidden;
}

.voegel-table thead th {
  background-color: #3a6e3a;
  color: #fff;
  padding: 8px 10px;
  text-align: left;
  font-weight: bold;
  white-space: nowrap;
}

.voegel-table tbody tr:nth-child(even) {
  background-color: #f2f7f2;
}

.voegel-table tbody tr:hover {
  background-color: #dceede;
}

.voegel-table td {
  padding: 6px 10px;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
  line-height: 1.4;
}

.voegel-table .center {
  text-align: center;
}

/* Responsive: noch kleinere Viewport */
@media (max-width: 480px) {
  .voegel-tabelle-wrap {
    font-size: 0.85em;
  }
}



