.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;
}

.blue {
  color: #1B3258;
}

.astronautBlue {
  color: #004C62;
}

.neptune, .s-title, .p-title {
  color: #7EAAB9;
}

.black {
  color: black;
}

.white {
  color: white;
}

.orange {
  color: #EA5B0C;
}

.grey {
  color: #B3B2B2;
}

.bg-gray {
  background-color: rgba(126, 170, 185, 0.1);
}

.bg-yellow {
  background-color: rgba(237, 213, 77, 0.7);
}

.br-gray {
  border: 1px solid rgba(126, 170, 185, 0.1);
}

.underline {
  border-bottom: 1px solid;
}

.italic {
  font-style: italic;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.c-pointer {
  cursor: pointer;
}

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

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

.fs-26 {
  font-size: 26px;
}
@media screen and (max-width: 480px) {
  .fs-26 {
    font-size: 20px;
  }
}

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

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

.fs16 {
  font-size: 16px;
}

.fs14 {
  font-size: 14px;
}

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

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

@font-face {
  font-family: latoBold;
  src: url(../../fonts/Lato-Bold.ttf);
  font-weight: bold;
}
@font-face {
  font-family: latoLight;
  src: url(../../fonts/Lato-Light.ttf);
  font-weight: normal;
}
@font-face {
  font-family: latoRegular;
  src: url(../../fonts/Lato-Regular.ttf);
  font-weight: normal;
}
.latoBold {
  font-family: latoBold;
}

.latoLight {
  font-family: latoLight;
}

.latoRegular {
  font-family: latoRegular;
}

@media (max-width: 991.98px) {
  .font-mobile-bold {
    font-family: latoBold;
  }
}

.blur-content {
  filter: blur(5px);
}

.normal {
  font-weight: normal;
}

.p-title {
  font-size: 45px;
  line-height: 1.1;
  font-family: latoBold;
}
@media screen and (max-width: 991px) {
  .p-title {
    font-size: 40px;
  }
}

.main-container {
  transform: translateY(-175px);
}
@media only screen and (max-width: 767px) {
  .main-container {
    transform: translateY(0);
  }
}

.s-title {
  margin-bottom: 30px;
  font-size: 45px;
  line-height: 1.1;
  font-family: latoBold;
}
@media screen and (max-width: 991px) {
  .s-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 480px) {
  .s-title {
    font-size: 25px;
  }
}

#akzeptieren {
  float: right;
}

.akzeptieren {
  background-color: #1b3258;
  color: white;
}

#ablehnen {
  float: left;
}

.noTopPadding {
  padding-top: 0px !important;
}

.border-custom {
  border: 1px solid #7EAAB9;
}

* {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  font-family: latoLight;
  font-size: 20px;
  line-height: 1.4;
  color: #000000;
}
@media screen and (max-width: 991px) {
  body {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
}

.index-background {
  background-color: #f2f6f8;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
}
.index-background a {
  text-decoration: none;
}

.btn {
  border-radius: 0;
  font-size: 20px;
}

#start-btn, #zumlogin-btn {
  width: 150px;
  max-width: 100%;
  border-radius: 0;
  white-space: nowrap;
}

.start-btn:hover {
  background-color: #7eaab9 !important;
  border-color: #7eaab9 !important;
  color: white;
}

.zumlogin-btn:hover {
  background-color: #1b3258 !important;
  border-color: #1b3258 !important;
  color: white;
}

b, .bold {
  font-family: latoBold;
}

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

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

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

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

.heading {
  font-size: 30px;
}

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

#top-btn {
  position: fixed;
  bottom: 50px;
  right: 40px;
}

/* Media Query */
@media (max-width: 767px) {
  .fs-10 {
    font-size: 10px;
  }

  .heading {
    font-size: 24px;
  }
}
/* start sidebar */
.btn-flip {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 98px;
  height: 33px;
  cursor: pointer;
  z-index: 1;
  font-size: 13px;
  padding: 10px 0px 0px 20px;
  background-color: rgba(56, 106, 133, 0.7);
  transition: background-color 0.3s ease;
}

.btn-flip.active {
  background-color: rgba(56, 106, 133, 0);
}

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

.flip-container {
  position: relative;
}

#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) {
  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);
}

#sidebar .flip.active {
  opacity: 1;
}

#button {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
}

#button #checklist {
  font-size: 17px;
}

.p-icons {
  position: relative;
}
.p-icons ul {
  padding-right: 140px;
}
.p-icons:before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  float: right;
  margin-left: 10px;
}
.p-icons.ic-quiz:before {
  background-image: url("../../img/patienten/hilfe/ic-quiz@2x.png");
  width: 138px;
  height: 138px;
}
.p-icons.ic-think:before {
  background-image: url("../../img/patienten/hilfe/ic-think@2x.png");
  width: 165px;
  height: 135px;
}
.p-icons.ic-points:before {
  background-image: url("../../img/patienten/hilfe/ic-points@2x.png");
  width: 111px;
  height: 131px;
}
.p-icons.ic-set:before {
  background-image: url("../../img/patienten/hilfe/ic-set@2x.png");
  width: 115px;
  height: 115px;
}
.p-icons.ic-cloud:before {
  background-image: url("../../img/patienten/hilfe/ic-cloud@2x.png");
  width: 131px;
  height: 71px;
}
@media screen and (max-width: 480px) {
  .p-icons:before {
    transform: scale(0.7);
    transform-origin: top;
  }
}
@media screen and (max-width: 720px) {
  .p-icons ul {
    padding-right: 0px;
  }
}

/* End sidebar */
/* Video Popup */
.video-popup-wrapper {
  z-index: 1000;
  display: none;
}

.video-popup-wrapper.show {
  display: block;
}

.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);
}

.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) {
  .video-popup-wrapper > .slide-content-wrapper {
    width: 100%;
    height: 100%;
  }
}
.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) {
  .video-popup-wrapper > .slide-content-wrapper > .btn-close-slide {
    top: 15px;
    right: 15px;
    color: #1B3258;
    z-index: 1;
  }
}
.video-popup-wrapper > .slide-content-wrapper > .btn-close-slide > i {
  font-size: 20px;
}

.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;
}

.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) {
  .video-popup-wrapper > .slide-content-wrapper > .slide-content {
    width: 100vw;
  }
}
.teaser-section {
  background: #386a85;
  background: -moz-linear-gradient(90deg, #386a85 0%, #1b3258 100%);
  background: -webkit-linear-gradient(90deg, #386a85 0%, #1b3258 100%);
  background: linear-gradient(90deg, #386a85 0%, #1b3258 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-family: latoBold;
}

.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;
}

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

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