#wrapper {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 140px);
  padding-top: 20px;
}
@media only screen and (max-width: 992px) {
  #wrapper {
    padding-top: 25px !important;
  }
}

.offset {
  padding: 0px 50px 0px 50px;
}

#bg-pattern_top {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 50%;
}

#bg-pattern_bottom {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  height: 50%;
}

#ds-header {
  position: relative;
  width: 100%;
  height: 170px;
  padding: 10px 0;
  background-color: white;
  font-size: 18px;
  z-index: 1;
}
#ds-header #ds-header_row #ds-col-01 {
  display: flex;
  align-items: center;
}
#ds-header #ds-header_row #ds-col-01 #ds-row-01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background-color: white;
}
#ds-header #ds-header_row #ds-col-01 #ds-row-02 {
  width: 100%;
}
#ds-header #ds-header_row #ds-col-01 #ds-row-02 #ds-menu {
  width: 100%;
  display: flex;
  list-style: none;
  padding: 50px 0px 0px 0px;
  font-size: 18px;
  color: #0c5460;
  text-transform: uppercase;
}
#ds-header #ds-header_row #ds-col-01 #ds-row-02 #ds-menu > li {
  position: relative;
  cursor: pointer;
  padding-right: 50px;
  padding-left: 10px;
  transition: all ease 0.3s;
  font-family: latoLight;
}
#ds-header #ds-header_row #ds-col-01 #ds-row-02 #ds-menu > li > ul {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  padding-left: 10px;
  background-color: white;
  list-style: none;
  font-family: latoLight;
}
#ds-header #ds-header_row #ds-col-01 #ds-row-02 #ds-menu > li > ul li {
  margin: 15px 0;
}
#ds-header #ds-header_row #ds-col-01 #ds-row-02 #ds-menu > li > ul li:hover {
  font-family: latoRegular;
}
#ds-header #ds-header_row #ds-col-01 #ds-row-02 #ds-menu > li > ul li:hover > li:hover {
  font-family: latoRegular;
}
#ds-header #ds-header_row #ds-col-01 #ds-row-02 #ds-menu > li.active {
  font-family: latoRegular;
}
#ds-header #ds-header_row #ds-col-01 #ds-row-02 #ds-menu > li:hover {
  font-family: latoRegular;
}
#ds-header #ds-header_row #ds-col-01 #ds-row-02 #ds-menu > li:hover > ul {
  display: block;
}
#ds-footer {
  width: 100%;
  height: 100px;
  font-size: 16px;
  z-index: 1;
}
#ds-footer #ds-footer_row .col-12 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#ds-footer #ds-footer_row .col-12 .footer-m {
  background-color: #f2f6f8;
}
#ds-footer #ds-footer_row .col-12 #ds-footer_menu {
  display: flex;
  list-style: none;
  padding-top: 12px;
}
#ds-footer #ds-footer_row .col-12 #ds-footer_menu > li {
  margin-right: 50px;
  cursor: pointer;
  text-transform: uppercase;
}
#ds-footer #ds-footer_row .col-12 #ds-footer_menu > li:last-of-type {
  margin-right: 0;
}

#mb-header {
  position: relative;
  width: 100%;
  height: 100px;
  font-size: 18px;
  background-color: #ffffff;
  display: none;
}
#mb-header #trigger-menu {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 22px;
}
#mb-header .row {
  position: relative;
  align-items: flex-start;
  padding: 20px 0px 20px 0px;
  z-index: 2;
}
#mb-header .row:first-of-type:after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 0;
  width: calc(100% - 30px);
  background-color: #000000;
}
#mb-header #mb-menu_item {
  width: 100%;
  position: absolute;
  left: 0;
  height: 100vh;
  background: #666666;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  transition: opacity 0.3s ease;
  margin: 0;
}
#mb-header #mb-menu_item .col-12 {
  color: #0c5460;
  background-color: white;
  padding: 15px;
}
#mb-header #mb-menu_item .col-12 .deep-content ul {
  text-transform: uppercase;
}
#mb-header #mb-menu_item .col-12 .deep-content ul li {
  list-style: none;
  margin-bottom: 10px;
  cursor: pointer;
}
#mb-header #mb-menu_item .col-12 .deep-content > ul {
  display: flex;
}
#mb-header #mb-menu_item .col-12 .deep-content > ul > li {
  flex: 0 1 100%;
  margin: 0 15px;
}
@media screen and (max-width: 580px) {
  #mb-header #mb-menu_item .col-12 .deep-content > ul {
    display: block;
  }
  #mb-header #mb-menu_item .col-12 .deep-content > ul > li {
    margin-bottom: 20px;
  }
}
#mb-header #mb-menu_item .col-12 .deep-content .dropdown-content {
  display: block;
}
#mb-header #mb-menu_item .col-12 .deep-content #second li {
  min-height: 60px;
}
#mb-header #mb-menu_item.active {
  opacity: 1;
  pointer-events: all;
  pointer-events: all;
}

#mb-footer {
  width: 100%;
  font-size: 14px;
  display: none;
}
#mb-footer .container-fluid .container-lg .row {
  background-color: #f2f6f8;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #mb-footer .container-fluid .container-lg .row {
    flex-direction: column-reverse;
  }
}
#mb-footer #mb-footer_menu {
  list-style: none;
  font-family: latoBold;
  color: #386A85;
}
#mb-footer #mb-footer_menu > li {
  float: left;
  cursor: pointer;
  margin-right: 50px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  #mb-footer #mb-footer_menu > li {
    float: none;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
#mb-footer #mb-footer_menu > li:last-of-type {
  margin-bottom: 0;
  margin-right: 0;
}

#dsh-footer {
  width: 100%;
  height: 40px;
  background-color: white;
  color: #9CB5C2;
  z-index: 1;
  border-top: 3px solid #e5ebf6;
}
#dsh-footer #dsh-footer_row .col-12 {
  justify-content: space-between;
  align-items: center;
}
#dsh-footer #dsh-footer_row .col-12 #ds-footer_menu {
  display: flex;
  list-style: none;
}
#dsh-footer #dsh-footer_row .col-12 #ds-footer_menu > li {
  margin-right: 50px;
  cursor: pointer;
  display: inline;
}
#dsh-footer #dsh-footer_row .col-12 #ds-footer_menu > li:last-of-type {
  margin-right: 0;
}

#mbh-footer {
  width: 100%;
  height: 228px;
  display: none;
}
#mbh-footer .container-fluid > .row:first-of-type {
  height: 150px;
  background-color: #D5DDEF;
}
#mbh-footer .container-fluid > .row:nth-of-type(2) {
  height: 78px;
}
#mbh-footer .container-fluid > .row .container .row {
  justify-content: space-between;
  align-items: center;
}
#mbh-footer #mbh-footer_menu {
  list-style: none;
  font-family: latoBold;
  color: #386A85;
}
#mbh-footer #mbh-footer_menu > li {
  cursor: pointer;
  margin-bottom: 20px;
}
#mbh-footer #mbh-footer_menu > li:last-of-type {
  margin-bottom: 0px;
}

.logo_big img, .logo_small img {
  max-width: 170px;
}

.logo_mb {
  width: 120px;
  height: 30px;
}
.logo_mb img {
  max-width: 100px;
}

.box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.box .b-title {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .box .b-title {
    font-size: 23px;
  }
}
@media screen and (max-width: 991px) {
  .box .b-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .box .b-title {
    font-size: 18px;
  }
}
.box .pt-3 {
  padding-top: 20px !important;
}
.box .btn {
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  .box {
    min-height: auto;
  }
}
@media screen and (max-width: 480px) {
  .box {
    font-size: 14px;
  }
  .box .btn {
    font-size: 14px;
  }
}

/*Cookie Consent Begin*/
#wrapper-cookies {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  z-index: 1;
  background-color: rgba(178, 178, 178, 0.69);
}

#cookies-content {
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
  transform: translateY(50%);
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
#cookies-content a {
  text-decoration: none;
}

/*Cookie Consent End*/
/*verlassen button Begin*/
#wrapper-verlassen {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
  z-index: 1;
  background-color: rgba(178, 178, 178, 0.69);
}

#verlassen {
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  padding: 50px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  margin: 0px;
}

/*verlassen button End*/
@media only screen and (max-width: 767px) {
  #ds-copyright, #ds-footer_menu {
    width: 100% !important;
    display: block !important;
    padding: 20px 10px !important;
    text-align: center;
  }

  #footer-logo {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  #ds-menu li {
    font-size: 14px !important;
  }

  .rfs-30 {
    font-size: 30px;
  }

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

  .rfs-18 {
    font-size: 18px;
  }

  #symptome-btn {
    padding-top: 30px !important;
  }
}
@media only screen and (max-width: 992px) {
  #bg-pattern_top, #bg-pattern_top, #ds-header, #ds-footer {
    display: none !important;
  }

  #mb-header, #mb-footer {
    display: block !important;
  }

  #offset {
    padding: 0px !important;
  }

  #cookies-content {
    transform: translate(0%, 30%);
    width: 80%;
  }
}
@media only screen and (max-width: 520px) {
  #cookies-content {
    transform: translate(0%, 30%);
    width: 100%;
  }

  #ds-footer_menu > li {
    margin-right: 50px;
    cursor: pointer;
    display: block !important;
    padding-top: 10px !important;
  }
  #ds-footer_menu > li:last-of-type {
    margin-right: 50px !important;
  }
}
@media only screen and (max-width: 380px) {
  #footer-logo {
    width: 100% !important;
  }
  #footer-logo .logo_big {
    margin: 0px !important;
  }

  #footer-text {
    width: 100% !important;
    margin: 0px !important;
  }
}

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