.rpb-buchungswidget {
  position: relative;
}
.rpb-buchungswidget > .outer-wrap {
  position: relative;
}
.rpb-download .downloads a.download {
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 25px;
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.25s ease-in-out;
  color: #1a1a1a;
}
.rpb-download .downloads a.download:hover {
  color: #000;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0);
}
.rpb-download .downloads a.download .filetype {
  background-color: #e30614;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  align-items: center;
  font-weight: 400;
  min-width: 100px;
  justify-content: center;
}
.rpb-download .downloads a.download .filetype.pdf {
  background-color: #782382;
  color: #fff;
}
.rpb-download .downloads a.download .filetype.zip {
  background-color: #e30614;
  color: #fff;
}
.rpb-download .downloads a.download .fileinfo .title {
  font-size: 1.6rem;
  line-height: normal;
  font-weight: 700;
}
.rpb-download .downloads a.download .fileinfo .filesize {
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  .rpb-download .downloads a.download .fileinfo {
    min-width: 350px;
  }
}
.rpb-download.bg-colored .downloads a.download .filetype.pdf {
  background-color: #fff;
  color: #782382;
}
.rpb-download.bg-colored .downloads a.download .filetype.zip {
  background-color: #fff;
  color: #e30614;
}
.rpb-hero.one {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 1200px) {
  .rpb-hero.one {
    background-attachment: fixed;
  }
}
.rpb-textimage {
  position: relative;
}
.rpb-textimage > .outer-wrap {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .rpb-textimage > .outer-wrap.container.max-sm {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .rpb-textimage > .outer-wrap.container.max-sm {
    max-width: 800px;
  }
}
.rpb-video .video a.video {
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 25px;
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.25s ease-in-out;
  color: #1a1a1a;
}
.rpb-video .video a.video:hover {
  color: #000;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0);
}
.rpb-video .video a.video .filetype {
  background-color: #e30614;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  align-items: center;
  font-weight: 400;
  min-width: 100px;
  justify-content: center;
}
.rpb-video .video a.video .filetype.pdf {
  background-color: #782382;
  color: #fff;
}
.rpb-video .video a.video .filetype.zip {
  background-color: #e30614;
  color: #fff;
}
.rpb-video .video a.video .fileinfo .title {
  font-size: 1.6rem;
  line-height: normal;
  font-weight: 700;
}
.rpb-video .video a.video .fileinfo .filesize {
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  .rpb-video .video a.video .fileinfo {
    min-width: 350px;
  }
}
.rpb-video.bg-colored .video a.video .filetype.pdf {
  background-color: #fff;
  color: #782382;
}
.rpb-video.bg-colored .video a.video .filetype.zip {
  background-color: #fff;
  color: #e30614;
}
