@import url(//hello.myfonts.net/count/34e7db);

@font-face {
  font-family: UniversLTStd-Light;
  src: url(../fonts/univers/34E7DB_0_0.eot);
  src: url(../fonts/univers/34E7DB_0_0.eot?#iefix) format("embedded-opentype"), url(../fonts/univers/34E7DB_0_0.woff2) format("woff2"), url(../fonts/univers/34E7DB_0_0.woff) format("woff"), url(../fonts/univers/34E7DB_0_0.ttf) format("truetype")
}

@font-face {
  font-family: UniversLTStd-LightObl;
  src: url(../fonts/univers/34E7DB_1_0.eot);
  src: url(../fonts/univers/34E7DB_1_0.eot?#iefix) format("embedded-opentype"), url(../fonts/univers/34E7DB_1_0.woff2) format("woff2"), url(../fonts/univers/34E7DB_1_0.woff) format("woff"), url(../fonts/univers/34E7DB_1_0.ttf) format("truetype")
}

@font-face {
  font-family: UniversLTStd-Bold;
  src: url(../fonts/univers/34E7DB_3_0.eot);
  src: url(../fonts/univers/34E7DB_3_0.eot?#iefix) format("embedded-opentype"), url(../fonts/univers/34E7DB_3_0.woff2) format("woff2"), url(../fonts/univers/34E7DB_3_0.woff) format("woff"), url(../fonts/univers/34E7DB_3_0.ttf) format("truetype")
}

@font-face {
  font-family: UniversLTStd-BoldObl;
  src: url(../fonts/univers/34E7DB_2_0.eot);
  src: url(../fonts/univers/34E7DB_2_0.eot?#iefix) format("embedded-opentype"), url(../fonts/univers/34E7DB_2_0.woff2) format("woff2"), url(../fonts/univers/34E7DB_2_0.woff) format("woff"), url(../fonts/univers/34E7DB_2_0.ttf) format("truetype")
}


html {
  font-family: 'UniversLTStd-Light', sans-serif !important;
  font-weight: 400;
  font-size: 17px;
}

body {
  background-color: transparent;
  font-family: 'UniversLTStd-Light', sans-serif !important;
  font-size: 1rem;
  background-size: 8px 8px;
  color: #33322f;
}
ul.smaller li a, .psmall p {
  font-size: 16px;
}
.psmall  {
min-width: 292px;

}

.cart-preview-count, .cart-preview-content {
  color: #fff;
}
.tx-cart {
  counter-reset: step;
  position: fixed;
  top: 200px;
  background: #CD1719;
  padding: 20px;
  right: 20px;
  border-radius: 10px;
}
.checkout-link {
  border: none!important;
}
.checkout-link:hover {
 box-shadow: none!important;
}
/* CSS für Bild Teaser */

.container-teaser {
  width: 100vw;
  display: flex;
  flex-wrap: wrap;
  margin: 60px 0;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  min-height: 600px;
} 
.container-teaser_left {
  width: 45%;
  min-height: 350px;
}

.container-teaser_bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.container-teaser_right {
  width: 55%;
  background-color: #CD1719;
  padding: 60px;
  color: #fff;
}
.container-teaser_subtitle {
  font-size: 1.2rem;text-transform: uppercase;
}
.container-teaser_title {
  font-size: 2.2rem;
  font-family: 'UniversLTStd-Bold';
  margin-bottom: 40px;
  line-height: 1.3;
  color: #fff;
}
.container-teaser_text {
  font-size: 1.2rem;
}
.container-teaser_link {
  font-size: 1.2rem;
}
.linkbutton2 {
  display: inline-block;
  padding: 0.5rem 1rem;
  margin-top: 1.5rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.linkbutton2:focus {
  outline: 3px solid #fff;
  outline-offset: 3px;
}
.container-teaser .btn:not(:disabled):focus, .container-teaser .btn:not(:disabled):hover, .container-teaser .cc-btn:not(:disabled):focus, .container-teaser .cc-btn:not(:disabled):hover {
  color: #000;
  text-decoration: none;
  background: 0 0;
  background-color: #fff;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .55);
}

@media (max-width: 768px) {
  .container-teaser_left,
  .container-teaser_right {
    width: 100%;
  }
}
/* CSS für Beratungsangebote */

.container-beratung {
  width: 100%;  
}

.beratung-h2 {
  font-size: 2.2rem;
    line-height: 3.2rem;
    color: #746F6F;
    margin-top: 0.5rem;
    margin-bottom: 5rem;
    text-align: center;
}

.beratung-icon-text {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 0;
  margin: 1rem 0;
  list-style: none;
}
.beratung-icon-text-2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 1.8rem auto 3em;
  list-style: none;
  gap: 1.5rem;
  max-width: 700px;
}
.beratung-icon-text-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  width: calc(10% - 3rem);
}

.beratung-icon-text-2 .beratung-icon-text-items {
  width: 150px;
  margin: 0;
}
.beratung-button {
  text-align: center;
}


/* Responsive styles for beratung component */
@media (max-width: 992px) {
  .beratung-icon-text-items {
    width: calc(33.33% - 3rem);
  }
  .beratung-icon-text2 {
    margin: 46px 0;
    text-align: center;
}
  .beratung-icon-text-2 {
    max-width: 600px;margin-top: 83px;
  }
}

@media (max-width: 768px) {
  .beratung-icon-text-items {
    width: calc(50% - 3rem);
  }
  #c492 {
    padding-top: 30px !important;
  }
  .beratung-h2 {
    font-size: 2.2rem;
    line-height: 3.2rem;
    color: #746F6F;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    text-align: center;
}
  .beratung-icon-text-2 {
    max-width: 500px;
  }
  
  .beratung-icon-text-2 .beratung-icon-text-items {
    width: 160px;
  }
}

@media (max-width: 576px) {
  .beratung-icon-text-items {
    width: 100%;
    max-width: 300px;
    margin: 1rem auto;
  }
  
  .beratung-icon-text-2 {
    max-width: 100%;
    gap: 0.5rem;
  }
  
  .beratung-icon-text-2 .beratung-icon-text-items {
    width: 100%;
    margin: 0.5rem;
  }
}

.beratung-icon {
  margin-bottom: 1rem;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.beratung-titel {
  margin-top: 0;
  font-size: 34px;    margin-bottom: 0;
}

.beratung-text-rot {
  text-align: center;font-size: 34px;
  font-family: "UniversLTStd-Bold";
  color: #CD1719;
}
.beratung-icon-text2 {
margin: 80px 0;
text-align: center;
}

.frame-2, .frame-layout-2 {
  position: relative;
  padding: 70px 0;
}
.frame-2:before,.frame-layout-2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #f9f9fb;
}
a.headline-anchor, a.headline-anchor:hover {
  color:#fff;
  cursor: default; /* Setzt den Cursor auf den Standardzeiger */
}
select:focus {
  outline: none; /* Entfernt den Standard-Fokusrahmen */
  box-shadow: none; /* Entfernt den Schatten, falls vorhanden */
}
label.form-control4 {
  position: relative;
  display: inline-block;
    margin-bottom: 40px;

}
label.form-control4::before {
    content: '';
    height: 2em;
    position: absolute;
    right: 7px;
    top: 3px;
    width: 22px;

    /* background: -webkit-linear-gradient(#fff, #f0f0f0); */
    /* background: -moz-linear-gradient(#fff, #f0f0f0); */
    /* background: linear-gradient(#f5f5f5, #e0e0e0); */
    background: #fff; /* for Firefox in Android */

    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    pointer-events: none;
    display: block;
  }

label.form-control4::after {
    content: " ";
    position: absolute;
    right: 15px;
    top: 46%;
    margin-top: -3px;
    z-index: 2;
    pointer-events: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.9px 4px 0 4px;
    border-color: #aaa transparent transparent transparent;
    pointer-events: none;
  }

  select.form-control2 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 9px 30px 9px 10px;
    border: 1px solid #e0e0e0;
    border-radius: 0px;
    line-height: normal;
    height: auto;
    /* box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.2); */
    background: #fff;
    /* min-width: 200px; */
    margin: 0 5px 5px 0;
    font-size: 20px;
    width: 300px;
  }
  .news-select {
    width: 100%;
    display: block;
    text-align: right;
}
.page-navigation {
  color: #949494;
  font-size: 15px;
  text-align: center;
  width: 99%;
  margin-bottom: 80px;
  /* float: left; */
}
.news .page-navigation p {

padding-left: 23px;
}
.news .f3-widget-paginator p {
  float: left;
}

.news ul.f3-widget-paginator {
  color: #949494;
  font-size: 15px;
  /* width: 370px; */
  text-align: center;
  margin: auto;    margin-top: 40px;
}

.news ul.f3-widget-paginator li {
  float: left;
  display: block;
  background: none;
  margin-right: 12px;
}

.news ul.f3-widget-paginator li a {
  display: block;
  font-size: 18px;
  color: #000;
  padding: 6px 14px;
  background: #fff;
  border: 1px solid #000;
  text-decoration: none;
}

.news ul.f3-widget-paginator li a:hover {
  color: #000;
  background: #eeeeee;
  border: 1px solid #000;
}

.news ul.f3-widget-paginator li.current {
  color: #000;
  font-size: 18px;
  padding: 6px 14px;
  border: 1px solid #000;
  background: #eeeeee;
}

@media (max-width: 900px) {

  .col.psmall {
    width: 100%;
    min-width: 100%;
    margin-bottom: 42px;
    border-bottom: 1px dotted;
    padding-bottom: 8px;
  }
}

.rs-module-wrap {
  margin: initial !important;
}

.wabe {
  width: 944px;
  height: 620px;
  position: relative;
  margin: auto;
  margin-top: 100px;
}

.wabe-innen {
  width: 200px;
  height: 200px;
  float: left;
}

.teaser_2_item_img {
  background-position: 2px -21px;
  width: 375px;
  height: 350PX;
  background-size: 372px;
  clip-path: polygon(25% 0%, 75% 0%, 100% 49%, 75% 100%, 25% 100%, 0% 50%);
}

.teaser_2_item_img:hover {
  /* filter: blur(0px);
  -webkit-filter: blur(0px); */
}

.wabe-innen-img:first-child {
  left: 0;
}

.wabe-innen-img:nth-child(2) {
  left: 284px;
  top: 171px;
}

.wabe-innen-img:nth-child(3) {
  left: 568px;
}

.wabe-innen-img {
  position: absolute;
}

.wabe-innen-text {
  z-index: 1000;
  top: 0;
  position: absolute;
  /* Position the background text */
  bottom: 0;
  /* At the bottom. Use top:0 to append it to the top */
  background: rgb(0, 0, 0);
  /* Fallback color */
  background: rgba(0, 0, 0, 0.4);
  /* Black background with 0.5 opacity */
  width: 100%;
  height: 335px;
  /* Full width */
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  -webkit-transition: color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background 300ms ease-in-out, color 300ms ease-in-out, box-shadow 300ms ease-in-out;
  -webkit-transition: background 300ms ease-in-out, color 300ms ease-in-out, box-shadow 300ms ease-in-out;
}

.wabe-innen-text:hover {
  background: rgb(0, 0, 0);
  /* Fallback color */
  background: rgba(0, 0, 0, 0.0);
  /* Black background with 0.5 opacity */
  -webkit-transition: color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background 300ms ease-in-out, color 300ms ease-in-out, box-shadow 300ms ease-in-out;
  -webkit-transition: background 300ms ease-in-out, color 300ms ease-in-out, box-shadow 300ms ease-in-out;
}

.wabe-innen-text:hover>.wabe-innen-text-inner {
  opacity: 0.0;
}

.wabe-innen-text-inner {
  text-align: center;
  color: #fff;
  font-size: 40px;
  line-height: 63px;
  padding: 0 50px;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  width: 375px;
  height: 100%;
  position: absolute;
  display: table;
}

.wabe-innen-text-inner-center {
  display: table-cell;
  vertical-align: middle;
  width: 375px;
  height: 100%;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  max-width: 400px;
}

.img100 {
  position: relative;    margin-top: 180px;    margin-bottom: 0px;
}

.img100text_wrap {
  position: absolute;
  right: 0;
  top: 0;
  height: auto;
  width: auto;
  background-color: hsla(0, 0%, 100%, .5);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}

.img100text {
  font-size: 45px;
  color: #fff;
  padding: 3px 20px;
}

.news-img-caption {
  color: #949494;
  font-size: 17px;
  padding-top: 5px;
}

.img-max {
  margin-top: 40px;
  max-width: 1200px;
}

.nopadding {
  padding: 10px;
  padding-bottom: 0;
}

/* .frame-type-text ::before {
  display: block;
  content: "";
  height: 120px;
  margin-top: -120px;
  visibility: hidden;
} */

.max1000 {
  padding: 0 50px;
  /* max-width: 1600px!important;
margin: initial; */
}

.ce-gallery figcaption {
  display: table-caption;
  caption-side: bottom;
  text-align: left;
  padding-top: 6PX;
  font-size: 16px;
  color: #949494;
}

img {
  border: 0;
  width: 100%;
  height: auto;
}

.news-img-wrap {
  overflow: hidden;    margin-bottom: 40px;border: 1px dotted #c8c8c8;

}

.news-img-wrap a img {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.news-img-wrap:hover a img {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s -ms-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03)
}

.linkbutton {
  display: block;
  margin: 30px 10px 10px 0:
}

.btn, .cc-btn {
  border-radius: 0.55rem;
  background: 0 0;
  /* text-transform: uppercase; */
  font-size: 1.1rem;
  color: #000;
  /* box-shadow: 0 0 1rem 0 rgb(0 0 0 / 25%); */
  border: 0;
  padding: 0.7rem 1.6rem 0.6rem;
  transition: all .1s ease-out;
  background-color: #ffffff;
  margin: 30px 10px 10px 0;
  min-width: 220px;
  border: 1px solid #000;
}

.btn:not(:disabled):focus, .btn:not(:disabled):hover, .cc-btn:not(:disabled):focus, .cc-btn:not(:disabled):hover {
  color: #000;
  text-decoration: none;
  background: 0 0;
  background-color: #fff;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0,  0.25);border: 1px solid #000;
}
.btn-danger {
    background-color: #CD1719 !important;
    color: #fff !important;
}
p {
  font-size: 1.2rem;
  line-height: 1.9rem;
  margin: 0 0 1.2rem 0;
  /* letter-spacing: -.7px; */
}


a {
  color: #CD1719;
  text-decoration: none;
  /* -webkit-transition: color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, color 0.25s ease-in-out; */
}

a.pic-link {
  position: absolute;
  top: -50px;
  max-width: 200px;
  right: 33px;
  z-index: 1000000000;
}

a.pic-link:hover {
  opacity: 0.5;
}

a:hover, a:focus {
  color: #094455;
  text-decoration: underline;
  -webkit-transition: color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background 300ms ease-in-out, color 300ms ease-in-out, box-shadow 300ms ease-in-out;
  -webkit-transition: background 300ms ease-in-out, color 300ms ease-in-out, box-shadow 300ms ease-in-out;
}

.abstandoben {
  margin-top: 40px;
  padding: 50px;
  padding-top: 0;
}

span.news-list-date {
  margin-bottom: 30px;
  display: block;
}
.min-qty-warning {
  color: #b94a48;
  font-weight: 600;
}
tr.danger {
  background-color: #fdecea;
}
h1, h2, h3, h4 {
  font-family: "UniversLTStd-Bold";
}

h1 {
  font-size: 40px;
  line-height: 54px;
    color: #CD1719;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    
}
.news-single p.news-img-caption {
  font-size: 15px;
}
.news-single h2 {
  font-size: 2.7rem;
  line-height: 3.2rem;
  
  margin-top: 2.5rem;
  margin-bottom: 2rem;

}
.news-text-wrap {
  margin-bottom: 40px;
}
h2 {
  font-size: 30px;
  line-height: 43px;
  color: #746F6F;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
  
}

h3 {
  font-size: 26px;
  line-height: 39px;
  color: #746F6F;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
  
}

h4 {
  font-size: 20px;
  line-height:36px;
  color: #746F6F;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
  
}



h5 {
  font-size: 20px;
    line-height: 53px;
    color: #746F6F;
    margin-top: 0.5rem;
    margin-bottom: 2rem;
    
}

li {
  font-size: 20px;
  list-style-type: disclosure-closed !important;
  margin-bottom: 14px;
  line-height: 32px;    padding-left: 10px;
}

ul {
  padding-left: 20px;
}


.news-dateformat {
 font-size: 21px;
    color: #7b7979;
  
    margin-bottom: 12px;
    font-family: "UniversLTStd-Bold";
}
.header {
  float: left;
  width: 100%;
  position: relative;
}

.team {
  display: block;
  /* min-height: 750px; */
  /* min-height: 487px; */
  margin-bottom: 20px;
}

.team-video {
  /* min-height: 360px; */
  /* background: #ECECEC; */
 /*  min-height: 351px; */
}

.team-name {
  color: #676767;
  font-family: UniversLTStd-Bold;
  font-size: 1.45rem;
  line-height: 1.9rem;
  margin-bottom: 0.25rem;
  margin-top: 1rem;
}

.team-titel {
  color: #676767;
  font-size: 1.0rem;
  margin-bottom: 0.85rem;
  min-height: 52PX;
}

.grid video {
  display: inline-block;
  vertical-align: baseline;
  width: 100%;
  height: auto;
}

.header-logo {
  width: 305px;
  float: left;
  margin: 47px 0 17px 47px;
}

.headerfix {
  position: fixed;
  top: 0;
  width: 100%;
  height:133px
  background: #fff;
  z-index: 10000000;
  background-color: hsla(0, 0%, 100%, .8);
  background-color: rgba(255, 255, 255, 1);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
}

/* Start Teaser Box*/
.start_teaser_wrap {
  width: 100%;
  height: auto;
}

.start_teaser {
  margin: auto;
}

.w30 {
  float: left;
  width: 30%;
  margin: 1.5%;
  min-height: 350px;
  position: relative;
}

.subnav {
  width: 100%;
  float: left;
  height: 40px;
  text-align: left;
  font-size: 20px;
  border-bottom: 1px solid #33322f;
  color: #33322f;
  padding-bottom: 10px;
  margin-bottom: 35px;
}

.subnav a {
  font-size: 20px;
  text-transform: uppercase;
}

.subnav a:hover {
  text-decoration: none;
  color: #33322f;
}

a.act {
  /* color: #33322f !important; */
}

.frame-space-after-medium {
  margin-bottom: 3em !important;
}

.frame-space-after-small {
  margin-bottom: 2em !important;
}

.blue {
  width: 100%;
  background-color: rgb(224, 236, 246);
  padding: 35px 0;
  float: left;
  margin-top: 157px;
  min-height: 800px;
}

.p0 {
  padding-left: 0;
  position: relative;
  height: 0
}

.logobild {
  max-width: 100px;
  position: absolute;
  top: 73px;
  right: -114px;
  z-index: 10000000000;
}

.logotext_wrap {
  width: 93%;
  margin-left: 30px;
}

.logotext {
  width: 100%;
  margin: auto;
  height: 220px;
  text-align: center;
}

p.header_logo {
  line-height: 82px;
  padding-top: 38px;
  margin-bottom: 23px;
}

.header_logo {
  font-size: 90px;
}

p.hklein {
  line-height: 80px;
  padding-top: 0px;
  margin-bottom: 5px;
  font-size: 25px;
}

.head-oben a {
  text-decoration: none;
}

.head-oben a:hover {
  text-decoration: none;
}

.sublineheader {
  color: #887E6E;
  /* text-align: left; */
  font-size: 27px;
}

@media (max-width: 900px) {
  p.header_logo {
    line-height: 40px !important;
    padding-top: 20px;
    margin-bottom: 15px;
    font-size: 40px !important;
  }

  p.hklein {
    line-height: 80px;
    padding-top: 0px;
    margin-bottom: 5px;
    font-size: 25px;
  }

  .sublineheader {
    color: #887E6E;
    /* text-align: left; */
    font-size: 25px !important;
  }

  .ani {
    margin-top: 140px !important;
  }

  .logobild h1 {
    font-size: 10px !important;
    margin-top: 0px !important;
  }

  .logobild {
    max-width: 70px;
    padding-top: 59px;
    position: absolute;
    top: 0;
    right: -34px;
  }
}

.header_logo {
  padding-top: 20px !important;
}
}

footer p {
  /* -moz-hyphens: none;
  -o-hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; */
}

.tx-sremailsubscribe-pi1 input {
  margin: 0;
  padding: 10px !important;
}

.tx-sremailsubscribe-pi1 label {
  margin: 0;
  padding: 10px;
  font-weight: normal !important;
}

.tx-sremailsubscribe-pi1 input[type="checkbox"] {
  width: 20px;
  height: 35px;
}

select[multiple], select[size] {
  height: auto;
  background: #e4e4e4;
  color: #33322f;
  padding: 5px;
  border: none;
}

.hidden {
  display: none;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.small {
  font-size: 13px;
}

.box-rechts {
  position: absolute;
  right: 0;
  top: 43px;
  height: 80px;
  width: 250px;
}

.box-rechts ul {}

.box-rechts li {
  text-align: right;
  list-style-type: none;
}

.logooben {
  height: auto;
  width: 250px;
  float: left;
  margin-bottom: 10px;
}

.logooben img {
  height: auto;
  width: 95px;
}

.logounten {
  height: auto;
  width: 250px;
  float: left;
}

.logounten img {
  height: auto;
  width: 95px;
}

.abstand_hori {
  margin-bottom: 40px;
}

.abstand_hori2 {
  margin-top: 60px;
}
.ce-border img, .ce-border iframe {
  border: 3px solid #fff !important;
  padding: 0px !important;
}
/* defaultkram */
/* Gallerie bis 992px auf volle Breite */
@media (max-width: 992px) {
  .ce-gallery {
    width: 100%;
  }

  .leftsidemob {
    margin-left: 20px;
  }
}

.hh-slider .pagination {
  list-style: none;
  padding-top: 10px;
}

.slider-slide figure {
  margin: 1em 40px;
  position: relative;
}

.hh-slider figcaption {
  left: 5px;
  position: absolute;
  top: inherit;
  bottom: -60px;
}

.hh-slider figcaption p {
  font-size: 15px;
  color: #444;
}

@media (min-width: 640px) and (max-width: 2800px) {

  /* Spaltenbreiten je nach eingestellten Columns */
  .ce-gallery[data-ce-columns="2"] .ce-column {
    width: 50%;
  }

  .ce-gallery[data-ce-columns="3"] .ce-column {
    width: 33%;
  }

  .ce-gallery[data-ce-columns="4"] .ce-column {
    width: 25%;
  }

  .ce-gallery[data-ce-columns="5"] .ce-column {
    width: 20%;
  }

  .ce-gallery .ce-column {
    margin: 0;
    /* Abstand zwischen Bildern */
    /* padding: 0 5px; */
    box-sizing: border-box;
  }

  .ani .ce-gallery .ce-column {
    margin: 0;
    /* Abstand zwischen Bildern */
    padding: 0 0px;
    box-sizing: border-box;
  }
}

/* Anpassungen von kleinen bis groeßeren Geraeten */
@media (min-width: 640px) and (max-width: 1200px) {

  /* Kein Abstand beim ersten und letzten Bild */
  .ce-gallery .ce-column:first-child {
    padding-left: 0;
  }

  .ce-gallery .ce-column:last-child {
    margin-right: 0;
  }

  /* Fluid Image Tags */
  .ce-gallery img,
  .ce-gallery picture {
    width: 100%;
    height: auto;
  }
}

/* Anpassungen fuer kleine Geraete */
@media (max-width: 640px) {
  .col {
    flex: none;
}
.subitem {
  margin-bottom: 24px;
}
.newsitems .subitem:first-child {
  padding-right: 0px;

}

.newsitems .subitem:nth-child(2n) {
  padding-right: 0px;
  padding-left: 0px;

}

.newsitems .subitem:last-child {
  padding-left: 0px;

}
  .frame-layout-3 {
    padding: 20px 19px;
  }

  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  /* Ein Bild pro Zeile */
  .ce-gallery .ce-column {
    margin: 0 0 10px;
    width: 100%;
    box-sizing: border-box;
  }

  /* Fluid Image Tags */
  .ce-gallery img,
  .ce-gallery picture {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 500px) {
  .tx-sremailsubscribe-pi1 input {
    background: #e4e4e4;
    color: #33322f;
    padding: 5px;
    border: none;
    width: 200px;
  }

  select#tx-sremailsubscribe-pi1-static_info_country {
    height: auto;
    background: #e4e4e4;
    color: #33322f;
    padding: 5px;
    border: none;
    width: 200px;
  }

  tx-sremailsubscribe-pi1 label {
    margin: 0;
    padding: 10px;
    font-weight: normal !important;
    font-size: 13px;
  }
}

@media (max-width: 800px) {
  .zitat p {
    font-size: 24px;
    line-height: 44px;
  }

  .teaser2 {
    position: fixed;
    right: 20px;
    top: 287px;
    height: auto;
    width: 159px;
    display: block;
    z-index: 10000000000000000000000;
  }
}

@media (max-width: 700px) {
  .tx-sremailsubscribe-pi1 dt {
    width: 35% !important;
  }
}

.tx-sremailsubscribe-pi1 p.tx-sremailsubscribe-pi1-click-to-edit {
  margin-left: 2em;
  margin-right: 2em;
  margin-top: 50px;
}

.leftside {
  margin-left: 20px;
}

.cd {
  text-transform: uppercase;
  -moz-hyphens: none;
  -o-hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

/*NEWSLETTER FORMULAR*/
fieldset {
  border: 0px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

.powermail_field {
  margin-bottom: 20px;
}

.cc_container .cc_message {
  font-size: 0.8em !important;
  line-height: 16px !important;
}

.cc_container .cc_btn {
  padding: 15px 15px !important;
}

.cc_container .cc_btn, .cc_container .cc_btn:visited {
  color: #fff !important;
  background-color: #224385 !important;
  transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  border-radius: 0px;
  -webkit-border-radius: 0px;
}

.ce-table {
  margin-bottom: 15px;
}

.ce-table td {
  padding: 8px;
  border-right: 1px #a8a8a8 solid;
}

.ce-table tr {
  padding: 8px;
  border-bottom: 1px #a8a8a8 solid;
  border-left: 1px #a8a8a8 solid;
  border-top: 1px #a8a8a8 solid;
}

.contenttable {
  margin-bottom: 15px;
  width: 100%;
}

.contenttable th {
  padding: 8px;
  background-color: #eeeeee;
  border-right: 1px #a8a8a8 solid;
}

.contenttable td {
  vertical-align: top;
  padding: 8px;
  border-right: 1px #a8a8a8 solid;
}

.contenttable tr {
  padding: 8px;
  border-bottom: 1px #a8a8a8 solid;
  border-left: 1px #a8a8a8 solid;
  border-top: 1px #a8a8a8 solid;
}

.ce-uploads span {
  /* display: block; */
  /* float: left; */
}
.ce-uploads li {
  list-style: none outside none;
  margin: 1em 0;
  font-size: 18px;
}
.ce-uploads-filesize {
  margin-left: 10px;
  border-left: 1px solid #999;
  padding-left: 8px;
  color: #999;
}

.teaser {
  height: auto;
  width: 100%;
  color: #70797E;
  background: #fff;
  padding-right: 15px;
  margin-bottom: 30px;
}

.teaser_bild {
  width: 170px;
  float: left;
  height: 170px;
  margin-right: 20px;
  display: inline-block;
  background: white;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.teaser_bild img {
  display: block;
  margin: 0;
  padding: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.teaser:hover>.teaser_bild {
  background: #70254a;
}

.teaser:hover>.teaser_bild img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
  opacity: .8;
  filter: alpha(opacity=100);
}

.teaser_bild_q {
  width: 170px;
  height: 170px;
  background-size: cover;
  background-repeat: no-repeat;
}

.teaser_text {
  padding-top: 20px;
  background: #fff;
  margin-bottom: 25px;
  min-height: 170px;
  padding-bottom: 10px;
  height: auto;
  padding-left: 190px;
  color: #70254a;
}

.tx-powermail .powermail_fieldset .powermail_tab_navigation {
    margin-top: 2em;
    position: relative;
    height: 74px;
}



select#kategorie, input#plz_ort, select#umkreis, select#umkreis, input#suchesubmit {

  margin-top: 10px;
}
select#umkreis, select#kategorie, {
 margin-top: 10px;
}
.suche {
  width: 100%;
  background: #E6E6E6;
  padding: 25px 0;
}

.news-catmenu-ACT a {
	font-weight:bold;
}

/* ✅ Suchleiste Container - Powermail Style */
.suche {
 background: #ffffff;
    border-radius: 0.55rem;
    padding: 2rem;
    padding-left: 16px;
    margin-bottom: 2rem;
    /* border-bottom: 1px solid #e0e0e0; */
    height: 132px;
}

.suche .whitestyle {
  margin-top: 0;
  background: transparent;
  padding: 0;
}

.suche h1 {
  font-family: 'UniversLTStd-Bold', sans-serif;
  font-size: 1.5rem;
  color: #746F6F;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #CD1719;
}

/* ✅ Suchfelder Layout - Powermail Style */
.therapieform, .ort, .umkreis, .stichwort, .sucheb {
  float: left;
  margin-right: 15px;
  margin-bottom: 1.5rem;
  width: calc(20% - 15px);
  font-family: 'UniversLTStd-Light', sans-serif;
  font-size: 1.1rem;
  color: #33322f;
}

.therapieform select,
.ort input,
.umkreis select,
.stichwort input {
 width: 100%;
    font-family: 'UniversLTStd-Light', sans-serif;
    font-size: 1rem;
    border: 1px solid #6c6a6a;
    border-radius: 0.25rem;
    padding: 10px;
    margin-top: 0.5rem;
    background-color: #ffffff;
    min-height: 54px;
    transition: border-color 0.3s 
ease, box-shadow 0.3s 
ease;}

/* Select Dropdown Arrow - Powermail Style */
.therapieform select,
.umkreis select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 2.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236c6a6a' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.9rem center;
  background-size: 0.65rem;
  background-color: #ffffff;
}

.therapieform select:focus,
.ort input:focus,
.umkreis select:focus,
.stichwort input:focus {
  outline: none;
  border-color: #CD1719;
  box-shadow: 0 0 0 2px rgba(205, 23, 25, 0.2);
}

/* ✅ Input Wrapper mit Clear Button */
.input-wrapper {
  position: relative;
  display: block;
  margin-top: 0.5rem;
}

.input-wrapper input {
  width: 100%;
  padding-right: 35px !important;
  margin-top: 0 !important;
}

.clear-input {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #999;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  z-index: 10;
  transition: color 0.2s ease;
}

.clear-input:hover {
  color: #CD1719;
}

/* ✅ Suchen Button - Powermail Style */
.sucheb {
  margin-right: 0;
  padding-top: 1.6rem;
}

.sucheb input[type="submit"] {
  font-family: 'UniversLTStd-Light', sans-serif;
  font-size: 1.1rem;
  padding: 0.7rem 1.6rem;
  background-color: #CD1719;
  color: #ffffff;
  border: 1px solid #CD1719;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.sucheb input[type="submit"]:hover,
.sucheb input[type="submit"]:focus {
  background-color: #a01315;
  box-shadow: 0 0 1rem 0 rgba(205, 23, 25, 0.3);
}

/* ✅ Responsive Suchleiste */
@media (max-width: 992px) {
  .therapieform, .ort, .umkreis, .stichwort, .sucheb {
    width: calc(50% - 10px);
    margin-right: 10px;
  }
  .sucheb {
    width: 100%;
    text-align: center;
    padding-top: 15px;
  }
}

@media (max-width: 576px) {
  .therapieform, .ort, .umkreis, .stichwort {
    width: 100%;
    margin-right: 0;
  }
}
.suche_ergebnissliste {
  float: left;
  width: 100%;
  padding: 10px 0;
}
.entfernung {
  /* background: #CD1719; */
  /* color: #fff; */
  /* float: left; */
  /* padding: 3px; */
}
.border {
  border: 1px dotted #CCC;
  float: left;
  height: 1px;
  width: 100%;
}
.suche_content {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
.suche_name {
  color: #000;
  font-size: 22px;
  font-weight: 300;
  margin: 10px 0;
  margin-bottom: 0;
  width: 100%;
}
.suche_kontakt {
  font-size: 17px;
  color: #000;
  float: left;
  
}
.suche_bild_detail {
  float: right;
  margin-left: 15px;
  margin-bottom: 10px;
}
.suche_bild {
  /*margin-left:10px;*/
  margin-bottom: 0px;
  float: right;
  text-align: left;
  width: 100%;
  margin-left: 10px;
}
.suche_bildsub {
  float: right;
  margin-bottom: 20px;
  margin-left: 10px;
  text-align: left;
  width: 100%;
}
.suche_bild img {
  width: 100px;
  /* height: 140px; */
  float: right;
  margin-left: 14px;

}
.pagebrowser a {
  margin-right: 3px;
}
.pagebrowser a.active {
  background: #CD1719 none repeat scroll 0 0;
  color: #fff;
  font-weight: bold;
  padding: 0 4px;
}
.pagebrowser {
  float: left;
  margin-top: 35px;
  width: 100%;
}
.suche_text a {
  color: #000;
}
.suche_detail {
  clear: both;
  float: left;
}
.header_detail {
  color: #000000;
  font-size: 19px;
  font-weight: 300;
  margin: 15px 0 0px;

}
/* ✅ Übersichtsmodus - Karte Vollbreite */
.overview-message {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-left: 4px solid #000000;
  padding: 20px 25px;
  margin: 15px 0;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.overview-message strong {
  color: #CD1719;
  font-size: 1.4em;
}

/* ✅ Keine Ergebnisse Message */
.no-results-message {
  background: #fff3cd;
  border: 1px solid #ffc107;
  border-left: 4px solid #ffc107;
  color: #856404;
  padding: 20px;
  border-radius: 0 8px 8px 0;
  margin: 15px 0;
}

/* ✅ Ergebnisliste verbessert */
.suche_ergebnissliste {
 background: #fff;
    /* border-radius: 8px; */
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06); */
    margin-bottom: 15px;
    padding: 7px 0px;
    padding-right: 18px;
    margin: 0 5px;
    transition: box-shadow 0.2s 
ease;
    border-bottom: 1px dotted #acacac;
    width: 97%;
}



/* ✅ Suchergebnis Anzahl */
.search-result-count {
    background: #acacac;
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
    margin-bottom: 15px;
    font-weight: bold;
}

/* ✅ Pagination verbessert */
.pagination-wrapper {
  margin-top: 20px;
  padding: 15px 0;
  clear: both;
}

.pagebrowser a {
  display: inline-block;
  padding: 8px 14px;
  margin: 0 3px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
  color: #CD1719;
  transition: all 0.2s ease;
}

.pagebrowser a:hover {
  background: #CD1719;
  color: #fff;
  border-color: #CD1719;
}

.pagebrowser a.active {
  background: #CD1719;
  color: #fff;
  border-color: #CD1719;
  font-weight: bold;padding: 8px 14px;
}

/* ✅ Detail-Link Button */
.suche_detail a {
  display: inline-block;
  background: #CD1719;
  color: #fff;
  padding: 8px 20px;
  border-radius: 4px;
  text-decoration: none;
  margin-top: 10px;
  transition: background 0.2s ease;
}

.suche_detail a:hover {
  background: #005a94;
  color: #fff;
}

/* ✅ Karte Container */
#map {
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.1);
}

/* ✅ Loader Animation */
#loader-message {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.1);
}

.loader-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #CD1719;
  border-radius: 50%;
  margin: 0 5px;
  animation: loader-bounce 1.4s infinite ease-in-out both;
}

.loader-dot:nth-child(1) { animation-delay: -0.32s; }
.loader-dot:nth-child(2) { animation-delay: -0.16s; }

@keyframes loader-bounce {
  0%, 80%, 100% { transform: scale(0); }
  40% { transform: scale(1); }
}

/*suche ende*/
/* Powermail Formular Styles */
.powermail_form {
  font-family: 'UniversLTStd-Light', sans-serif;
  max-width: 100%;
  margin: 0 auto;
}

.powermail_form h3 {
  font-family: 'UniversLTStd-Bold', sans-serif;
  font-size: 2.2rem;
  line-height: 1.3;
  color: #746F6F;
  margin-bottom: 2rem;
 /*  text-align: center; */
}

.tx-powermail .container-fluid {
 padding-left: calc(var(--bs-gutter-x) * 0);
} 
  

/* Page Navigation Buttons */
.powermail_form .btn-group {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.powermail_form .btn-group .btn {
  font-family: 'UniversLTStd-Light', sans-serif;
  font-size: 1.1rem;
  padding: 0.7rem 1.6rem;
  border-radius: 0.55rem;
  border: 1px solid #000;
  background-color: #ffffff;
  color: #000;
  transition: all 0.3s ease;
  min-width: 120px;
  text-decoration: none;
  cursor: pointer;
}

.powermail_form .btn-group .btn:hover,
.powermail_form .btn-group .btn:focus {
  background-color: #f9f9fb;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.25);
  text-decoration: none;
  color: #000;
}

/* Active/Current page button */
.powermail_form .btn-group .btn.btn-primary {
  background-color: #CD1719 !important;
  color: #ffffff !important;
  border-color: #CD1719 !important;
  font-family: 'UniversLTStd-Bold', sans-serif;
}

.powermail_form .btn-group .btn.btn-primary:hover,
.powermail_form .btn-group .btn.btn-primary:focus {
  background-color: #a01315 !important;
  box-shadow: 0 0 1rem 0 rgba(205, 23, 25, 0.3);
}

/* Fieldset styling */
.powermail_fieldset {
  background: #ffffff;
  border-radius: 0.55rem;
  padding: 2rem;
  margin-bottom: 2rem;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.powermail_legend {
  font-family: 'UniversLTStd-Bold', sans-serif;
  font-size: 1.5rem;
  color: #746F6F;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #CD1719;    display: none;
}

/* Form fields styling */
.powermail_fieldwrap .control-label {
  font-family: 'UniversLTStd-Light', sans-serif;
  font-size: 1.1rem;
  color: #33322f;
  font-weight: normal;
  margin-bottom: 0.5rem;    margin-top: 0;
}
.powermail_fieldwrap_type_text br {
  display: block;
  margin: 5px 0;
  content: "";
}
.powermail_fieldwrap .mandatory {
  color: #CD1719;
  margin-left: 0.25rem;    font-size: 24px;
    font-weight: bold;
}

.powermail_input,
.powermail_textarea,
.powermail_select {
  font-family: 'UniversLTStd-Light', sans-serif;
  font-size: 1rem;
  border: 1px solid #6c6a6a;
  border-radius: 0.25rem;
  padding: 0.75rem;
  background-color: #ffffff;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.powermail_select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 2.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236c6a6a' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.9rem center;
  background-size: 0.65rem;
}

.powermail_select::-ms-expand {
  display: none;
}

.powermail_input:focus,
.powermail_textarea:focus,
.powermail_select:focus {
  outline: none;
  border-color: #CD1719;
  box-shadow: 0 0 0 2px rgba(205, 23, 25, 0.2);
}

/* Radio buttons */

.powermail_fieldset .row {
     margin-bottom: 2rem;
    border-bottom: 1px dotted;
        --bs-gutter-x: 0;
}

.powermail_fieldwrap_type_radio .radio {
  margin-bottom: 0.75rem;
}

.powermail_fieldwrap_type_radio .radio label {
    font-family: 'UniversLTStd-Light', sans-serif;
    font-size: 1.1rem;
    color: #33322f;
    cursor: pointer;
    padding-left: 2.5rem;
    position: relative;
    display: inline-block;
    line-height: 1.5;
    transition: color 0.3s ease;
    margin-bottom: 5px;
}

.powermail_fieldwrap_type_radio .radio label:hover {
  color: #CD1719;
}

/* Custom radio button styling */
.powermail_fieldwrap_type_radio .radio input[type="radio"] {
 position: absolute;
    /* opacity: 0; */
    /* cursor: pointer; */
    margin-left: 4px;
    z-index: 14;
    width: 20px;
    height: 20px;
    left: 0;
    top: 8%;
    /* transform: translateY(-50%); */
}

/* .powermail_fieldwrap_type_radio .radio label::before { */
  /* content: ''; */
  /* position: absolute; */
  /* left: 0; */
  /* top: 50%; */
  /* transform: translateY(-50%); */
  /* width: 20px; */
  /* height: 20px; */
  /* border: 2px solid #e0e0e0; */
  /* border-radius: 50%; */
  /* background-color: #ffffff; */
  /* transition: all 0.3s ease; */
  /* z-index: 1; */
  /* pointer-events: none; */
/* } */

.powermail_fieldwrap_type_radio .radio label::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #CD1719;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 1;
  pointer-events: none;
}

.powermail_fieldwrap_type_radio .radio input[type="radio"]:checked + label::before {
  border-color: #CD1719;
  box-shadow: 0 0 0 2px rgba(205, 23, 25, 0.1);
}

.powermail_fieldwrap_type_radio .radio input[type="radio"]:checked + label::after {
  opacity: 1;
  width: 10px;
  height: 10px;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.powermail_fieldwrap_type_radio .radio input[type="radio"]:checked + label {
  font-weight: bold;
  color: #CD1719;
}

.powermail_fieldwrap_type_radio .radio input[type="radio"]:focus + label::before {
  outline: 2px solid #CD1719;
  outline-offset: 2px;
}

/* Navigation buttons within fieldsets */
.powermail_tab_navigation {
  margin-top: 2rem;
  padding-top: 1.5rem;
  
  text-align: right; 
}

.powermail_tab_navigation .btn {
  font-family: 'UniversLTStd-Light', sans-serif;
  font-size: 1.1rem;
  padding: 0.7rem 1.6rem;
  border-radius: 0.55rem;
  border: 1px solid #000;
  background-color: #ffffff;
  color: #000;
  transition: all 0.3s ease;
  min-width: 120px;
  margin: 0 0.5rem;
  text-decoration: none;
  cursor: pointer;
}

.powermail_tab_navigation .btn:hover,
.powermail_tab_navigation .btn:focus {
  background-color: #f9f9fb;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.25);
  text-decoration: none;
  color: #000;
}

.powermail_tab_navigation .btn.btn-primary {
  background-color: #CD1719 !important;
  color: #ffffff !important;
  border-color: #CD1719 !important;    position: absolute;right: 6px;
}

.powermail_tab_navigation .btn.btn-primary:hover,
.powermail_tab_navigation .btn.btn-primary:focus {
  background-color: #a01315 !important;
  box-shadow: 0 0 1rem 0 rgba(205, 23, 25, 0.3);
}

.powermail_tab_navigation .btn.btn-warning {
  background-color: #a8a8a8 !important;
  color: #ffffff !important;
  border-color: #a8a8a8 !important;    position: absolute;    left: 0;
}

.powermail_tab_navigation .btn.btn-warning:hover,
.powermail_tab_navigation .btn.btn-warning:focus {
  background-color: #ec971f !important;
  border-color: #d58512 !important;
}

/* Submit button */
.powermail_fieldwrap_type_submit .btn {
  font-family: 'UniversLTStd-Bold', sans-serif;
  font-size: 1.2rem;
  padding: 0.8rem 2rem;
  border-radius: 0.55rem;
  border: 1px solid #CD1719;
  background-color: #CD1719 !important;
  color: #ffffff !important;
  transition: all 0.3s ease;
  min-width: 250px;
  text-decoration: none;
  cursor: pointer;
}

.powermail_fieldwrap_type_submit .btn:hover,
.powermail_fieldwrap_type_submit .btn:focus {
  background-color: #a01315 !important;
  border-color: #a01315 !important;
  box-shadow: 0 0 1rem 0 rgba(205, 23, 25, 0.3);
  text-decoration: none;
  color: #ffffff;
}

/* Error styling */
.powermail_field_error_container {
  color: #CD1719;
  font-size: 0.9rem;
  margin-top: 0.5rem;
  font-family: 'UniversLTStd-Light', sans-serif;
}

.powermail_fieldwrap.has-error .control-label {
  color: #CD1719;
}

.powermail_fieldwrap.has-error .powermail_input,
.powermail_fieldwrap.has-error .powermail_textarea,
.powermail_fieldwrap.has-error .powermail_select {
  border-color: #CD1719;
  box-shadow: 0 0 0 2px rgba(205, 23, 25, 0.2);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .powermail_form .btn-group {
    flex-direction: column;
    align-items: center;
  }
  
  .powermail_form .btn-group .btn {
    width: 100%;
    max-width: 200px;
  }
  
  .powermail_fieldset {
    padding: 1.5rem;
  }
  
  .powermail_tab_navigation {
    text-align: center;
  }
  
  .powermail_tab_navigation .btn {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0.5rem auto;
  }
  
  .powermail_tab_navigation .pull-right {
    float: none !important;
  }
}
}

.gruen .teaser_text {
  color: rgb(14, 105, 61);
}

span.bold {
  text-transform: uppercase;
  font-weight: 600;
}

.teaser_text p {
  color: #33322f !important;
  font-size: 16px;
  line-height: 22px;
}

.button {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  margin: auto;
  /* width: 200px; */
}

.button a {
  color: #fff;
  padding: 8px 15px;
  background: #1D4574;
  font-family: 'Hind';
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.button a:hover {
  background: rgb(0, 177, 44);
  -webkit-transition: color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background 300ms ease-in-out, color 300ms ease-in-out, box-shadow 300ms ease-in-out;
  -webkit-transition: background 300ms ease-in-out, color 300ms ease-in-out, box-shadow 300ms ease-in-out;
}

.button2 {
  clear: both;
  height: 35px;
  display: revert;
  color: #fff;
  margin-top: 15px !important;
  margin-bottom: 30px;
  margin: auto;
}

.button2 a {
  color: #fff;
  padding: 3px 15px;
  padding-top: 5px;
  background: #1D4574;
  font-family: 'Hind';
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.button2 a:hover {
  background: rgb(0, 177, 44);
  -webkit-transition: color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background 300ms ease-in-out, color 300ms ease-in-out, box-shadow 300ms ease-in-out;
  -webkit-transition: background 300ms ease-in-out, color 300ms ease-in-out, box-shadow 300ms ease-in-out;
}

.text-muted {
  color: #777;
  font-size: 17px;
  padding-top: 2px;
  color: #1f1f1f !important
}

@media (min-width: 768px) {
  .head-oben {
    width: 90%;
    height: 95px;
    position: relative;
  }

  .plus {
    width: 100%;
    /* margin-top: 51px; */
  }

  .header-fixed {
    height: 60px;
  }

  .fixed #nav ul {
    margin-top: 14px;
    float: right;
    margin-right: 0px;
    position: absolute;
  }

  .fixed {
    background: #fff;
    /* box-shadow: 0 8px 6px -6px #888; */
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 10000000000;
  }

  .fixed ul.language-menu {
    display: none;
  }

  .fixed .row100 {
    background: #fff;
    /* box-shadow: 0 -2px 5px 2px #888; */
  }

  .fixed h1 {
    margin: 0
  }

  .fixed .header {
    width: 100%;
    height: auto;
    margin-left: 50px;
    min-height: auto;
    margin-bottom: 0;
  }

  .fixed .logooben {
    margin-top: 0px;
    width: 140px;
  }

  .fixed #nav ul li a {
    font-size: 15px;
  }

  .row100 {
    height: 45px;
  }
}

.swiper-slide {
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

.ani {
  /* background:   rgb(246, 246, 246); */
  width: 100%;
  /* background-image: linear-gradient(45deg, #fff 25%, #fbfbfb 25%, #fbfbfb 50%, #fff 50%, #fff 75%, #fbfbfb 75%, #fbfbfb); */
  background-size: 10px 10px;
  margin-bottom: 0px;
  margin-top: 120px;
}

.animax {
  /* max-width: 1500px; */
  margin: auto;
  margin-bottom: 0px;
}

@media (min-width:1967px) {
  .animax {
   /*  margin-left: 49px; */
   /*  max-width: 1600px; */
  }
}

@media (min-width:845px) and (max-width:1200px) {
  .abstand_hori {
    padding: 80px 40px;
  }

  .blau {
    padding: 0px 40px;
  }
}

.logo {
  width: 10px;
  height: 100px;
}

.nav-open .navopen {
  opacity: 0.3;
}

.header {
  /* width: 140%;
  height: auto;
  margin-left: 150px;
  min-height: 100px;
  margin-bottom: 20px; */
}

.flb .header {
  width: 160%;
}

.news-single .header {
  width: 100%;
  height: auto;
  margin-left: 0px;
  min-height: 10px;
  margin-bottom: 0px;
}

.header img {
  width: 100%;
  height: auto;
  /* margin-top: 22px; */
}

.fixed .header img {
  max-width: 85px;
}

.ce-media .lightbox {
  font-weight: normal;
  line-height: 0;
  position: relative;
  width: 100%;
}

span.nolink {
  font-weight: 600;
}

i. fa {
  border-left: 1px solid #33322f;
}

p.nomargin {
  margin-bottom: 3px;
}

.rootline {
  margin-top: 10px;
  width: 100%;
  display: block;
}

.rootline a, .rootline {
  font-size: 13px;
  padding-right: 10px;
  color: #888;
}

.ce-intext.ce-left .ce-gallery {
  margin-right: 40px;
}

.ce-gallery img {
  display: block;
  height: auto;
  width: 100%;
}

footer .ce-gallery img {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

ul.news-tags {
  padding: 0;
}

ul.news-tags li {
  list-style-type: none;
}

ul.news-tags li a {
  color: #116fa2;
}

.csc-default {
  margin-bottom: 10px
}

.ce-bodytext ul {
  margin-bottom: 10px;
  /*margin-top: 20px;*/
  padding-left: 20px;
}

.ce-bodytext li {
  margin-bottom: 10px;
  padding-left: 0px;
  /* list-style-image: url(../Images/li-bubble.png); */
  /* list-style-type: none; */
  font-size: 18px;
}

.align-center {
  text-align: center;
}

.nav-open .cont {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* For IE8 and earlier */
}

.csc-textpic-imagewrap img {
  border: 0 none;
  height: auto;
  width: 100%;
}

.centerfigcaption {
  margin: auto;
}

.grau {
  background: #333;
}

/*accordion*/
h3.t3ddy-accordion-header {
  margin-bottom: 10px !important;
}

.t3ddy-accordion-header {
  background: #1D4574;
  color: #fff;
  border: 0;
  border-radius: 0;
}

.ui-widget-content {
  border: 0;
}

.ui-state-default .ui-icon {
  background: rgba(0, 0, 0, 0) url("../Images/trigger_icon.gif") no-repeat scroll 0 0;
  background-position-x: 0px;
  background-position-y: 0px;
  background-size: auto auto;
  background-position-x: 0px;
  background-position-y: 0px;
  color: #fff;
  display: block;
  padding: 5px 0 5px 40px;
  text-decoration: none;
  z-index: 1111;
  background-position: left -4px;
  height: 30px;
  width: 30px;
  background-size: 70%;
}

.ui-icon-triangle-1-s {
  background-position: left -28px !important;
}

/*top*/
.scrollToTop {
  background: transparent url("../Images/nachoben.svg") no-repeat scroll 0 0 / 50% auto;
  bottom: 5px;
  color: #444;
  display: none;
  
  height: 60px;
  padding: 10px;
  position: fixed;
  right: -30px;
  text-align: center;
  text-decoration: none;
  width: 100px;
  z-index: 100000;
  opacity: 1;
}

.scrollToTop:hover {
  text-decoration: none;
}

hr {
  margin: 40px 0 40px 0;
  border-top: 3px solid #eee;
}

hr.ce-div {
  margin: 60px 0;
  border-top: 4px dotted #BAB9B8;
  opacity: 1;
}
.sk-video-modal .disclaimer {
display: block;
margin-bottom: 1em;
padding: 3em 0!important;
max-height: 250px!important;
}
/* .video-embed {
  position: relative;
     padding-bottom: 56.25%;
     padding-top: 0;
     height: 0;
     overflow: hidden;
}

.video-embed iframe,
.video-embed object,
.video-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */

footer span {
  color: #000;
  margin-bottom: 20px;
  display: block;font-size: 15px;
    -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}

footer ul {
  padding: 0;
  text-align: left;
  margin-bottom: 30px;
}

footer li {
  color: #4D4D4D;
  list-style-type: none;
  margin: 0;
  display: block;
  padding-bottom: 10px;
  line-height: 21px;

  -moz-hyphens: auto;
 -o-hyphens: auto;
 -webkit-hyphens: auto;
 -ms-hyphens: auto;
 hyphens: auto;
}

footer li a {
  color: ##4D4D4D;
}

footer li a:hover {
  color: #33322f;
  text-decoration: underline;
}

footer {
  min-height: 250px;
  padding: 0 20px;
  float: left;
  width: 100%;
  background: #FFF;
}

.fooline {
  border-top: 4px dotted #BAB9B8;
  padding-top: 4.5rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
  color: #949494;
}
.active>.page-link, .page-link.active {
  
  background-color: #818283;
  border-color: #4a4a4a;
}
.page-link {
  color: #4a4a4a;
}
footer h4 {
  color: #fff;
}
.pagination li {
  list-style-type: none!important;
}
footer p, footer a {
  color: #676767;font-size: 19px;    margin-bottom: 12px;
}
.result_txt {
  margin: 20px 0;
}

footer a:hover {
  color: #000;
}
._psmall{
  margin-right: 72px;
}
.footer2 {
  margin-top: 0px;
  min-height: 20px;
  background: #333;
  color: #fff;
  padding: 5x 0 5px;
  float: left;
  width: 100%;
}

.footer2 p, .footer2 a {
  color: #fff;
  font-weight: 300;
  margin: 2px;
  font-size: 12px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
  font-family: "UniversLTStd-Bold";
}

.container {
  max-width: initial;
}

/*News config*/
.headernews h4 {
  font-size: 17px;
  font-weight: 500;
}

.news p {
  font-size: 19px;
  margin-bottom: 16px;
}

.news-single p {
  font-size: 19px;
  margin-bottom: 8px;
}

.news .headernews h4 {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 4px;
  text-transform: uppercase;
}

a.more {
  font-size:17px;
  font-weight: 500;
  color: #746F6F;
}

.headeritem {
  /* margin-top: 30px; */
  padding: 0 40px !important;
}

.ce-gallery .ce-column {
  /* margin-right: 10px;
  width: 32%; */
}

.contentp {
  padding: 0;
}

/*MediaQuery*/
@media only screen and (max-width: 1030px) {
  .teaser_text p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (max-width: 1000px) {

h1 {
        font-size: 1.9rem;
        line-height: 2.3rem;
       
        margin-top: 0.5rem;
        margin-bottom: 1rem;
}


h2 {
        font-size: 1.5rem;
        line-height: 2rem;


margin-top: 0.5rem;
margin-bottom: 1.9rem;
}



  .teaser_bild {
    display: none;
  }

  .teaser_text {
    padding-left: 15px;
  }

  .teaser_text p {
    white-space: inherit;
  }

  .blau .abstandoben {
    margin-top: 40px;
    padding: 0px;
  }
}

@media (min-width: 768px) {
  .rootline {
    /* display: none; */
  }

  .container {
    width: 100%;        max-width: 1300px;
  }
}

@media (max-width: 650px) {
  .box-rechts {
    position: absolute;
    right: 0px;
    top: 13px;
    /* height: 200px; */
    width: 120px;
  }

  .logounten, .logooben {
    width: 100%;
  }

  .text11, .text112 {
    display: none;
  }

  .header {
    height: auto;
    margin-left: 10px;
    min-height: 100px;
    margin: 0 auto;
    margin-left: auto;
    margin-left: 49px;
  }
}

@media (max-width: 768px) {
  .leftside {
    margin-left: 0px;
  }

  .abstandoben {
    margin-top: 40px;
    padding: 10px !important;
  }

  h3 {
  font-size: 25.1px;
        line-height: 31px;
  }

  .fixed .header {
    display: none;
  }

  .ce-uploads-filesize {
    display: none !important;
  }

  .ce-uploads li {
    padding: 10px 0;
    list-style-type: none !important;
  }

  span.nolink {
    font-weight: 600;
  }

  #nav ul {
  /*  right: 20px !important;  */
  }

  i. fa {
    border-left: 1px solid #33322f;
  }

  .rootline {
    margin-top: 10px;
    width: 100%;
    display: block;
  }

  .rootline a, .rootline {
    font-size: 13px;
    padding-right: 10px;
    color: #888;
  }

  .ui-accordion .ui-accordion-content {
    padding: 1em 0.8em;
    border-top: 0;
    overflow: auto;
  }

  .header {
    height: auto;
    margin-left: 10px;
    min-height: 100px;
    margin: 0 auto;

  }

  /* .plus {
    margin-top: 100px
  } */
  .header h1 {
    margin-top: 0px;
    width: 400px;
    margin-left: 73px;
  }

  .box-rechts {
    position: absolute;
    right: 15px;
    top: 43px;
    height: 80px;
    width: 250px;
  }
}




@media only screen and (min-width: 960px) {

  #main-navigation {
  background-color: #fff;
}
.news-single h2 {
    font-size: 2.2rem;
    line-height: 2.7rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
}

.beratung-icon-text2 {
    margin: 20px 0;
    text-align: center;
}
.beratung-icon-text-2 {
    width: 100%;
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 3rem auto 3em;
}
  .beratung-h2 {
  
    margin-bottom: 1rem;
  
}
.frame-2, .frame-layout-2 {
    position: relative;
    padding: 40px 0;
}

  .navi {
    float: right;
    /* margin-right: 210px; mit Icons */
    margin-right: 40px;
  }

}
.language-nav {
    position: absolute;
    right: 63px;
}
/* mobile */
@media only screen and (max-width: 960px) {
.btn, .cc-btn {
   
    min-width: 144px!important;
}

.tx-cart .clear-padding {
   padding: auto !important; 
    width: 100%;
    margin-top: 30px;
}


li.kategorie {
  margin-top: 0px!important;
    font-family: 'UniversLTStd-Bold'!important;
    margin-left: 30px!important;;
    padding-top: 18px!important;
    font-size: 23px!important;
}

.metanav li {
    list-style: none;
    list-style-type: none !important;
    padding-left: 36px;
    float: left;
}


.top-buffer .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
        padding: 0;
    }

  .news-single h2 {
    font-size: 2.1rem;
    line-height: 2.5rem;
    margin-top: 0;
    margin-bottom: 2rem;
     /* hyphens */
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}
.subitem {
    padding-bottom: 20px!important;
    
}


  .img100 {
    position: relative;
    margin-top: 136px;
    margin-bottom: 0px;
}

.article h3, .article p {

  /* hyphens */
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}

#main-menu, #metanav  {
  display: none;
}
.nav-open #main-menu  {
  display: block;
}
 .nav-open #metanav  {
  display: block;        height: 100px;
}
.nav-open #content {
  opacity: 0.1;
}

.nav-open .animax {
  opacity: 0;
}

.language-nav {
    position: absolute;
    right: 89px!important;;
}
.metanav li {
    list-style: none;
    list-style-type: none !important;
    padding-left: 19px!important;
}
 .language-nav {
    position: absolute;
    right: 95px;
    top: 20px;
}
  .navi-meta {
    position: fixed;
    left: 0;
    bottom: -100px;
    background-color: #fff;
    width: 100%;
    padding-right: 20px;
}
}

@media only screen and (max-width: 450px) {
  .ce-column {
    margin-right: 10px;
    width: 95%;
  }

  .headeritem {
    margin-top: 30px;
    padding: 0 20px !important;
  }

  #navtop ul li {
    margin-left: 8px;
  }

  #navtop ul li a {
    /*font-size: 13px;*/
  }

  h1 {
    font-size: 28px !important;
    line-height: 36px !important;
    margin-bottom: 0.5rem;
  }

  h2 {
    font-size: 26px !important;
    line-height: 36px !important;
    margin-bottom: 0.5rem;
  }

  h3 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 0rem;
  }

  #navtop ul {
    float: right;
    margin-left: 0;
    margin-right: 15px;
    padding: 0;
    width: 290px !important;
  }

  #navtop ul li {
    float: right;
    list-style-type: none;
  }
}

@media only screen and (max-width: 1024px) {
  .wabe {
    width: 323px;
    height: 900px;
    position: relative;
    margin: auto;
    margin-top: 100px;
  }

  .wabe-innen-img:nth-child(2) {
    left: 0px;
    top: 289px;
  }

  .wabe-innen-img:nth-child(3) {
    left: 0;
    top: 578px;
  }

  .teaser_2_item_img {
    background-position: 2px -20px;
    width: 323px;
    height: 287PX;
    background-size: 321px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 49%, 75% 100%, 25% 100%, 0% 50%);
  }

  .wabe-innen-text {
    height: 284px;
  }

  .wabe-innen-text-inner {
    text-align: center;
    color: #fff;
    font-size: 32px;
    line-height: 63px;
    padding: 0 35px;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    width: 325px;
    height: 100%;
    position: absolute;
    display: table;
  }
}

@media only screen and (max-width: 470px) {
  #header img {
    width: 50% !important;
  }
}

@media (max-width: 500px) {
  .max1000 {
    padding: 0 20px;
  }

  p {
    font-size: 1.1rem;
    line-height: 1.7rem;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }

  .newsitems .subitem:first-child {
    padding-right: 10px!important;
    margin-bottom: 35px;
  }

  .newsitems .subitem:last-child {
    padding-left: 10px!important;
    margin-bottom: 0px;
  }

  .newsitems .subitem:nth-child(2n) {
    padding-right: 10px;
    padding-left: 10px!important;
    margin-bottom: 35px;
  }
.container-teaser_right {
  /*   width: 55%; */
    background-color: #CD1719;
    padding: 28px;
}
  /* .img100 { */
    /* position: relative; */
    /* display: none; */
  /* } */
/*  */
  /* .ani { */
    /* margin-top: 74px !important; */
  /* } */

  .frame-space-before-large {
    margin-top: 0.5em;
  }

  .headerfix {
    position: absolute;
    top: 0;
    width: 100%;
    height: 62px;
  }
}

@media only screen and (max-width: 495px) {
  .teaserbilder .csc-textpic-caption {
    background: none;
    color: #fff;
    float: left;
    font-size: 20px;
    letter-spacing: 0.4px;
    line-height: 20px;
    padding: 0px 12px;
    position: absolute;
    text-align: center;
    width: 90% !important;
    z-index: 100000;
    top: 10px;
  }

  .teaserbilder div.csc-textpic-left .csc-textpic-imagewrap {
    margin-bottom: 20px;
  }

  .teaserbilder h3 {
    display: none;
  }

  .ce-textpic, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
    overflow: visible;
  }
}

@media only screen and (max-width: 575px) {
  .header img {
    width: 188px;
    margin-top: 0px !important;
    margin-left: 0px;
  }

  .header h1 {
    margin-top: 0px;
    width: 400px;
    margin-left: 0px;
  }

  .box-rechts {
    position: absolute;
    right: 15px;
    top: 23px;
    height: 80px;
    width: 250px;
  }
}

@media only screen and (max-width: 550px) {
  .ce-column {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 95%;
  }

  .ce-gallery figure {
    display: table;
    margin: auto 0;
  }

  #header img {
    height: auto;
    margin-left: 20px;
    margin-top: 20px;
    max-height: 160px;
    width: 40%;
  }

  .cbp-hrmenu>ul>li {
    border-bottom: 0px solid #fff;
  }

  #header {
    height: 110px;
  }
}

@media only screen and (max-width: 700px) {}

@media only screen and (max-width: 830px) {}

@media only screen and (max-width: 970px) {
  .ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
    overflow: inherit;
  }
}

/* Team modal */
.ue_pop {
  font-size: 26px;
  font-family: 'UniversLTStd-Bold', sans-serif !important;
}
.team-media-trigger {
  cursor: pointer;
  display: inline-block;
  position: relative;
  overflow: hidden; /* Wichtig um den Zoom-Effekt zu begrenzen */
}
.team-media-trigger:focus {
  outline: 3px solid #fff;
  outline-offset: 2px;
}
.team-media-trigger img, .team-media-trigger video {
  transition: transform 0.3s ease;
}
.team-media-trigger:hover img, .team-media-trigger:hover video {
  transform: scale(1.08); /* Vergrößerung um 8% */
}
.team-media-trigger img, .team-media-trigger video {
  pointer-events: none;
}

.team-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.team-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.team-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.team-modal.is-open .team-modal__overlay {
  opacity: 1;
}
.team-modal__dialog {
  position: relative;
  max-width: 1000px;
  margin: 300px auto 5vh; /* Abstand von oben: 300px */
  background: #746F6F;
  color: #fff;
  padding: 50px; /* Padding 30px */
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
  transform: translateY(-10px);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  max-height: 90vh;
  overflow-y: auto;
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .team-modal__dialog {
    padding: 20px;
    width: 95%;
  }
}
.team-modal.is-open .team-modal__dialog {
  transform: translateY(0);
  opacity: 1;
}
.team-modal__close {
  position: absolute;
  top: 8px;
  right: 12px;
  background: rgba(0,0,0,0.2);
  border: 2px solid transparent;
  color: #fff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-modal__close:focus {
  outline: 2px solid #fff;
  border-color: #fff;
}
.team-modal__content img,
.team-modal__content video {
  width: 100%;
  height: auto;
  display: block;
}

/* 40/60 Layout im Modal */
.team-modal__inner {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.team-modal__media {
  flex: 0 0 60%;
  max-width: 60%;
}
.team-modal__details {
  flex: 0 0 40%;
  max-width: 40%;
}

/* Responsive Layout für kleine Bildschirme */
@media only screen and (max-width: 767px) {
  .team-modal__inner {
    flex-direction: column;
  }
  .team-modal__media,
  .team-modal__details {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .team-modal__media {
    margin-bottom: 15px;
    text-align: center;
  }
  .team-modal__media img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
  }
}

/* Bild im linken Bereich: 200px Breite */
.team-modal__media img {
  width: 100%;
  height: auto;
}

body.modal-open { overflow: hidden; }

/* Link-Styling im Modal */
.team-modal__details a {
  color: #fff;
  text-decoration: none;
  padding: 2px 4px;
  border-radius: 2px;
}
.team-modal__details a:hover,
.team-modal__details a:focus {
  text-decoration: underline;
  background-color: rgba(255,255,255,0.15);
  outline: 2px solid #fff;
}

/* Screenreader-only Elemente */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.va-teaser {
  margin-bottom: 14px;
}
 /* Login (FeLogin) modern styles */
 .frame-type-felogin_login, .tx-felogin-pi1 {
     max-width: 460px;
    margin: 60px 0;
 }
 .frame-type-felogin_login fieldset, .tx-felogin-pi1 fieldset {
  background: #fff;
 
  border-radius: 12px;
  padding: 60px 0;
 }
 .frame-type-felogin_login legend, .tx-felogin-pi1 legend {
   font-family: "UniversLTStd-Bold";
   font-size: 1.6rem;
   line-height: 1.3;
   color: #746F6F;
   padding: 0 6px;
   margin-left: 6px;
   display: none;
 }
 .frame-type-felogin_login fieldset > div, .tx-felogin-pi1 fieldset > div {
   margin-bottom: 16px;
 }
 .frame-type-felogin_login label, .tx-felogin-pi1 label {
   display: block;
   font-size: 0.95rem;
   color: #676767;font-family: 'UniversLTStd-Bold';
 }
 .frame-type-felogin_login label input,
 .tx-felogin-pi1 label input {
   display: block;
   width: 100%;
   margin-top: 6px;
 }
 .frame-type-felogin_login input[type="text"],
 .frame-type-felogin_login input[type="password"],
 .tx-felogin-pi1 input[type="text"],
 .tx-felogin-pi1 input[type="password"] {
   -webkit-appearance: none;
   appearance: none;
   background: #fff;
   border: 1px solid #e0e0e0;
   border-radius: 8px;
   padding: 12px 14px;
   font-size: 1rem;
   color: #33322f;
   transition: border-color 0.2s ease, box-shadow 0.2s ease;
 }
 .frame-type-felogin_login input[type="text"]:hover,
 .frame-type-felogin_login input[type="password"]:hover,
 .tx-felogin-pi1 input[type="text"]:hover,
 .tx-felogin-pi1 input[type="password"]:hover {
   border-color: #bdbdbd;
 }
 .frame-type-felogin_login input[type="text"]:focus,
 .frame-type-felogin_login input[type="password"]:focus,
 .tx-felogin-pi1 input[type="text"]:focus,
 .tx-felogin-pi1 input[type="password"]:focus {
   outline: none;
   border-color: #CD1719;
   box-shadow: 0 0 0 4px rgba(205, 23, 25, 0.12);
 }
 .frame-type-felogin_login input::placeholder,
 .tx-felogin-pi1 input::placeholder {
   color: #9e9e9e;
 }
 .frame-type-felogin_login .frame-type-felogin_login-hidden, .tx-felogin-pi1 .frame-type-felogin_login-hidden {
   display: none;
 }
 .frame-type-felogin_login input[type="submit"],
 .tx-felogin-pi1 input[type="submit"] {
  display: inline-flex;
      margin-bottom: 20px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 6px;
    background-color: #fff;
    color: #fff;
    border: 1px solid #000;
    padding: 12px 18px;
    color: #000;
    font-size: 1.05rem;
   
    cursor: pointer;
    width: 100%;
    margin-top: 17px;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
 }
 .frame-type-felogin_login input[type="submit"]:hover,
 .frame-type-felogin_login input[type="submit"]:focus,
 .tx-felogin-pi1 input[type="submit"]:hover,
 .tx-felogin-pi1 input[type="submit"]:focus {
  color: #000;
  text-decoration: none;
  background: 0 0;
  background-color: #fff;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #000;
 }
 @media (max-width: 520px) {
   .frame-type-felogin_login, .tx-felogin-pi1 {
     margin: 40px auto;
     padding: 0 12px;
   }
   .frame-type-felogin_login fieldset, .tx-felogin-pi1 fieldset {
     padding: 18px;
     border-radius: 10px;
   }
   .frame-type-felogin_login legend, .tx-felogin-pi1 legend {
     font-size: 1.4rem;
   }
 }

@media print {
  #nav {
    display: none;
  }

  /* hidden elements for print view */
  #header, #rootline, #footer, #printlink, #servicemenu, .nav, #search, #logo {
    display: none;
  }

}

  

  /* Sprachmenü */
.language-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.language-menu li {
  list-style-type: none!important;
}

.language-menu .lang-item {
  margin-left: 0;color: #888;
}

.language-menu .lang-item:first-child {
  margin-left: 0;
  padding-right: 4px;

}
.language-menu .active a {
  font-family: "UniversLTStd-Bold"!important;
}
.language-menu .lang-item a {
  color: #33322f;
  text-decoration: none;
  /* font-size: 1rem; */
  transition: font-weight 1.2s ease;
}

.language-menu .lang-item a:hover,
.language-menu .lang-item a.active {
  font-family: "UniversLTStd-Bold"!important;
}

.language-nav {
  position: absolute;
  right: 60px;
  top: 20px;
}


.ce-uploads img {
  float: left;
  padding-right: 1em;
  vertical-align: top;
  width: 135px;
}
.table, table tr:hover {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: #ffffff;
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  /* vertical-align: top; */
  border-color: var(--bs-table-border-color);
}

.tx-cart-products img {
  margin-bottom: 60px;
}
.tx-cart-products .table img {
  margin-bottom: 20px;
}


.ce-uploads-filesize {
  margin-left: 0px;
  border-left: 0 solid #999;
  padding-left: 0px;
  color: #999;
}
.tx-cart-products {
  font-size: 20px;
}

/* Responsive Checkout Tabelle */
.checkout-product-table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}

.checkout-product-table th,
.checkout-product-table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

@media only screen and (max-width: 768px) {
  .checkout-product-table {
    font-size: 14px;
  }
  
  .checkout-product-table th,
  .checkout-product-table td {
    padding: 0.5rem 0.25rem;
  }
  
  .checkout-product-table .product-name {
    font-size: 16px;
    line-height: 1.3;
  }
  
  .checkout-product-table input.form-control {
    width: 60px;
    padding: 0.25rem;
  }
  
  .checkout-product-table .price {
    font-size: 14px;
    white-space: nowrap;
  }
  
  .checkout-product-table .delete-link {
    padding: 0.25rem 0.5rem;
  }
}

@media only screen and (max-width: 480px) {
  .checkout-product-table,
  .checkout-product-table thead,
  .checkout-product-table tbody,
  .checkout-product-table th,
  .checkout-product-table td,
  .checkout-product-table tr {
    display: block;
  }
  
  .checkout-product-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  
  .checkout-product-table tr {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 10px;
    background: #f9f9f9;
  }
  
  .checkout-product-table td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    padding-right: 5px;
    white-space: normal;
    text-align: left;
  }
  
  .checkout-product-table td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    content: attr(data-label);
  }
  
  .checkout-product-table td[colspan="2"]:before {
    content: "Produkt";
  }
  
  .checkout-product-table td:nth-of-type(3):before {
    content: "Stückpreis";
  }
  
  .checkout-product-table td:nth-of-type(4):before {
    content: "Anzahl";
  }
  
  .checkout-product-table td:nth-of-type(5):before {
    content: "Zwischensumme";
  }
  
  .checkout-product-table td:nth-of-type(6):before {
    content: "Aktion";
  }
}

/* Frontend User Registration Form (srfeuserregister) - matching login form styles */


.tx-srfeuserregister-pi1 dt {
    clear: both;
    text-align: left!important;
    padding-right: 1em;
    width: 22%!important;
    padding-top: 14px!important;
}


.tx-srfeuserregister-pi1 {
  max-width: 80%;
  margin: 60px auto;
  background: #fff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  display: grid;
}

.tx-srfeuserregister-pi1 fieldset {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

.tx-srfeuserregister-pi1 legend {
  font-family: "UniversLTStd-Bold";
  font-size: 1.6rem;
  line-height: 1.3;
  color: #746F6F;
  padding: 0;
  margin: 0 0 30px 0;
  display: block;
  text-align: center;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-notice {
  font-size: 0.95rem;
  color: #676767;
  margin-bottom: 25px;
  text-align: center;
  font-style: italic;
}

.tx-srfeuserregister-pi1 dl {
  margin: 0;
  padding: 0;
}

.tx-srfeuserregister-pi1 dt {
  margin-bottom: 8px;
}

.tx-srfeuserregister-pi1 dt label {
  display: block;
  font-size: 0.95rem;
  color: #676767;
  font-family: 'UniversLTStd-Bold';
  font-weight: normal;
  line-height: 1.4;
}

.tx-srfeuserregister-pi1 dd {
  margin-bottom: 20px;
  margin-left: 0;
}

.tx-srfeuserregister-pi1 input[type="text"],
.tx-srfeuserregister-pi1 input[type="password"],
.tx-srfeuserregister-pi1 input[type="email"],
.tx-srfeuserregister-pi1 input[type="tel"],
.tx-srfeuserregister-pi1 input[type="url"],
.tx-srfeuserregister-pi1 input[type="date"],
.tx-srfeuserregister-pi1 select,
.tx-srfeuserregister-pi1 textarea {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid #787878;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 1rem;
  color: #33322f;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.tx-srfeuserregister-pi1 input[type="text"]:hover,
.tx-srfeuserregister-pi1 input[type="password"]:hover,
.tx-srfeuserregister-pi1 input[type="email"]:hover,
.tx-srfeuserregister-pi1 input[type="tel"]:hover,
.tx-srfeuserregister-pi1 input[type="url"]:hover,
.tx-srfeuserregister-pi1 input[type="date"]:hover,
.tx-srfeuserregister-pi1 select:hover,
.tx-srfeuserregister-pi1 textarea:hover {
  border-color: #bdbdbd;
}

.tx-srfeuserregister-pi1 input[type="text"]:focus,
.tx-srfeuserregister-pi1 input[type="password"]:focus,
.tx-srfeuserregister-pi1 input[type="email"]:focus,
.tx-srfeuserregister-pi1 input[type="tel"]:focus,
.tx-srfeuserregister-pi1 input[type="url"]:focus,
.tx-srfeuserregister-pi1 input[type="date"]:focus,
.tx-srfeuserregister-pi1 select:focus,
.tx-srfeuserregister-pi1 textarea:focus {
  outline: none;
  border-color: #CD1719;
  box-shadow: 0 0 0 4px rgba(205, 23, 25, 0.12);
}

.tx-srfeuserregister-pi1 input::placeholder,
.tx-srfeuserregister-pi1 textarea::placeholder {
  color: #9e9e9e;
}

.tx-srfeuserregister-pi1 input[type="submit"],
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-submit {
  display: inline-flex
;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 6px;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    padding: 12px 24px;
    font-size: 0.95rem;
    /* font-family: 'UniversLTStd-Normal'; */
    cursor: pointer;
    margin-top: 30px;
    transition: background-color 0.2s 
ease, box-shadow 0.2s 
ease, color 0.2s 
ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
}

.tx-srfeuserregister-pi1 input[type="submit"]:hover,
.tx-srfeuserregister-pi1 input[type="submit"]:focus,
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-submit:hover,
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-submit:focus {
  color: #000;
  text-decoration: none;
  background-color: #fff;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #000;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-error {
  color: #CD1719;
  font-size: 0.9rem;
  margin-bottom: 8px;
  font-family: 'UniversLTStd-Light';
  line-height: 1.4;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-terms {
  margin-bottom: 10px;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-terms a {
  color: #CD1719;
  text-decoration: none;
  font-size: 0.9rem;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-terms a:hover {
  text-decoration: underline;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-captcha-response {
  margin-bottom: 8px;
}

.tx-srfeuserregister-pi1 input[type="checkbox"],
.tx-srfeuserregister-pi1 input[type="radio"] {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: middle;
  accent-color: #CD1719;
}

.tx-srfeuserregister-pi1 input[type="file"] {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 10px;
  font-size: 0.95rem;
  color: #33322f;
  background: #fff;
}

/* Preview mode styles */
.tx-srfeuserregister-pi1 dt.preview-label {
  font-family: 'UniversLTStd-Bold';
  color: #676767;
  margin-bottom: 5px;
}

.tx-srfeuserregister-pi1 dd.preview-value {
  color: #33322f;
  margin-bottom: 15px;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
}

/* Responsive styles */
@media (max-width: 768px) {
  .tx-srfeuserregister-pi1 {
    margin: 40px auto;
    padding: 25px;
    max-width: 95%;
  }
  
  .tx-srfeuserregister-pi1 legend {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }
  
  .tx-srfeuserregister-pi1 input[type="submit"],
  .tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-submit {
    padding: 14px 20px;
    font-size: 1rem;
  }
}

@media (max-width: 520px) {
  .tx-srfeuserregister-pi1 {
    margin: 30px auto;
    padding: 20px;
  }
  
  .tx-srfeuserregister-pi1 legend {
    font-size: 1.3rem;
  }
  
  .tx-srfeuserregister-pi1 input[type="text"],
  .tx-srfeuserregister-pi1 input[type="password"],
  .tx-srfeuserregister-pi1 input[type="email"],
  .tx-srfeuserregister-pi1 input[type="tel"],
  .tx-srfeuserregister-pi1 input[type="url"],
  .tx-srfeuserregister-pi1 input[type="date"],
  .tx-srfeuserregister-pi1 select,
  .tx-srfeuserregister-pi1 textarea {
    padding: 14px 12px;
    font-size: 16px; /* Prevents zoom on iOS */
  }
}

/* Cart Products - Produktbilder in Einzelansicht */
.tx-cart-products > img {
  max-width: 600px;
  width: 100%;
  height: auto;
}
