#footer_kd {
   font-size: 20px;
   color: #ffffff;
   background: #234179;
   width: 100%;
   height: auto;
   padding-left: 43px;
   padding-top: 40px;
   padding-bottom: 25px;
   min-height: 420px;
   overflow: hidden;
}

.footer_kd .inside {
   margin: 0 auto;
   max-width: 1980px;
   padding-top: 40px;
   padding-left: 43px;
   padding-bottom: 36px;
}

.footer_kd a { 
   font-size: 19px;
   color: #DFF2F2;
}

.footer_kd a:hover { 
   font-size: 20px;
   background-color: blue;
}

#backgroundimage
{
   height: auto;
   left: 0;
   margin: 0;
   min-height: 100%;
   min-width: 674px;
   padding: 0;
   position: fixed;
   top: 0;
   width: 100%;
   z-index: -1;
}

#stripe1_kd {
   font-size: 18px;
   color: bisque;
   background:#dddddd;
   width: 100%;
   height: auto;
   padding-left: 43px;
   padding-top:25px;
   min-height: 320px;
   overflow: hidden;
}

#stripe2_kd {
   font-size: 18px;
   color: white;
   background: lightblue;
   width: 100%;
   height: auto;
   padding-left: 43px;
   padding-top:25px;
   min-height: 220px;
   overflow: hidden;
}

.stripe2_kd a {
   font-size: 18px;
   color: white;
}

.stripe2_kd a:hover {
   font-size: 20px;
   color: yellow;
}

#stripeblue_kd {
   font-size: 20px;
   color: white;
   background: #13f7f7;
   width: 100%;
   height: auto;
   padding-left: 43px;
   padding-right: 43px;
   padding-top:20px;
   min-height: 220px;
   overflow: hidden;
}

.stripe-blue_kd a {
   font-size: 20px;
   color: bisque;
}

.stripe-blue_kd a:hover {
   font-size: 22px;
   color: yellow;
}

#menuToggle
{
  display: block;
  position: relative;
  top: 470px;
  left: 30px;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}
#menuToggle a
{
  text-decoration: none;
  color: #232323;
  
  transition: color 0.3s ease;
}
#menuToggle a:hover
{
  color: tomato;
}

#menuToggle input
{
  display: block;
  width: 80px;
  height: 64px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}
/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #cdcdcd;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}
#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}
/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}
/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}
/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 300px;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}
#menu li
{
  padding: 10px 0;
  font-size: 22px;
}
/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}

#menuToggle input[type=checkbox] {
    transform: scale(3.9);
    
    /*
 *  17.03.2025
 *
 *  Meine Test-CSS-Änderungen.
 *  An das Ende von 'trix.min.css' anfügen.
 *
 */
trix-editor {
  font-size: 1.5em !important;
  padding: 0.5em !important;
  min-height: 15em !important;
}

#newthread_threaddesc,.c4gForumNewThreadName > input:nth-child(2) {
  font-size: 1.5em !important;
  padding: 0.5em !important;
}

table.dataTable.display .c4g_forum_tlist_threadname {
  font-size: 1.5em !important;
  color: navy !important;
  font-weight: normal !important;
}

/* ----------------------------- */
.c4gForumNewThread {
  background-color: whitesmoke !important;
}

#c4g_forum {
  background-color: lightyellow !important;
}

/* ----------------------------- */
table.dataTable.display .c4g_forum_tlist_postcount {
  display: none !important;
}

#newthread_sortid {
  display: none !important;
}

.c4gForumNewThreadSort {
  display: none !important;
}

.mod_listing {
  display: none !important;
}

.c4gGuiDialogButtons > a:nth-child(2) {
  display: none !important;
}

a.undefined:nth-child(3) {
  display: none !important;
}

a.undefined:nth-child(2) {
  display: none !important;
}

.c4gGuiPostContent {
  display: none !important;
}

.c4gGuiPreContent {
  display: none !important;
}

/* ----------------------------- */
.c4gForumNewThreadName::before {
  content: 'Auftrags-Nr. | Name | Adresse | Telefon | E-Mail | eintragen für diesen neuen ' !important;
}

.c4gForumNewThreadDesc::before {
  content: 'Abholung | Sichtung | sonstige Information / ' !important;
}

.c4gForumNewThreadContent::before {
  content: 'Artikel-Liste für den Auftrag / ' !important;
}

.c4gGuiBreadcrumbItem::before {
  content: 'Zurück zur Übersicht' !important;
}

th.c4g_forum_tlist_last_author > div:nth-child(1)::after {
  content: ' Bearbeiter' !important;
}

#c4gGuiDataTable\:forum\:1_length > label:nth-child(1)::after {
  content: ' / Aufträge' !important;
}

#c4gGuiDataTable\:forum\:1_info::before {
  content: 'Aufträge: ' !important;
}

/* ----------------------------- */
@media screen and (max-width: 767px) {
  table thead {
    display: none !important;
  }

  table td {
    display: table !important;
    width: 100% !important;
  }
}
/* ----------------------------- */
