.mod_visitors .invisible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    float: left;
	width:0px;
	height:0px;
}
/***** multi-column-editor *****/

.multi-column-editor .selector_container {
  margin-top: 0.1875rem !important;
  margin-bottom: 1.125rem !important;
}



/***** more height for hero on wide screens *****/
@media only screen and (min-width: 1200px) {
  .clac-006-hero-slider--half-height {
    height: 50dvh;
    max-height: 30rem;
  }
}

@media only screen and (min-width: 1400px) {
  .clac-006-hero-slider--half-height {
    max-height: 35rem;
  }
}

/* Anpassung vom 17.04.2026 */
.mod_navigation.header-navigation ul.level_2 li > strong,
.mod_navigation.mobile-navigation ul.level_2 li > strong {
	color: var(--color-accent);
}

.mod_navigation.mobile-navigation ul.level_2 li > strong {
	font-weight: normal;
}

.mod_navigation.mobile-navigation ul.level_2 li > a {
	border-bottom: 0 !important;
}
/* Anpassung vom 17.04.2026 - Ende */

/* Anpassung vom 23.04.2026 */

/**
 * Mediaqueries bei Kopbilder alter Stand:
 * min-width: 1400px) 1800x900 (100%)
 * (min-width: 1200px) x780 (100%)
 * (min-width: 992px) x670 (100%)
 * (min-width: 768px) x560 (100%)
 **/

.location-group-reader__image,
.clac-006-hero-slider--half-height {
	min-height: 400px;
}

@media(min-width: 768px){
	.location-group-reader__image,
	.clac-006-hero-slider--half-height {
		min-height: 400px;
	}
}
@media(min-width: 992px){
	.location-group-reader__image,
	.clac-006-hero-slider--half-height {
		min-height: 480px;
	}
}
@media(min-width: 1200px){
	.location-group-reader__image,
	.clac-006-hero-slider--half-height {
		min-height: 560px;
	}
}
@media(min-width: 1400px){
	.location-group-reader__image,
	.clac-006-hero-slider--half-height {
		min-height: 640px;
	}
}
/* Anpassung vom 23.04.2026 - Ende */

/* Anpassung von 07.05.2026 */
.team__list:after {
	display: none;
}
/* Anpassung von 07.05.2026 - Ende */


/* Anpassungen 19.05.2026 */
a[href^="mailto:"], a[href^="mailto:"]:hover {
    border-bottom: 1px solid #005123;
    color: #005123;
}
/* Anpassungen 19.05.2026 - Ende */


/* Anpassungen 29.05.2026 */
.international {
	footer .brand__address {
		strong {
			display: none;
		}
	}
}
