/* ---------- to be integrated in standard css ---------- */
html {
    --button-border-radius: 5px;
    --input-border-radius: 5px;
    --toggler-background: var(--color-brand) !important;
}

#main {
    min-height: 75vh;
}

.height-100vh {
	min-height: 100vh;
}

.page-newsletter #footer .mod_subscribe .error {
  display: none;
}

/* ---------- images ---------- */
figure {
    display: flex;
    color: var(--color-text);
    font-size: 0.85em;
}

img.img--round {
    border-radius: 100%;
    border: 5px solid var(--color-brand2);
}

/* for image with caption */
.image_container {
    flex-direction: column;
}


/* ---------- fonts ---------- */
h1, .heading-h1 {
    line-height: 1.15;
    rotate: -3deg;
    margin-bottom: -0.25em;
}

@media screen and (min-width: 68.75em) {
h1, .heading-h1 {
    font-size: 1.7rem;
}
}

@media screen and (min-width: 58.75em) {
h1, .heading-h1 {
    font-size: 1.7rem;
}
}

@media screen and (min-width: 48em) {
h1, .heading-h1 {
    font-size: 1.7rem;
}
}

h2, .heading-h2 {
    line-height: 1.1em !important;
    font-size: 1.5rem;
}

.intro-wrapper h2 {
    font-size: 2em;
    margin-top: 0.5em;
    rotate: -3deg;
    margin-bottom: 3em;
}

h3, .heading-h3 {
    line-height: 1em;
    font-size: 1.3rem;
}

h4, .heading-h4 {
    font-size: 1.25rem;
}

.ce_text h1+h2 {
    margin-top: 0;
}

.text--right {
    text-align: right;
}

.text--left {
    text-align: left;
}

.text--standard,
.text--standard h1,
.text--standard h2,
.text--standard h3,
.text--standard h4 {
   color: var(--color-brand);
}

.text--white p,
.text--white h1,
.text--white h2,
.text--white h3,
.ce_text.text--white.iconized a {
	color: #fff;
}

.text--white h2 a,
.text--white p a {
    color: #fff !important;
}

.text--uppercase h1, .text--uppercase .heading-h1,
.text--uppercase h2, .text--uppercase .heading-h2,
.text--uppercase h3, .text--uppercase .heading-h3 {
	text-transform: uppercase;
}

.ce_text p,
.teaser-section__text p {
  font-size: 1.2em!important;
  line-height: 1.3;
}



/* ---------- initial and intro  ---------- */
/* introtext */
.intro {
    font-size: 1.15em;
    line-height: 1.7em;
    /*max-width: 55%;*/
    padding: 0 0 1em 1em;
    border-bottom: 3px solid var(--color-brand3);
}

.intro p:first-of-type:first-letter {
  font-size: 300%;
  line-height: 1;
  float: left;
  padding-right: .125em;
 font-family: var(--headings__font-family);
}

/* ---------- links and buttons ---------- */
.back a {
	border-color: var(--color-brand2);
    color: var(--color-brand2);
}

a.btn--highlight, span.btn--highlight, button.btn--highlight, input.btn--highlight.submit, .ce_comments .btn--highlight.submit {
    background: var(--button-highlight-bgcolor);
    color: var(--color-text);
}


/* ---------- backgrounds ---------- */
.bg--highlight {
    background: var(--color-highlight);
}

.bg--grey {
    background: #cccccc;
}


/* ---------- shadows ---------- */
.box-shadow {
    box-shadow: 0 2px 18px 0 rgba(0,0,0,.3);
}

/* ---------- other styles ---------- */

ul.list-style--fa li:before {
    color: var(--color-brand);
}

/* ---------- downloads ---------- */
.wrapper-grid__inner .ce_download, .ce_downloads {
    margin-bottom: 1rem;
    border: 1px solid var(--download-elem__border-color);
    text-align: center;
}

.download-element-wrapper {
	border:none;
}

/* ---------- footer ---------- */

#footer-pre .ce_headline {
    margin-bottom: 0.5rem;
}

#footer-pre .contact__outer > div {
	margin-bottom: 0;
}

#tns1 > .tns-item {
    padding-right: 0 !important;
}

@media screen and (max-width: 820px) {
.slider-full .headerslide__wrapper {
    height: 33vh !important;
}
}

@media screen and (max-width: 830px) {
	.wrapper-flex__inner {
    flex-direction: column !important;
	}
}

@media screen and (max-width: 350px) {
	.wrapper-simple.ce_rsce_wrapper_simple_start {
    padding: 0.5em !important;
}
dl.definitionlist__list {
    font-size: 0.9em;
}
}

/* ---------- customized styles website ---------- */

.ce_gallery > ul {
    grid-column-gap: 0.5em;
}

/* ---------- customized styles anker ---------- */
.social_feed_element .icon img{
	right:20px;
}

.red {
	color: red;
}

.player .video_container {
	height: 85vh !important;
}

.mod_newslist.news-short {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 2em;
    grid-column-gap: 2em;
}

.layout_short {
    border: 1px solid;
    padding: 1em;
}

.layout_short .info {
    background: var(--color-brand);
    color: white;
    text-align: center;
}

/* ----------Element-Filter teaserbox ---------- */
.filters{
	margin-top:1rem;
	margin-bottom:2rem;
}
.filters li{
	    background-image: none;
    white-space: nowrap;
    text-decoration: none;
        display: inline-block;
}
.filters a.active{
	color: #fff;
	text-decoration: none;
	background-color: var(--color-highlight);
}
.filters a:hover{
	color: #fff;
	text-decoration: none;
	background-color: var(--color-highlight);
}
.filters a{
	background: var(--button-bg);
    border-color: var(--button-bg);
    border-radius: var(--button-border-radius);
    padding: var(--button-spacing);
    border: var(--button-border-width) solid transparent;
    font-family: var(--button-font-family);
    font-weight: var(--button-font-weight);
    line-height: var(--button-line-height);

}
.filters a{
	color: #fff;
	text-decoration: none;
}
/*filter flex*/
.elements-filter-wrapper{
	display:flex;
	flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 2em;
    column-gap: 1em;
}
.teaserkachel__outer.ce_rsce_teaserkachel.elements-filter{
	flex-basis: calc(100% / 3 - 1em);
    min-width: 250px;
}

/*  SWITCH  */

.btn-toggle {
  margin: 0 4rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 1.5rem;
  color: #6b7381;
  background: #bdc1c8;
}
.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
  outline: none;
}
.btn-toggle:before,
.btn-toggle:after {
  line-height: 1.5rem;
  width: 4rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.btn-toggle:before {
  content: "Off";
  left: -4rem;
}
.btn-toggle:after {
  content: "On";
  right: -4rem;
  opacity: 0.5;
}
.btn-toggle > .handle {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  background: #fff;
  transition: left 0.25s;
}
.btn-toggle.active {
  transition: background-color 0.25s;
}
.btn-toggle.active > .handle {
  left: 1.6875rem;
  transition: left 0.25s;
}
.btn-toggle.active:before {
  opacity: 0.5;
}
.btn-toggle.active:after {
  opacity: 1;
}
.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
  line-height: -0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.4125rem;
  width: 2.325rem;
}
.btn-toggle.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
  display: none;
}
.btn-toggle:before,
.btn-toggle:after {
  color: #6b7381;
}
.btn-toggle.active {
  background-color: #29b5a8;
}

.btn-toggle.btn-sm {
  margin: 0 0.5rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 1.5rem;
}
.btn-toggle.btn-sm:focus,
.btn-toggle.btn-sm.focus,
.btn-toggle.btn-sm:focus.active,
.btn-toggle.btn-sm.focus.active {
  outline: none;
}
.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
  line-height: 1.5rem;
  width: 0.5rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.55rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.btn-toggle.btn-sm:before {
  content: "Off";
  left: -0.5rem;
}
.btn-toggle.btn-sm:after {
  content: "On";
  right: -0.5rem;
  opacity: 0.5;
}
.btn-toggle.btn-sm > .handle {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  background: #fff;
  transition: left 0.25s;
}
.btn-toggle.btn-sm.active {
  transition: background-color 0.25s;
}
.btn-toggle.btn-sm.active > .handle {
  left: 1.6875rem;
  transition: left 0.25s;
}
.btn-toggle.btn-sm.active:before {
  opacity: 0.5;
}
.btn-toggle.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-sm.btn-sm:before,
.btn-toggle.btn-sm.btn-sm:after {
  line-height: -0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.4125rem;
  width: 2.325rem;
}
.btn-toggle.btn-sm.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-sm.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-sm.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-sm.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-sm.btn-xs:before,
.btn-toggle.btn-sm.btn-xs:after {
  display: none;
}
.btn-toggle.btn-xs {
  margin: 0 0;
  padding: 0;
  position: relative;
  border: none;
  height: 1rem;
  width: 2rem;
  border-radius: 1rem;
}
.btn-toggle.btn-xs:focus,
.btn-toggle.btn-xs.focus,
.btn-toggle.btn-xs:focus.active,
.btn-toggle.btn-xs.focus.active {
  outline: none;
}
.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
  line-height: 1rem;
  width: 0;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.btn-toggle.btn-xs:before {
  content: "Off";
  left: 0;
}
.btn-toggle.btn-xs:after {
  content: "On";
  right: 0;
  opacity: 0.5;
}
.btn-toggle.btn-xs > .handle {
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0.75rem;
  background: #a16d60;
  transition: left 0.25s;
}
.btn-toggle.btn-xs.active {
  transition: background-color 0.25s;
}
.btn-toggle.btn-xs.active > .handle {
  left: 1.125rem;
  transition: left 0.25s;
}
.btn-toggle.btn-xs.active:before {
  opacity: 0.5;
}
.btn-toggle.btn-xs.active:after {
  opacity: 1;
}
.btn-toggle.btn-xs.btn-sm:before,
.btn-toggle.btn-xs.btn-sm:after {
  line-height: -1rem;
  color: #000;
  letter-spacing: 0.75px;
  left: 0.275rem;
  width: 1.55rem;
}
.btn-toggle.btn-xs.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-xs.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-xs.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-xs.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-xs.btn-xs:before,
.btn-toggle.btn-xs.btn-xs:after {
  display: none;
}
.btn-toggle.btn-secondary {
  color: #6b7381;
  background: #e4e4e4;
}
.btn-toggle.btn-secondary:before,
.btn-toggle.btn-secondary:after {
  color: #03c603;
}
.btn-toggle.btn-secondary.active {
  background-color: #e4e4e4;
}

.btn.btn-xs.btn-secondary.btn-toggle,
.btn.btn-xs.btn-secondary.btn-toggle.active {
  position:relative;
  top:-5px;
  margin-left:3px;
  margin-right:3px;
}

/* READ MORE LISTE */

.read-more-list {
  cursor: pointer;
}
.isCollapsed span {
  display: none;
}
.isCollapsed:after {
  display: block;
  content: "mehr lesen";
  font-weight: bold;
}

/* TEASERBOX MIT OVERLAY */

.overlay--content {
  position: relative;
  padding: 50px 25px;
  margin-top: -220px;
  background: rgb(0,0,0);
  background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); 
}

.overlay--content h3,
.overlay--content p {
  color:white;	
}

/*#header {
  border-bottom: 4px solid var(--color-default)!important; 
}*/

.ctabar a {
  color:#180048!important;
}

.ctabar {
  color:#180048!important;
  padding: 0.4rem 0!important;
  background: #FEED02;
  background: -webkit-linear-gradient(225deg, rgba(254, 237, 2, 1) 0%, rgba(220, 82, 20, 1) 100%);
  background: -moz-linear-gradient(225deg, rgba(254, 237, 2, 1) 0%, rgba(220, 82, 20, 1) 100%);
  background: linear-gradient(225deg, rgba(254, 237, 2, 1) 0%, rgba(220, 82, 20, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FEED02", endColorstr="#DC5214", GradientType=0);
}

@media screen and (min-width:1215px) {
  .topbar-inner {
    justify-content: space-around!important;
  }
}

.topbar-logo.position--default img {
  background: none!important;
  z-index: 999;
  display: block;
  position: absolute;
  top: 10px;
}

@media screen and (max-width:900px) {
  .topbar-logo.position--default img {
    position: relative!important;
    top: 0px!important;
    width:120px!important;
  }
}

@media screen and (max-width:600px) {
  .topbar-logo.position--default img {
    width:80px!important;
  }
  .ce_rsce_breaker_bgimage {
    background-attachment: scroll!important;
  }
}

@media screen and (min-width:601px) {
  /*.intro-logo {
    -webkit-filter: drop-shadow(0px 0px 30px #feeb02);
    filter: drop-shadow(0px 0px 30px #feeb02);
    transition: transform 0.8s;
  }*/
  .intro-wrapper {
    margin-top:5rem;
  }
}

.intro-logo {
  overflow: visible !important;
}

/*
.intro-logo:hover {
  transform: scale(1.1);
}*/

.btn {
  font-weight: bold!important;
}

.teaser-section {
  border-radius: .5rem!important;
  border: 2px solid var(--color-default);
}

.teaser-section .feature-box-link {
  border-radius: .5rem!important;
}

#dark-blue, .bg--dark-blue {
  background-color:#100030!important;
}

.breaker-text__left h2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  background: -webkit-linear-gradient(-90deg,#ffeb00, #f77723);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.breaker-simple__text img {
  transition: transform 0.8s;
}

.breaker-simple__text img:hover {
  transform: scale(1.4);
}

.btn--breaker {
  border-radius: .5rem!important;
  font-size: 18px!important;
  font-weight: bold!important;
}

.formbody input, .formbody .textarea {
  background: none;
  color:#ffffff!important;
  border-radius: .5rem !important;
  border: 2px solid var(--color-default)!important;
}

.formbody .textarea {
  outline: none !important;
}

.formbody input:focus, .formbody .textarea:focus {
  border: 2px solid var(--color-default2)!important;
}

.formbody .submit {
  border-radius: .5rem!important;
  font-weight: bold!important;
}

.counter-animated__counting {
  font-weight:bold;
}

.counter-animated__text {
  font-size: 1.2rem!important;
}

.counter-animated__icon-wrapper i {
  background: -webkit-linear-gradient(-135deg,#ffeb00, #f77723)!important;
  -webkit-background-clip: text!important;
  -webkit-text-fill-color: transparent!important;
}

.bg--gradient {
  background: #FEED02;
  background: -webkit-linear-gradient(135deg, rgba(254, 237, 2, 1) 0%, rgba(220, 82, 20, 1) 100%);
  background: -moz-linear-gradient(135deg, rgba(254, 237, 2, 1) 0%, rgba(220, 82, 20, 1) 100%);
  background: linear-gradient(135deg, rgba(254, 237, 2, 1) 0%, rgba(220, 82, 20, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FEED02", endColorstr="#DC5214", GradientType=0);
}
/*
.breaker-bgimage__overlay {
  background-image: #FEED02;
  background-image: -webkit-linear-gradient(135deg, rgba(254, 237, 2, 1) 0%, rgba(220, 82, 20, 1) 100%);
  background-image: -moz-linear-gradient(135deg, rgba(254, 237, 2, 1) 0%, rgba(220, 82, 20, 1) 100%);
  background-image: linear-gradient(135deg, rgba(254, 237, 2, 1) 0%, rgba(220, 82, 20, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FEED02", endColorstr="#DC5214", GradientType=0);
  animation: gradient 15s ease infinite;
  background-size: cover;
}*/
.breaker-bgimage__overlay {
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	height: 100vh;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}


/* MAP */

.c4g-control-container-top-left {
  top: 5em;
}

.c4g-active.c4g-popup-wrapper {
  border:none!important;
  background-color: var(--color-default2)!important;
}

.ol-selectable div.c4g-popup-wrapper::before {
  border-top-color: var(--color-default2)!important;
}

.c4g-active.c4g-popup-wrapper * {
  color: #fff!important;
  font-weight: bold;
}

.ol-selectable div.c4g-active.c4g-popup-wrapper {
  padding: 1.5em 1.5em;
}

@media screen and (min-width:901px) {
  #footer-pre .footer-img {
    margin-top: -210px;
    display: block!important;
  }
}

.bg--dark-blue {
  border-radius: .5rem !important;
  border: 2px solid var(--color-default);
  padding: 2em 1em;
}

.object-fit-cover {
  border-radius: .5rem !important;
}

#dark-blue .ce_rsce_wrapper_plain_start.bg--dark-blue {
  background-color: #180048!important;
  border-color: #180048!important;
}

.icon-box__icon i {
  background-color: transparent!important;
}

.icon-box__icon i::before {
  font-size: 4rem !important;
  background: -webkit-linear-gradient(-135deg,#ffeb00, #f77723);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ce_rsce_icon_box .icon-box__title {
  color:#ffffff!important;
}

.kontakt:before {
  content: "";
  position: absolute;
  width: 100%;
    height: 100%;
  background-image: url("/files/layout/snackbrueder-schrift15.svg");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  z-index: 0;
  transform: rotate(-10deg);
}

/*
.map:before {
  content: "";
  position: absolute;
  width: 100%;
    height: 100%;
  background-image: url("/files/layout/snackbrueder-icon.svg");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  background-attachment: fixed;
  z-index: 0;
  transform: rotate(-10deg);
}
*/

/* FOOTER */

#footer-pre {
  border-top: 4px solid var(--color-default); 
}

#footer-pre h3 {
  font-size: 22px;
  border-bottom: 4px solid var(--color-default2)!important;
  width: 50%;
  padding-bottom: .5rem;
  margin-bottom: 2rem!important;
}

#footer-pre .footer-img {
  display: none;
}

#footer-sub a {
  color:#180048!important;
}

#footer-sub {
  color:#180048!important;
  background: #FEED02;
  background: -webkit-linear-gradient(225deg, rgba(254, 237, 2, 1) 0%, rgba(220, 82, 20, 1) 100%);
  background: -moz-linear-gradient(225deg, rgba(254, 237, 2, 1) 0%, rgba(220, 82, 20, 1) 100%);
  background: linear-gradient(225deg, rgba(254, 237, 2, 1) 0%, rgba(220, 82, 20, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FEED02", endColorstr="#DC5214", GradientType=0);
}

.quickies-wrapper .quick-item i {
  border-radius: .5rem!important;
}

.quickies-wrapper .quick-item i:hover {
  border-radius: 50%!important;
}

h1 {
  font-family: 'Sedgwick Ave Display'!important;
  font-size: 4rem!important;
  line-height: 1.1!important;
  background: -webkit-linear-gradient(-135deg,#ffeb00, #f77723);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width:600px) {
  h1 {
    font-size: 2.5rem!important;
  }
}

.text--white h2 {
  background: -webkit-linear-gradient(-135deg,#ffeb00, #f77723)!important;
  -webkit-background-clip: text!important;
  -webkit-text-fill-color: transparent!important;
}

.text-page h1 {
  font-family: inherit!important;
  font-size: 2.5rem!important;
  line-height: inherit!important;
}

#dark-blue .iconized p {
  color: white !important;
}

.c4g-tile-content,
.c4g-tile-footer {
  padding: 0 1rem;
}

.c4g-popup-wrapper p {
  padding: 1rem;
}

.c4g-popup-wrapper strong {
  background-color: var(--color-default2);
  padding: 5px 10px;
  border-radius: 3px;
}

.c4g-starboardscope-headline {
  display: none !important;
}

.c4g-external {
  background-color: transparent!important;
}

.c4g-starboardscope-content-container ul {
  grid-gap: 2rem;
}

.c4g-starboardscope-content-container ul li {
  background: #100030!important;
  border-radius: .5rem !important;
  border: 2px solid var(--color-default);
}

.btn.hero-quickbutton__button .fa-brands.fa-whatsapp {
  top: -4px;
  position: relative;
}

.btn.hero-quickbutton__button:hover {
  width: 4rem;
  height: 4rem;
}

.c4g-starboardscope-content-container > ul > li {
  padding:0!important;
}

.c4g-starboardscope-content-container .item.image img {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
}

.c4g-starboardscope-content-container .btn {
  border:none!important;
  border-radius: .5rem !important;
  padding: var(--button-spacing);
  color: var(--selection-color)!important;
  text-transform: lowercase!important;
  margin-top:1rem;
}

/* DETAILSEITE */

.detail-hero2,
.detail-hero2__image-wrapper {
  border-radius: .5rem;
}

.detail-view .anchor-menu__list {
  background-color: var(--color-default2)!important;
  border-radius: .5rem;
}

.detail-view p,
.detail-field-text__label,
.detail-field-text__text,
.contact-info,
.opening-hours,
.detail-view_additionalImprint-io {
  color:white;
}

.opening-hours-opened-state {
  color: var(--selection-color)!important;
}

.detail-view_additionalImprint-io a:hover {
  color: var(--color-default2)!important;
  text-decoration: none!important;
}

.detail-view .anchor-menu__inner, .detail-view .c4g-container {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  max-width: none!important;
}

.anchor-menu__share {
  display: none !important;
}

.anchor-menu__list a {
  text-decoration: none;
}

.detail-view .imageGallery-item {
  border: 2px solid var(--color-default);
  padding: 1rem;
  border-radius: .5rem;
}

.detail-hero2__logo img {
  border-radius: .5rem;
}

.detail-hero2__title, .detail-hero2__title h1 {
  text-shadow: none!important;
  font-family: "Lato"!important;
}

/* BORDER GLOW TEST */

#footer-pre a,
#footer-sub a {
  text-decoration: none;
}

#footer-pre a:hover,
#footer-sub a:hover {
  text-decoration: underline;
}

.mobile_menu .inner {
  background-color: #180048;
}

.mobmen__nav .mod_navigation ul li a {
  color: #ffffff;
}

/* intro wrapper glow */
.intro-wrapper img {
  display: block;
  max-width: 100%;
  height: auto;

  /* Startzustand: zweifarbiger Glow */
  filter:
    drop-shadow(0 0 6px #ffeb00)
    drop-shadow(0 0 12px #ffeb00)
    drop-shadow(0 0 20px #f77723)
    drop-shadow(0 0 40px #f77723);

  animation: neonPulse 3s infinite alternate;
}

.intro-wrapper {
  overflow: visible; /* verhindert Abschneiden */
}

/* Animation für Neon-Pulsieren */
@keyframes neonPulse {
  0% {
    filter:
      drop-shadow(0 0 4px #ffeb00)
      drop-shadow(0 0 8px #ffeb00)
      drop-shadow(0 0 12px #f77723)
      drop-shadow(0 0 20px #f77723);
  }
  50% {
    filter:
      drop-shadow(0 0 8px #ffeb00)
      drop-shadow(0 0 16px #ffeb00)
      drop-shadow(0 0 24px #f77723)
      drop-shadow(0 0 48px #f77723);
  }
  100% {
    filter:
      drop-shadow(0 0 6px #ffeb00)
      drop-shadow(0 0 12px #ffeb00)
      drop-shadow(0 0 20px #f77723)
      drop-shadow(0 0 40px #f77723);
  }
}

/* === Neon-Border unten am Header (farbwechselnd) === */

/* Neon-Border nur für #header */
#header {
  position: relative; /* Basis für das ::after-Element */
  z-index: 10;
}

#header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;                 /* Dicke der Linie */
  background: #00e5ff;         /* Startfarbe */
  box-shadow:
    0 0 6px  #00e5ff,
    0 0 12px #00e5ff,
    0 0 20px #00e5ff,
    0 0 32px #00e5ff;          /* Neon-Glow */
  animation: neon-shift 6s linear infinite;
  pointer-events: none;
}

@keyframes neon-shift {
  0%   { background:#00e5ff; box-shadow:0 0 6px #00e5ff, 0 0 12px #00e5ff, 0 0 20px #00e5ff, 0 0 32px #00e5ff; }
  25%  { background:#00ff9d; box-shadow:0 0 6px #00ff9d, 0 0 12px #00ff9d, 0 0 20px #00ff9d, 0 0 32px #00ff9d; }
  50%  { background:#7b61ff; box-shadow:0 0 6px #7b61ff, 0 0 12px #7b61ff, 0 0 20px #7b61ff, 0 0 32px #7b61ff; }
  75%  { background:#ff5cf0; box-shadow:0 0 6px #ff5cf0, 0 0 12px #ff5cf0, 0 0 20px #ff5cf0, 0 0 32px #ff5cf0; }
  100% { background:#00e5ff; box-shadow:0 0 6px #00e5ff, 0 0 12px #00e5ff, 0 0 20px #00e5ff, 0 0 32px #00e5ff; }
}

/* === Neon-Border für .teaser-section Boxen === */
.teaser-section {
  background: #100030 !important;
  inset: 0; /* top:0; right:0; bottom:0; left:0 */
  border: 2px solid #00e5ff;
  border-radius: inherit; /* falls Boxen abgerundet sind */
  box-shadow:
    0 0 6px  #00e5ff,
    0 0 12px #00e5ff,
    0 0 20px #00e5ff,
    0 0 12px #00e5ff;
  animation: neon-border-shift 6s linear infinite;
  pointer-events: none;
}

/* === Farbwechsel-Animation (gemeinsam für Header & Teaser) === */
/*@keyframes neon-shift {
  0%   { border-color:#00e5ff; background:#00e5ff; box-shadow:0 0 6px #00e5ff, 0 0 12px #00e5ff, 0 0 20px #00e5ff, 0 0 32px #00e5ff; }
  25%  { border-color:#00ff9d; background:#00ff9d; box-shadow:0 0 6px #00ff9d, 0 0 12px #00ff9d, 0 0 20px #00ff9d, 0 0 32px #00ff9d; }
  50%  { border-color:#7b61ff; background:#7b61ff; box-shadow:0 0 6px #7b61ff, 0 0 12px #7b61ff, 0 0 20px #7b61ff, 0 0 32px #7b61ff; }
  75%  { border-color:#ff5cf0; background:#ff5cf0; box-shadow:0 0 6px #ff5cf0, 0 0 12px #ff5cf0, 0 0 20px #ff5cf0, 0 0 32px #ff5cf0; }
  100% { border-color:#00e5ff; background:#00e5ff; box-shadow:0 0 6px #00e5ff, 0 0 12px #00e5ff, 0 0 20px #00e5ff, 0 0 32px #00e5ff; }
}*/