body{
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;	
}

p {
	display: block;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

#_tab-195-26.tabs-4329-tab-active {
    background-color: #4cc4a8;
}

.cc-color-override--1360619034.cc-window {
    background-color: #1c9bf1!important;
}

.cc-color-override--1360619034 .cc-btn {
    color: #fff!important;
    background-color: #4cc4a8!important;
}

/*Cookie Consent*/
.cc-window.cc-floating {
	max-width: 100%;	
}
	.cc-bottom {
	bottom: 0em;		
}

/*Background Kacheln Abwechseln - News & Links */
.ct-div-block.c-card-accent.c-left.c-padding-m:nth-child(odd) {
  background-color: #4cc4a8;/* Replace with the desired background color */
}

.ct-div-block.c-left.c-padding-m.color-switch:nth-child(even) {
  background-color: #4cc4a8;/* Replace with the desired background color */
}