@font-face {
  font-family: "Montserrat-Light";
  src: url("webfonts/Montserrat-Light.ttf");
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("webfonts/Montserrat-Regular.ttf");
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url("webfonts/Montserrat-Medium.ttf");
}
@font-face {
  font-family: "Montserrat-MediumItalic";
  src: url("webfonts/Montserrat-MediumItalic.ttf");
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("webfonts/Montserrat-SemiBold.ttf");
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("webfonts/Montserrat-Bold.ttf");
}
@font-face {
  font-family: "Montserrat-BoldItalic";
  src: url("webfonts/Montserrat-BoldItalic.ttf");
}
@font-face {
  font-family: "Montserrat-ExtraBold";
  src: url("webfonts/Montserrat-ExtraBold.ttf");
}
@font-face {
  font-family: "Montserrat-Black";
  src: url("webfonts/Montserrat-Black.ttf");
}
body {
  font-family: "Montserrat-Medium", sans-serif;
}

.w-auto {
  width: auto !important;
}

.light {
  font-family: "Montserrat-Light";
}

.regular {
  font-family: "Montserrat-Regular";
}

.medium {
  font-family: "Montserrat-Medium";
}

.medium-italic {
  font-family: "Montserrat-MediumItalic";
}

.semiBold {
  font-family: "Montserrat-SemiBold";
}

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

.bold-italic {
  font-family: "Montserrat-BoldItalic";
}

.extraBold {
  font-family: "Montserrat-ExtraBold";
}

.font-black {
  font-family: "Montserrat-Black";
}

.bgr-lightgray {
  background-color: #9a9a9a;
}

.bgr-white {
  background-color: #fff;
}

.white {
  color: #fff;
}

.cyan {
  color: #00BCBE;
}

.lightgray {
  color: #9a9a9a;
}

.orange {
  color: #EA5B0C;
}

.black {
  color: #000000;
}

.blue {
  color: #376985;
}

a.orange:hover {
  color: #EA5B0C;
}

.hasZoom {
  position: absolute;
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background-color: rgba(55, 105, 133, 0.7);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../img/lens_zoom.png");
  background-size: 38px 38px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) {
  .hasZoom {
    display: none;
  }
}

.a_blue:active, .a_blue:hover {
  text-decoration: none;
  color: #376985;
}

.a_black:active, .a_black:hover {
  text-decoration: none;
  color: black;
}
.a_black.a_underline {
  border-bottom: 1px solid black;
}
.a_black.a_underline:active, .a_black.a_underline:hover {
  text-decoration: black;
}

.a_orange:active, .a_orange:hover {
  text-decoration: none;
  color: #EA5B0C;
}
.a_orange.a_underline {
  border-bottom: 1px solid #EA5B0C;
}
.a_orange.a_underline:active, .a_orange.a_underline:hover {
  text-decoration: #EA5B0C;
}

.a_lightgray:active, .a_lightgray:hover {
  text-decoration: none;
  color: #9a9a9a;
}

.a_white:active, .a_white:hover {
  text-decoration: none;
  color: #fff;
}

.a_cyan:active, .a_cyan:hover {
  text-decoration: none;
  color: #00BCBE;
}

#wrapper {
  padding-bottom: 60px;
}
@media only screen and (min-width: 992px) {
  #wrapper .footerspaceindex {
    margin-bottom: 400px;
  }
}

.underline {
  text-decoration: underline;
}

#global-navbar {
  font-size: 14px;
  z-index: 1031;
  height: 105px;
  position: sticky;
  top: 0;
  background-color: white;
}
#global-navbar:after {
  content: " ";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #707070;
  display: block;
  top: 65px;
  pointer-events: none;
}
#global-navbar > span {
  position: absolute;
  font-size: 15px;
  font-family: "Montserrat-Bold";
  margin-top: 20px;
  border-bottom: 5px solid #00BCBE;
  display: inline-block;
  top: -3px;
  z-index: 1;
}
#global-navbar > span.fachbereich {
  border-bottom: 5px solid #EA5B0C;
}
@media only screen and (max-width: 991px) {
  #global-navbar > span.fachbereich {
    top: 2px;
  }
}
#global-navbar > span img {
  position: relative;
  top: -5px;
}
#global-navbar li {
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  #global-navbar > ul {
    float: right;
    clear: both;
  }
  #global-navbar > ul > li {
    display: inline-block;
    position: relative;
    float: left;
    margin-right: 35px;
    top: 30px;
    height: 50px;
  }
  #global-navbar > ul > li:first-of-type {
    display: none;
  }
  #global-navbar > ul > li:nth-of-type(2) {
    display: none;
  }
  #global-navbar > ul > li:nth-of-type(3) {
    display: block;
  }
  #global-navbar > ul > li:last-of-type {
    margin-right: 0;
  }
  #global-navbar > ul > li:hover, #global-navbar > ul > li:active {
    color: #00BCBE;
  }
  #global-navbar > ul > li:hover > ul, #global-navbar > ul > li:active > ul {
    display: block;
  }
  #global-navbar > ul > li:hover > ul > li, #global-navbar > ul > li:active > ul > li {
    color: #000;
  }
  #global-navbar > ul > li > ul {
    display: none;
    position: absolute;
    top: 35px;
    padding: 0 0 0 15px;
    margin: 0;
    background-color: #B8C7CF;
    z-index: 2;
    transform: translateX(-50%);
    left: 50%;
  }
  #global-navbar > ul > li > ul > li {
    position: relative;
    list-style: none;
    white-space: nowrap;
    padding: 10px 10px 10px 0;
  }
  #global-navbar > ul > li > ul > li a {
    width: 100%;
    padding-right: 70px;
    display: block;
  }
  #global-navbar > ul > li > ul > li:hover a, #global-navbar > ul > li > ul > li:active a {
    color: #FF5B40;
  }
  #global-navbar > ul > li > ul > li:not(:last-of-type):after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 10px);
    height: 1px;
    background-color: #376985;
  }
}
@media only screen and (max-width: 991px) {
  #global-navbar #burgerButton {
    width: 40px;
    position: absolute;
    right: 15px;
    z-index: 4;
    top: 25px;
    cursor: pointer;
  }
  #global-navbar #burgerButton span {
    width: 100%;
    height: 2px;
    background-color: #000;
    margin-bottom: 10px;
    display: block;
  }
  #global-navbar > ul {
    display: none;
    position: fixed;
    z-index: 1032;
    top: 0;
    right: 0;
    height: 100%;
    list-style: none;
    background-color: #e5e5e5;
    box-shadow: 4px -5px 14px 0px rgb(112, 112, 112);
  }
  #global-navbar > ul > li {
    font-family: "Montserrat-Bold";
    font-size: 14px;
    padding-right: 15px;
    margin: 20px 0;
  }
  #global-navbar > ul > li:first-of-type {
    margin-top: 35px;
    cursor: auto;
  }
  #global-navbar > ul > li:first-of-type > span {
    float: right;
    font-family: "Montserrat-Medium";
    margin-right: 15px;
    cursor: pointer;
  }
  #global-navbar > ul > li:first-of-type:after {
    content: " ";
    position: relative;
    height: 1px;
    width: 100%;
    background-color: #707070;
    display: block;
    pointer-events: none;
    margin-top: 10px;
  }
  #global-navbar > ul > li > ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #global-navbar > ul > li > ul > li {
    font-family: "Montserrat-Medium";
    border-bottom: 1px solid #fff;
    padding: 10px 10px 10px 0;
  }
}

#main.withoutBreadcrumb #global-navbar {
  height: 75px;
}

.headline {
  text-transform: uppercase;
  color: #00BCBE;
  font-size: 12px;
  position: relative;
  left: -15px;
  top: 10px;
}
.headline.fachbereich {
  color: black;
  z-index: 1;
}
.headline .navSection,
.headline .navChildsection {
  display: none;
}
.headline .navSection.active,
.headline .navChildsection.active {
  display: block;
}

.ansprechpartner {
  color: #050003;
}
.ansprechpartner #service .phone:before {
  content: " ";
  background-image: url("../img/mobile.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  padding-right: 20px;
  height: 25px;
  width: 25px;
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 10px;
}
.ansprechpartner #service .fax:before {
  content: " ";
  background-image: url("../img/fax.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  padding-right: 20px;
  height: 25px;
  width: 25px;
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 10px;
}
.ansprechpartner #service .mail {
  color: #050003;
  text-decoration: underline;
}
.ansprechpartner #service .mail:before {
  content: " ";
  background-image: url("../img/mail_thin.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  padding-right: 20px;
  height: 25px;
  width: 25px;
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 10px;
}
.ansprechpartner #service .medical_headline {
  color: black;
  font-size: 20px;
}
@media only screen and (max-width: 500px) {
  .ansprechpartner #service .medical_headline {
    font-size: 16px;
  }
}
.ansprechpartner #employee .phone:before {
  content: " ";
  background-image: url("../img/mobile.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  padding-right: 20px;
  height: 15px;
  width: 15px;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 10px;
}
.ansprechpartner #employee .fax:before {
  content: " ";
  background-image: url("../img/fax.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  padding-right: 20px;
  height: 15px;
  width: 15px;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 10px;
}
.ansprechpartner #employee .mail {
  color: #376985;
}
.ansprechpartner #employee .mail:before {
  content: " ";
  background-image: url("../img/mail_thin.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  padding-right: 20px;
  height: 15px;
  width: 15px;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 10px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #navbar#navbar, #navBarMobile#navbar {
    position: fixed;
    width: 125px;
  }
}
@media screen and (min-width: 1200px) {
  #navbar#navbar, #navBarMobile#navbar {
    position: fixed;
    width: 155px;
  }
}
#navbar .mobile_navbar, #navBarMobile .mobile_navbar {
  cursor: pointer;
}
#navbar #mobile_navbar, #navBarMobile #mobile_navbar {
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #E3E3E3;
  z-index: 3;
  box-shadow: 4px 0px 14px -5px rgb(112, 112, 112);
  overflow: hidden;
  color: #000;
}
#navbar #mobile_navbar .text, #navBarMobile #mobile_navbar .text {
  font-size: 12px;
  position: relative;
}
#navbar #mobile_navbar .text:after, #navBarMobile #mobile_navbar .text:after {
  width: 100%;
  position: relative;
  display: block;
}
#navbar .text, #navBarMobile .text {
  font-size: 12px;
  position: absolute;
  bottom: 12px;
}
#navbar .text:after, #navBarMobile .text:after {
  content: " ";
  height: 1px;
  background-color: #376985;
  position: absolute;
  bottom: 0;
  left: 0;
}
#navbar .number, #navBarMobile .number {
  font-size: 28px;
}

.keyfacts {
  color: #376985;
}
.keyfacts #navbar #mobile_navbar, .keyfacts #navBarMobile #mobile_navbar {
  width: 150px;
}
.keyfacts #navbar .text:after, .keyfacts #navBarMobile .text:after {
  width: 140%;
}
@media only screen and (max-width: 1199px) {
  .keyfacts #navbar .text:after, .keyfacts #navBarMobile .text:after {
    width: 120%;
  }
}
.keyfacts #keyfact1 #graph {
  height: auto;
  width: 100%;
  background-color: RGBA(80, 116, 138, 0.1);
}
.keyfacts #keyfact2 #graph {
  height: auto;
  width: 100%;
  background-color: RGBA(80, 116, 138, 0.1);
}
.keyfacts #keyfact2 #dosisreduktionen #small-circle {
  width: 82px;
  height: 82px;
  background-color: #FF5B40;
  border: 1px solid #FF5B40;
  border-radius: 80px;
  position: absolute;
  bottom: 0;
}
.keyfacts #keyfact2 #dosisreduktionen #big-circle {
  width: 140px;
  height: 140px;
  background-color: #666666;
  border: 1px solid #666666;
  border-radius: 80px;
}
.keyfacts #keyfact2 #therapieunterbrechungen #small-circle {
  width: 90px;
  height: 90px;
  background-color: #FF5B40;
  border: 1px solid #FF5B40;
  border-radius: 80px;
  position: absolute;
  bottom: 0;
}
.keyfacts #keyfact2 #therapieunterbrechungen #big-circle {
  width: 150px;
  height: 150px;
  background-color: #666666;
  border: 1px solid #666666;
  border-radius: 80px;
}
.keyfacts #keyfact3 #graph {
  height: auto;
  width: 100%;
  background-color: RGBA(80, 116, 138, 0.1);
  position: relative;
}

.fachinformation {
  width: 100%;
}
.fachinformation > div {
  text-align: center;
}
.fachinformation > div > a {
  text-align: center;
}
.fachinformation > div > a > div > span {
  display: inherit;
}
@media only screen and (max-width: 576px) {
  .fachinformation > div {
    width: 100%;
    text-align: left;
  }
}

#fachbereich {
  background-color: #FF5B40;
}
#fachbereich #fachbereich_hover {
  display: none;
}
#fachbereich #fachbereich_normal {
  display: block;
  line-height: 1;
  font-size: 50px;
}
@media only screen and (max-width: 1200px) {
  #fachbereich #fachbereich_normal {
    font-size: 44px;
  }
}
@media only screen and (max-width: 991px) {
  #fachbereich #fachbereich_normal {
    font-size: 50px;
  }
}
@media only screen and (max-width: 576px) {
  #fachbereich #fachbereich_normal {
    font-size: 40px;
  }
}
#fachbereich:hover, #fachbereich:active {
  position: relative;
}
#fachbereich:hover #fachbereich_hover, #fachbereich:active #fachbereich_hover {
  height: 100%;
  display: block;
}
#fachbereich:hover #fachbereich_hover > div, #fachbereich:active #fachbereich_hover > div {
  height: 100%;
}
#fachbereich:hover #fachbereich_hover > div > .border-button, #fachbereich:active #fachbereich_hover > div > .border-button {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 5px 20px 5px 20px;
}
#fachbereich:hover #fachbereich_hover > div > .border-button:hover, #fachbereich:hover #fachbereich_hover > div > .border-button:active, #fachbereich:active #fachbereich_hover > div > .border-button:hover, #fachbereich:active #fachbereich_hover > div > .border-button:active {
  text-decoration: none;
  color: #fff;
}
#fachbereich:hover #fachbereich_normal, #fachbereich:active #fachbereich_normal {
  display: none;
}

#patienteninformation {
  background-color: #00BCBE;
  transition: margin-top 0.2s linear;
}
#patienteninformation #patienteninformation_hover {
  display: none;
}
#patienteninformation #patienteninformation_normal {
  display: block;
  line-height: 1;
  font-size: 40px;
}
@media only screen and (max-width: 1200px) {
  #patienteninformation #patienteninformation_normal {
    font-size: 29px;
  }
}
@media only screen and (max-width: 991px) {
  #patienteninformation #patienteninformation_normal {
    font-size: 50px;
  }
}
@media only screen and (max-width: 576px) {
  #patienteninformation #patienteninformation_normal {
    font-size: 40px;
  }
}
@media only screen and (max-width: 400px) {
  #patienteninformation #patienteninformation_normal {
    font-size: 29px;
  }
}
#patienteninformation:hover, #patienteninformation:active {
  background-color: #009091;
  position: relative;
}
#patienteninformation:hover #patienteninformation_hover, #patienteninformation:active #patienteninformation_hover {
  height: 100%;
  display: block;
}
#patienteninformation:hover #patienteninformation_hover > div, #patienteninformation:active #patienteninformation_hover > div {
  height: 100%;
}
#patienteninformation:hover #patienteninformation_hover > div > .border-button, #patienteninformation:active #patienteninformation_hover > div > .border-button {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 5px 20px 5px 20px;
}
#patienteninformation:hover #patienteninformation_hover > div > .border-button:hover, #patienteninformation:hover #patienteninformation_hover > div > .border-button:active, #patienteninformation:active #patienteninformation_hover > div > .border-button:hover, #patienteninformation:active #patienteninformation_hover > div > .border-button:active {
  text-decoration: none;
  color: #fff;
}
#patienteninformation:hover #patienteninformation_normal, #patienteninformation:active #patienteninformation_normal {
  display: none;
}

#ansprechpartner {
  background-color: #FF5B40;
  position: relative;
}
#ansprechpartner > a:hover, #ansprechpartner > a:active {
  text-decoration: none;
  color: #fff;
}
#ansprechpartner > a img:last-of-type {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

#fachinformation {
  background-color: #FF5B40;
  position: relative;
}
#fachinformation > a:hover, #fachinformation > a:active {
  text-decoration: none;
  color: #fff;
}
#fachinformation > a img {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.fachbereich.height {
  height: 240px;
  position: relative;
  background: rgb(61, 106, 131);
  background: linear-gradient(260deg, rgba(61, 106, 131, 0.27) 0%, rgba(201, 214, 221, 0.27) 100%);
  cursor: pointer;
}
.fachbereich.height#boxTherapy .texts {
  font-size: 50px;
}
@media (max-width: 1199.98px) {
  .fachbereich.height#boxTherapy .texts {
    font-size: 40px;
  }
}
.fachbereich.height#boxMrcc img {
  position: absolute;
  bottom: 15px;
  transition: opacity 0.2s linear;
}
.fachbereich.height#boxMrcc img:first-of-type, .fachbereich.height#boxMrcc img:nth-of-type(2) {
  left: 15px;
  width: 68.53%;
}
.fachbereich.height#boxMrcc img:nth-last-of-type(2), .fachbereich.height#boxMrcc img:last-of-type {
  right: 15px;
  width: 12.65%;
}
.fachbereich.height#boxMrcc img:nth-of-type(2), .fachbereich.height#boxMrcc img:nth-last-of-type(2) {
  opacity: 0;
}
.fachbereich.height#boxMrcc:hover img:first-of-type, .fachbereich.height#boxMrcc:hover img:last-of-type {
  opacity: 0;
}
.fachbereich.height#boxMrcc:hover img:nth-of-type(2), .fachbereich.height#boxMrcc:hover img:nth-last-of-type(2) {
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .fachbereich {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}
.fachbereich#header {
  position: relative;
  color: white;
  margin-bottom: 30px;
}
.fachbereich#header #header_active {
  background-color: RGBA(80, 116, 138, 0.09);
  height: 245px;
}
@media only screen and (max-width: 991px) {
  .fachbereich#header #header_active {
    height: auto;
  }
}
.fachbereich#header #header_active > div {
  height: 100%;
}
.fachbereich#header #header_active > div > div {
  height: 100%;
}
@media only screen and (min-width: 1199px) {
  .fachbereich#header #header_active {
    height: 294px;
  }
}
.fachbereich#header #textOnPic {
  position: absolute;
  top: 20px;
  left: 30px;
  height: calc(100% - 37px);
}
.fachbereich#header #textOnPic > div {
  height: 100%;
}
.fachbereich#header #textOnPic .headline_big_upper {
  font-size: 47px;
}
@media only screen and (max-width: 484px) {
  .fachbereich#header #textOnPic .headline_big_upper {
    font-size: 27px;
  }
}
.fachbereich#header #textOnPic .headline_big_lower {
  font-size: 38px;
}
@media only screen and (max-width: 484px) {
  .fachbereich#header #textOnPic .headline_big_lower {
    font-size: 22px;
  }
}
.fachbereich#header #textOnPic .headline_small {
  font-size: 28px;
}
@media only screen and (max-width: 484px) {
  .fachbereich#header #textOnPic .headline_small {
    font-size: 16px;
  }
}
.fachbereich#header .button {
  line-height: 0;
  float: left;
  padding: 15px 30px;
  height: 0;
  font-size: 12px;
  border: 1px solid #fff;
  border-radius: 6px;
  outline: none;
  background: rgba(80, 116, 138, 0.27);
  color: #fff;
  text-align: center;
  cursor: pointer;
  margin-top: 1.5rem;
}
.fachbereich.referenzen > .divider {
  width: 100%;
  height: 1px;
  background-color: #707070;
}
.fachbereich.referenzen > .bold {
  cursor: pointer;
  font-size: 18px;
}
.fachbereich.referenzen > .bold:after {
  content: " +";
}
.fachbereich.referenzen.active > .light:after {
  content: " -";
}
.fachbereich.referenzen > .light {
  cursor: pointer;
  font-size: 16px;
}
.fachbereich.referenzen > .light:after {
  content: " +";
}
.fachbereich.referenzen .refcontainer {
  overflow: hidden;
  max-height: 0;
}
.fachbereich.referenzen:not(.main) .refcontainer {
  font-size: 10px;
}
.fachbereich.referenzen:not(.main) .refcontainer > div {
  text-indent: -17px;
  padding-left: 17px;
}
.fachbereich.referenzen:not(.main) .refcontainer > div.noIndent {
  text-indent: 0;
  padding-left: 0;
}
.fachbereich.referenzen:not(.main) .refcontainer > div > span.medium {
  width: 14px;
  display: inline-block;
  text-indent: 0;
}
.fachbereich.referenzen.main {
  color: #666666;
}
.fachbereich.referenzen.main .refcontainer {
  font-size: 12px;
}
.fachbereich.referenzen.main .refcontainer > div {
  text-indent: -12px;
  padding-left: 12px;
}
.fachbereich.referenzen.main .refcontainer > div > span.medium,
.fachbereich.referenzen.main .refcontainer > div > span.bold {
  width: 10px;
  display: inline-block;
  text-indent: 0;
}
.fachbereich.referenzen.active > .bold:after {
  content: " -";
}
.fachbereich.referenzen.active .refcontainer {
  max-height: 9999px;
}
.fachbereich .boxNav {
  position: absolute;
  top: 100%;
  left: 15px;
  width: calc(100% - 30px);
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s linear;
  font-size: 20px;
}
@media only screen and (max-width: 991px) {
  .fachbereich .boxNav {
    position: relative;
    width: calc(100% - 15px);
  }
}
.fachbereich .boxNav li {
  border-bottom: 1px solid #173559;
  padding: 20px 0 0px 0;
}
.fachbereich .line {
  display: block;
  width: 100%;
  height: 8px;
  transition: height 0.2s linear;
  background-color: #376985;
}
.fachbereich .texts {
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-size: 50px;
  line-height: 1.2;
  color: #376985;
  transition: color 0.2s linear;
}
.fachbereich:hover .line, .fachbereich:active .line {
  height: 100%;
}
.fachbereich:hover .texts, .fachbereich:active .texts {
  color: white;
}
.fachbereich:hover .boxNav, .fachbereich:active .boxNav {
  max-height: 500px;
}
.fachbereich .small_box {
  position: relative;
  height: 130px;
  width: 100%;
  margin-bottom: 15px;
  background: rgb(61, 106, 131);
  background: linear-gradient(260deg, rgba(61, 106, 131, 0.27) 0%, rgba(201, 214, 221, 0.27) 100%);
  font-size: 14px;
}
@media (max-width: 1199.98px) {
  .fachbereich .small_box {
    font-size: 12px;
  }
}
@media (max-width: 991.98px) {
  .fachbereich .small_box {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .fachbereich .small_box {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .fachbereich .small_box {
    font-size: 19px;
    padding-right: 40px;
  }
}
.fachbereich .small_box > a {
  font-size: 14px;
  width: 100%;
  height: 100%;
}
.fachbereich .small_box > img {
  position: absolute;
  bottom: 10px;
  right: 10px;
  height: 39px;
  width: auto;
}
.fachbereich .small_box.graybox {
  background-color: RGBA(80, 116, 138, 0.1);
}

#lunge {
  background-color: #F1F1F2;
  z-index: 2;
  position: relative;
  font-size: 48px;
  line-height: 60px;
  padding-top: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 575px) {
  #lunge {
    font-size: 32px;
    line-height: 48px;
  }
}
#lunge img {
  position: absolute;
  max-height: 80%;
  width: auto;
  bottom: -10%;
  right: -20%;
}
@media only screen and (max-width: 991px) {
  #lunge img {
    right: -10%;
    max-height: 85%;
  }
}
@media only screen and (max-width: 767px) {
  #lunge img {
    bottom: -12%;
    max-height: 80%;
  }
}
#lunge.hoverable:hover ~ #lunge_hover, #lunge.hoverable:active ~ #lunge_hover {
  transform: translateY(0);
}

#lunge_hover {
  position: absolute;
  width: calc(100% - 30px);
  transform: translateY(-100%);
  z-index: 1;
  transition: transform 0.2s linear;
}
#lunge_hover > .col-md-12 {
  background-color: #F1F1F2;
  height: auto;
}
#lunge_hover > .col-md-12 .divider {
  width: 100%;
  height: 2px;
  background-color: #707070;
}

.index_anim .divider {
  width: 90%;
  height: 1px;
  background-color: #707070;
}
@media only screen and (max-width: 991px) {
  .index_anim .divider {
    width: 100%;
  }
}
.index_anim #keyfacts {
  transition: transform 0.2s linear;
  z-index: 1;
}
.index_anim #keyfacts .main {
  background-color: #F2F2F2;
}
.index_anim #keyfacts:hover .slide, .index_anim #keyfacts:active .slide {
  transform: translateX(-100%);
  margin-right: -30px;
  transition-delay: 0.2s;
  background-color: #fff;
  border: 2px solid #707070;
  border-right-width: 0;
}
@media only screen and (max-width: 991px) {
  .index_anim #keyfacts:hover .slide, .index_anim #keyfacts:active .slide {
    transform: translateY(100%);
    margin-right: 0;
    margin-top: 1.5rem;
    z-index: 1;
    border: 0;
    background-color: #F2F2F2;
  }
}
.index_anim #keyfacts:hover + #reasons, .index_anim #keyfacts:active + #reasons {
  z-index: 0;
}
.index_anim #keyfacts #keyfactsText {
  overflow: hidden;
}
.index_anim #keyfacts #keyfactsText .texts {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 300px;
  line-height: 0.6;
  color: #DDDDDD;
}
.index_anim #keyfacts #keyfactsText .texts .rotated {
  font-size: 30px;
  transform: rotate(270deg);
  position: absolute;
  top: 60px;
  right: -100px;
}
.index_anim #reasons {
  transition: transform 0.2s linear, z-index 0.4s linear;
  z-index: 1;
}
.index_anim #reasons .main {
  background-color: #F2F2F2;
}
.index_anim #reasons:hover .slide, .index_anim #reasons:active .slide {
  transform: translateX(-100%);
  margin-right: -30px;
  background-color: #fff;
  border: 2px solid #707070;
  border-right-width: 0;
}
@media only screen and (max-width: 991px) {
  .index_anim #reasons:hover .slide, .index_anim #reasons:active .slide {
    transform: translateY(-100%);
    margin-right: 0;
    margin-top: -1.5rem;
    z-index: 1;
    border: 0;
    background-color: #F2F2F2;
  }
}
.index_anim #reasons #reasonsText {
  overflow: hidden;
}
.index_anim #reasons #reasonsText .texts {
  position: absolute;
  left: -30px;
  bottom: 0;
  font-size: 300px;
  line-height: 0.7;
  color: #DDDDDD;
}
.index_anim #reasons #reasonsText .texts .rotated {
  font-size: 30px;
  transform: rotate(270deg);
  position: absolute;
  top: 48px;
  right: -110px;
  text-align: right;
}
.index_anim #reasons #reasonsText .texts .rotated span {
  font-size: 16px;
}
.index_anim .main {
  height: 100%;
  position: absolute;
  left: 15px;
  right: 15px;
  z-index: 2;
}
.index_anim .slide {
  overflow: hidden;
  height: 100%;
  position: absolute;
  left: 15px;
  right: 15px;
  z-index: 1;
  transition: transform 0.2s linear, margin-right 0.1s linear;
}
.index_anim .slide .slide-box-text {
  font-size: 14px;
}
@media only screen and (max-width: 1200px) and (min-width: 991px) {
  .index_anim .slide .slide-box-text {
    font-size: 13px;
  }
}

.transform-left {
  transform: translateX(-100%);
}

.transform-down {
  margin-top: 328px;
}

.inputBox {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.inputBox .inputText {
  position: absolute;
  line-height: 50px;
  transition: 0.5s;
  opacity: 0.5;
}
.inputBox .input {
  position: relative;
  width: 100%;
  height: 50px;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.input .focus .inputText {
  transform: translateY(-30px);
  opacity: 1;
  font-size: 12px;
}

textarea {
  height: 200px !important;
}

.button {
  float: right;
  padding: 0 50px 0 50px;
  height: 35px;
  border: none;
  outline: none;
  background: #00BCBE;
  color: #fff;
}

.footer-text {
  font-size: 12px;
}

.reasons {
  color: #376985;
}
.reasons #navbar #mobile_navbar, .reasons #navBarMobile #mobile_navbar {
  width: 160px;
}
.reasons #navbar #mobile_navbar #wechselwirkungsprofil_a, .reasons #navBarMobile #mobile_navbar #wechselwirkungsprofil_a {
  padding-left: 12px;
  text-indent: -12px;
  display: block;
}
.reasons #navbar #mobile_navbar #wechselwirkungsprofil_a:after, .reasons #navBarMobile #mobile_navbar #wechselwirkungsprofil_a:after {
  left: -12px;
}
.reasons #navbar .text:after, .reasons #navBarMobile .text:after {
  width: 117px;
}
@media only screen and (max-width: 1199px) {
  .reasons #navbar .text:after, .reasons #navBarMobile .text:after {
    width: 87px;
  }
}
.reasons #infobox {
  background-color: #E24301;
  font-size: 14px;
}
.reasons #potenz #graph {
  height: auto;
  width: 100%;
  background-color: RGBA(80, 116, 138, 0.1);
}
.reasons #potenz #box {
  font-size: 12px;
  height: auto;
  background-color: RGBA(80, 116, 138, 0.19);
  line-height: 22px;
}
@media only screen and (min-width: 768px) {
  .reasons #potenz #box {
    position: absolute;
    right: 15px;
  }
}
.reasons #potenz table {
  font-size: 14px;
  width: 100%;
}
.reasons #potenz table tr {
  border-bottom: 1px solid #507489;
}
.reasons #potenz table tr:last-of-type {
  border: 0;
}
.reasons #potenz table td:first-of-type,
.reasons #potenz table th:first-of-type {
  border-right: 1px solid #507489;
  padding-left: 10px;
}
.reasons #potenz table td:last-of-type,
.reasons #potenz table th:last-of-type {
  padding-left: 10px;
}
.reasons #potenz table td,
.reasons #potenz table th {
  padding-top: 5px;
  padding-bottom: 5px;
}
.reasons #bioverfuegbarkeit #box {
  font-size: 12px;
  height: auto;
  background-color: RGBA(80, 116, 138, 0.19);
  line-height: 22px;
}
@media only screen and (min-width: 992px) {
  .reasons #bioverfuegbarkeit #box {
    position: absolute;
    right: 15px;
  }
}
.reasons #bioverfuegbarkeit table {
  font-size: 14px;
  width: 100%;
}
.reasons #bioverfuegbarkeit table tr {
  border-bottom: 1px solid #507489;
}
.reasons #bioverfuegbarkeit table tr:last-of-type {
  border: 0;
}
.reasons #bioverfuegbarkeit table td,
.reasons #bioverfuegbarkeit table th {
  border-right: 1px solid #507489;
  padding-left: 10px;
}
.reasons #bioverfuegbarkeit table td:last-of-type,
.reasons #bioverfuegbarkeit table th:last-of-type {
  border: 0;
  padding-left: 10px;
}
.reasons #bioverfuegbarkeit table td,
.reasons #bioverfuegbarkeit table th {
  padding-top: 5px;
  padding-bottom: 5px;
}
.reasons #halbwertszeit #graph {
  height: auto;
  width: 100%;
  background-color: RGBA(80, 116, 138, 0.1);
  position: relative;
}
.reasons #halbwertszeit #box {
  font-size: 12px;
  height: auto;
  background-color: RGBA(80, 116, 138, 0.19);
  line-height: 22px;
}
@media only screen and (min-width: 992px) {
  .reasons #halbwertszeit #box {
    position: absolute;
    right: 15px;
  }
}
.reasons #halbwertszeit table {
  font-size: 14px;
  width: 100%;
}
.reasons #halbwertszeit table tr {
  border-bottom: 1px solid #507489;
}
.reasons #halbwertszeit table tr:last-of-type {
  border: 0;
}
.reasons #halbwertszeit table td,
.reasons #halbwertszeit table th {
  border-right: 1px solid #507489;
  padding-left: 10px;
}
.reasons #halbwertszeit table td:last-of-type,
.reasons #halbwertszeit table th:last-of-type {
  border: 0;
  padding-left: 10px;
}
.reasons #halbwertszeit table td,
.reasons #halbwertszeit table th {
  padding-top: 5px;
  padding-bottom: 5px;
}
.reasons #vegfr #graph {
  height: auto;
  width: 100%;
  background-color: RGBA(80, 116, 138, 0.1);
}
.reasons #vegfr #box {
  font-size: 12px;
  height: auto;
  background-color: RGBA(80, 116, 138, 0.19);
  line-height: 22px;
}
@media only screen and (min-width: 768px) {
  .reasons #vegfr #box {
    position: absolute;
    right: 15px;
  }
}
.reasons #vegfr table {
  font-size: 14px;
  width: 100%;
}
.reasons #vegfr table tr {
  border-bottom: 1px solid #507489;
}
.reasons #vegfr table tr:last-of-type {
  border: 0;
}
.reasons #vegfr table td:first-of-type,
.reasons #vegfr table th:first-of-type {
  border-right: 1px solid #507489;
  padding-left: 10px;
}
.reasons #vegfr table td:last-of-type,
.reasons #vegfr table th:last-of-type {
  padding-left: 10px;
}
.reasons #vegfr table td,
.reasons #vegfr table th {
  padding-top: 5px;
  padding-bottom: 5px;
}
.reasons #wechselwirkungsprofil #graph {
  height: auto;
  width: 100%;
  background-color: RGBA(80, 116, 138, 0.1);
}
.reasons #wechselwirkungsprofil #box {
  font-size: 12px;
  height: auto;
  background-color: RGBA(80, 116, 138, 0.19);
  line-height: 22px;
}
.reasons #wechselwirkungsprofil #box2 {
  font-size: 14px;
  height: auto;
  background-color: RGBA(80, 116, 138, 0.1);
  line-height: 22px;
}
.reasons #wechselwirkungsprofil table {
  font-size: 14px;
  width: 100%;
}
.reasons #wechselwirkungsprofil table tr {
  border-bottom: 1px solid #507489;
}
.reasons #wechselwirkungsprofil table tr:last-of-type {
  border: 0;
}
.reasons #wechselwirkungsprofil table td:first-of-type,
.reasons #wechselwirkungsprofil table th:first-of-type {
  border-right: 1px solid #507489;
  padding-left: 10px;
}
.reasons #wechselwirkungsprofil table td:last-of-type,
.reasons #wechselwirkungsprofil table th:last-of-type {
  padding-left: 10px;
}
.reasons #wechselwirkungsprofil table td,
.reasons #wechselwirkungsprofil table th {
  padding-top: 5px;
  padding-bottom: 5px;
}
.reasons #resorption #box {
  font-size: 14px;
  height: auto;
  background-color: RGBA(80, 116, 138, 0.1);
  line-height: 22px;
}

@media only screen and (max-width: 400px) {
  .img_box {
    display: none;
  }
}

#formOrder .button,
#formContact .button {
  cursor: pointer;
}

.inputSearch {
  position: relative;
  display: inline-block;
}
.inputSearch:after {
  content: " ";
  position: relative;
  left: -34px;
  width: 29px;
  height: 29px;
  top: 10px;
  background-image: url("../img/search_lens.png");
  background-size: contain;
  background-position: center;
  display: inline-block;
  pointer-events: none;
}
.inputSearch > input {
  border: 2px solid #707070;
  border-radius: 5px;
}
.inputSearch #searchButton {
  position: absolute;
  top: 0;
  right: 26px;
  width: 44px;
  height: 44px;
}

.leave-banner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FF5B40;
  width: 100vw;
  color: #212529;
  z-index: 1100;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 35px;
}
.leave-banner a {
  text-decoration: underline;
  color: #212529;
}

.leave-banner-background {
  position: fixed;
  z-index: 1099;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  cursor: none;
  background-color: rgba(194, 194, 194, 0.4);
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background-color: #EA5B0C;
  z-index: 100;
  font-size: 14px;
  padding: 10px;
}
.cookie-banner > span {
  font-family: "Montserrat-Bold";
}
.cookie-banner a {
  text-decoration: underline;
  color: #212529;
}
.cookie-banner a.tilt {
  font-style: italic;
}

.document-publication {
  background-color: rgba(80, 116, 138, 0.2);
  display: inline-flex;
  padding: 15px;
  text-align: left;
  color: #376985;
  font-family: "Montserrat-SemiBold";
  align-items: center;
  height: 75px;
  font-size: 12px;
  margin-top: 25px;
}
.document-publication:hover {
  text-decoration: none;
  color: #376985;
}

.pointer {
  cursor: pointer;
}

.popup {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
  display: none;
  color: #000 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  background-color: #FFFFFF;
  max-width: 900px;
  padding: 40px;
  width: 100%;
  font-size: 14px;
}
.popup .popup-checkbox {
  width: 25px;
  height: 25px;
  border: 1px solid black;
  cursor: pointer;
  font-size: 18px;
  position: relative;
}
.popup .popup-checkbox > i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  display: none;
}
.popup .popup-checkbox.checked i {
  display: block;
}
.popup .popup-button-wrapper {
  font-size: 16px;
  margin-top: 50px;
}
@media (max-width: 800px) {
  .popup .popup-button-wrapper {
    font-size: 14px;
    flex-direction: column;
  }
}

.text-decoration-none {
  text-decoration: none;
}

.data-protection-wrapper {
  display: none;
}
.data-protection-wrapper .data-protection-bgr {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1032;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.data-protection-wrapper .data-protection-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1033;
  max-width: 1024px;
  width: 95%;
  padding: 30px 50px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
.data-protection-wrapper .data-protection-popup a {
  color: black;
}
.data-protection-wrapper .data-protection-popup a:not(.underline):hover {
  text-decoration: none;
}
.data-protection-wrapper .data-protection-popup a:hover {
  color: #000;
}
.data-protection-wrapper .data-protection-popup .data-protection-button-wrapper {
  display: flex;
}
@media (max-width: 991.98px) {
  .data-protection-wrapper .data-protection-popup .data-protection-button-wrapper {
    flex-direction: column;
  }
}
.data-protection-wrapper .data-protection-popup .data-protection-button {
  padding: 10px;
  border: 1px solid black;
  border-radius: 10px;
  cursor: pointer;
}
.data-protection-wrapper .data-protection-popup .data-protection-button:first-of-type {
  margin-right: 2rem;
}
@media (max-width: 991.98px) {
  .data-protection-wrapper .data-protection-popup .data-protection-button {
    max-width: 375px;
  }
  .data-protection-wrapper .data-protection-popup .data-protection-button:first-of-type {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

#modalFachbereich .modal-content {
  background: rgb(237, 242, 248);
  background: -moz-linear-gradient(225deg, rgb(237, 242, 248) 0%, rgb(219, 225, 232) 100%);
  background: -webkit-linear-gradient(225deg, rgb(237, 242, 248) 0%, rgb(219, 225, 232) 100%);
  background: linear-gradient(225deg, rgb(237, 242, 248) 0%, rgb(219, 225, 232) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#edf2f8",endColorstr="#dbe1e8",GradientType=1);
}
#modalFachbereich .modal-content .modal-header {
  border-bottom-width: 0;
  padding-bottom: 0;
}
#modalFachbereich .modal-content h2 {
  font-size: 32px;
  font-family: "Montserrat-SemiBold";
  margin-bottom: 35px;
}
#modalFachbereich .modal-content h3 {
  font-size: 21px;
  font-family: "Montserrat-Bold";
  margin-top: 35px;
  margin-bottom: 15px;
}
#modalFachbereich .modal-content img {
  margin-top: 10px;
  background-color: white;
}
#modalFachbereich .modal-content .imgNote {
  font-family: "Montserrat-Medium";
  font-size: 12px;
  color: #EA5B0C;
  margin-top: 15px;
}

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