.raumbel .h200px {
  height: 200px;
  max-height: 200px;
}

.raumbel .container-p {
  padding-left: 5px;
  padding-right: 5px;
}

.raumbel .striped-rb:nth-child(odd) {
  background-color: #E0EEEE;
}

.raumbel.deula_waf .striped-rb:nth-child(odd) {
  background-color: #BCCF01;
}
.raumbel-kh_duisburg .striped-rb:nth-child(odd) {
  background-color: lightblue;
}

.raumbel .h-40px {
  font-size: 1.8rem;
  overflow:hidden;
}

.raumbel .t-small {
  font-size: 20px;
  text-align: left;
}

.raumbel .span-left {
  text-align: right;
}

.raumbel .h80 {
  height: 80%;
  max-height: 80%;
  overflow-x: visible;
}

.raumbel .h20 {
  height: 20%;
  max-height: 20%;
  background-position: top;
  background-color: #ffffff; 
  background-repeat: no-repeat;
  background-size: contain;
}

.raumbel .h100on {
  height: 100%;
  overflow: hidden;
}

/* * {
  margin:0;
  padding:0;
  border:0;
} */
  
@keyframes uni-slide-raumbel{
  from { left: 100%;}
  to { left: -100%;}
}

@-webkit-keyframes uni-slide-raumbel {
  from { left: 100%;}
  to { left: -100%;}
}
  
.raumbel #marquee { 
  background:#E0EEEE;
  overflow:hidden;
  position:relative;
  /* border-top: black 1px solid; */
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  white-space:nowrap;
}

.raumbel #text {
  position:relative;
  white-space:nowrap;
  top:0px;
  left:0;
  width:100%;
  font-size:30px;
  animation-name: uni-slide-raumbel;
  animation-duration: 15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: uni-slide-raumbel;
  -webkit-animation-duration: 15s;
  -webkit-animation-timing-function:linear;
  -webkit-animation-iteration-count: infinite;
}

.raumbel .flex {
  display:flex;
}

.raumbel .h100 {
  height: 100%;
}

.raumbel .banner{
  width:100%;
}

.raumbel .head-grey {
  color: #6c757d !important;
  text-transform: uppercase;
}

.raumbel .flex-center {
  display: flex;
  align-items: center;
}

.raumbel .text-secondary {
  color: #6c757d !important;
}

.raumbel .footerImg {
  background-position: top;
  background-color: #ffffff; 
  background-repeat: no-repeat;
  background-size: contain;
}

.raumbel .bg-rhh {
  background-color:rgb(19, 153, 146) !important;
}

.raumbel.bootstrap-fix {
  padding-right: 20px;
  padding-left: 20px;
}

@media(min-width: 1600px) {
  .raumbel.bootstrap-fix {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.raumbel .striped-rb-hwk:nth-child(odd) {
  background-color: #d0e3f9;
}

.raumbel .border-dark {
  border-color: #343a40 !important;
}

.rt .nb {
  border: none;
}

.raumbel.rt .h-40px{
  font-size: 3rem;
}

.raumbel.rt .seitencounter {
  font-size: 1.9rem;
}

.raumbel .font-large {
  font-size: 1.4rem;
}

.raumbel-single .bg-grey {
  background-color: #D9D9D9 !important;
}

.raumbel-single h1 {
  font-size: 40px;
  font-weight: 400;
  line-height: 100%;
}

.raumbel-single .huge {
  font-size: 60px;
  font-weight: 400;
  padding: 10px 0 0;
  line-height: 140%;
  margin-bottom: 13px;
  display: block;
}

.raumbel-single .bgimg {
  background-repeat: no-repeat;
  background-position: center;
}

.raumbel-single b {
  font-size: 25px;
}

.raumbel-single h3 {
  font-weight: normal;
  font-size: 20px;
}

.raumbel .back-ground-deula {
  background-color: #003470;
}

.align-center {
  align-items: center;
}