/* crossfade.css */
.image-box{height:477px; background:transparent}.crossfade > figure{background-color:#000;  animation: imageAnimation 36s linear infinite 0s;  backface-visibility: hidden;  background-size: cover;                                            background-position: center center;  color: transparent;  height: 477px;  left: 0px;  opacity: 0;  position: absolute;  top: 114px;  width: 100%;  z-index: 0}.crossfade-navigation{z-index: 10;    height: 40px;    position: absolute;    top: 120px;    right: 5px;    float: right}.crossfade-navigation button.play,.crossfade-navigation button.stop{border: 0;    border-radius: 30px !important}.crossfade > figure:nth-child(1){background-image:url("../../files/Header-Foto/shutterstock_220777558.jpg")}.crossfade > figure:nth-child(2){background-image:url("../../files/Header-Foto/shutterstock_250113382.jpg");animation-delay: 6s}.crossfade > figure:nth-child(3){background-image:url("../../files/Header-Foto/shutterstock_1655045005.jpg");animation-delay: 12s}.crossfade > figure:nth-child(4){background-image:url("../../files/Header-Foto/shutterstock_673638313.jpg");animation-delay: 18s}.crossfade > figure:nth-child(5){background-image:url("../../files/Header-Foto/shutterstock_1077482108.jpg");animation-delay: 24s}.crossfade > figure:nth-child(6){background-image:url("../../files/Header-Foto/shutterstock_1466396555.jpg");background-position:right center;animation-delay: 30s}@keyframes imageAnimation{0% {    animation-timing-function: ease-in;    opacity: 0;  }  8% {    animation-timing-function: ease-out;    opacity: 1;  }  17% {    opacity: 1  }  25% {    opacity: 0  }  100% {    opacity: 0  }}@keyframes ani{100%{background-position: 0 0;}0%{background-position: 100vw 0;}}.koop{background: url("../../files/Logos/Kooperationen/banner-kooperationspartner.png") repeat-x 0 / 100% auto;height:150px; animation: ani 60s linear infinite }.koop:hover,.koop:focus{animation-play-state: paused}.koop a{width: 100%;height: 100%;display: block}.banner-stop button{padding: 10px 15px;font-size: .85rem;color: #505050;background: #fff; border: 3px solid #e7e7e7; border-radius: 30px}.banner-stop button:hover,.banner-stop button:focus{color: #bf311c;background: #fff; border: 3px solid #bf311c}