.bg-adj {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.language-switch-holder {
  position: fixed;
  top: 0px;
  right: 15px;
  background-color: #FFF;
  padding: 10px 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  font-size: 11px;
  cursor: pointer;
  z-index: 3;
  opacity: 0.95;
}
.language-switch-holder .language-switch {
  line-height: 21px;
  display: inline-block;
}
.language-switch-holder .language-switch ul {
  position: absolute;
  padding: 10px;
  display: none;
  background-color: white;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
  top: 38px;
  right: 0;
  list-style: none;
}

.gradient {
  position: relative;
  background: rgb(56, 106, 133);
  background: -moz-linear-gradient(90deg, rgb(56, 106, 133) 0%, rgb(27, 50, 88) 100%);
  background: -webkit-linear-gradient(90deg, rgb(56, 106, 133) 0%, rgb(27, 50, 88) 100%);
  background: linear-gradient(90deg, rgb(56, 106, 133) 0%, rgb(27, 50, 88) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#386a85",endColorstr="#1b3258",GradientType=1);
  font-family: "Maven Pro Bold";
  color: white;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  padding: 6px 5px;
  white-space: nowrap;
  cursor: pointer;
}
.gradient.icon {
  padding-left: 29px;
}
.gradient img {
  position: absolute;
  left: 5px;
}
.gradient:hover {
  text-decoration: none;
  color: white;
}
.gradient:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 5px;
  width: 100%;
  height: 5px;
  background-color: #ced8de;
}
.gradient:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 100%;
  width: 5px;
  height: 100%;
  background-color: #cdd8de;
}

.icon-cme {
  width: 27px;
  height: 27px;
  border: 1px solid red;
  border-radius: 50%;
}
.icon-cme:before {
  content: "CME";
  font-family: "Maven Pro Bold";
  color: red;
  width: 100%;
  font-size: 10px;
  display: block;
  padding-top: 6px;
  padding-left: 1px;
  transform: rotate(-15deg);
  transform-origin: 50% 50%;
}

.blue {
  color: #1B3258;
}

.astronautBlue {
  color: #004C62;
}

.neptune {
  color: #7EAAB9;
}

.black {
  color: black;
}

.white {
  color: white;
}

.orange {
  color: #EA5B0C;
}

.grey {
  color: #B3B2B2;
}

.list-blue {
  color: #0076BD;
}

.black {
  color: #191919;
}

.italic {
  font-style: italic;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.c-pointer {
  cursor: pointer;
}

.fs-20 {
  font-size: 20px;
}

.fs-16 {
  font-size: 16px;
}

.fs-14 {
  font-size: 14px;
}

.fs-12 {
  font-size: 12px;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: "Maven Pro";
  src: url(../fonts/MavenPro-Regular.ttf);
  font-weight: normal;
}
@font-face {
  font-family: "Maven Pro Bold";
  src: url(../fonts/MavenPro-Bold.ttf);
  font-weight: bold;
}
body {
  min-height: 100vh;
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #1B3258;
}

b, .bold {
  font-family: "Maven Pro Bold";
}

ul, li {
  padding: 0;
  margin: 0;
}

.wrapper {
  width: 100%;
  min-height: calc(100vh - 140px);
}

#ds-header {
  width: 100%;
  height: 100px;
  background-color: red;
}

#ds-footer {
  width: 100%;
  height: 40px;
  background-color: yellow;
}

.heading {
  font-size: 30px;
}

#list-items ol {
  margin: 0px;
  padding: 0px;
  padding-left: 10px;
}

#top-btn {
  position: fixed;
  bottom: 50px;
  right: 40px;
  pointer-events: none;
}
#top-btn a {
  pointer-events: all;
}

/* Media Query */
@media (max-width: 768px) {
  .fs-10 {
    font-size: 10px;
  }
  body {
    font-size: 16px;
  }
  .heading {
    font-size: 24px;
  }
}
/* start sidebar */
.btn-flip, .video-lang {
  display: flex;
  position: absolute;
  bottom: 0;
  cursor: pointer;
  z-index: 1;
  background-color: rgba(56, 106, 133, 0.7);
  transition: background-color 0.3s ease;
}
.btn-flip.active, .video-lang.active {
  background-color: rgba(56, 106, 133, 0);
}

.btn-flip {
  right: 0;
  font-size: 13px;
  padding: 10px 20px 0px 20px;
  height: 33px;
}

.video-lang {
  font-size: 10px;
  padding: 7px 10px 0px 10px;
  height: 26px;
}
.video-lang.shiftTop {
  bottom: auto;
  top: -26px;
}

.duration {
  position: unset;
  left: unset;
  top: unset;
}

.flip-container {
  position: relative;
}
.flip-container .stoerer {
  position: absolute;
  top: 16px;
  left: 0;
  width: 205px;
}

#sidebar {
  max-width: 328px;
}
#sidebar .flip {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  max-width: 328px;
  height: 100%;
  color: white;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#sidebar .flip:not(.active):not(.no-pointer) {
  cursor: pointer;
}
#sidebar .flip .flip-content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 14px;
  background-color: rgba(56, 106, 133, 0.8);
  z-index: 1;
}
#sidebar .flip.active {
  opacity: 1;
}

.videobox {
  justify-content: space-around;
  background-image: url(../img/Gruppe-maskieren.png);
  position: relative;
}
.videobox .video-title {
  padding: 15px;
  padding-top: 30px;
  cursor: pointer;
  font-size: 16px;
}
.videobox .video-title.morePadding {
  padding-right: 95px;
}
.videobox .video-duration {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 20px;
  padding: 3px;
  font-size: 10px;
  border: 1px solid;
}

#button {
  position: relative;
  background-image: url("../img/Gruppe-maskieren.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
}
#button #checklist {
  font-size: 17px;
}

/* End sidebar */
/* Video Popup */
.pdf-popup-wrapper,
.audio-popup-wrapper,
.video-popup-wrapper {
  z-index: 1000;
  display: none;
}
.pdf-popup-wrapper.show,
.audio-popup-wrapper.show,
.video-popup-wrapper.show {
  display: block;
}
.pdf-popup-wrapper > .slide-blur,
.audio-popup-wrapper > .slide-blur,
.video-popup-wrapper > .slide-blur {
  position: fixed;
  z-index: 4;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.58);
}
.pdf-popup-wrapper > .slide-content-wrapper,
.audio-popup-wrapper > .slide-content-wrapper,
.video-popup-wrapper > .slide-content-wrapper {
  z-index: 5;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 650px;
  height: 489px;
}
@media screen and (max-width: 650px) {
  .pdf-popup-wrapper > .slide-content-wrapper,
  .audio-popup-wrapper > .slide-content-wrapper,
  .video-popup-wrapper > .slide-content-wrapper {
    width: 100%;
    height: 100%;
  }
}
.pdf-popup-wrapper > .slide-content-wrapper > .btn-close-slide,
.audio-popup-wrapper > .slide-content-wrapper > .btn-close-slide,
.video-popup-wrapper > .slide-content-wrapper > .btn-close-slide {
  position: absolute;
  top: -30px;
  right: 0;
  cursor: pointer;
  color: #fff;
}
@media screen and (max-width: 650px) {
  .pdf-popup-wrapper > .slide-content-wrapper > .btn-close-slide,
  .audio-popup-wrapper > .slide-content-wrapper > .btn-close-slide,
  .video-popup-wrapper > .slide-content-wrapper > .btn-close-slide {
    top: 15px;
    right: 15px;
    color: #1B3258;
    z-index: 1;
  }
}
.pdf-popup-wrapper > .slide-content-wrapper > .btn-close-slide > i,
.audio-popup-wrapper > .slide-content-wrapper > .btn-close-slide > i,
.video-popup-wrapper > .slide-content-wrapper > .btn-close-slide > i {
  font-size: 20px;
}
.pdf-popup-wrapper > .slide-content-wrapper > .slide-content,
.audio-popup-wrapper > .slide-content-wrapper > .slide-content,
.video-popup-wrapper > .slide-content-wrapper > .slide-content {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.pdf-popup-wrapper > .slide-content-wrapper > .slide-content > video,
.pdf-popup-wrapper > .slide-content-wrapper > .slide-content > .embed-responsive,
.audio-popup-wrapper > .slide-content-wrapper > .slide-content > video,
.audio-popup-wrapper > .slide-content-wrapper > .slide-content > .embed-responsive,
.video-popup-wrapper > .slide-content-wrapper > .slide-content > video,
.video-popup-wrapper > .slide-content-wrapper > .slide-content > .embed-responsive {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 650px) {
  .pdf-popup-wrapper > .slide-content-wrapper > .slide-content,
  .audio-popup-wrapper > .slide-content-wrapper > .slide-content,
  .video-popup-wrapper > .slide-content-wrapper > .slide-content {
    width: 100vw;
  }
}
.pdf-popup-wrapper.pdf-popup-wrapper > .slide-content-wrapper,
.audio-popup-wrapper.pdf-popup-wrapper > .slide-content-wrapper,
.video-popup-wrapper.pdf-popup-wrapper > .slide-content-wrapper {
  width: calc(100vw - 100px);
  height: calc(100vh - 100px);
}
.pdf-popup-wrapper .audio-content,
.audio-popup-wrapper .audio-content,
.video-popup-wrapper .audio-content {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../img/fachbereich/homeAndArchive/home/poster_podcast.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.pdf-popup-wrapper .pdf-content,
.audio-popup-wrapper .pdf-content,
.video-popup-wrapper .pdf-content {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.teaser-section {
  background: rgb(56, 106, 133);
  background: -moz-linear-gradient(90deg, rgb(56, 106, 133) 0%, rgb(27, 50, 88) 100%);
  background: -webkit-linear-gradient(90deg, rgb(56, 106, 133) 0%, rgb(27, 50, 88) 100%);
  background: linear-gradient(90deg, rgb(56, 106, 133) 0%, rgb(27, 50, 88) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#386a85",endColorstr="#1b3258",GradientType=1);
  padding: 15px;
}
.teaser-section .teaser-container {
  color: #fff;
}
.teaser-section .teaser-container .teaser-headline {
  font-size: 25px;
  font-weight: bold;
}
.teaser-section .teaser-container .teaser-sub-headline {
  margin-top: 0.25rem;
  font-size: 17px;
}
.teaser-section .teaser-container .teaser-pdf-wrapper {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
}
.teaser-section .teaser-container .teaser-pdf-wrapper .teaser-pdf {
  cursor: pointer;
}
.teaser-section .teaser-container .teaser-pdf-wrapper .teaser-pdf .teaser-pdf-text {
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
}
.teaser-section .teaser-container .teaser-pdf-wrapper .teaser-pdf .teaser-pdf-text > img {
  margin-right: 5px;
}

ul.redList {
  padding-left: 0px;
  margin-bottom: 0px;
  margin-left: 17px;
}
ul.redList li {
  color: red;
}
ul.redList li > span {
  color: #1B3258;
}

#modalSylvant .modal-content {
  background-color: transparent;
  border: none;
}
#modalSylvant .modal-content .modal-header {
  border-bottom: none;
}
#modalSylvant .modal-content .modal-header .close {
  width: 44px;
  height: 44px;
  opacity: 1;
  background-image: url("../img/fachbereich/global/sylvantModalClose.png");
  background-size: 26px 26px;
  background-position: center;
  background-repeat: no-repeat;
  outline: none !important;
}
#modalSylvant .modal-content .modal-body {
  padding: 0;
}

.gradientKasuistik {
  display: block;
  background: rgb(128, 214, 200);
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(128, 214, 200) 100%);
}

/*# sourceMappingURL=global.css.map */
