/* -------------------------------------------------------------------------------- */
.cc-checkout-data dd {
    display: block;
}
.cc-shop-product-desc strong span {
    font-weight: bold !important;
}
.cc-shop-product-desc .description p {
    font-size: 15px !important;
}

a.j-shop-addtocard-response--backward.is-close,
a.j-shop-addtocard-response--forward.is-checkout {
    border-radius: 50px;
    border-width: 0;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    padding: 12px 25px;
    font-size: 16px;
    letter-spacing: .05em;
    line-height: 160%;
}

a.j-shop-addtocard-response--backward.is-close {
    background-color: #43c0e8;
}
a.j-shop-addtocard-response--forward.is-checkout {
    background-color: #0074be;
}

.j-shop-addtocard-response--message {
    background-color: white !important;
}
.cc-product-tax-and-shipping-info {
    font-size: 14px !important;
}
.cc-shop-product-availability.j-product-details {
    margin-top: -10px !important;
}
div.cc-shop-product-price {
    margin-top: 0 !important;
}

div#cc-checkout-variant-1 div.cc-checkout-progress-element.cc-title,
div.cc-checkout-subheadings,
#hs-container table.cc-checkout-products th,
table.cc-checkout-products tbody td,
div#cc-checkout-gutter
 {
    color: #424242 !important;
}

div#cc-checkout-gutter a {
    color: #43c0e8 !important;
    font-size: 85%;
}

table.cc-checkout-products label.cc-m-ui-numeric {
    margin-top: -10px;
}

table.cc-checkout-products div.cc-checkout-desc {
    font-size: 19px;
}
table.cc-checkout-products div.cc-checkout-desc {
    word-break: break-word !important;
}
table.cc-checkout-products {
    font-size: 14px !important;
}


/* Produktbilder in voller Breite */

div.cc-shop-product-img {
  max-width: 100% !important;
  width: 100% !important;
}
div.cc-shop-product-size-2 div.cc-shop-product-img {
  width: 100% !important;
}
@media (min-width: 481px) {
  div.cc-shop-product-img {
    max-width: 100% !important;
  }
}
.cc-shop-product-size-2 .cc-shop-product-img-confines {
  width: 100% !important;
}
div.cc-shop-product-img .cc-shop-product-main-image {
  width: 100% !important;
}
div.cc-shop-product-img {
    max-width: 100% !important;
}

@media only screen and (min-width: 746px) and (max-width: 1023px) {
  .hs-header .right-align {
    margin-right: 110px;
  }
}

/* Formular: Hack, um Textblöcke zu ermöglichen (jede Zwischenüberschrift, die einer anderen Zwischenüberschrift folgt, als normalen Text anzeigen) */
.cc-m-form-subheading + .cc-m-form-subheading label {
  font-size: 100% !important;
  font-weight: normal !important;
  margin: 0 !important;
}

form.cc-m-form .cc-m-form-submit input[type="submit"] {
  background-color: #0074be !important;
  font-size: 16px !important;
  min-width: auto !important;
  line-height: 1.3 !important;
  margin: 10px 0 !important;
}

/* Galerie-Caption (mobile) */
@media only screen and (max-width: 746px) {
  .cc-m-gallery-slider .bx-wrapper .bx-caption {
    font-size: smaller;
    line-height: 1.3;
  }
}

/* Akkordion z.B. für FAQs */
.faq details {
  margin-bottom: 15px;
  margin-left: 25px;
}
.faq details summary {  /*Die Headline*/
  font-size: larger;
  font-weight: bold;
  text-transform: uppercase;
  color: #0074be;
  cursor: pointer;
  list-style: none;
  margin-bottom: 5px;
  display: flex;
  margin-left: -20px
}

.faq details summary::-webkit-details-marker {display: none; }

.faq details summary::before { 
  content: '+';
  color: #0074be; 
  display: inline-block;
  flex-basis: 20px;
  flex-shrink: 0;
  font-family: monospace;
}

.faq details[open] summary::before { 
  content: '-'; 
  color: #0074be; 
}


/* Experimenteller Floating-Button auf /gemeinsamesache */
.floating-button {
  position: fixed;
  bottom: 30px;
  right: 120px;
  z-index: 10200;
}

/* Listen in Textblöcken */
.j-module.j-text ul li, .j-module.j-text ol li { 
  /* Fix left padding - reset styles from "old template" */
  padding-right: 0;
  right: 0;
}
.j-module.j-text ul, .j-module.j-text ol {
  padding-left: 25px;
}

/* Die Helfer*innenampel */
.hidden {
  display: none;
}
.status-traffic-light.tl-green {
  background-color: green;
}
.status-traffic-light.tl-red {
  background-color: #CD0C00;
}
.status-traffic-light.tl-gray {
  background-color: gray;
}
.status-traffic-light.tl-unknown {
  display: flex;
  color: white;
  align-items: center;
  justify-content: center;
  font-size: xx-large;
}
.status-traffic-light.tl-unknown:after {
  content: '?'
}

/* Google translate button in header menu */
#google_translate_element {
  display: flex;
  align-items: center;
  
}

#google_translate_element::before {
  content: '';
  margin-right: 6px;
  background-image: url("https://translate.googleapis.com/translate_static/img/te_ctrl3.gif");
  height: 19px;
  width: 19px;
  background-position: -65px 0px;
}

#google_translate_element .goog-te-gadget select {
  font-family: 'Montserrat',sans-serif;
  background-color: white;
  border: 1px solid lightgray;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
}

@media only screen and (min-width: 290px) and (max-width: 459px) {
  #google_translate_element .goog-te-gadget select {
    width: 260px;
  }
}

.hs-header #google_translate_element {
  margin-top: 18px;
}

/*Tabs STORE */
.tabs {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width: 459px) {
  .tabs {
    width: 112%;
    margin-left: -6%;
  }
}
 
.tabs label {
  padding: 1em 2em;
  order: 1;
  font-color:#424242;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.2rem;
  cursor: pointer;
  background-color: #0074be;
  font-weight: bold;
  transition: background ease 0.3s;
  color: white;
}
@media only screen and (max-width: 745px) { 
  .tabs label {
    padding: 0.7em 0.7em;
  }
}
 
.tabs .tab {
  order: 9;
  flex-grow: 1;
  width: 100%;
  height: 100%;
  display: none;
  padding: 1rem;
  background: #fff;
  padding: 20px;
  box-shadow: -10px 10px 0px 0px #424242;
}

.tabs .tab * { 
  color: #424242;
}
 
.tabs input[type="radio"] {
  display: none;
}
 
.tabs input[type="radio"]:checked + label {
  background: #fff;
  color: #424242;
}
 
.tabs input[type="radio"]:checked + label + .tab {
  display: block;
}

t.body {
  background: pink;
  min-height: 100vh;
  box-sizing: border-box;
  padding-top: 10vh;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  max-width: 60rem;
  margin: 0 auto;
  font-size: 110%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Full width BACKGROUND image */
#content_area:is(.helpstore-background, .image-full-width) > div[id^="cc-matrix"]:before {
  content: '';
  background-image: var(--full-width-image-url);
  height: 100%;
  position: absolute;
  width: 100vw;
  background-size: 100vw;
  background-repeat: no-repeat;
  background-color: white;

  left: calc((100vw - var(--content-width)) / 2 * -1);

  /*smallest screen:*/
  --content-width: 282px;
}

@media only screen and (min-width: 460px) {
  #content_area:is(.helpstore-background, .image-full-width) > div[id^="cc-matrix"]:before {
    --content-width: 400px;
  }
}

@media only screen and (min-width: 746px) {
  #content_area:is(.helpstore-background, .image-full-width) > div[id^="cc-matrix"]:before {
    --content-width: 702px;
  }
}

@media only screen and (min-width: 1024px) {
  #content_area:is(.helpstore-background, .image-full-width) > div[id^="cc-matrix"]:before {
    --content-width: 980px;
  }
}

#content_area:is(.helpstore-background, .image-full-width) > div[id^="cc-matrix"] > * {
  position: relative;
}


/* Full width background image STORE */
#content_area.helpstore-background > div[id^="cc-matrix"]:before {
  background-image: url(https://u.jimcdn.com/cms/o/s05e076c110eb3a5e/userlayout/img/helpstoreheader.jpg?t=1649107731) !important;
}

#content_area.helpstore-background.lightgray > div[id^="cc-matrix"]:before {
  background-color: lightgray;
}


/* Full width inline image (in regular flow before/after text) */

img.image-full-width-inline {
    width: 100vw;
    margin-left: calc((100vw - var(--content-width)) / 2 * -1);

    /*smallest screen:*/
    --content-width: 282px;
}

@media only screen and (min-width: 460px) {
    img.image-full-width-inline {
        --content-width: 400px;
    }
}

@media only screen and (min-width: 746px) {
    img.image-full-width-inline {
        --content-width: 702px;
    }
}

@media only screen and (min-width: 1024px) {
    img.image-full-width-inline {
        --content-width: 980px;
    }
}



/* Utilities*/
.center-text {
  text-align: center;
}

.flex {
  display: flex;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-row-mobile-col,
.flex-row-mobile-tablet-col {
  display: flex;
  width: 100%;
}
.flex-row-mobile-col > *,
.flex-row-mobile-tablet-col > * { 
  flex: 1;
}
@media only screen and (min-width: 290px) and (max-width: 459px) {
  .flex-row-mobile-col { 
    flex-direction: column;
  }
}

@media only screen and (min-width: 290px) and (max-width: 1023px) {
  .flex-row-mobile-tablet-col { 
    flex-direction: column;
  }
}

.cursor-pointer {
  cursor: pointer;
}

.text-white {
  color: white !important;
}

.content-full-width {
  width: 100vw !important;
  left: calc((100vw - var(--content-width)) / 2 * -1);

  /*smallest screen:*/
  --content-width: 282px;
}

@media only screen and (min-width: 460px) {
  .content-full-width {
    --content-width: 400px;
  }
}

@media only screen and (min-width: 746px) {
  .content-full-width {
    --content-width: 702px;
  }
}

@media only screen and (min-width: 1024px) {
  .content-full-width {
    --content-width: 980px;
  }
}

/* A styled select dropdown (the same styles that are used on the contact form, for instance) */
select.styled-select {    
  border: 1px solid #ededed;
  border-radius: 0;
  padding: 10px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  background: #f5f5f5 url('https://u.jimcdn.com/cms/o/s05e076c110eb3a5e/userlayout/img/arrow-drop-down-icon.png') no-repeat;
  background-size: 24px;
  background-position-x: right;
  background-position-y: center;
}

/* The blue button */
.styled-button {
  background-color: #0074BE;
  cursor: pointer;
  text-transform: uppercase;
  border: 0;
  border-radius: 50px;
  font-weight: 700;
  color: #fff;
  padding: 15px 35px;
  transition: all .3s ease-in-out;
  font-size: 18px;
  font-family: 'Source Sans Pro',sans-serif;
}

.styled-button:hover {
  background-color: #2d2d2d !important;
}





/* Content Slider - der Slider ist so breit wie der Content (im Vergleich zum Slider auf der Startseite, der volle Breite hat) */

.content-slider .item {
  position: relative;
}
    
.content-slider .item img {
  display: block;
  width: 100%;
  height: auto;
}
 
.content-slider .item .text-container {
  background-color: #0074be;
}


.content-full-width.content-slider .item .text-container > * {
  width: var(--content-width);
  margin: 15px auto;
}

.content-slider .item h2 {
  line-height: 1;
}

.content-slider .item .text-container h2,
.content-slider .item .text-container h3,
.content-slider .item .text-container p {
  color: white !important; 
}

/*1023px*/
@media only screen and (max-width: 1023px) {
/*@media only screen and (max-width: 745px) {*/
  .content-slider .owl-controls .owl-buttons .owl-prev, 
  .content-slider .owl-controls .owl-buttons .owl-next {
    top: auto !important;
/*    bottom: will be set via JS */
  }

  .content-slider .owl-controls .owl-buttons .owl-prev {
    left: 1% !important;
  }

  .content-slider .owl-controls .owl-buttons .owl-next {
    right: 1% !important;
  }

  .content-slider .item .flex-row-mobile-tablet-col .text-container { 
    /* on mobile/tablet: fixed height for the text container */
    flex-basis: 300px;
  }

}


@media only screen and (min-width: 1024px) {
/*@media only screen and (min-width: 746px) {*/

  .content-full-width.content-slider:not(.content-slider-wide-image) .item .image-container {
    position: relative;
    background-color: #0074be;
  }

  .content-full-width.content-slider .item img {
    width: calc(var(--content-width) / 2);
    right: 0;
    bottom: 0;
    position: absolute;
  }

  .content-full-width.content-slider .item .text-container > * {
    width: auto;
    margin: 30px;
    margin-right: calc((100vw - var(--content-width)) / 2);
  }
  
  .content-slider .owl-controls .owl-buttons .owl-prev, 
  .content-slider .owl-controls .owl-buttons .owl-next {
    bottom: auto !important;
  }

  .content-slider .owl-controls .owl-pagination {
    /* the image has half of the content width: */
    width: calc(var(--content-width) / 2);
    left: calc((100vw - var(--content-width)) / 2);
  }

  .content-slider.content-slider-wide-image .owl-controls .owl-pagination {
    /* the image has half of the screen width: */
    width: 50%;
  }

  .content-slider .item > div::after {
    content: '';
    position: absolute;
    height: 100%;
    background: linear-gradient(to top,#000,transparent,transparent);

    /* the image has half of the content width: */
    width: calc(var(--content-width) / 2);
    left: calc((100vw - var(--content-width)) / 2);
  }


  .content-slider.content-slider-wide-image .item > div::after {
    /* the image has half of the screen width: */
    width: 50%;
  }

}

/* tablet only size */
@media only screen and (min-width: 746px) and (max-width: 1023px) {
  .content-slider .item .flex-row-mobile-tablet-col .text-container { 
    flex-basis: 170px;
  }

  .content-slider .owl-controls .owl-pagination {
    display: none;
  }
}


/* Blog Page (die Klasse wird gesetzt unter 
Einstellungen -> Head bearbeiten für einzelne Seite -> Blogseite auswählen (z.B. "Unsere Projekte") -> Body Classes */

.blog-page .j-module.j-text h2 {
  line-height: 1 !important;
}

@media only screen and (min-width: 746px) {
  .blog-page .j-module.j-text h2 {
    font-size: 36px !important;
  }
}

.blog-page .j-module.j-text p {
  display: flex;
  flex-direction: row-reverse;
}

.blog-page .j-module.j-text p > a {
    border-radius: 50px;
    border-width: 0;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    padding: 12px 25px;
    font-size: 16px;
    letter-spacing: .05em;
    line-height: 160%;
    background-color: #0074be;
}


/* External contact form via iframe*/
iframe.contact-form {
  border: none;
  width: 100%;
  margin: -8px; /* hack to remove the browser's default */
}

.contact-form * {
  color: #424242;
  font-size: 16px;
  line-height: 160%;
  box-sizing: border-box;
  font-family: 'Source Sans Pro',sans-serif;
}

.contact-form .flex {
  gap: 5px;
}

.contact-form form {
  margin-top: 25px;
}

.contact-form :is(input:not([type="checkbox"]):not([type="radio"]), textarea, select) {
  background-color: #f5f5f5;
  border: 1px solid #ededed;
  border-radius: 0;
  padding: 10px;
  width: 100%;
}

.contact-form select {
  appearance: none;
  -webkit-appearance: none;
  background: url('https://u.jimcdn.com/cms/o/s05e076c110eb3a5e/userlayout/img/arrow-drop-down-icon.png') no-repeat right center;
  background-size: 24px;
}

.contact-form .text-sm {
  font-size: small;
}

.contact-form .border-red-500 {
  border-color: #CD0C00 !important;
}

.contact-form .text-red-500 {
  color: #CD0C00;
}

.contact-form .font-bold {
  font-weight: 700;
}

.contact-form label {
  font-size: 14px;
}

.contact-form button {
  background-color: #0074BE;
  cursor: pointer;
  text-transform: uppercase;
  border: 0;
  border-radius: 50px;
  font-weight: 700;
  color: #fff;
  padding: 15px 35px;
  transition: all .3s ease-in-out;
  font-size: 18px;
  font-family: 'Source Sans Pro',sans-serif;
}

.contact-form button:hover {
  background-color: #2d2d2d !important;
}

.contact-form button[type="submit"] { 
  margin-left: auto;
  margin-bottom: 25px;
}

.contact-form button:not([type="submit"]) { 
  font-size: 14px;
  background-color: #43c0e8; /* secondary button style */
}

.contact-form .bg-primary {
  background-color: #0074BE !important;
}

.contact-form a {
  color: #43c0e8;
  text-decoration: none;
}

.contact-form .file-upload {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background-color: #f5f5f5;
  border: 1px solid #ededed;
  margin-bottom: 25px;
  min-height: 150px;
}

.contact-form .file-upload p {
  margin: 0;
}

.contact-form .file-upload p:first-child {
  font-weight: 700;
}

.contact-form .file-upload button {
  margin-top: 5px;
  margin-bottom: 5px;
}

.input,
.footer-input {
  background: 0 0;
  background-color: none;
  color: #fff !important;
  border: 2px solid #fff;
  outline: 0;
  padding: 7px 10px;
  margin: 15px 0;
  line-height: 160%;
  border-radius: 4px;
  font-size: 1em;
  font-family: "Source Sans Pro", sans-serif;
}

.footer-input {
  width: 99%;
}

.input::placeholder, .footer-input::placeholder {
  color: #fff;
  opacity: 0.6;
}