/* Selection bar and background */
.menu--account .menu {
  max-width: inherit !important;
  border-bottom: 1px solid !important;
  border-image: linear-gradient(to right, #ffffff 7.5%, #d0d0d0, #ffffff 92.5%) 5;
  overflow: hidden !important;
  left: 0 !important;
}
.menu--account .menu .link-wrapper {
  margin-right: 16.85rem !important;
}
.menu--account .menu a {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  color: #0e4d75;
}
.menu--account .menu{
  background-color: #e9ecf1;
  color: #0e4d75 !important;
}

body.adminimal {
  background: white;
  min-height: 100vh !important;
}

/* Language selection */
.block-language ul li {
  padding-left: 1.74em !important;
  padding-right: 1.74em !important
}

/* QuoData Logo subsection */
/* Make irritating subsection of the QupData Logo non-clickable, so it doesn't interfere with langage selection */
#block-qd-adminimal-subtheme-kimw-sitebranding > div > div > div.site-logo-container.primary {
  pointer-events: none;
  z-index: 0 !important;
}

/* Selection boxes */
/* Selection boxes recolored */
.path-pt-organizerdashboard a.button.button--small, .path-pt-organizerdashboard a.button.button--small {
  background-color: #f6f7fc;
  border-color: #cacaca
}

/* Selection boxes text */
div.region-content fieldset div a.button, div.region-content fieldset div a.button--small {
  color: #333 !important
}

/* Box surrounding selection boxes recolored */
.path-pt-organizerdashboard fieldset {
  background-color: #fafbfe !important
}

/* Home page sub header */
div[id^=block][id$=seitentitel] h1.page-title {
  color: #333
}

/* Selection bar */
#block-qd-adminimal-subtheme-kimw-tabs > nav {
  padding-left: 1.855rem !important
}

/* Table escaping search box */
.dataTable thead .col-search {
  width: 68% !important
}

.result-table-wrapper-3504 table tr td:first-child,
.result-table-wrapper-3504 table th td:first-child {
  width: 34%; !important
}

/* Individual table corrections */
.date-table-wrapper tr th:first-child, .date-table-wrapper tr td:first-child, .result-table-wrapper tr th:first-child, .result-table-wrapper tr td:first-child {
  width: 14rem
}

/* Table row height correction  */
.webform-table-highlight-column {
  padding: 0 !important
}
.text, .note {
  padding-top: 0.4rem !important;
  padding-bottom: 0.4rem !important;
  padding-left: 15px !important
}

/* Correct remarks box margin, just insert selector for rebellious remarks rag */
#edit-21-2012-wrapper > div.js-form-item.form-item.js-form-type-textarea.form-type-textarea.js-form-item-remarks.form-item-remarks > label > div,
#edit-21-3504-wrapper > div.js-form-item.form-item.js-form-type-textarea.form-type-textarea.js-form-item-remarks.form-item-remarks > label > div {
  margin-top: 0!important
}

#edit-21-2012-wrapper > div.js-form-item.form-item.js-form-type-textarea.form-type-textarea.js-form-item-remarks.form-item-remarks,
#edit-21-3504-wrapper > div.js-form-item.form-item.js-form-type-textarea.form-type-textarea.js-form-item-remarks.form-item-remarks {
  margin-bottom: 2rem !important
}

#edit-21-3504-wrapper > div.js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-autoclave-manufacturer.form-item-autoclave-manufacturer > label > div,
#edit-21-3504-wrapper > div.js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-autoclave-model.form-item-autoclave-model > label > div,
#edit-21-3504-wrapper > div.js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-autoclave-volume.form-item-autoclave-volume > label > div {
  padding-top: 4px
}

#edit-s1-m456-table > tbody > tr:nth-child(1) > td:nth-child(1) {
  width: 21rem !important
}

#edit-s1-m789-table > tbody > tr:nth-child(1) > td:nth-child(1) {
  width: 18rem !important
}

#edit-s1-table > tbody > tr:nth-child(1) > td:nth-child(1),
#edit-s2-table > tbody > tr:nth-child(1) > td:nth-child(1),
#edit-s3-table > tbody > tr:nth-child(1) > td:nth-child(1)
{
  width: 24rem !important
}

/* Red Headers, reduce margin below them */
p {
  margin: 0 !important
}

/* Experiment */

.text {
  margin-top: -0.15rem !important
}

/* Individual Correction */

#edit-21-3504-wrapper > div.js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-autoclave-manufacturer.form-item-autoclave-manufacturer > label > div,
#edit-21-3504-wrapper > div.js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-autoclave-model.form-item-autoclave-model > label > div,
#edit-21-3504-wrapper > div.js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-autoclave-volume.form-item-autoclave-volume > label > div {
  padding-left: 0;
  padding-bottom: 0.6rem
}

#edit-21-3504-wrapper > div:nth-child(37),
#edit-21-3504-wrapper > div:nth-child(41),
#edit-21-3504-wrapper > div:nth-child(45),
#edit-21-3504-wrapper > div:nth-child(49) {
  padding-left: 0.4rem!important
}

.page-content {
  margin-bottom: 80px;
  min-height: calc(100vh - 340px);
}

.support {
  background-color: #f9f9f9;
  border-radius: 8px;
  padding: 20px;
  margin: 0 auto;
  box-shadow: none;
  text-align: center;
}

.support p {
  color: #333;
  font-size: 12px;
  margin-bottom: 16px;
}

.support a {
  color: #007BFF;
  text-decoration: none;
}

.support a:hover {
  text-decoration: underline;
}

.support .button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007BFF;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.support .button:hover {
  background-color: #0056b3;
}

.news-body p {
  font-size: 1.0em;
  margin-bottom: 20px;
  padding: 20px;
  margin: 20px auto;
  font-family: "Verdana", "sans-serif";
  font-size: 10.0pt;
  font-weight: normal; line-height:1.5;

  color: #333447;
  text-align: justify;
}
.shop-announcement a {
  display: block;
  background-color: #aa2816 !important;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}
.shop-announcement a:hover {
  background-color: #0e4d75;
}

.supplied{
  display: block !important;
  margin-top: .5rem;
  font-weight: bold !important;
}

.footer-content img{
  height: 60px;
  margin-left: .5rem;
  margin-right: .5rem;
}

#page-footer{
  min-height:150px;
}

.page-content{
  margin-bottom: 200px !important;
}

.site-logo-container.primary {
  height: 50px;
  position: absolute;
  z-index: 9999;
  top: 60px;
}

html.path-productscartcheckoutorderinformation .adminimal .button.form-submit,
html.path-productscartcheckoutorderinformation .adminimal .button.button-action.button--primary.button--small,
html.path-productscartcheckoutorderinformation .adminimal .button.button--primary {
  margin: 0 !important;
}

html.path-productscartcheckoutreview #edit-actions-next{
  margin-right: 20px;
}

.fa.fa-spinner{font-size: 12px !important; margin:0!important; padding: 0 !important;}

.page-content {
  margin-bottom: 150px;
  min-height: calc(100vh - 340px) !important;
}

.qd-webshop-overview-product-form--product-card-wrapper{
  border-radius: 4px;
  border: 1px solid grey;
  margin-bottom: .5rem;
}
.qd-webshop-overview-product-form--product-card-wrapper .card{
  border: none !important;
}
.qd-webshop-overview-product-form--product-card-wrapper .actions{
  padding: .5rem;
  padding-top: 0;
  padding-left: 2.5rem;
}

.product-content .highlight {
  background-color: #4CAF50;
  color: white;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: .5rem;
}

.product-content .highlight h3 {
  margin: 0;
}

.product-content div.desc div{
  margin-bottom: .5rem;
  font-size: 12px;
  padding-left: 1rem;
}

.product-content div.desc h3 {
  color: #333;
  font-weight: bold;
}

.product-content div.desc p {
  margin: 10px 0;
}

.product-content div.desc ul {
  list-style-type: disc;
  margin-left: 20px;
  padding-left: 0;
}

.product-content div.desc ul li {
  line-height: 1.2;
  padding-top: .1rem;
  padding-bottom: .1rem;
}

.product-content div.desc ul li strong {
  font-weight: bold;
}

.product-content div.desc p.italic {
  font-style: italic;
}

.product-content div.desc ul.timeline {
  list-style-type: none;
  padding-left: 0;
}

.product-content div.desc ul.timeline li {
  margin-bottom: 5px;
}

.product-content div.desc ul.timeline li strong {
  font-weight: bold;
}

.product-content div.desc p.note {
  font-size: 0.9em;
  color: #777;
}

.product-content .desc .contact a {
  color: #4CAF50;
  text-decoration: none;
}

.product-content .desc .contact a:hover {
  text-decoration: underline;
}

.product-content .desc .ueberschrift{
  font-size: 14px;
  display: block;
  font-weight: bold;
  color: #0e4d75
  margin-left: 0;
  padding-left: 0;
}

div.schwerpunkt{
  padding-left:0 !important;
}

.product-content .desc{
  font-size: 12px;
}

.link-wrapper {
  display: flex;
  align-items: center;
}

.language-link {
  margin-left: 15px; /* Spacing between language links */
  font-weight: 600; /* Slightly bolder text */
  color: #007bff; /* A soft blue color */
  transition: color 0.3s ease; /* Smooth color transition on hover */
}

.language-link:hover {
  color: #0056b3; /* Darker blue on hover */
  text-decoration: underline; /* Underline effect on hover */
}

.qd-faq-block {
  padding: 20px;
}

.block-description {
  font-size: 1.2em;
  margin-bottom: 20px;
  color: #333;
}

.empty {
  display: block;
  text-align: center;
  margin: 20px 0;
  font-size: 1em;
  color: #999;
}


.search-bar {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.input-group {
  display: flex;
  align-items: stretch; /* Ensure both elements stretch to the same height */
  width:400px;
}

.form-outline {
  flex: 1;
  position: relative;
}

.form-control {
  width: 100%;
  padding: 10px;
  border-right: none; /* Remove right border for seamless look */
  border-radius: 4px 0 0 4px; /* Rounded left corners */
  font-size: 1em;
  box-sizing: border-box;
  line-height: 1.25em !important;
}

.form-control::placeholder {
  color: #999;
}

.btn {
  padding: 10px 15px;
  color: white;
  border-radius: 0 4px 4px 0; /* Rounded right corners */
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-sizing: border-box;
}

.btn:hover {
  background-color: #0056b3;
  border-color: #0056b3; /* Match border color on hover */
}

.btn i {
  margin: 0; /* Adjust icon spacing if needed */
}

/* Remove border from the button */
.btn {
  border-left: none; /* Remove left border for seamless look */
}
@media (max-width: 600px) {
  .search-bar {
    flex-direction: column;
  }

  .input-group {
    width: 100%;
  }

  .btn {
    width: 100%;
    margin-top: 10px;
  }
}

.faq-section {
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #f9f9f9;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.faq-question {
  font-size: 1.2em;
  margin-bottom: 10px;
  color: #333;
}

.faq-answer {
  margin: 10px 0;
}

.faq-answer-text {
  font-size: 1em;
  color: #555;
}

.faq-answer-text ul {
  margin: 10px 0;
  padding-left: 20px;
}

.faq-answer-text ul li {
  margin: 5px 0;
  list-style-type: disc;
}

.faq-read-more {
  display: inline-block;
  margin-top: 10px;
  color: #007bff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.faq-read-more:hover {
  color: #0056b3;
}

.faq-timestamp {
  font-size: 0.8em;
  color: #999;
  text-align: right;
  margin-top: 10px;
}

.faq-section img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 10px 0;
}

/* Apply styles when the page is on the 'products' path */
html.path-products .news-panel {
  background-color: #e6f1fa;  /* Light blue shade of #0e4d75 for the background */
  padding: 15px;
  border-radius: 8px;  /* Rounded corners */
  box-shadow: 0 4px 8px rgba(14, 77, 117, 0.1); /* Light shadow with blue tint */
  margin-bottom: 1rem;
  height: auto;
}

/* Remove the <h2> element when on 'products' page */
html.path-products .news-panel h2 {
  display: none;
}

/* Hide the publish date when on the 'products' page */
html.path-products .news-panel .publish-date {
  display: none;
}

/* Optional hover effect for the entire panel */
html.path-products .news-panel:hover {
  border-color: #007BFF;  /* Slightly darker border color when hovering */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);  /* Stronger shadow on hover */
}

.content-header{
  overflow: visible;
}

form.user-login-form{
  width: 100% !important;
}

.shop-announcement{
  margin-left: -1rem;
  margin-right: -1rem;
}

.site-logo-container.primary{
  z-index: 0 !important;
}

span.user-assignee a{
  color: white;
}
span.user-assignee {
  font-weight: bold;               /* Make the text bold */
  color: white;                    /* Set the text color to white */
  background-color: #a2d5ab;       /* Pastel green background color */
  padding: 2px 8px;                /* Add padding around the text */
  border-radius: 20px;             /* Make the edges rounded */
  display: inline-flex;            /* Use flexbox to align the icon and text */
  align-items: center;             /* Vertically align the icon with the text */
  font-size: .9rem;                 /* Set the font size */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); /* Add a soft shadow for contrast */
}

span.user-assignee i {
  margin-right: 6px;               /* Add some space between the icon and the text */
  font-size: 1.2rem;               /* Set a smaller icon size */
  color: #6c8e4b;                  /* Pastel olive icon color */
}












/* Reset margin and padding for the container */
.three-blocks {
  margin: 0;
  padding: 0;
}

/* Flexbox layout for the row to align columns */
.three-blocks .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

/* Each column takes up equal space */
.col-4 {
  flex: 1;
  min-width: 0;
  display: flex;
}

/* Style the content blocks */
.content-block #webshop-product-overview-support-hint-wrapper,
.content-block {
  padding: .5rem !important;
  border: 1px solid #ddd;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align:center;
}

/* Ensure no gaps between columns */
.col-4 + .col-4 {
  margin-left: 0;
}


/* Make sure the container adjusts to block height */
.three-blocks {
  display: flex;
  flex-direction: column;
  height: auto;
}

.three-blocks .row [class^='col']:first-child{
  margin-left:0;
}

.three-blocks .row [class^='col']:last-child{
  margin-right:0;
}

html.path-products .content-block .news-panel h4,
.content-block h2 {
  font-size: 1.125rem;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  float: none !important;
  display: block !important;
  margin-bottom: .5rem !important;
  min-height: 3rem;
  vertical-align: middle !important;
}

html.path-products .content-block .news-panel h2{
  display: none !important;
}

/* Responsive adjustments (optional) */
@media (max-width: 768px) {
  .row {
    flex-direction: column;
  }
}

.content-block p,
#webshop-product-overview-support-hint-wrapper>p,
html.path-products .content-block,
html.path-products .content-block a,
html.path-products .content-block .news-panel {
  background-color: transparent !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 14px !important;
  font-family: Arial !important;
  line-height: 1.5!important;
}

.content-block p,
html.path-products .news-body p{
  padding-left: .5rem !important;
  padding-right: .5rem !important;
  text-align: center;
}


.content-block{
  overflow: hidden;
}

.content-block a{
  color: #005999 !important;
}

html.path-products .content-block .news-block,
html.path-products .content-block .news-panel {
  margin: 0 !important;
}

.content-block #webshop-product-overview-support-hint-wrapper i,
.content-block i {
  font-size: 2rem !important;
  margin-bottom: 1rem !important; /* Space between the icon and the heading */
  text-align: center;
  color: #ddd !important;
  color: #fff !important;
  background: #ddd;
  width: calc(100% + 1rem);
}

.content-block .news-scrollview{
  overflow: visible !important;
}

.product-content .desc .vw{
  padding-left:0;
  font-style: normal;
}