
.storemieter {
    position: relative;
    align-items: center;
    float:left;
    justify-content: center;
    height: 200px;
    width:20%;
    padding: 20px;
}

.storemieter img,
.storemieter svg {
    position:absolute !important;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    max-height: 100px;
   width:80%;
    height: auto;
}

.storemieter img {
    object-fit: contain;
}
.mystyle .newmenu:first-of-type{
    background: #d94d14;
}
.mystyle .newmenu:nth-of-type(2){
    background: #b62225;
}
.mystyle .newmenu:nth-of-type(3){
    background: #807d3a;
}
.mystyle .newmenu:nth-of-type(4){
    background: #7f3f86;
}
.mystyle .newmenu:nth-of-type(5){
    background: #898278;
}
.mystyle .newmenu:nth-of-type(6){
    background: #6eb0cc;
}
.stores .slot {
    display: flex !important;
    flex-direction: row;
    align-items: end;
    gap: 20px;
}
.stores .slot .shopsheadericon {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    border:1px solid #FFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.stores .slot .shopsheadericon img {
    width: 100%;
    height: 100%;
    padding:10px;
    object-fit: contain;
}
.stores .slot h1,
.stores .slot h2 {
    margin: 0 0 ;
    font-family: basicfont;
    font-size:64px;
    line-height: 1;
    letter-spacing: 4px;
}

.mystyle  .swiper-slide:after, .mystyle2  .swiper-slide:after{
    position: absolute !important;
    top:0!important;
    left:0!important;
    width:100%!important;
    height:100% !important;
    content:"";
    z-index:3;
    display:block;
    background: linear-gradient(to bottom, transparent 0%, rgb(0 0 0 / 0.0) 30%, rgb(0 0 0 / 0.9) 100%); !important;

}
/* Fix: GPU-Compositing-Layer vom Swiper deaktivieren damit background-attachment:fixed auf .mystyle-Sections funktioniert */
.mystyle .swiper-backface-hidden,
.mystyle .swiper-backface-hidden .swiper-slide {
    backface-visibility: visible !important;
    -webkit-backface-visibility: visible !important;
}

.hero-overlay{
    position:absolute;

    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 3rem;
    background: linear-gradient(to right, rgba(0,0,0,0.5) 0%, transparent 70%);
    color: #fff;

}
.hero-subtitle {
    font-size: 0.875rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.hero-title {
    font-size: 80px;
    position: relative !important;
    left:0;
    max-width:100% !important;
    font-weight: 700;
    width: fit-content !important;  /* nur so breit wie nötig */
    line-height: 1.1;
    margin: 0;
    transform:none !important;
}
.hero-overlay button, .zuuns button{
    margin-top: 2rem;
    cursor: pointer;
    font-size: 1.25rem;
    color: #FFF;
    z-index:20;
    padding: 0.75rem 1.5rem;
    border: 1px solid #FFF;background:transparent;
    display: inline-block;
    width:200px;
}
.meinereiter{
    font-size: 1.25rem;
    line-height: 2.5;
}
.meinereiter .zuinfo:nth-of-type(2){
    margin-right: 1rem;
}
 .zuinfo {
     position:relative;
     width:auto;
     font-size: 1.25rem;
     overflow:hidden;
    float:right;
} .zuuns button{
    margin:0 !important;
   }

.hero-overlay button:hover{background:#FFF;color:#000;}
.hero-address {
    font-size: 0.9rem;
    margin-top: 1rem;
    opacity: 0.9;
}
.mystyle .slidetext, .mystyle2 .slidetext{
   top:50%;
    z-index:5;
    height:calc(50% - 20px);
}

.mystyle .row , .myservice .row{
    align-items: stretch;       /* Slots gleich hoch */
}
.service-icon:hover, .service-icon:focus-within {
    background-color: #000 !important;
}

.mystyle .row .slot:first-of-type > .newmenu-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 10px;
    height: 100%;
}
/* SERVICE                          */
.myservice .row .slot:nth-of-type(2) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 10px;
}

/* Nur Icons sind Grid-Items */
.myservice .row .slot:nth-of-type(2) .service-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/* Trenner und Details aus dem Grid nehmen */
.myservice .row .slot:nth-of-type(2) .trenner {
    display: none;
}

.myservice .row .slot:nth-of-type(2) .service-detail {
    position: absolute;
    inset: 0;
    z-index: 20;
   padding:15px;
    display: none;
}

.myservice .row .slot:nth-of-type(2) .service-detail:not([hidden]) {
    display: block;
}
.service-close{
    position: absolute;
    top: 15px;
    background: transparent !important;
    border:1px solid #FFF;
    right: 15px;
    color: #FFF  !important;
    font-size: 25px;
    cursor: pointer;
}
.service-close:hover, .service-close:focus{
    background: #FFF;
    color: #000;
}
.service-detail__content{
    margin:30px auto;
}
.newmenu {
    /* float und feste height/width entfernen */
    width: auto;
    position: relative;
    height: auto;
}
.newmenu img,  .service-icon img {
    position:absolute !important;
    top:25%;
    left:50%;
    transform:translateX(-50%);
    max-height:35%;
    width:auto;
}
.service-icon img {

    max-height: 40%;
    filter:invert(1);
}
.language_select{
    top:25px;
    right:100px;
}
.newmenu h2, .service-icon .service-title{
    position:absolute !important;
    bottom:30px;
    left:50%;
    color:#FFF;
    transform:translateX(-50%);
    font-size:25px !important;
    font-family:basicfont;
}

.openclass {
    position: absolute;
    top:50%;
    transform:translateY(-50%);
    color:#FFF;
    padding: 0;
    left:90px;
    width:320px;
}
.openclass h2{
   text-transform: uppercase;
}
.countdownclass {
    position: relative;
    float:left;
    margin-right: 20px;
    padding: 10px;
    width: 80px;
}
 .opentage {
    text-transform: uppercase;
    font-size: 37px;
    text-align: center;
    line-height: 38px;
    width: 100%;
}
 .open-entry{
     font-size: 16px;
     line-height: 20px;
 }
.open-titel{
    float:left;
    width:50%;
}

 .opento {
    font-size: 14px !important;
    line-height: 19px !important;
    text-align: center;
    color: #d94d14;
    margin: 5px auto;
}
.openuhrzeit {
    color: #d94d14;
    font-size: 20px !important;
    text-transform: uppercase;
    text-align: center;
    line-height: 26px !important;
}
.openstd {
    line-height: 86px;
    color: #d94d14;
    text-align: center;
    font-size: 80px !important;

}
 .uhrzeitbez {
    color: #d94d14;
    margin-top: 10px;
    font-size: 20px !important;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
    line-height: 26px !important;
}


.slidetext h1 {
    color:#FFF !important;
}
.slidetext h2{
    color:#FFF !important;
    font-size:20px !important;
    font-family:basicfont;
}
.slidetext button{
    padding: 8px 16px;
    border:1px solid #FFF;
    margin-top: 20px;
    background:transparent !important;
    margin-right: auto;
    font-size:20px !important;
    width: fit-content !important;  /* nur so breit wie nötig */
    color: white;
    cursor: pointer;
}
#pause-scontainer2488_2{
    background:transparent !important;
}
#pause-scontainer2488_2 i{
    color:#FFF !important;
}
    /* BFSG*/
a.header_logo:focus img {
  outline: 1px solid #FFFFFF !important; /* Farbe und Breite des Umrisses */
  outline-offset: 8px; /* Abstand zwischen dem Umriss und dem Element */
  /* Optionale Rundung der Ecken des Umrisses */
}.mapplic-search-input, .mapplic-popup-link, .mapplic-list-location:hover, .mapplic-active {
  background: #ecb301 !important;
  background-color: #ecb301;
}
.mapplic-search svg circle, .mapplic-search svg line {
  stroke: #fff;
  transition: 0.5s ease;
}
.mapplic-search, .mapplic-search > input {
  background: #000 !important;
}
.mapplic-search:hover, .mapplic-search > input:hover {
  background: #FFF !important;
}
.mapplic-search:hover svg circle, .mapplic-search:hover svg line, .mapplic-search:focus-within svg circle, .mapplic-search:focus-within svg line {
  stroke: #000;
}
.mapplic-layer-switcher .mapplic-active {
  background: #000!important;
  color: #FFF !important;
}
.mapplic-dir-items .mapplic-highlight {
  background: #efefef !important;
}
.mapplic-search input::placeholder {
  color: #efefef;
}
.mapplic-search input::-webkit-input-placeholder {
  color: #efefef;
}
.mapplic-search input:-ms-input-placeholder {
  color: #efefef;
}
.mapplic-search input::-moz-placeholder {
  color: #efefef;
  opacity: 1;
}
.mapplic-search {
  background: #FFF;
}
.mapplic-search > input:focus {
  outline: none; /* orange oder was du willst */
  outline-offset: 2px;
  background: #FFF !important;
}.mapplic-layer svg .anchor.mapplic-hightlight, .mapplic-layer svg .anchor.mapplic-highlight > *, .mapplic-layer svg .anchor:focus-within > *, .mapplic-layer svg .anchor a:focus > * {
   fill: #000 !important;
 }
#header_logo img {
  width: 180px !important;
  z-index: 100;
}

  



/* ##################################################################################SHops */
.sd-body h1{
    color:#666;
}
.sd-body h2{
    color:#333;
}


.shopsuebersicht {
  position: relative;
  max-width: 1000px;
  margin: 0 auto 50px auto;
  height: auto;
  overflow: hidden;
}
.shopsuebersicht ul {
  width: 49%;
  margin: 20px 1% 0 0;
  float: left;
  list-style: none;
}
.shopsuebersicht ul ul {
  width: 100%;
  margin: 20px 0;
  padding-left: 0;
  float: none;
  list-style: none;
}
.shopsuebersicht ul li {
  font-size: 30px;
  text-transform: uppercase;
  font-family: header;
  color: #ecb301;
}
.shopsuebersicht ul li a {
  color:#000;
}
.shopsuebersicht ul li a:hover, .shopsuebersicht ul li a:focus {
  color: #ecb301;
}
.shopsuebersicht ul ul li {
  padding: 0;
  margin: 0;
  font-family: custom_font;
  font-size: 14px;
  cursor: pointer;
  color: #999 !important;
}
.selected_etage {
  color: #999 !important;
}
.shopsuebersicht ul ul li div:first-of-type {
  clear: left;
  float: left;
  width: 10%;
}
.shopsuebersicht ul ul li div:nth-of-type(2) {
  float: left;
  width: 55%;
}

.shopsuebersicht ul ul li div:nth-of-type(3) {
  float: left;
  width: 35%;
}
.shopangebot, .angebot_container {
  position: relative;
  max-width: 1200px;
  width: 96%;
  height: auto;
  padding: 0;
  margin: 40px auto 10px auto;
  overflow: hidden;
  display: flex;
  display: -webkit-flex; /* Safari */
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; /* Safari */
  justify-content: center;
  -webkit-justify-content: center;
}
.shopangebot_detail {
  position: relative;
  width: 31.3%;
  margin: 1%;
  padding: 0;
  float: left;
  background: #FFF;
  overflow: hidden;
}
.shopangebot_detail h2 {
  padding: 0 10px;
  font-size: 28px;
  margin: 20px auto 0 auto !important;
  line-height: 35px;
  text-transform: uppercase;
}
.shopangebot_detail h3 {
  padding: 0 10px;
  margin: 5px auto !important;
  font-size: 22px;
  line-height: 26px;
}
.angebot_link {
  color: #000;
  padding: 0 10px;
  margin: 20px auto 20px auto !important;
}
.shoptext {
  padding: 0 10px;
  font-size: 16px;
  line-height: 21px;
  margin: 20px auto 50px auto !important;
}
.angebot_icon {
  position: relative;
  width: 29.333%;
  padding: 0;
  float: left;
  margin: 20px 2% 40px 2%;
  cursor: pointer;
  background: transparent;
  overflow: hidden;
}
.angebot_link a {
  color: #000;
}

/* ##################################################################################DOWNLOADS */
.media_preview i {
  color: #FFF;
  line-height: 80px;
}
.media_preview {
  width: 80px;
  border-radius: 50%;
  height: 80px;
  float: left;
  text-align: center;
  background: #d84d14;
}
.media_details {
  position: absolute;
  left: 95px;
  font-size: 16px;
  line-height: 25px;
  width: 100%;
  padding-right: 95px;
  height: 80Px;
  color: #000;
}
.downloadcontainer a:hover .mediaarchiv_download, .downloadcontainer a:focus .mediaarchiv_download {
  background: #fff;
}
.mediaarchiv_download {
  width: 100%;
}
.igallery {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 0 auto !important;
  padding: 0 !important;
  background: #FFF;
  /* Safari */
  justify-content: center;
  -webkit-justify-content: center;
}
.igallery img {
  width: 31.333% !important;
  margin: 1%;
}
.igallery h3 {
  display: none;
}
/* ##################################################################################JOBS */
.jobwrapper {
  position: relative;
  width: 1000px;
  max-width: 96% !important;
  padding-top: 180px;
  margin: 0 auto 80px;
}
.jobwrapper a {
  text-decoration: none;
}
.jobwrapper a h1 {
  text-align: center;
  margin: 20px auto 50px;
  padding: 10px;
  line-height: 32px;
  font-size: 26px;
  text-transform: uppercase !important;
  color: #000;
}
.jobwrapper h1 {
  text-align: center;
  width: 100%;
  height: auto !important;
  overflow: hidden !important;
  text-transform: uppercase !important;
  color: #000;
}
.jobwrapper a:hover > h1, .jobwrapper a:focus > h1 {
  color: #ecb301;
}
.jobwrapper h2 {
  text-align: center;
  text-transform: uppercase !important;
}
.jobwrapper h3 {
  display: none;
}
.job_text h3 {
  text-transform: uppercase !important;
}
.jobwrapper h1 {
  font-size: 30px;
  line-height: 35px;
}
.jobwrapper h2 {
  font-size: 20px;
  line-height: 25px;
  color: #ecb301;
  margin-bottom: 20px;
}
.job_text {
  padding: 30px;
  max-width: 800px;
  position: relative;
  margin: 20px auto;
  background: #efefef;
}
.jobwrapper .postit {
  height: 100px;
  top: 25px !important;
}
/* ##################################################################################NEWS */
.newscontainer {
  width: 100%;
  max-width: 100%;
  margin: 20px auto;
  position: relative;
  height: auto;
  overflow: hidden;
    display: flex;
  display: -webkit-flex; /* Safari */
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  /* Safari */
  justify-content: center;
  -webkit-justify-content: center; /* Safari */
 
}
.newsicon {
  width: calc(50% - 22px) !important;
  position: relative;
    float:left !important;
  height: auto;
  overflow: hidden;
    background:#efefef;
  margin: 20px 10px;
  font-size: 18px !important;
  line-height: 22px;
  padding: 30px;
    -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  border:1px solid #FFF;
  
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
 
}
.newsicon img{
       -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.newsicon:hover{
    background:#fff;
     border:1px solid #ccc;
}
.newsicon:hover img{
    border-radius: 50%; 
}
.newsicon .eventtext {
  
  height: auto;
  overflow: hidden;
    color:#000 !important;

}
.newsicon button {
    margin:20px auto;
background:transparent;
    color:#000;border:0;
    
    font-size:20px;
 
}
.newsicon h2 {
  margin: 30px auto;
}
.newsicon h2 span {
  border-bottom: 1px solid #333;
}
.eventarchiv, .event_overview {
  clear: both;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 100px auto 20px auto;
  display: flex;
  display: -webkit-flex; /* Safari */
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  /* Safari */
  justify-content: center;
  -webkit-justify-content: center; /* Safari */
}
.event_archiv_icon img, .event_teaser img {
  width: 100% !important;
  background: transparent;
  height: auto;
  padding: 10px;
  border-radius: 50%;
  overflow: hidden !important;
  margin-bottom: 20px;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  border: 1px solid #797979;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}
.event_teaser img {
  margin-bottom: 0px;
}
.teaserline {
  position: absolute;
  left: 0;
  right: 0;
  widht: 100%;
  bottom: 60px;
  font-size: 22px;
  text-align: center;
  line-height: 28px !important;
  background: #FFF;
  z-index: 3;
}
.angebot_icon img, .shopangebot_detail img {
  width: 100% !important;
  background: transparent;
  height: auto;
  padding: 10px;
  overflow: hidden !important;
  margin-bottom: 20px;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 0;
  border: 1px solid #797979;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}
.angebot_icon h2 {
  padding-right: 20px;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}
.angebot_icon:hover h2, .angebot_icon a:focus h2 {
  padding-left: 20px;
  padding-right: 0px;
}
.event_archiv_icon:hover img, .event_archiv_icon a:focus img {
  border-radius: 50%;
  padding: 10px;
  overflow: hidden;
}
.angebot_icon:hover img, .angebot_icon a:focus img {
  border-radius: 50%;
  padding: 10px;
  overflow: hidden;
}
.event_teaser .imagecontainer {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden !important;
}
.event_overview h1, .eventarchiv h1 {
  margin: 20px auto 40px auto;
  text-align: center;
  position: relative;
}
.event_archiv_icon {
  float: left;
  width: 18%;
  margin: 1%;
  overflow: hidden;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}
.news_focus {
  position: relative;
  width: 1000px;
  max-width: 96%;
  margin: 0 auto;
}
.event_teaser {
  position: relative;
  width: 48%;
  float: left;
  border-radius: 50%;
  padding: 10px;
  border: 3px solid #797979;
  margin: 20px 1% 40px 1%;
  cursor: pointer;
  background: #FFF;
  overflow: hidden;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.event_teaser:hover img, .event_archiv_icon:hover img, .news_focus a:focus > .event_teaser  img, .event_archiv_icon a:focus img {
  border-radius: 0%;
  padding: 30px;
}
.event_teaser:hover, .news_focus a:focus > .event_teaser{
  border-radius: 0%;
}
.archiv_container {
  position: relative;
  max-width: 1000px;
  padding: 0;
  margin: 20px auto;
}
.event_teaser h2 {
  position: relative;
  text-align: center;
  font-size: 30px;
  margin: 0 auto 0;
  padding: 0;
  line-height: 35px;
  text-transform: uppercase;
  background: transparent;
}
.event_teaser h3 {
  position: relative;
  margin: 0 auto 10px;
  text-align: center;
  font-size: 20px;
  line-height: 25px;
  color: #ecb301;
}
.event_main img {
  max-width: 600px;
  border-radius: 50%;
  padding: 20px;
  background: #fff;
  border: 2px solid #797979;
  margin: 30px auto;
}
.event_maintext {
  width: 100%;
  max-width: 600px;
  position: relative;
  text-align: left;
  margin: 0 auto 0 auto;
  font-size: 16px;
  padding: 10px;
  line-height: 21px;
}
.event_maintext h2 {
  color: #ecb301;
  margin-top: 0;
  padding: 0;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 30px;
}
.event_maintext h1 {
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 10px;
}
.event_teaser_detail img {
  width: auto !important;
  max-height: 500px;
  height: auto !important;
}
.meter {
  position: absolute;
  width: 50%;
  overflow: hidden;
  height: 5px;
  bottom: 0;
  left: 25%;
  z-index: 20;
  background: #CCC;
}
.bar_meter {
  position: absolute;
  height: 5px;
  top: 0;
  left: 0;
  background: #ecb301;
}
/* ##################################################################################GOOGLE */
#map_canvas {
  height: 400px;
  background: transparent;
}
#container1228_1_586 {
  border: 3px solid #797979;
  max-width: 96%;
}
.google {
  margin: 1%;
  width: 98%;
  border: 1px solid #797979;
  background: #FFF;
}
#googleoverlay:focus .overlaywindow,#googleoverlay:hover .overlaywindow {
  color: #ecb301;
}
/* ##################################################################################KONTAKT */
.kontakt_felder {
  background: #7f7d3a;
  font-family: custom_font;
  font-size: 18px;
  color: #FFF;
  border: 0px solid #FFF;
  border-radius: 15px;
  padding: 15px 10px;
  width: 100%;
  height: auto;
  margin: 1% 0;
}
.kontakt_felder:hover, .kontakt_felder:focus {
  background: #000;
  color: #FFF;
}
.kontakt_button {
  background: transparent;
  color: #7f7d3a;
  font-family: custom_font;
  font-size: 26px;
  line-height: 100px;
  border: 1px solid #7f7d3a;
  padding: 0;
  width: 100px;
  border-radius: 50%;
  height: 100px;
  margin: 40px auto 40px auto;
}
.kontakt_button:hover, .kontakt_button:focus {
  border-radius: 0;
  color: #333;
}
.kontakt_fehler {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 2% 0 2% 0;
  text-align: center;
  font-size: 24px;
}
