
.svg-inline--fa {
  /* vertical-align: middle; */
}

.toast-container {
  z-index:13313;
  position: fixed !important;
}
.toast-body {
    max-height: 75vh;
    overflow: hidden;
    overflow-y: auto;
    margin-bottom: 1rem;
}
.no-x .toast-header button.btn-close {
    display: none;
}

.bg-hell {
  background-color: var(--hell) !important;
}

.bg-primary {
  background-color: var(--primary) !important;
}

.bg-white-ce {
  background-color: white;
}

.bg-white-ce .above-below .bodytext {
  padding-left: 1rem;
  padding-right: 1rem;
}

section[class*="bg-"] {
  position: relative;
}


header.text-primary {
  margin-bottom: 1rem;
}

header.text-primary>* {
  margin-bottom: 0;
}

header.text-primary>.text-primary {
  background-color: var(--primary);
  color: white !important;
  font-size: 1rem;
  padding: 0.7rem 0.5rem 0.4rem;
}

select.form-control {
  -webkit-appearance: menulist !important;
  -moz-appearance: menulist !important;
  -ms-appearance: menulist !important;
  -o-appearance: menulist !important;
  appearance: menulist !important;
  width: auto;
  min-width: 10rem;
}

.bg-dark {
  background-color: var(--bg-dark) !important;
  opacity: 1 !important;
}

.text-uppercase {
  color: var(--secondary);
}

/* icomoon */
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?y7ep7y');
  src: url('fonts/icomoon.eot?y7ep7y#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?y7ep7y') format('truetype'),
    url('fonts/icomoon.woff?y7ep7y') format('woff'),
    url('fonts/icomoon.svg?y7ep7y#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-down:before {
  content: "\e900";
}

.icon-chevron-up:before {
  content: "\e901";
}


/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/open-sans-v40-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v40-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


body {
  /* font-family: 'Open Sans'; */
  font-style: normal;
  font-weight: 400;
  color: var(--dark);
  overflow-x:hidden;
}

* {
  font-family: 'FFKievitWeb', 'Open Sans', Helvetica, Arial, sans-serif;
  margin: 0;
}


h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6 {
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
}

h1,
.h1 {
  font-size: 1.6rem;
}

h1,
.h1,
h2,
.h2 {
  color: var(--secondary);
  text-transform: uppercase;
}

h2,
.h2 {
  font-family: 'FFKievitWebMedium';
  font-size: 1.3rem;
}

h4,
.h4,
h5,
.h5,
h6 {
  color: #113F27;
  text-transform: uppercase;
}


h3 {
  font-size: 1.25rem;
  color: var(--secondary);
}

h4 {
  font-size: 1.125rem;
}

.h1>h2,
.h1>*:first-child {
  font-size: 1.6rem !important;
  font-family: 'FFKievitWeb' !important;
}

.text-secondary {
  color: var(--secondary) !important;
}

.subheader.text-secondary {
  --bs-text-opacity: 1;
  color: var(--secondary) !important;
  margin-bottom: 0.75rem !important;
  margin-top: 1rem !important;
  font-family: 'FFKievitWebMedium';
  font-size: 1.2rem;
}

.teaser h1,
.teaser h2,
.teaser h3 {
  color: #FFF;
  padding: 0.5rem 1rem;
  margin: 0px;
  background: var(--primary);
  font-weight: bold;
  margin-bottom: 0.75rem;
}

.teaser h1,
.teaser h2 {
  font-size: 1.5rem;
}

.teaser h3 {
  font-size: 1.25rem;
}

#expanded-content-bottom {
  position: relative;
}

#expanded-content-bottom h2 {
  font-size: 1.1rem;
  font-family: "FFKievitWebMedium";
}

#expanded-content-bottom .col-12>header {
  margin-bottom: 1rem;
}

#expanded-content-bottom .col-12>header>h2 {
  font-size: 1.5rem;
  font-weight: 500;
}

#expanded-content-bottom figure {
  margin-bottom: 1.5rem;
}

#expanded-content-bottom a.btn {
  font-family: 'FFKievitWeb';
  font-size: 150%;
  padding: 0.125rem 0.75rem;
}

#expanded-content-bottom>.container {
  position: relative;
}

#expanded-content-bottom:before {
  content: "";
  height: 1rem;
  width: 100%;
  left: calc((100vw - 1340px) / 2);
  top: -0.5rem;
  background-color: var(--secondary);
  position: absolute;
  max-width: 1320px;
  right: auto;
}

@media (max-width:1319.98px) {
  #expanded-content-bottom:before {
    position: relative;
    top: 0;
    left: 0;
    max-width: 100%;
  }
}

a {
  color: var(--secondary);
  text-decoration: none;
}

a:hover {
  color: var(--primaryh);
  text-decoration: underline;
}

.internal-link::before {
  display: none;
}

.list-group-item [class*="fa-"] {
  color: var(--secondary);
}

.ce-uploads li.list-group-item {
  padding: 0 0.5rem 1rem;
  border-width: 0;
  border-radius: 0;
}s

/* ??? */
.navbar-nav.flex-row.flex-wrap.ms-md-auto {
  margin-left: 0 !important;
}

/* language wrap */
.navbar-nav.flex-row.flex-wrap.ms-md-auto {
  align-content: center;
}

.dropdown-menu.dropdown-menu-end.slideIn.show {
  min-width: 4rem;
}

.icon-flags-de span.icon-markup,
.icon-flags-gb span.icon-markup {
  display: none;
}

/* search in navbar header weg - weil fluid search in footer */
#main-navbar form#searchbox {
  display: none !important;
}

.tx-indexedsearch-res svg.svg-inline--fa.fa-file-lines.fa-xs {
  font-size: 1rem;
  padding-right: 0.5rem;
}

/* ke_search */
.kesearch_searchbox {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  margin-bottom: 1.5rem !important;
  width: 100%;
}

div.kesearchbox {
  position: relative !important;
  height: auto !important;
  margin: 0 !important;
  display: inline-flex !important;
}

#ke_search_sword {
  position: relative !important;
  top: 0 !important;
  width: auto !important;
  height: auto !important;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem !important;
  margin: 0 !important;
  display: inline-flex !important;
  border-radius: 0;
  max-height: 35px;
  box-shadow: none !important;
}
#kesearch_pagebrowser_top a, #kesearch_pagebrowser_bottom a {
    padding: 0.35rem 0.75rem !important;
}
span.submitbutt {
  display: inline-flex;
  position: relative;
}

span.submitbutt:before {
  content: "\f002";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  color: var(--secondary);
  z-index: 0;
  font-family: "Font Awesome 6 free";
  padding-left: 0.6rem;
  padding-top: 0.35rem;
  font-size: 1.1rem;
}
input.visually-hidden.ke-submit {
    background: black;
    color: white !important;
}

li.checkboxButtonSubmit span,
span.submitbutt input,
input.kesGreyButt[type="submit"] {
  min-width: initial !important;
  max-width: initial !important;
  overflow: hidden !important;
  padding-left: 1.45rem !important;
  position: relative !important;
  width: 2rem !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  color: transparent !important;
  border-left-color: transparent !important;
}

span.resetbutt {
  display: none;
}

.tx-kesearch-pi1 .clearer {
  display: none !important;
  height: 1px;
  line-height: 1px;
  clear: both;
}

.footer .kesearchbox:after {
  content: "";
  position: absolute;
  left: 100%;
  background-color: #e3e3e3;
  width: 2.2rem;
  height: 2.2rem;
}

.footer #ke_search_sword {
  border-color: #e3e3e3;
  background-color: #e3e3e3;
}

#main-navbar,
#main-navbar * {
  transition: all 150ms ease-in;
  letter-spacing: 0.02em;
}

.navbar-nav .dropdown-menu {
  margin-top: 0 !important;
  border-radius: 0;
  background-color: var(--secondary);
  color: whitesmoke !important;
  border-top-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right: 1px solid var(--secondaryh);

}

.navbar-nav .dropdown-menu a,
.navbar-nav .dropdown-menu * {
  color: whitesmoke !important;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.9rem;
}

.main-navbarnav>div>a.nav-link {
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  /* color: var(--secondary) !important; */
  color: white !important;
  font-family: 'FFKievitWebMedium';
}

.main-navbarnav>div>a.nav-link:hover,
.navbar-nav .nav-link.parent-active,
.main-navbarnav>div>a.nav-link.active {
  color: white !important;
  opacity: 1;
  background-color: var(--secondary);
}

.navbar-nav .dropdown-item:focus,
.navbar-nav .dropdown-item:hover,
.navbar-nav .dropdown-item:focus>span,
.navbar-nav .dropdown-item:hover>span {
  background-color: var(--secondary);
  color: var(--primary) !important;
}

:not(#page-1) .main-navbarnav #nav-item-28>a.nav-link {
  background-color: var(--primary) !important;
}

#page-1 .main-navbarnav #nav-item-28>a.nav-link.active,
:not(#page-1) .main-navbarnav #nav-item-28>a.nav-link:hover {
  background-color: var(--secondary) !important;
  color: white !important;
}

#page-1 .main-navbarnav #nav-item-28>a.nav-link {
  background-color: var(--secondary) !important;
  color: white !important;
}


.dropdown-item.parent-active {
  background-color: var(--secondaryh);
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--secondaryh);
}

img.img-fluid,
a>*>img.img-fluid {
  transition: all 300ms ease;
}

a:hover>*>img.img-fluid {
  transform: scale(1.05);
  transition: all 300ms ease;
}

#page-1 .main-content.pt-5 {
  padding-top: 0 !important;
}

#page-1 .jumbotron.ratio-29x9 {
  --bs-aspect-ratio: calc(9 / 22 * 100%);
}

/* :not(#page-1) .main-navbarnav #nav-item-28>a.nav-link:hover{
  background-color: var(--secondary) !important;
} */
/* .main-navbarnav #nav-item-28>a.nav-link {
  position: relative;
}
.main-navbarnav #nav-item-28>a.nav-link::before {
  content: "xx";
  position: absolute;
  left: -10rem;
  height: 100%;
  top: 0;
  width: 10rem;
  background-color: #ccc;
} */


aside {
  margin-top: 0.25rem !important;
}

.aside-news-cat button.btn.btn-primary {
  background-color: var(--primary);
  border-color: var(--primary);
}
.cat-menu a.nav-link {
  position: relative;
  
}
@media (min-width:1320px) {
  .cat-menu a.nav-link {
    white-space: nowrap;
  }
}
.cat-menu a.nav-link.active::after {
  content: "\f00c";
  font-family: 'Font Awesome 6 free';
  /* position: absolute;
  right: 0; */
}



@media (min-width:992px) {
  .aside-news-cat.aside-news-cat-first {
    margin-top: 3.05rem;
  }
}

/*  Bünting Großhandel + Service */
.dropdown-item-190,
.dropdown-item-95,
.dropdown-item-73,
.dropdown-item-59 {
  display: flex;
  flex-direction: column;
}


/* sk video consent */
.sk-video-modal .disclaimer {
  max-height: 10rem;
}

.ce-skvideo_ce {
  margin-bottom: 3rem;
}

/* gb_events */


.tx-gbevents-pi1 {
  padding-top: 0.4rem;
}

.tx-gbevents-pi1>h2 {
  display: none;
}

.month-title {
  font-size: 1.2rem;
}

.calendar .month-pager * {
  color: #7B9D91;
  text-transform: uppercase;
}

.calendar a {
  text-decoration: none !important;
}

.calendar th {
  text-align: center;
  font-size: 0.8rem;
  color: gray;
}

.calendar .table>:not(caption)>*>* {
  border-color: transparent;
}

.calendar td {
  width: 14.28571%;
  overflow: hidden;
  position: relative;
  text-align: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.calendar ul.event-ul {
  position: absolute;
  height: 2.3333rem;
  width: 85%;
  border: 3px solid #7B9D91;
  left: 9%;
  top: 10%;
  border-radius: 5rem;
}



.headlines {
  background-color: #7B9D91;
  font-weight: 600;
  color: white;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
  --bs-table-accent-bg: #ABBFB8;
  color: white;
}

.table-striped>tbody>tr:nth-of-type(even)>* {
  --bs-table-accent-bg: #7B9D91;
  color: white;
}

.tx-tinyaccordion-pi1 {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.accordion-item {
  border-width: 0;
  border-radius: 0 !important;
}

.accordion-item:first-of-type .accordion-button,
.accordion-item:last-of-type .accordion-button {
  border-radius: 0 !important;
}

.accordion-button,
.accordion-button::after {
  color: white !important;

}

button.accordion-button {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.1rem;
}

.accordion-body {
  background-color: #f8f6f1;
}

.accordion-button::after {
  font-family: "Font Awesome 6 free" !important;
  font-weight: 900;
}

.accordion-button.collapsed::after {
  content: "\f078";
  background-image: none !important;
}

.accordion-button:not(.collapsed)::after {
  content: "\f077";
  background-image: none !important;
  transform: none !important;
}

.accordion-item:nth-child(odd) .accordion-header .accordion-button {
  background-color: #baa571;
  color: white;
}

.accordion-item:nth-child(even) .accordion-header .accordion-button {
  background-color: #caba94;
  color: white;
}





.simple .acc-section>div {
  padding-left: 0;
}

.simple ul.tinyaccordion li:nth-child(odd) h4,
.simple ul.tinyaccordion li:nth-child(odd) h4.acc-selected,
.simple ul.tinyaccordion li:nth-child(even) h4,
.simple ul.tinyaccordion li:nth-child(even) h4.acc-selected {
  background-color: transparent !important;
  color: initial;
  padding-left: 0;
}

.simple ul.tinyaccordion li {
  border-bottom: 1px solid var(--dark);
  padding-left: 0;

}

.simple ul.tinyaccordion li:first-child {
  border-top: 1px solid var(--dark);
}

.simple .acc-section>div {
  background-color: transparent;
}

#expanded-content-bottom .acc-li nav a {
  padding: 0.33333rem 0.66666rem;
  background-color: var(--secondary);
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-decoration: none;
}

/* jumbotron carousel */



.carousel-item.active {
  opacity: 1;
}

.carousel-item.active.left,
.carousel-item.active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-item.next.left,
.carousel-item.prev.right {
  opacity: 1;
}


.carousel-fade .carousel-item {
  transition: -webkit-transform 2s ease;
  transition: all 2s ease !important;
  transition: all 2s ease, -webkit-transform 2s ease !important;
  z-index: 0 !important;
}

/* .carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
  z-index: 0 !important;
  transition: -webkit-transform 2s ease;
  transition: all 2s ease;
  transition: all 2s ease,-webkit-transform 2s ease;
} */

.carousel-control {
  z-index: 2;
}

@media all and (transform-3d),
(-webkit-transform-3d) {

  .carousel-inner>.carousel-item.next,
  .carousel-inner>.carousel-item.active.right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-inner>.carousel-item.prev,
  .carousel-inner>.carousel-item.active.left {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-inner>.carousel-item.next.left,
  .carousel-inner>.carousel-item.prev.right,
  .carousel-inner>.carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.jumbotron-content h1,
.jumbotron-content p.lead strong {
  background-color: var(--secondary);
  display: inline-flex;
  padding: 1rem 1.5rem;
  font-size: 2.5rem;
  color: white;
  font-weight: 400;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}

.jumbotron-content .fsc-default {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}

.jumbotron-content .fsc-default p {
  padding: 0;
  background-color: transparent;
}

.jumbotron-content h2,
.jumbotron-content p.text-secondary {
  background-color: white;
  display: inline-flex;
  padding: 1rem 1.5rem;
  font-size: 1.5rem;
  color: var(--secondary);
  text-transform: uppercase;
  font-family: 'FFKievitWebMedium';
}



/* 
--------------------------------------------------
:: ####  TABS Startseite   ####
-------------------------------------------------- 
*/

.container.w-1200 {
  max-width: 1200px;
}

.tab-boxen ul {
  display: none;
}

.tab-boxen {
  /*   float: left;
  width: 90%;
  margin: 0 5%; */
  position: relative;
  margin-top: -14rem;
  z-index: 10;
  transition: all ease 300ms;
}
.tab-boxen h2{
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 300 !important;
}
.tab-boxen div {
  position: relative;
  /* width: 25%;
  float: left; */
  padding: 1.5em;
  text-align: center;
  min-height: 26rem;
  background-position: center 4.5em;
  background-repeat: no-repeat;
  /*background-size: 35% auto;*/
  display: block !important;
}

.tab-boxen p,
.tab-boxen h1,
#tabs p,
#tabs h1 {
  color: #fff;
}

.tab-boxen .tabs-1 p,
.tab-boxen .tabs-1 h1,
#tabs #tabs-1 p,
#tabs #tabs-1 h1 {
  color: #113f27;
}

.tab-boxen .p-desc {
  margin-top: 9rem;
  min-height: 9rem;
}

.tab-boxen p.lead {
  margin-top: 0;
  font-size: 1.33333rem;
  text-transform: uppercase;
}

.tab-link.tab-1,
.tabs-1 {
  background-image: url("../images/startseite/IconA.png");
  background-color: whitesmoke;
}

.tab-link.tab-2,
.tabs-2 {
  background-image: url("../images/startseite/IconB.png");
  background-color: var(--secondary);
}

.tab-link.tab-3,
.tabs-3 {
  background-image: url("../images/startseite/IconC.png");
  background-color: var(--acc-nav-bg);
}

.tab-link.tab-4,
.tabs-4 {
  background-image: url("../images/startseite/IconD.png");
  background-color: var(--secondary);
}



.tabs-1 {
  background-image: url("../images/startseite/IconA_L.png");
}

.tabs-2 {
  background-image: url("../images/startseite/IconB_L.png");
}

.tabs-3 {
  background-image: url("../images/startseite/IconC_L.png");
}

.tabs-4 {
  background-image: url("../images/startseite/IconD_L.png");
}


.ce-container {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.markenwelt-header {
  padding: 2rem;
  background-color: var(--secondary);
  color: white;
  position: relative;
}

.markenwelt-cols header>* {
  font-weight: 600;
}

.markenwelt-header:after {
  content: "";
  height: 0.75rem;
  width: calc(100% - 3rem);
  background-color: var(--primary);
  display: flex;
  position: absolute;
  left: 1.5rem;
  top: calc(100% - 0.75rem);
}

.markenwelt-header * {
  color: white;
}

.markenwelt-cols {
  position: relative;
  left: 0.75rem;
}

.markenwelt-cols .beside {
  align-items: stretch;
}

.markenwelt-cols .beside>[class*="col-"]:first-child {
  padding: 1.5rem 1.25rem 0 2rem !important;
  background-color: var(--primary);
  height: 100%;
  min-height: 13.5rem;
}

.markenwelt-cols .beside>[class*="col"]:nth-child(2) {
  background-color: white;
  height: 100%;
  padding-top: 1.25rem;
  min-height: 13.5rem;
}

.green-bar-bottom {
  position: relative;
}

.green-bar-bottom:after {
  content: "";
  position: absolute;
  height: 1.25rem;
  width: 100%;
  background-color: var(--secondary);
  z-index: 1;
  top: calc(100% - 0.625rem);
}

@media (min-width:1340px) {
  .green-bar-bottom:after {
    width: auto;
    left: calc((100vw - 1340px) / 2);
    right: calc((100vw - 1340px) / 2);
  }
}

.news-list-view .list-group-item {
  padding: 0;
  border-radius: 0;
  border-width: 0;
}


[class*="news"] img {
  max-width: 100%;
  height: auto;
}

.teaser-cols .gallery {
  position: relative;
  top: 0;
}

.teaser-cols .gallery .row.gx-4.mb-4 {
  margin-bottom: 0.75rem !important;
}
.teaser-cols .gallery img.img-fluid {
    width: 100%;
}

.teaser-cols header>* {
  background-color: var(--primary);
  color: white;
  padding: 0.75rem;
  margin-bottom: 0;
  font-size: 1.2rem;
}

.teaser-cols .news-list-item .col-md-3 {
  display: flex;
  width: 100%;
  position: relative;
  padding-top: 4.4rem;
  max-height: 17.45rem;
  overflow: hidden;
  margin-bottom: 1rem;
}

.teaser-cols .news-list-item [class*="articletype"] .lead {
  padding: 0;
  color: var(--dark) !important;
  font-size: 1rem;
}

.teaser-cols .row.news-list-item {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: transparent;
}

.teaser-cols .news-list-item h3 {
  position: absolute;
  top: 0;
  background-color: var(--primary);
  color: white;
  padding: 0.75rem !important;
  padding-right: 0.5rem !important;
  left: 0.75rem;
  width: calc(100% - 1.5rem);
  font-size: 1.2rem;
  margin-bottom: 0;
}

.teaser-cols .news-list-item h3 a {
  color: white;
  text-decoration: none;
}

.teaser-cols .news-list-item .extra {
  display: none;
}

.teaser-cols .news-list-item .col-md-9 {
  flex: 0 0 100%;
  max-width: 100%;
  flex-direction: column;

}

.teaser-cols [class*="news"] img {
    max-width: 100%;
    height: auto;
    aspect-ratio: 4 / 2.8;
    object-fit: cover;
}

/*
.teaser-cols .news-list-item a.btn.btn-primary.btn-read-more {
  display: none;
}
*/

.teaser-cols .news-list-view .list-group {
  margin-bottom: 0 !important;
}


.teaser-cols .news-list-item .extra {
  display: none !important;
}




/* cats & tags side menu */
.ce-list .news {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.ce-list .news .btn-group a {
  text-transform: uppercase;
  font-weight: 500;
  color: var(--dark);
}

.news li.list-group-item {
  padding: 0;
  border: none;
}

.news-list-item .extra.justify-content-end {
  justify-content: flex-start !important;
}

.news-list-item .lead[itemprop*="description"] p {
  font-weight: 500;
  text-transform: none;
}


/* news single */

.article .border-top {
  border-top-color: var(--dark) !important;
}

.article .mb-5 {
  margin-bottom: 2.5rem !important;
}

.article .mt-5 {
  margin-top: 2.5rem !important;
}

.article .pb-5 {
  padding-bottom: 2.5rem !important;
}

.article .pt-5 {
  padding-top: 2.5rem !important;
}

.article {
  position: relative;
}

.article [class*="col-"] {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.article .col-md-8 {
  align-items: flex-start;
}

.news-single .article .extra {
  align-self: flex-end;
}

.news-single [class*="col-"] .fsc-default {
  order: 10;
}

.news .lead,
.news-single [class*="col-"] .fsc-default h2,
.news-single [class*="col-"] .fsc-default h3,
.news-single [class*="col-"] .fsc-default h4,
/* tt news */
.news-single-item .col-md-4 p.lead {
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--green);
  letter-spacing: 0.02rem;
}

.news-single .article .col-md-4 h2 {
  font-weight: 500;
}

.news-single .thumbnail {
  margin-bottom: 1rem;
}



/* tt_news archiv */

.tt-news .news-list-date.btn.btn-primary:hover {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
  cursor: default !important;
}

.tt-news .news-list-item h2 {
  margin-bottom: 1rem;
}

.tt-news .news-list-item h2 a {
  color: var(--secondary);
  font-size: 1.25rem;
  font-family: 'FFKievitWeb';
  text-decoration: none;
}

.tt-news .news-list-item span.news-list-morelink {
  display: flex;
  margin-top: 1rem;
  display: none !important;
}

.tt-news hr.clearer {
  opacity: 0;
}

.news-single-item .col-md-4>.mt-5 {
  margin-top: 2.5rem !important;
}

.news-single-item .col-md-4>.mb-5 {
  margin-bottom: 2.5rem !important;
}

.news-single-item [class*="border-"] {
  border-color: var(--dark) !important;
}

.news-single-additional-info a[href*="fileadmin"]:before {
  content: "\f15b";
  font-family: 'Font Awesome 6 Free';
  display: inline-flex;
  padding-right: 0.3333rem;
}

.news-single-backlink>a {
  padding: 0.5rem 0.6666rem 0.35rem;
  background-color: var(--primary);
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}

.browseLinksWrap {
  display: inline-flex;
}

.browseLinksWrap>* {
  padding: 0 0.25rem;
}


/* new accordion */

.tinyaccordion .acc-section header {
  display: none;
}

ul.tinyaccordion {
  padding: 0;
  margin: 0;
}

ul.tinyaccordion h4,
ul.tinyaccordion h4.acc-selected {
  background-image: none;

}

ul.tinyaccordion h4 {
  color: #fff;
  font-size: 1.05rem;
  font-family: 'FFKievitWebMedium';
  margin-top: 0;
  padding-top: 0.9em;
  padding-bottom: .7em;
  margin-bottom: 0;
}

ul.tinyaccordion h4:hover,
ul.tinyaccordion h4:active,
ul.tinyaccordion h4:focus {
  text-decoration: none !important;
}

ul.tinyaccordion li:nth-child(odd) h4,
ul.tinyaccordion li:nth-child(odd) h4.acc-selected {
  background-color: var(--secondary) !important;
}

ul.tinyaccordion li:nth-child(even) h4,
ul.tinyaccordion li:nth-child(even) h4.acc-selected {
  background-color: var(--acc-nav-bg) !important;
}

ul.tinyaccordion li h4 {
  position: relative;
}

ul.tinyaccordion .acc-li h4:after {
    content: "\f078";
    color: white;
    position: absolute;
    right: 0.5rem;
    font-family: 'Font Awesome 6 Free';
}
ul.tinyaccordion .acc-li h4.acc-selected:after {
    content: "\f077";
}

ul.tinyaccordion .acc-section .ce-bodytext p:last-child a.internal-link {
  /* 
padding: .3em .4em;
  float: left;
  font-size: 150%;
  text-transform: uppercase;
  background-color: #708c7d;
  color: #fff;
  margin-top: .3em;
*/
}

.acc-section>div {
  padding: 0.75rem 1.15rem;
  background-color: #e6ece9;
}


.simple .acc-li>h4:after {
  content: "\f078";
  position: absolute;
  right: 0;
  font-family: 'Font Awesome 6 Free';
}

.simple .acc-li>h4.acc-selected:after {
  content: "\f077";
}

#page-7 .powermail_select {
  font-size: 93.7%;
}

fieldset.powermail_fieldset {
  padding: 1rem 0.25rem;
}

.tx-powermail .control-label {
  /* padding-left: 0.25rem; */
}

.tx-powermail form h3 {
  font-size: 1.25rem;
  border-bottom: solid 1px #C7C7C7;
  padding-bottom: 0.25rem;
  padding-top: 0.5rem;
}

@media (min-width:992px) {
  .tx-powermail .hello-offset {
    margin-left: 50%;
  }

  #page-7 .tx-powermail .hello-offset {
    margin-left: 41.675%;
    margin-top: 1rem;
  }
}

/* fe login */

.ce-felogin_login .alert.alert-info,
.ce-felogin_login fieldset legend,
.ce-felogin_login label[for*="username"].form-label,
.ce-felogin_login input#username {
  visibility: hidden;
  position: absolute;
  left: -999em;
}

input#password.form-control {
  width: auto;
}

.ce-felogin_login {
  /* padding: 2rem; */
  /* background-color: whitesmoke; */
  padding-top: 1.5rem;
  border-top: 1px solid #ccc;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.ce-felogin_login h3+p {
  visibility: hidden;
}

#page-footer {
  /* background-color: var(--bg-dark); */
}

.footer,
.footer *,
.footer a {
  color: whitesmoke;
  font-size: 0.96rem;
}

.footer a {
  padding: 0;
  margin: 0;
  color: whitesmoke;
}

.footer a:hover {
  text-decoration: none;
  color: white;
}

.footer .nav-link {
  text-transform: uppercase;
}
@media (max-width:1799.98px) {
  .jumbotron-content>.fsc-default {
    position: relative;
    top: 0;
    transition: all ease 300ms;
  }
}
@media (max-width:1699.98px) {
  .tab-boxen {
    margin-top: -10%;
    transition: all ease 300ms;
  }
  .jumbotron-content>.fsc-default {
    position: relative;
    top: 2rem;
    transition: all ease 300ms;
  }

}



@media (max-width:991.98px) {
  div#navbarToggler {
    background-color: var(--secondary);
  }

  button.navbar-toggler {
    transform: scale(0.8);
  }

  #navbarToggler .offcanvas-body {
    padding-left: 1.75rem;
  }

  .navbar-brand img {
    height: 40px;
    width: auto;
    margin-left: 1rem;
  }

  #main-navbar>.container {
    background-color: var(--primary);
  }

  #main-navbar.shrink {
    height: auto;
    padding-top: 0 !important;
  }

  a.navbar-brand {
    width: 70%;
    background-color: white;
    padding-right: 0.5rem;
    position: relative;
    right: -0.75rem;
    padding-left: 0.5rem;
  }

  a.navbar-brand:after {
    position: absolute;
    content: "";
    left: 100%;
    width: 40%;
    height: 100%;
    top: 0;
    background-color: white;
    display: none;
  }

  p#offcanvasNavbarLabel {
    color: var(--secondary) !important;
  }

  .jumbotron {
    margin-top: 3rem;
  }

  .jumbotron-content header.h-1 {
    margin-bottom: 0.5rem;
  }

  .jumbotron-content h1,
  .jumbotron-content {
    position: relative;
    /* top: 0.5rem; */
  }

  .jumbotron-content h1,
  .jumbotron-content p.lead strong {
    font-size: 1.25rem;
  }

  .jumbotron-content h2,
  .jumbotron-content p.text-secondary {
    font-size: 1.1rem;
  }

  .tab-boxen {
    margin-top: 0;
  }

}

@media (max-width:767.98px) {
  main.col-md-9.main-content.order-md-1.pt-5 {
    padding-top: 1rem !important;
  }

  aside.col-md-3.order-md-2.pt-5 {
    padding-top: 0 !important;
  }
}

@media (min-width:992px) {
  #main-navbar.navbar-shrink {
    padding: 0 1rem 0.5rem;
    background-color: transparent !important;
  }

  nav#main-navbar>.container {
    background-color: white;
    padding-right: 0;
  }

  div#navbarToggler {
    background-color: white !important;
  }

  .offcanvas-body {
    margin-left: auto;
    background-color: var(--acc-nav-bg) !important;
  }

  a.navbar-brand {
    background-color: white;
    margin: 0 !important;
    padding: 0.95rem 1.5rem;
    position: relative;
    left: -0.75rem;
  }

  /* a.navbar-brand:before {
    position: absolute;
    content: "";
    left: 100%;
    background-color: white;
    top: 0;
    height: 100%;
    width: 42%;
} */

  div#navbarToggler {
    /*     padding-top: 1rem !important;
    padding-bottom: 1rem !important; */
  }

  .main-navbarnav>div>a.nav-link {
    line-height: 3;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .navbar-nav .dropdown-menu .dropdown-menu {
    margin-left: 1px !important;
  }

  a.dropdown-item {
    padding-left: 1.5rem;
  }

  .dropdown-submenu.dropdown-menu {
    padding-top: 0;
  }

  ol.breadcrumb {
    margin-bottom: 0;
  }

  .jumbotron {
    margin-bottom: 0 !important;
  }


  nav[aria-label="breadcrumb"] {
    background-color: var(--primary);
  }

  .breadcrumb-item+.breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, "\f054");
    font-family: "Font Awesome 6 free";
    color: #ccc;
    font-size: 0.7rem;
    position: relative;
    top: 0;
  }

  nav[aria-label="breadcrumb"] li {
    display: flex;
    align-items: center;
    color: #ddd text-transform: uppercase;
  }

  nav[aria-label="breadcrumb"] li * {
    line-height: 2.5;
    color: white;
    text-transform: uppercase;
  }

  li.breadcrumb-item.active {
    color: white;
    text-transform: uppercase;
  }
}

@media (min-width:1200px) {
  div#navbarToggler {
    /*     padding-top: 2rem !important;
    padding-bottom: 2rem !important; */
  }

  .main-navbarnav>div>a.nav-link {
    line-height: 5;
  }
}

@media (min-width:1800px) {
  .jumbotron-content>.fsc-default {
    position: relative;
    top: -2rem;
    transition: all ease 300ms;
  }
}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
	  body>* {
	  overflow-x:hidden;
	  }
	.navbar-brand img.img-fluid {
		max-height: 26px;
		width: 100%;
	  }
	  .offcanvas-body {
		  margin-left: 0;
		  padding-left:1rem;
	  }
	  .navbar-expand-lg .navbar-nav .nav-link {
		  font-size:0.85rem;
		  padding-left: 0.66666rem !important;
        padding-right: 0.66666rem !important;
	  }
	  .navbar-nav.main-navbarnav.ms-auto {
    	margin-left: 0 !important;
	}
	  .footer li.nav-item a {
	  	font-size:0.8rem;
	  }
}


