/* automatische silbentrennung*/
body {
    hyphens: auto;
}

table th {
  background: rgba(0, 0, 0, 0.02);
}

.silbentrennung {
    hyphens: auto;
}

.margin-top-minus {
	margin-top: -30px;
}
.margin-bottom-minus {
	margin-bottom: -30px; 
}

.sticker {
  position: sticky;
  top: 0px;
  padding: 5px;
  background-color: #cae8ca;
  border: 0px solid #4CAF50;
  z-index: 500;
}

.aboxen-home .fading-boxes-item-image {
    font-size:0.6em;
}

.aboxen-home .fading-boxes-item-text {
    font-size:1.1em;
}

.aboxen-home .fading-boxes-item-text p {
    font-size:1.3em;
}

.aboxen-home .fading-boxes-item-text > ul > li {
    font-size:1.1em;
}

.iconboxen2 a {
    /* background-color: #03A9F4; */
    /* background-color: #3685ab;  highlight */
    background-color: #7a7a7a;
    padding: 1.33333em;
}

.notableborder table,
.notableborder td,
.notableborder tr,
.notableborder th {
    border:0px solid white;
    background: transparent;
}

.scrollx {
    overflow-x: auto;
}

.scrollx table {
    min-width:1400px;
}

.hr-transparent {
    border-top: 1px solid transparent;
}

/* rotierende boxen beginn */
.rotating-boxes {
	zoom: 1;
	margin: 4% 0;
}

.rotating-boxes:before {
	content: "";
	display: table;
}

.rotating-boxes:after {
	content: "";
	display: table;
	clear: both;
}

.rotating-boxes-item {
	position: relative;
	color: #717c8e;
	text-decoration: none;
	perspective: 750px;
}
.rotating-boxes-item:hover,
.rotating-boxes-item:focus,
.rotating-boxes-item.hover {
	text-decoration: none;
}
.rotating-boxes-item:hover > .rotating-boxes-item-cover,
.rotating-boxes-item:focus > .rotating-boxes-item-cover,
.rotating-boxes-item.hover > .rotating-boxes-item-cover {
	transform: rotateY(180deg);
}
.rotating-boxes-item:hover > .rotating-boxes-item-content,
.rotating-boxes-item:focus > .rotating-boxes-item-content,
.rotating-boxes-item.hover > .rotating-boxes-item-content {
	transform: rotateY(360deg);
}

.rotating-boxes-item-cover,
.rotating-boxes-item-content {
	position: relative;
	border: 1px solid #b2b9c4;
	border-radius: 3px;
	background: white;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
	transition: transform 0.3s;
	transform: rotateY(0deg);
	backface-visibility: hidden;
}

.rotating-boxes-item-cover {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/* color: #8570a6; */
}
.rotating-boxes-item-cover:before,
.rotating-boxes-item-cover:after {
	position: absolute;
	top: 50%;
	left: 50%;
}
.rotating-boxes-item-cover:before {
	margin: -1em 0 0 -0.5em;
	font-size: 2.625em;
}
.rotating-boxes-item-cover:after {
	content: attr(data-headline);
	left: 0;
	width: 100%;
	margin: 0.35714em 0 0;
	font-size: 1.15em;
	text-align: center;
}

.rotating-boxes-item-content {
	overflow: hidden;
	margin: -1em;
	padding: 5em 3.14286em;
	font-size: 0.875em;
	transform: rotateY(180deg);
}
.rotating-boxes-item-content:before {
	position: absolute;
	top: 0;
	right: 0;
	margin: -0.3em;
	font-size: 14.28571em;
	/* color: #8570a6; */
	opacity: 0.2;
}
.rotating-boxes-item-content h3 {
	position: relative;
	margin: 0.66667em 0;
	font-size: 1.5em;
	/* color: #8570a6; */
}
.-color-inverted .rotating-boxes-item-content h3 {
	/* color: #8570a6; */
}
.rotating-boxes-item-content p {
	position: relative;
	margin: 1em 0;
}
.rotating-boxes-item-content .rotating-boxes-item-link {
	margin-top: 0;
}
/* rotierende boxen ende */