.accordion {
  cursor: pointer;
  height: 60px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: unset;
  font-family: "Titillium Web", Sans-serif;
  font-size: 20px;
  font-weight: bold;
}

.accordionmain > .accheadw {
  text-transform: uppercase !important;
}

.activeacr,
.accordion:hover,
.accordion:focus {
  background-color: #ccc;
  color: unset;
}

.panel {
  display: none;
  background-color: white;
  overflow: hidden;
}

.accordionmain {
  background-color: #e0d5ba;
  color: white;
  margin-bottom: 10px;
}
.accordionsub {
  color: black;
  background-color: white;
  border-bottom: 1px solid #ededed;
}
.pointdesc {
  display: flex;
}
.imgc {
  min-width: 360px;
  margin-left: 30px;
}
.subpanel {
  padding-top: 10px;
  border-bottom: 1px solid #ededed;
}

.faqtexta {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}

.pointweb {
  flex: 1;
  padding-left: 16px;
}

.headerglbcon {
  height: 180px;
}
.headerglbcon > div {
  height: 100% !important;
}

.headerrightcol .delogo {
  padding-right: 10px;
  border-right: 1px solid black;
}

.headerrightcol .shopcart {
  margin-right: 12px;
}

.headerrightcol .enlogo {
  padding-left: 9px;
}

.headerleftcol a {
  color: black;
  margin-right: 8px;
}

.sfaq .bixnsideimg,
.sconf .bixnsideimg,
.sques .bixnsideimg {
  height: 46px;
  width: 46px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sfaq,
.sconf,
.sques {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
  align-items: center;
  padding-right: 23px;
  cursor: pointer;
}
.sfaq a,
.sconf a,
.sques a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.sfaq .bixnsidetext,
.sconf .bixnsidetext,
.sques .bixnsidetext {
  font-family: "Titillium Web", Sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #051a39;
  display: none;
  margin-right: 15px;
}
.sfaq:hover .bixnsidetext,
.sconf:hover .bixnsidetext,
.sques:hover .bixnsidetext {
  display: block;
}

.sfaq .bixnsideimg {
  background-image: url("/wp-content/uploads/2022/07/FAQg.png");
}
.sconf .bixnsideimg {
  background-image: url("/wp-content/uploads/2022/07/Confg.png");
}
.sques .bixnsideimg {
  background-image: url("/wp-content/uploads/2022/07/Quesg.png");
}
.sfaq:hover .bixnsideimg {
  background-image: url("/wp-content/uploads/2022/07/FAQb.png");
}
.sconf:hover .bixnsideimg {
  background-image: url("/wp-content/uploads/2022/07/Confb.png");
}
.sques:hover .bixnsideimg {
  background-image: url("/wp-content/uploads/2022/07/Quesb.png");
}
.bixnsidemenu {
  position: fixed;
  top: 44vh;
  right: 0px;
  z-index: 10000000000000;
}

.email-adresse a {
  color: black !important;
}
.ansprechpartnerthreetext a {
  color: black !important;
}
.datenschutz a,
.agb a {
  color: black !important;
}

.footer-facebook {
  margin-left: 10px !important;
}

.kugelabzug_buttons a {
  display: block;
}

#kugelabzug_bild {
  height: 100%;
}

@media only screen and (max-width: 1900px) {
  .ueberunsstatsglbcon {
    margin-left: calc(100vw / 5) !important;
  }
}

@media only screen and (max-width: 1500px) {
  .ueberunsstatsglbcon > div > div:first-child {
    width: 100% !important;
  }

  .ueberunsstatsglbcon {
    max-width: 66vw !important;
    margin: 0px auto !important;
  }

  .ueberunsstatsglbcon > div > div:last-child {
    width: 100% !important;
  }

  .ueberunsstatsglbcon > div {
    flex-direction: column !important;
    place-items: center !important;
  }

  .ueberunsstatsglbcon > div img {
    transform: unset !important;
  }

  .ueberunsstatsright {
    margin-left: 60px;
  }

  .ueberunsstatsright > div {
    justify-content: center !important;
  }
}

@media only screen and (max-width: 1381px) {
  .ueberunsstatsglbcon {
    max-width: 90vw !important;
  }

  .ueberunsstatsglbcon > div > div:first-child img {
    max-width: 90vw !important;
  }
  .ueberunsstatsglbcon > div {
    flex-wrap: nowrap !important;
  }
}

@media only screen and (max-width: 1200px) {
  .faq-widget {
    padding: 0px 10px !important;
  }
  .accordionsub {
    max-width: 98vw !important;
  }

  .accheadw {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .wichtigsteglbcon > div {
    justify-content: center !important;
  }

  .brandpoints > div {
    justify-content: center !important;
  }
}

@media only screen and (max-width: 800px) {
  .kugelmodal-content {
    padding: 15px !important;
  }

  .kugelleftcon {
    margin-left: 30px !important;
  }

  #kugelrepcon {
    min-height: 350px !important;
  }
}
@media only screen and (max-width: 760px) {
  .kugelglbcon {
    justify-content: center !important;
    padding: 15px !important;
  }
}

@media only screen and (max-width: 600px) {
  #kugelrepcon {
    flex-direction: column;
    gap: 15px;
    padding-bottom: 0px !important;
  }
  .kugelleftcon {
    text-align: center;
  }
  .kugelleftcon img {
    max-height: 300px;
  }

  .kugelrightcon {
    gap: 25px !important;
  }

  .kugelabzug_buttons {
    margin: 15px 0px !important;
    justify-content: flex-start;
  }

  .pointdesc {
    flex-direction: column-reverse !important;
  }

  .imgc {
    margin-left: 0px !important;
  }

  .pointdesc {
    padding-left: 0px !important;
  }
  .pointweb {
    padding-left: 0px !important;
  }

  .accordionsub .accheadw {
    font-size: 16px !important;
  }
}

/*
.accordionsub {display: inline-block !important;}

@media only screen and (max-width: 500px) {
  .accordionsub .accheadw {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 400px) {
  .accordionsub .accheadw {
    font-size: 12px !important;
  }
}

*/

.featurecontainer .featureimg img {
  width: 380px;
  height: 175px;
  overflow: hidden;
  object-fit: cover;
}

#rev_slider_1_1_wrapper .custom.tparrows {
  background: none !important;
}
#rev_slider_1_1_wrapper .custom.tparrows::before {
  font-size: 40px !important;
}

.elementor-swiper-button i {
  font-size: 33px;
}

@media only screen and (max-width: 600px) {
  #tidio-chat,
  .imagespecialrsecimg {
    display: none;
  }
  .sfaq:hover .bixnsidetext,
  .sconf:hover .bixnsidetext,
  .sques:hover .bixnsidetext {
    display: none;
  }
  .sfaq,
  .sconf,
  .sques {
    padding-left: 11px;
    padding-right: 11px;
  }

  .sfaq .bixnsideimg,
  .sconf .bixnsideimg,
  .sques .bixnsideimg {
    height: 36px;
    width: 36px;
  }
}

.downloads-elemente > div {
  padding-top: 25px;
  display: flex !important;
  gap: 35px;
  flex-wrap: wrap;
  justify-content: center;
}

.downloads-elemente a {
  color: black !important;
}

.downloads-elemente-image-container {
  text-align: center;
  margin-top: -15px;
  margin-bottom: 10px;
}

.zu-den-downloads a {
  background-color: #051a39 !important;
}

.standard-popup {
  background-color: #051a39 !important;
  padding: 25px 35px !important;
}

.standard-popup-left {
  margin-right: 25px !important;
}

.standard-popup-headline h2 {
  font-family: "Titillium Web" !important;
  font-weight: 600 !important;
  font-size: 30px !important;
  line-height: 35px !important;
  color: white !important;
  margin-top: 0px !important;
  margin-bottom: 4px !important;
}

.standard-popup-headline-small h2 {
  font-family: "Titillium Web" !important;
  font-size: 20px !important;
  color: #e0d5ba !important;
  font-weight: 600 !important;
  margin-bottom: 25px !important;
  line-height: 25px !important;
  margin-top: 4px !important;
}

.standard-popup-text {
  color: white !important;
  font-family: "Titillium Web", Sans-serif !important;
  font-size: 14px !important;
  font-weight: normal !important;
  line-height: 1.5 !important;
}

.standardglbpop i {
  color: white !important;
}

.startbraunhead p {
  line-height: 35px !important;
  padding-top: 15px !important;
}

.imagespecialglb > div {
}

.imagespecialright {
  max-width: 380px !important;
  position: relative;
  margin-left: 30px !important;
  margin-right: 0px !important;
}

.imagespecialleft {
  position: relative;
  width: 100% !important;
}

.imagespecialleft img {
  position: absolute;
  top: 0px;
  right: 0px;
  max-width: unset !important;
}

.imagespecialrsecimg img {
  position: absolute;
  bottom: -50px;
  right: 0px;
  transform: translateX(90%);
}

.imagespecialrhead p {
  font-family: "Titillium Web", Sans-serif !important;
  font-size: 30px !important;
  font-weight: 600 !important;
  color: #051a39 !important;
}

.imagespecialrtext p {
  font-family: "Titillium Web", Sans-serif !important;
  font-size: 14px !important;
  font-weight: 200 !important;
}

.sprachmenu a {
  font-size: 20px !important;
}

.headericons img {
  width: 24px !important;
}

.shopcart {
  margin-right: 6px !important;
}

.contactm select {
  min-width: 120px !important;
}

.mobilemenue-button-container {
  display: none !important;
}
.mobilemenue-button-container img {
  margin-right: 20px !important;
}

.contcheckb {
  font-size: 12px !important;
}

.connachricht {
  width: 100% !important;
}

.contchecka span {
  display: block;
  width: 100% !important;
}

.contchecka > span > span > span {
  display: flex;
  align-items: baseline;
  gap: 4px;

  /*word-wrap: break-word;*/
  /*word-break: break-all;*/
}

.contchecka input {
  position: relative;
  top: 2px;
}

#elementor-popup-modal-496 > div {
  width: 100vw !important;
  height: 100vh !important;
}

#elementor-popup-modal-496 > div > div {
  width: 100% !important;
}

#elementor-popup-modal-496 .popup-upper,
#elementor-popup-modal-496 .popup-middle,
#elementor-popup-modal-496 .popup-bottom {
  width: 100% !important;
}

#elementor-popup-modal-496 .dialog-lightbox-close-button {
  width: auto !important;
  height: auto !important;
  z-index: 30000;
}
.popup-bottom-inner-left {
  min-width: 240px !important;
  padding-left: 20px !important;
  padding-right: 0px !important;
}

.popup-bottom-inner-left > div {
  padding-right: 0px !important;
}

.popup-bottom > div {
  padding-bottom: 50px !important;
}
.popup-bottom-inner-right {
  max-width: 100px !important;
  padding-right: 10px !important;
  padding-left: 0px !important;
}
.popup-bottom-inner-right > div {
  padding-left: 0px !important;
}

@media screen and (max-width: 1400px) {
  .imagespecialleftueber img {
    all: unset !important;
    max-width: 90vw !important;
  }
}

@media screen and (max-width: 1024px) {
  .mainmenuhead {
    display: none !important;
  }
  .mainmenubhead {
    height: auto !important;
  }

  .mobilemenue-button-container {
    display: unset !important;
  }

  .imagespecialleftueber {
    height: auto !important;
  }

  #startimgcon {
    text-align: center;
  }

  #imgcon {
    text-align: center;
  }

  .imagespecialleft img {
    all: unset !important;
    max-width: 90vw !important;
  }

  .imagespecialright {
    margin: 0 auto !important;
    width: 90vw !important;
    max-width: 90vw !important;
  }
  .imagespecialrhead {
    margin-top: 35px;
    text-align: center;
  }

  .imagespecialrsecimg img {
    position: absolute;
    bottom: -60px;
    right: -30px;
    transform: translateX(0%);
    max-width: 300px !important;
  }
}

@media screen and (max-width: 350px) {
  .imagespecialrhead p {
    font-size: 20px !important;
  }
}
