﻿/*ungenützte Workflow Icons ausblenden*/
.cmInactiveState.WFIcon_RevisionPending, .cmInactiveState.WFIcon_DeletionRequested, .cmInactiveState.WFIcon_Draft, .WFIcon_Finished {
    display: none;
}
/* Offline gelb*/
.EditingFrame.NotOnline {
    background-color: #f4f484cc !important;  
}

/*gelöscht rot*/
    .EditingFrame.NotOnline.EF_State_Deleted {
        background-color: #f48484cc !important;
    }

/* Rahmen nicht sichtbar, Offline-Elemente ausblenden*/
.NoEditingFrame.EF_State_Draft, .NoEditingFrame.EF_State_Offline {
    display:none;
}

.ElementEditorDialog .FFldLyt_Input, .ElementEditorDialog .FFldLyt_LongInputCode, .ElementEditorDialog .FFldLyt_InputArea, .ElementEditorDialog .FFldLyt_LongInput {
    min-width: 100% !important;
    min-height: 30px;
}
.ElementEditorDialog .FFldLyt_Input.NumberInputField{
    min-width: unset !important;
}


/* ====================================== Hammer Einträge oberhalb ======================================*/

/* KonText CMS Toolbar Text neben Änderungen speichern Checkmark */ 
.TB_HasChanges::after {
  content: "NICHT GESPEICHERT!";
  display: inline-block;
  margin: 0 10px 0 5px; 
  animation: blink 3s linear infinite; /* Fügt die Animation hinzu */
}

@keyframes blink {
  0%, 100% {
    color: #e52828; /* Farbe am Anfang und Ende der Animation */
    opacity: 1; /* Vollständig sichtbar */
  }
  50% {
    color: white; /* Farbe in der Mitte der Animation */
    opacity: 1; /* Vollständig sichtbar */
  }
}


/* ===================== generelle Korrekturen ======================= */
.img-to-the-max {
   width: 100%;
   height: auto;
   display: block;
}

.area-holz b {
    color: #4e8c24;        
}

.area-holz strong {
    color: #4e8c24;        
}

ul {
    list-style-type: disc;
    margin-left: 0px;
    color: initial;
}

.area-holz ul li::marker {
   color: #4e8c24;
}

/* Fehlerbehebung in styles.min Anfang */
.text_3 b {
    color: black;
}

.area-holz .text_3 b {
    color: #4e8c24;
}

/* H1 bis H6 Anpassungen - gilt überall*/
h1, h2, h3, h4, h5, h6, h1.title_3, h2.title_3, h3.title_3, h4.title_3, h5.title_3, h6.title_3 {
    font-family: inherit;       
}
h1, h2, h3, h4, h5, h6 {    
    font-weight: 500;   
}
h1.title_3, h2.title_3, h3.title_3, h4.title_3, h5.title_3, h6.title_3 {    
    font-weight: 700;   
}
h1, h1.title_3 {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 15px !important;
}
h2, h2.title_3 {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 15px !important;
    text-align: inherit;
}
#content .content h2 {
    text-align: inherit;
}
h3, h3.title_3 {
    font-size: 24px;
    line-height: 1.35;
    margin-bottom: 13px !important;
}
h4, h4.title_3 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 11px !important;
}
h5, h5.title_3 {
    font-size: 17px;
    line-height: 1.45;
    margin-bottom: 9px !important;
}
h6, h6.title_3 {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 7px !important;
}
.area-holz h6 {
  color: #4e8c24;
}

/* repariert die Absatz Vorlage, den fehlerhaften ausgerichteten H2 CSS Stil */
#content .content h2[align="center"] {
    text-align: center; /* Zentrierte Ausrichtung */   
}

#content .content h2[align="right"] {
    text-align: right; /* Rechte Ausrichtung */   
}

#content .content h2[align="left"] {
    text-align: left; /* Linke Ausrichtung, falls benötigt */   
}

/* für eigene Vorlagen */
.aktionen-rkoller-container {
    font-family: Arial, sans-serif;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    overflow: hidden;
    background-color: #e8f5e9;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.aktionen-rkoller-container.wide {
    flex-direction: row;
}

.aktionen-rkoller-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.aktionen-rkoller-container.wide .aktionen-rkoller-image {
    width: 33.333%;
    aspect-ratio: auto;
    height: auto;
}

.aktionen-rkoller-details {
    display: flex;
    flex-direction: column;
    padding: 15px;
    flex-grow: 1;
}

.aktionen-rkoller-container.wide .aktionen-rkoller-details {
    width: 66.666%;
}

.aktionen-rkoller-title-wrapper {
    height: 4em;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 15px;
}

.aktionen-rkoller-title {
    color: #2c3e50;
    border-bottom: 2px solid #4e8c24;
    padding-bottom: 10px;
    font-size: 20px;
    margin: 0;
    font-weight: bold;
    line-height: 1.2;
}

.aktionen-rkoller-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.aktionen-rkoller-properties {
    margin-bottom: 15px;
    flex-grow: 1;
}

.aktionen-rkoller-price-cta-wrapper {
    margin-top: auto;
}

.aktionen-rkoller-price-old {
    text-decoration: line-through;
    color: #7f8c8d;
    font-size: 16px;
    display: block;
}

.aktionen-rkoller-price-new {
    font-size: 24px;
    color: #e74c3c;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.aktionen-rkoller-button {
    background-color: #4e8c24;
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 1.2em;
}
/* Koller Logo und Suchfeld Abstand Navbar Mobil */
@media (max-width: 760px) {
  #header .navbar-brand img {
    margin-top: 21px;
    height: 40px;
  }

  .container-fluid {
    padding-right: 0px; 
  }
}

@media (min-width: 500px) and (max-width: 980px) {
  #header .navbar-brand img {
    margin-top: 21px; 
    height: 60px; 
  }
}
/* ==unschöner Rand - vorallem am Handy entfernt== */    
.inner_content_frame {
   padding-left: 0px;
   padding-right: 0px;
}

/* ==Anti Suchfeld Anklebung== */
.area-holz #header .navigation .search-container .search-form input {
   margin-bottom: 15px; /* Abstand vom Suchfeld nach unten */
}
@media (min-width: 980px) and (max-width: 1034px) {
   #header .navigation-bottom .navbar-nav>li>a {
      margin-top: 7px; /* Abstand vom Menu nach oben */
   }

}
/* HOLZ FINDER Tabelle Korrektur Style und abwechselnde Zeilenfarbe */
#content .minimalWidthTableMode .tr_ungerade, #content .minimalWidthTableMode .tr_gerade, #content .minimalWidthTableMode tr.dunkelBlau, #content .minimalWidthTableMode tr {
        border-top: 2px solid grey;
}

@media (min-width: 1100px) {
    .area-holz #content .tr_ungerade td {
        background-color: #f8f9fa;
    }
    .area-holz #content .tr_gerade td {
        background-color: #ffffff;
    }
}

@media (max-width: 1099px) {
.AENum {
    margin-bottom: 20px;
    }
}

/* Wobble Entferner beim Scrollen (entfernt auf mobilen Geräten den horizontalen Scrollbalken) */
@media (max-width: 980px) {
   .area-holz #header .navigation {
      margin-left: 0px;    
      margin-right: 0px;
   }

   .area-holz #header .navigation .search-container {
      padding-left: 15px;
      padding-right: 0px;
   }
}

@media (min-width: 761px) and (max-width: 980px) {
   .area-holz .navbar-collapse {
      padding-right: 0px;
   }
}

@media (min-width: 761px) and (max-width: 767px) {
    .area-holz #header .navigation {
          margin-right: 15px;
      }

    .area-holz .container-fluid {
          padding-right: 0px;
    }
}

/* Wobble Entferner Anpassungen entwickelt für alle Koller Websiten */
@media (max-width: 979px) {
  .area-whirl #header .navigation {
    /* margin-right: -15px; */
    margin-left: 0px;
    margin-right: 0px;
  }
}

/* EN/DE avoid line break */
@media (max-width: 980px) {
  #header .language-selection>a {
    padding-left: 0;
    padding-right: 0;
  }
}

.language-selection {
  margin-left: 10px;
  margin-right: 8px;
}

/* space out icons in nav bar */
.navbar-collapse {
  padding-left: 15px;
  padding-left: 0px;
}

@media (max-width: 980px) {
  #header .language-selection>a {
    font-size: 25px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .navbar-toggle-container {
    margin-right: 10px;
  }
  .navbar-collapse {
    padding-right: 0px;
  }
}

/* Menu darf unter das Logo */
.navigation {
  width: 100%;
  }

/* Die Menü Schrift nach unten und Header Element dynamisch groß machen */
#header .navigation-bottom .navbar-nav .dropdown-toggle {
  margin-top: 10px;
}

#header .navbar {
  height: auto;
}

/* Menü Allignment */
@media (min-width: 980px)  {
  #header .navigation-bottom .navbar-nav > li:last-child > a {
  padding-right: 8px;
  }
}

/* Icon Menus verschieben  */
.navbar-collapse {
       padding-right: 6px;
    }

@media (min-width: 768px) {
  .navbar-collapse {
    padding-right: 0px; 
  }
}

@media (min-width: 761px) and (max-width: 767px) { 
  .container-fluid {
    padding-right: 0px;
  }
}

/* Font Size Medienabfragen für Bereich Metall u. Kunststoff */
@media (min-width: 1125px) and (max-width: 1190px) {
  .area-metall-kunststoff #header .navigation-bottom a {
    font-size: 14px;
  }
}

@media (min-width: 1071px) and (max-width: 1124px) {
  .area-metall-kunststoff #header .navigation-bottom a {
    font-size: 13px;
  }
}

@media (min-width: 981px) and (max-width: 1070px) {
  .area-metall-kunststoff #header .navigation-bottom .navbar-nav>li>a {
    font-size: 12px;
    padding: 10px 7px;
  }
}

@media (min-width: 980px) and (max-width: 980px) {
  .area-metall-kunststoff #header .navigation-bottom .navbar-nav>li>a {
    font-size: 11px;
    padding: 10px 7px;
  }
}

/* Nav Bar Sticky Scroll Fixed */
.area-metall-kunststoff .navbar-fixed-bottom, .navbar-fixed-top {
  height: 110px !important;
}

/*Align mobile logo with menu*/
@media (min-width: 500px) and (max-width: 979px) {
  #header .navbar-brand img {
    margin-top: 15px;
  }
}

/*Align area kunststoff-metall EN|DE with menu*/
.area-metall-kunststoff #header .navigation-top {
       margin-right: -15px;
}

/*Align area international group EN|DE with menu*/
.area-www #header .navigation-top {
       margin-right: 15px;
}


/* ------------------------------------- */

/* Stile für eigene Vorlagen */
.testimonial-card {
    font-family: Arial, sans-serif;
    background-color: #faf9f7;
    width: 100%;
    height: 100%; /* Stellt sicher, dass die Karte die volle Höhe einnimmt */
    padding: 5px 20px 20px 20px;
    box-sizing: border-box;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}
.testimonial-header {
    min-height: 70px; /* Anpassen je nach typischer Höhe */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.testimonial-company {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    word-wrap: break-word;
}
.testimonial-divider {
    border: none;
    border-top: 1px solid #000;
    margin: 0;
    width: 100%;
}
.testimonial-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Zentriert den Inhalt vertikal */
}
.testimonial-text {
    font-style: italic;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    margin: 15px 0; /* Gibt oben und unten etwas Abstand */
}
.testimonial-rating {
    color: #f0ad4e;
    font-size: 20px;
    letter-spacing: 2px;
    text-align: center;
    margin-top: auto; /* Schiebt die Sterne ans untere Ende */
}

/* Cookie Button im Vordergrund. */
.CookieConfirmation {
    z-index: 10000;
}



/* ===================== Hamburger Menu Standard Icons ======================= */
@media (max-width: 979px) {

  /*
    1) CLOSED mobile dropdowns:
    Show the new right chevron.
  */
  #header .navigation-bottom .navbar-nav li.dropdown:not(.open) > a::after {
    content: "\E224";
    font-family: "Glyphicons";
  }


  /*
    2) Normal mobile menu links:
    Remove the symbol from links that go directly to pages.

    This excludes dropdowns so it does not overwrite the chevron above.
  */
  #header .navigation-bottom .navbar-nav li:not(.dropdown):not(.mobile-only) > a::after {
    content: "";
  }


  /*
    3) OPEN mobile dropdowns:
    Future upward chevron would be:
    content: "\E601";

    For now intentionally disabled.
  */
  #header .navigation-bottom .navbar-nav li.dropdown.open > a::after {
    /* content: "\E601"; */
    content: "";
    font-family: "Glyphicons";
  }

}