:root {
    --primary-blue: #025d7a;
    --rich-navy: #02053a;
    --white: #ffffff;
    --charcoal-teal: #2a3c44;
    --lime-accent: #b2ff7b;
    --off-white: #fafbfc;
    --dark-charcoal: #1c2021;
    --deep-navy: #030d3c;
    --light-gray-bg: #f2f5f8;
    --gray-border: #e3e8ed;
    --mid-gray: #4c4e4f;
    --muted-gray: #6d6d6d;
    --muted-indigo: #535577;
    --deep-ocean-blue: #00406d;
}

@font-face {
  font-display: swap;
  font-family: 'Sora';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/sora-v16-latin-regular.eot');
  src: url('../fonts/sora-v16-latin-regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/sora-v16-latin-regular.woff2') format('woff2'),
       url('../fonts/sora-v16-latin-regular.woff') format('woff'),
       url('../fonts/sora-v16-latin-regular.ttf') format('truetype'), 
       url('../fonts/sora-v16-latin-regular.svg#Sora') format('svg');
}
@font-face {
  font-display: swap;
  font-family: 'Sora';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/sora-v16-latin-500.eot'); 
  src: url('../fonts/sora-v16-latin-500.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/sora-v16-latin-500.woff2') format('woff2'), 
       url('../fonts/sora-v16-latin-500.woff') format('woff'), 
       url('../fonts/sora-v16-latin-500.ttf') format('truetype'), 
       url('../fonts/sora-v16-latin-500.svg#Sora') format('svg');
}
@font-face {
  font-display: swap;
  font-family: 'Sora';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/sora-v16-latin-600.eot');
  src: url('../fonts/sora-v16-latin-600.eot?#iefix') format('embedded-opentype'),
       url('../fonts/sora-v16-latin-600.woff2') format('woff2'),
       url('../fonts/sora-v16-latin-600.woff') format('woff'),
       url('../fonts/sora-v16-latin-600.ttf') format('truetype'), 
       url('../fonts/sora-v16-latin-600.svg#Sora') format('svg');
}

body {
    font-size: 1rem;
    margin: 0.0rem;
    padding: 0.0rem;
    font-family: 'Sora';
    position: relative;
    overflow-x: hidden;
}
html, body {
    overflow-x: hidden;
}
h1 , h2 , h3 , h4 , h5 , h6{
    margin: 0;
    padding: 0.0rem;
    font-weight: 600;
}
h2 {
    font-size: 2.75rem;
}
h3 {
  font-size: 2rem;
  color: var(--rich-navy);
}

p {
  font-size: 1.125rem;
  line-height: 1.56;
  color: var(--dark-charcoal);
  margin-bottom: 0;
}
img{
    max-width: 100%;
}
a , a:hover , a:focus , a:visited , button , input , textarea , img{
    text-decoration: none !important;
    outline: none !important;
}
a {
	color: #00b6b9;
}
a:hover {
	color: var(--primary-blue);
}
address {
    margin: 0;
}
textarea{
    height: 10.363rem;
    resize: none;
    margin-top: 1.25rem;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
::-webkit-input-placeholder{
    opacity: 1 !important;
}
::-moz-placeholder{
    opacity: 1 !important;
}
:-ms-input-placeholder{ 
    opacity: 1 !important;
}
:-moz-placeholder{
    opacity: 1 !important;
}
section{
    position: relative;
    clear: both;
}
section:before , section:after{
    clear: both;
    display: table;
    content: "";
}
header ul, header ul li,
.banner_wrapper ul, .banner_wrapper li,
footer ul, footer li,
.ov_infobox ul, .ov_infobox li {
    margin: 0;
    padding: 0.0rem;
    list-style: none;
}

.main_wrapper {
	min-height: calc(100vh - 485px);
}

/*MOBILE HUMBERGER */
.hamburger-menu{
  display: flex;
  width: auto;
  position: relative;
  z-index: 999999;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  display: none;
}
.hamburger-menu a{
  display: inline-block;
  width: 40px;
  height: 35px;
}
.burger {
  height: 3em;
  width: 34px;
  position: relative;
  font-size: 0.75rem;
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-tap-highlight-color: transparent;
}
.burger::after {
  content: "";
  display: block;
  position: absolute;
  height: 150%;
  width: 150%;
  top: -25%;
  left: -25%;
}
.burger.burger-squeeze .burger-lines::after, 
.burger.burger-squeeze .burger-lines::before {
  width: 2em;
}
.burger .burger-lines::after {
  left: 0;
  top: -0.8em;
}
.burger .burger-lines::before {
  left: 0em;
  top: 0.8em;
}
.burger.burger-squeeze .burger-lines, 
.burger.burger-squeeze .burger-lines::after, 
.burger.burger-squeeze .burger-lines::before {
  transition: top .2s .2s,left .1s,transform .2s,background-color .4s .2s;
}
.burger .burger-lines, .burger .burger-lines::after, 
.burger .burger-lines::before {
  pointer-events: none;
  display: block;
  content: "";
  width: 100%;
  border-radius: .25em;
  background-color: var(--rich-navy);
  height: .25em;
  position: absolute;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.hamburger-menu-on.active .burger .burger-lines, 
.hamburger-menu-on.active .burger .burger-lines::after, 
.hamburger-menu-on.active .burger .burger-lines::before{
  background: rgba(255, 255, 255, 0.3);
}
.hamburger-menu.hamburger-menu-on.active {
  position: relative;
  margin-left: 0.938rem;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.close-humb .burger .burger-lines, 
.close-humb .burger .burger-lines::after, 
.close-humb .burger .burger-lines::before{
  background: var(--white);
}
.burger .burger-lines {
  top: 50%;
  margin-top: -.125em;
  width: 2.5em;
}
.burger.burger-squeeze .burger-lines::after, 
.burger.burger-squeeze .burger-lines::before {
  width: 34px;
  left: -.3em;
}
.burger.burger-squeeze.open .burger-lines::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.burger.burger-squeeze.open .burger-lines::after, 
.burger.burger-squeeze.open .burger-lines::before {
  left: 0;
  top: 0;
}
.burger.burger-squeeze.open .burger-lines, 
.burger.burger-squeeze.open .burger-lines::after, 
.burger.burger-squeeze.open .burger-lines::before {
  transition: background-color .2s,top .2s,left .2s,transform .2s .15s;
}
.burger.burger-squeeze.open .burger-lines::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.burger.burger-squeeze.open .burger-lines {
  background-color: initial;
}

.header_wrapper {
  position: relative;
  z-index: 9;
}
.header_top {
  background-color: var(--rich-navy);
  min-height: 40px;
  padding-top: 0.375rem;
}
.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--white);
}
.topbar > span {
  font-weight: 600;
}
.secondry_menu li {
  display: inline-block;
  position: relative;
  padding-left: 2.375rem;
}
.secondry_menu li::before {
  content: "";
  background-color: var(--muted-indigo);
  position: absolute;
  top: 7px;
  left: 17px;
  width: 0.5px;
  height: 14px;
}
.secondry_menu li:nth-child(1)::before {
    content: unset;
}
.secondry_menu li a {
    color: var(--white);
    transition: color 0.4s;
    font-weight: 500;
}
.secondry_menu li a:hover {
    color: var(--lime-accent);
}
.header_menus .secondry_menu,
.header_logo .h_social,
.dropdown-toggle.mob_drp {
  display: none;
}

.header_bottom {
  box-shadow: 0 0 6px rgba(10, 10, 13, 0.15);
  padding: 0.6875rem 0;
  background-color: var(--white);
}
.header_menus {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 1.0rem;
}
.header_menus .h_social {
  display: inline-block;
  padding-left: 0.9375rem;
  transition: opacity 0.4s;
}
.header_menus .h_social:hover {
    opacity: 0.75;
}
.primary_menu > li {
  display: inline-block;
}
.primary_menu > li:nth-child(1) > a {
    padding: 0 1.0rem;
}
.primary_menu > li > a {
  padding: 0 1rem;
  line-height: 3.11;
  font-size: 1.125rem;
  font-weight: 600;
  transition: color 0.4s;
  color: var(--charcoal-teal);
}
.primary_menu > li > a:hover {
    color: var(--rich-navy);
}
.primary_menu > li > a.active, .primary_menu > li > a:hover {
  background-color: rgba(0, 64, 109, 0.05);
}
.dropdown-toggle::after {
  content: "";
  border: none;
  background-image: url(../images/dropdown.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 12px;
  height: 7px;
  margin-bottom: -0.1875rem;
  margin-left: 0.625rem;
}
.primary_menu li .dropdown-menu {
    background-color: var(--rich-navy);
    border-radius: 0;
    border: none;
    padding-top: 0.625rem;
    padding-bottom: 1.0rem;
}
.dropdown-menu li a {
  font-size: 1.125rem;
  color: var(--white);
  transition: color 0.4s;
  font-weight: 600;
}
.dropdown-item:focus, .dropdown-item:hover, .dropdown-item.active {
  color: var(--lime-accent);
  background-color: transparent;
}

.banner_wrapper {
  background-image: url(../images/banner_shape.png);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  min-height: 881px;
}
.banner_content {
  width: calc(100% - 540px);
  padding-top: 8.0rem;
}
.banner_content h1 {
  font-size: 3rem;
  line-height: 1.17;
  color: var(--rich-navy);
  margin-bottom: 1.875rem;
}
.banner_content p, 
.banner_content span {
  font-size: 1.25rem;
  line-height: 1.6;
  color: var(--white);
  display: block;
}
.banner_content p {
  margin-bottom: 2.25rem;
}
.banner_content ul {
  padding-bottom: 2.8125rem;
}
.banner_content li {
    display: inline-block;
}
.banner_content li a {
  background: rgba(2, 5, 58, 0.05);
  display: inline-block;
  font-size: 1.125rem;
  display: inline-block;
  font-weight: 600;
  color: var(--rich-navy);
  transition: background 0.4s;
  padding: 0.90625rem 1.8625rem;
  margin-right: 0.3125rem;
}
.banner_content li a:hover {
    background: rgba(2, 5, 58, 0.15);
}
.banner_content span {
  padding-bottom: 1.5rem;
}
.banner_image {
  position: absolute;
  top: 105px;
  right: 100px;
  width: 669px;
  height: 669px;
}
.banner_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: var(--deep-ocean-blue);
  border-radius: 100%;
}
.banner_image::before {
  content: "";
  background-image: url(../images/banner_back_shape.png);
  width: 444px;
  height: 283px;
  position: absolute;
  bottom: -100px;
  z-index: -1;
  right: -25px;
  background-size: contain;
  background-repeat: no-repeat;
}
.scroll_down {
  display: block;
  text-align: center;
  animation: fade-in-down 2s ease infinite;
  margin-top: 1.25rem;
}
@keyframes fade-in-down {
  0% {
    opacity: 0.5;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.rehab_offer_wrapper {
  padding-top: 6.625rem;
}
.row.gx-4 {
  --bs-gutter-x: 2rem;
}
.rehab_header {
  position: relative;
  width: calc(100% - 100px);
  padding-bottom: 4.0625rem;
}
.rehab_header h2 {
  font-size: 2.5rem;
  color: var(--deep-navy);
  margin-bottom: 1.875rem;
}
.rehab_header span {
  display: inline-flex;
  width: 223px;
  height: 223px;
  background-color: var(--off-white);
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
  z-index: -1;
  left: -111px;
  top: -90px;
}
.rehab_offer_wrapper h3 {
  margin-bottom: 1.625rem;
}
.offer_box {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
  transition: box-shadow 0.5s;
  margin-bottom: 2.625rem;
}
.offer_box:hover {
    box-shadow: 0 0 43px rgba(0, 0, 0, 0.15);
}
.box_img {
  overflow: hidden;
}
.offer_box:hover .box_img img {
    transform: scale(1.15);
}
.box_img img {
  width: 100%;
  height: 245px;
  transition: transform 1.5s;
  object-fit: cover;
}
.offer_inr {
  padding: 1.375rem 1.625rem 1.4375rem 1.25rem;
  background-color: #fff;
}
.offer_inr h4 {
  font-size: 1.25rem;
  color: var(--rich-navy);
  margin-bottom: 1.0rem;
}
.offer_inr p {
  line-height: 1.44;
}
.offer_inr span {
  display: table;
  width: 42px;
  height: 42px;
  margin-top: 0.3125rem;
  align-items: center;
  justify-content: center;
  background-color: var(--light-gray-bg);
  margin-left: auto;
  text-align: center;
  line-height: 40px;
  transition: background-color 0.4s;
}
.offer_box:hover .offer_inr span {
    background-color: var(--primary-blue);
}
.offer_box:hover .offer_inr span img {
    filter: brightness(100);
}
.offer_link {
  font-size: 1.125rem;
  color: var(--rich-navy);
  transition: color 0.4s;
  font-weight: 600;
}
.offer_link span, .offer_link img {
  vertical-align: middle;
}
.offer_link:hover {
    color: var(--primary-blue);
}
.offer_link img {
  margin-left: 0.75rem;
  transition: transform 0.4s;
}
.offer_link:hover img {
    transform: translateX(8px);
    opacity: 0.7;
}
.offer_block {
  padding-bottom: 4.375rem;
}
.offer_desp {
  padding-bottom: 4.125rem;
  width: calc(100% - 180px);
}
.offer_desp h3 {
  margin-bottom: 1.125rem;
}

.news_box {
  background-color: var(--gray-border);
  margin-bottom: 2.1875rem;
  padding: 1.25rem 1.9375rem 1.75rem 1.9375rem;
}
.news_box > span {
  font-size: 1rem;
  color: var(--muted-gray);
}
.news_box small {
  font-size: 1rem;
  display: inline-block;
  padding-left: 0.3125rem;
}
.news_box h4 {
  font-size: 1.375rem;
  color: var(--rich-navy);
  padding: 1.25rem 0;
}
.news_box p {
  color: var(--mid-gray);
  max-width: 75rem;
}
.news_box a {
  background-color: var(--lime-accent);
  font-size: 1.125rem;
  color: var(--deep-ocean-blue);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  padding: 0 2.0rem 0 1.5625rem;
  transition: background-color 0.4s, color 0.4s;
  margin-top: 2.1875rem;
}
.news_box a:hover {
    background-color: var(--primary-blue);
    color: var(--white);
}
.news_box a:hover img {
    filter: brightness(100);
}

.news_box_header_top {
	display: flex;
	align-items: center;
}

.aktuelles_termine {
	margin-bottom: 3.75rem;
}

.aktuelles_termine .news_box {
	background-color: #fff;
	box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
}

.sp_treat_wrapper {
  padding-top: 3.625rem;
  padding-bottom: 6.6875rem;
}
.sp_treat_wrapper h3 {
  margin-bottom: 2.875rem;
}
.treat_img img {
  width: calc(100% - 1px);
  height: 521px;
  object-fit: cover;
}
.treat_content {
  background-color: rgb(178, 255, 123, 0.30);
  height: 100%;
  padding: 3.125rem 3.5625rem 3.125rem 2.875rem;
}
.treat_content h4 {
  font-size: 1.5rem;
  color: var(--rich-navy);
  margin-bottom: 2.0625rem;
}
.treat_content p {
  margin-bottom: 1.75rem;
}
.treat_content a {
  margin-top: 2.625rem;
  display: block;
}


.more_offer_wrapper, .course_wrapper  {
  background-color: rgba(242, 245, 248, 0.5);
  padding-top: 5.3125rem;
  padding-bottom: 5.125rem;
}
.more_offer_wrapper h3,
.course_wrapper h3  {
  margin-bottom: 3.0rem;
}
.c_offer .box_img img {
  height: 334px;
}
.c_offer .offer_inr {
  padding: 2.1875rem 2.0rem 1.875rem 1.875rem;
}
.c_offer .offer_inr h4 {
  font-size: 1.5rem;
}
.c_offer .offer_inr p {
	line-height: 1.56;
	max-height: 14rem;
	overflow: auto;
	margin-bottom: 2rem;
}
.c_offer .offer_inr span {
  width: 56px;
  line-height: 56px;
  height: 56px;
  margin-top: -0.9375rem;
}
.c_offer .offer_inr p {
  padding-right: 1.0625rem;
}

.offer_news_block .offer_inr p {
	max-height: 10rem;
}

.footer_wrapper {
  background-color: var(--primary-blue);
  padding: 2.5rem 0 2.75rem 0;
  background-image: url(../images/footer_bg.jpg);
  background-blend-mode: multiply;
}
.footer_top {
  border-bottom: 1px solid rgba(255,255,255,0.15);
  padding-bottom: 1.25rem;
}
.footer_top_left li {
  color: var(--white);
  font-size: 1.125rem;
  line-height: 1.56;
  padding-bottom: 1.75rem;
}
.footer_top_left li span {
  display: block;
}
.footer_top_left small {
  font-size: 1.125rem;
  display: inline-block;
  min-width: 17px;
}
.footer_top_left li p, .footer_top_left li a {
  color: var(--white);
}
.footer_top_right {
  text-align: right;
  padding-top: 0.625rem;
}
.footer_top_right li {
  display: inline-block;
  padding-left: 2.125rem;
}
.footer_top_right a {
  font-size: 1.125rem;
  color: var(--white);
  font-weight: 600;
}
.footer_bottom {
  padding-top: 2.5rem;
}
.footer_bottom p {
  font-size: 1rem;
  color: var(--white);
}
.footer_bottom a {
  display: block;
  text-align: right;
}
.footer_wrapper a {
    transition: color 0.4s;
}
.footer_wrapper a:hover {
    color: var(--lime-accent);
}

#go-to-top-btn {
	display: none;
	position: fixed;
	right: 7%;
	bottom: 2rem;
	padding: 0.7rem;
	border: none;
	background-color: #00b6b9;
	color: white;
	box-shadow: 1px 1px 4px #0000004f;
	justify-content: center;
	align-items: center;
}

#go-to-top-btn img {
	filter: saturate(0);
	rotate: 180deg;
}

/*rahab*/
.inrbanner_wrapper {
  min-height: 250px;
  margin-bottom: 2.5rem;
  background-image: url(../images/inner_banner_bg_reh.png);
  background-repeat: no-repeat;
  background-position: bottom left;
}
.inrbanner_reh {
    background-image: url(../images/inner_banner_bg_reh.png);
}
.innr_block {
  position: relative;
}
.inner_header {
  position: relative;
  margin-top: 5.5rem;
}
.inner_header span {
  position: absolute;
  left: -46px;
  top: -25px;
}
.inner_header h1 {
  font-size: 3rem;
  position: relative;
  color: var(--rich-navy);
}
.inr_banner_right {
  position: absolute;
  right: 50px;
  top: -115px;
  z-index: -1;
}

.ov_reha_wrapper {
  padding-bottom: 5.3125rem;
}
.reha_overview h2 {
  font-size: 2rem;
  color: var(--rich-navy);
  margin-bottom: 2.1875rem;
}
.reha_overview {
  padding-right: 4.75rem;
}
.reha_overview p {
  margin-bottom: 1.75rem;
}
.ov_infobox {
  margin-left: auto;
  width: calc(100% - 6px);
}
.ov_infobox > img {
  width: 100%;
  height: 358px;
  object-fit: cover;
}
.info_content {
  background-color: var(--light-gray-bg);
}
.info_content small {
  display: block;
  color: var(--rich-navy);
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}
.info_content h3 {
  font-size: 1.375rem;
  color: var(--rich-navy);
  margin-bottom: 1.5rem;
}
.info_content p {
  color: var(--mid-gray);
  margin-bottom: 1.75rem;
}
.info_space p:last-child {
    margin-bottom: 0;
}
.info_content p b, .info_content p a {
  color: var(--rich-navy);
}
.info_btn {
  width: 100%;
  transition: background-color 0.4s;
  background-color: var(--primary-blue);
  color: var(--white);
  font-weight: 600;
  font-size: 1.125rem;
  display: inline-flex;
  align-items: center;
  height: 56px;
  justify-content: space-between;
  padding: 0 1.9375rem;
}
.info_btn:hover {
    background-color: var(--rich-navy);
}
.info_btn span, .info_btn img {
  vertical-align: middle;
}
.info_space {
  padding: 1.5625rem 1.875rem;
}
.course_wrapper {
  padding-bottom: 6.75rem;
}
.course_wrapper .offer_box {
  margin-bottom: 2.0rem;
}
.course_wrapper .offer_inr p {
  padding-right: 3.4375rem;
}

/*balance*/
.inrbanner_bal {
    background-image: url(../images/inner_banner_bg_bal.png);
}
.bal_train_wrapper .info_content h2 {
  margin-bottom: 1.25rem;
  font-size: 1.375rem;
  color: var(--rich-navy);
}
.bal_train_wrapper .offer_link:hover img {
  transform: translateX(0px);
}
.info_space li {
  line-height: 1.56;
  padding-bottom: 0.375rem;
}
.info_space li b {
    font-size: 1.125rem;
}

.training_wrapper {
  background-color: rgba(242, 245, 248, 0.5);
  padding-top: 6.1875rem;
  padding-bottom: 1.5625rem;
}
.train_block {
  display: flex;
  background-color: var(--white);
  margin-bottom: 5.625rem;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
  align-items: center;
}
.train_img {
  width: calc(35% + 24px);
}
.train_img img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}
.train_content {
  width: 65%;
  padding: 1.5625rem 4.5rem 0 4.5rem;
}
.train_content p {
  margin-bottom: 1.75rem;
}
.train_alt {
	flex-direction: row-reverse;
}
.train_alt .train_content {
  padding: 1.5625rem 3.125rem 0 4.875rem;
}

section > .container {
			padding-left: 0;
			padding-right: 0;
	}

/* News-Detailseite */
.news-single h1 {
		color: var(--deep-navy);
		font-size: 2rem;
		margin-bottom: 1.5625rem;
		margin-top: 1rem;
}
.news-single .date {
	margin-top: 3rem;
}
.news-single .desc {
	color: var(--dark-charcoal);
	min-height: 5lh;
	min-height: 7.5rem;
}
.news-single .text-link {
	margin-top: 2rem;
	margin-bottom: 3rem;
	color: var(--dark-charcoal);
	font-size: 1.2rem;
	transition: all 600ms 0ms ease;
}
.news-single .text-link span {
	padding-left: 1rem;
}
.news-single .text-link:hover {
	scale: 1.05;
}


/* News-Detailseite Ende */

/* Zertifikate Start */
.certificates h2 {
	font-size: 1.75rem;
	margin-bottom: 2rem;
}

.certificates .frame-type-uploads {
	margin-bottom: 3rem;
}
.certificates ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 2rem;
	list-style: none;
}
.certificates ul>li {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 12rem;
	/* hyphens: auto; */
	text-align: center;
}
.certificates a > span {
	color: var(--dark-charcoal);
	text-wrap: balance;
}
.certificates img {
		width: 13rem;
		height: auto;
		max-height: 10rem;
		width: auto;
		object-fit: cover;
		margin-bottom: 1rem;
}
/* Zertifikate Ende */

/* Ferienwohnungen Start */
.fewo img {
	height: auto;
	object-fit: cover;
}

.fewo h3 {
	margin-bottom: 1.875rem;
}

.fewo h4 {
	margin-top: 3rem;
	margin-bottom: 2rem;
}

.fewo .offer_link {
	font-size: 1.2rem;
}

.fewo .offer_link img {
	width: 24px;
}

/* Ferienwohnungen Ende */

/* Produkte */
.produkte-teaser h3 {
	margin-bottom: 2rem;
	margin-top: 3rem;
}

/* Impressum, Datenschutz */
.impressum_datenschutz {
	margin-bottom: 3rem;
}

.impressum_datenschutz h1, h2, h3, h4 {
		color: var(--deep-navy);
	}
	
.impressum_datenschutz h1 {
	font-size: 2rem;
	margin-bottom: 1.7rem;
	margin-bottom: 1lh;
}
.impressum_datenschutz h2 {
	font-size: 1.75rem;
	margin-top: 2rem;
	margin-top: 1.2lh;
	margin-bottom: 1.7rem;
	margin-bottom: 1lh;
}
.impressum_datenschutz h3 {
	font-size: 1.35rem;
	margin-bottom: 0.75rem;
	margin-top: 1rem;
}
.impressum_datenschutz h4 {
	font-size: 1.1rem;
	margin-bottom: 0.5rem;
	margin-top: 0.75rem;
}
/* Impressum Datenschutz Ende */


/* Kontaktformular */
#kontaktformular-636 input, textarea, .form-control {
	margin-bottom: 2rem;
	max-width: 37rem;
	padding: 0.8rem 1rem;
}

#kontaktformular-636 .btn {
  transition: background-color 0.4s;
  background-color: var(--primary-blue);
  color: var(--white);
  font-weight: 600;
  font-size: 1.125rem;
  display: inline-flex;
  align-items: center;
  height: 56px;
  justify-content: space-between;
  margin-bottom: 4rem;
  position: relative;
  padding-right: 2.7rem;
  /* margin-right: 1rem; */
  border-radius: 0 !important;
  border: none;
}

#kontaktformular-636 .btn:hover {
	background-color: var(--rich-navy);	
}
#kontaktformular-636 .btn:after {
	content: url("https://www.fib.zwoelf.netzwerkstelle.de/fileadmin/templates/public/images/contact_icon.png");
	position: absolute;
	right: 0.7rem;
	bottom: .5rem;
	
}
#kontaktformular-636 .btn-cancel {
	border-right: 1px solid var(--rich-navy);
	margin-right: 1px;
}

#kontaktformular-636 .btn-cancel:after {
	content: none;
}
/* Kontaktformular Ende */

@media all and (min-width: 767px) {
    .primary_menu li .dropdown-menu{ display: none; }
    .primary_menu li:hover .nav-link{   }
    .primary_menu li:hover .dropdown-menu{ display: block; }
    .primary_menu li .dropdown-menu{ margin-top:0; }
}

@media screen and (min-width: 1801px) {
    .container {
        max-width: 1424px;
    }
}

@media screen and (max-width:1199px) {

    .body-hide {
        overflow: hidden;
    }
    .hdr_right .h_social {
        margin-right: 12px;
    }
    .header_menus {
        margin-top: 0;
        display: block;
        position: fixed;
        width: 85%;
        height: 100%;
        top: 0;
        right: -1199px;
        padding-top: 7.375rem;
        transition: right 0.5s;
        z-index: 1001;
        padding-left: 0;
        text-align: left;
        background-position: bottom;
        background-color: var(--deep-navy);
        box-shadow: 0 0 13px rgb(0 0 0 / 50%);
    }
    .header_wrapper.active .header_menus {
        right: 0;
    } 
    .header_wrapper.active .burger .burger-lines::after, 
    .header_wrapper.active .burger .burger-lines::before {
        background-color: var(--white);
    }
    .offer_inr {
        padding: 1.375rem 1.25rem 1.4375rem 1.25rem;
    }
    .header_top, .header_menus a.h_social {
        display: none;
    }
    .header_bottom {
        padding: 0.9375rem 0;
    }
    .header_menus .secondry_menu {
        display: block;
        padding-top: 1.875rem;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
    }
    .header_logo a.h_social, .hamburger-menu {
        display: inline-block;
        vertical-align: middle;
    }
    .header_logo a.h_social img {
        width: 35px;
        object-fit: contain;
    }
    .header_logo > a > img {
        width: 210px;
        object-fit: contain;
        height: auto;
    }
    .header_logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    a.nav-link.dropdown-toggle.desk_drp:after, 
    .secondry_menu li::before {
        content: unset;
    }
    a.dropdown-toggle.mob_drp {
        display: inline-block;
        font-size: 0;
    }
	.dropdown-toggle.mob_drp {
        display: inline-block;
        font-size: 0;
		cursor: pointer;
    }
	
    .primary_menu > li {
        display: block;
        padding: 0 2rem 1.875rem 2rem;
    }
    .primary_menu > li:nth-child(1) > a {
        padding: 0;
    }
    .primary_menu > li > a {
        padding: 0;
        line-height: 1;
        color: var(--white);
        display: inline-block;
    }
    .dropdown-toggle::after {
        margin-bottom: 0.125rem;
        margin-left: 0.625rem;
        filter: brightness(100);
    }
    .secondry_menu li {
        display: block;
        padding: 0 2rem 0.9375rem 2rem;
    }
    .primary_menu li .dropdown-menu {
        background-color: var(--charcoal-teal);
        position: unset !important;
        transform: unset !important;
        margin-top: 0.75rem !important;
    }
    .primary_menu > li:nth-child(1) > a img {
        filter: brightness(100);
    }
    .primary_menu > li > a:hover {
        color: var(--lime-accent);
    }
    .banner_wrapper {
        min-height: 940px;
    }
    .banner_content {
        width: 100%;
        padding: 4.375rem 12px 0 12px;
    }
    .banner_content h1 {
        font-size: 1.75rem;
        line-height: 1.29;
        margin-bottom: 1.25rem;
    }
    .banner_content p, .banner_content span {
        font-size: 1rem;
        line-height: 1.75;
    }
    .banner_content ul {
        padding-bottom: 1.875rem;
    }
    .banner_content li a {
        font-size: 1rem;
        padding: 0.625rem 1.25rem;
        margin-right: 0.3125rem;
        margin-bottom: 0.625rem;
    }
    .banner_image {
        display: none;
    }
    .rehab_offer_wrapper {
        padding-top: 6.25rem;
    }
    .rehab_header {
        width: 100%;
    }
    .rehab_header span {
        width: 100px;
        height: 100px;
        left: -30px;
        top: -70px;
    }
    .rehab_header span img {
        width: 50px;
        height: auto;
    }
    .rehab_header h2 {
        font-size: 1.625rem;
        margin-bottom: 1.25rem;
    }
    p {
        font-size: 1rem;
        line-height: 1.625;
    }
    h3 {
        font-size: 1.5rem;
    }
    .offer_box {
        margin-bottom: 1.875rem;
    }
    .offer_link {
        font-size: 1rem;
    }
    .offer_desp {
        padding-bottom: 2.8125rem;
        width: 100%;
    }
    .offer_desp h3 {
        margin-bottom: 0.9375rem;
    }
    .rehab_offer_wrapper h3 {
        margin-bottom: 1.25rem;
    }
    .news_box h4 {
        font-size: 1.25rem;
        padding: 0.9375rem 0;
    }
    .news_box a {
        font-size: 1rem;
        height: 45px;
        padding: 0 2.0rem 0 1.5625rem;
        margin-top: 1.25rem;
    }
    .news_box {
        margin-bottom: 1.25rem;
        padding: 1.25rem;
    }
    .sp_treat_wrapper h3 {
        margin-bottom: 1.25rem;
    }
    .treat_img img {
        width: calc(100% - 0px);
        height: 100%;
    }
    .treat_content {
        padding: 1.875rem 1.5625rem;
    }
    .treat_content h4 {
        font-size: 1.25rem;
        margin-bottom: 1.875rem;
    }
    .sp_treat_wrapper {
        padding: 3.4375rem 0;
    }
    .more_offer_wrapper, .course_wrapper {
        padding-top: 3.4375rem;
        padding-bottom: 2.5rem;
    }
    .more_offer_wrapper h3, .course_wrapper h3 {
        margin-bottom: 1.25rem;
    }
    .c_offer .offer_inr {
        padding: 1.25rem;
    }
    .c_offer .offer_inr h4 {
        font-size: 1.25rem;
    }
    .c_offer .offer_inr p {
        line-height: 1.625;
    }
    .c_offer .offer_inr span {
        width: 48px;
        line-height: 48px;
        height: 48px;
        margin-top: 0;
    }
    .c_offer .box_img img {
        height: 250px;
    }
    .footer_top_right li {
        display: block;
        padding-left: 0;
        padding-bottom: 0.625rem;
    }
    .footer_top_left li {
        font-size: 1rem;
        line-height: 1.625;
        padding-bottom: 1.25rem;
    }
    .footer_top_right a {
        font-size: 1rem;
    }
    .footer_wrapper {
        background-size: cover;
        background-position: center;
    }

    .footer_bottom p {
        font-size: 0.875rem;
        line-height: 1.57;
    }

    .footer_bottom {
        padding-top: 1.875rem;
    }

    /*rehasport*/
    .inner_header img {
        width: 70px;
        height: auto;
    }
    .inner_header span {
        left: 0;
        top: -60px;
    }
    .inner_header h1 {
        font-size: 2.25rem;
    }
    .inrbanner_wrapper {
        min-height: 230px;
        background-position: center bottom;
    }
    .inr_banner_right {
        right: 10px;
        top: 30px;
    }
    .inr_banner_right img {
        width: 210px;
        height: auto;
    }
    .reha_overview {
        padding-right: 0.25rem;
    }
    .reha_overview h2 {
        font-size: 1.625rem;
        margin-bottom: 1.25rem;
    }
    .ov_infobox {
        width: 100%;
        margin-top: 1.25rem;
    }
    .ov_reha_wrapper {
        padding-bottom: 3.125rem;
        padding-top: 1.25rem;
    }
    .info_space {
        padding: 1.5625rem;
    }

    /*balacnce*/
    .training_wrapper {
        padding-top: 3.75rem;
    }

}

@media screen and (max-width: 767px) {
	.main_wrapper {
		min-height: calc(100vh - 634px);
	}
    .footer_top_right {
        text-align: left;
    }
    .footer_bottom a {
        padding-top: 1.25rem;
    }
    .footer_bottom p, .footer_bottom a {
        text-align: center;
    }

    .bal_train_wrapper .ov_infobox {
        margin-top: 2.5rem;
    }
    .train_img img {
        height: 100%;
    }
    .train_block {
        display: flex;
        margin-bottom: 2.5rem;
        flex-direction: column;
    }
    .train_content {
        width: 100%;
        padding: 1.5625rem !important; 
    }
    .train_img {
        width: 100%;
    }

}

@media screen and (max-width: 1199px) and (min-width: 768px) {
	.main_wrapper {
		min-height: calc(100vh - 465px);
	}

    .header_logo a.h_social {
        padding-left: 0.3125rem;
    }
    .header_menus {
        width: 50%;
    }
    .banner_content li a {
        padding: 0.625rem 0.75rem;
    }
    .banner_wrapper {
        min-height: 700px;
        background-position: left;
    }
    .treat_img {
        height: 100%;
    }
    .offer_desp:last-child {
        padding-bottom: 0;
    }
    .footer_wrapper {
        padding: 2.5rem 0 1.875rem 0;
    }

    /*rehasport*/
    .inr_banner_right {
        right: 0;
        top: -60px;
    }
    /* .ov_infobox > img { */
        /* height: 205px; */
    /* } */
    .info_space {
        padding: 1.25rem;
    }
    .info_btn {
        font-size: 1rem;
        height: 50px;
        padding: 0 1.0rem;
    }

    /*balance*/
    .train_img img {
        height: 390px;
    }
    .train_content {
        padding: 1.25rem 1.25rem 0 1.25rem !important;
    }
    .train_block, .aktuelles_termine {
        margin-bottom: 3.125rem;
    }
    .ov_infobox {
        margin-top: 0;
    }
    .inner_header span {
        left: -30px;
        top: -40px;
    }

}

@media screen and (max-width: 1199px) and (min-width: 992px) {

    .header_menus {
        width: 35%;
    }
    .banner_content {
        width: 60%;
        padding-top: 4.375rem;
    }
    .banner_wrapper {
        min-height: 720px;
        background-position: -70px 0px;
    }
    .banner_image {
        display: block;
        width: 380px;
        height: 380px;
        right: 30px;
        top: 240px;
    }
    .banner_image::before {
        width: 310px;
        height: 160px;
        bottom: -90px;
    }
    .scroll_down {
        position: absolute;
        width: 100%;
        bottom: 60px;
        z-index: 9;
    }

}

@media screen and (max-width: 1800px) and (min-width: 1200px) {

    .container {
        max-width: 1224px;
    }
    p {
        font-size: 1rem;
        line-height: 1.625;
    }
    h3 {
        font-size: 1.5rem;
    }
    .header_logo a img {
        width: 225px;
        object-fit: contain;
        height: 72px;
    }
    .primary_menu > li > a {
        padding: 0 0.75rem;
        line-height: 2.875;
        font-size: 1rem;
    }
    .header_menus {
        padding-top: 0.75rem;
    }
    .primary_menu > li:nth-child(1) > a {
        padding: 0 0.625rem;
    }
    .dropdown-menu li a {
        font-size: 1rem;
    }
    .banner_wrapper {
        min-height: 740px;
    }
    .banner_content {
        width: calc(100% - 440px);
        padding-top: 6.25rem;
    }
    .banner_content h1 {
        font-size: 2.625rem;
        line-height: 1.19;
        margin-bottom: 1.5625rem;
    }
    .banner_content p, .banner_content span {
        font-size: 1.125rem;
        line-height: 1.56;
    }
    .banner_content ul {
        padding-bottom: 2.1875rem;
    }
    .banner_content li a {
        font-size: 1rem;
        padding: 0.625rem 0.9375rem;
        margin-right: 0.3125rem;
    }
    .banner_content span {
        padding-bottom: 1.25rem;
    }
    .banner_image {
        top: 165px;
        right: 40px;
        width: 450px;
        height: 450px;
    }
    .banner_image::before {
        width: 395px;
        height: 235px;
        bottom: -100px;
        right: -25px;
    }
    .rehab_header h2 {
        font-size: 2rem;
        margin-bottom: 1.5625rem;
    }
    .rehab_header span {
        width: 130px;
        height: 130px;
        left: -65px;
        top: -55px;
    }
    .rehab_header span img {
        width: 90px;
        height: 70px;
        object-fit: contain;
    }
    .rehab_offer_wrapper h3 {
        margin-bottom: 1.25rem;
    }
    .box_img img {
        height: 200px;
    }
    .offer_inr {
        padding: 1.25rem 0.9375rem;
    }
    .offer_inr h4 {
        font-size: 1.125rem;
        margin-bottom: 0.75rem;
    }
    .offer_inr p {
        line-height: 1.5;
    }
    .offer_box {
        margin-bottom: 1.875rem;
    }
    .offer_link {
        font-size: 1rem;
    }
    a.offer_link img {
        width: 20px;
        object-fit: contain;
    }
    .offer_inr span {
        width: 39px;
        height: 39px;
        margin-top: 0.3125rem;
        line-height: 38px;
    }
    .offer_desp {
        padding-bottom: 3.125rem;
        width: calc(100% - 100px);
    }
    .news_box {
        margin-bottom: 1.5625rem;
        padding: 1.25rem;
    }
    .news_box h4 {
        font-size: 1.125rem;
        padding: 0.9375rem 0;
    }
    .news_box a {
        font-size: 1rem;
        height: 45px;
        padding: 0 1.5625rem;
        margin-top: 1.5625rem;
    }
    .sp_treat_wrapper h3, 
    .more_offer_wrapper h3, 
    .course_wrapper h3 {
        margin-bottom: 1.875rem;
    }
    .treat_img, .treat_img img {
        height: 100%;
    }
    .treat_content {
        padding: 1.875rem 2.5rem 1.875rem 1.875rem;
    }
    .c_offer .box_img img {
        height: 285px;
    }
    .c_offer .offer_inr {
        padding: 1.5625rem 1.25rem 1.25rem 1.25rem;
    }
    .c_offer .offer_inr h4 {
        font-size: 1.375rem;
    }

    .footer_wrapper {
        padding: 2.1875rem 0;
    }
    .footer_top_left li {
        font-size: 1rem;
        line-height: 1.625;
        padding-bottom: 1.25rem;
    }
    .footer_top_left small, .footer_top_right a {
        font-size: 1rem;
    }
    .footer_bottom {
        padding-top: 1.875rem;
    }
    .footer_bottom p {
        font-size: 0.875rem;
    }
    .footer_top {
        padding-bottom: 0.625rem;
    }

    /*rehasport*/
    .inrbanner_wrapper {
        min-height: 200px;
        background-position: bottom left -210px;
    }
    .inner_header {
        margin-top: 3.75rem;
    }
    .inner_header span {
        left: -36px;
        top: -30px;
    }
    .inner_header img {
        width: 70px;
        height: auto;
    }
    .inner_header h1 {
        font-size: 2.25rem;
    }
    .inr_banner_right {
        right: 0px;
        top: -105px;
    }
    .inr_banner_right img {
        width: 320px;
        height: auto;
    }
    .reha_overview h2 {
        font-size: 1.75rem;
        margin-bottom: 1.5625rem;
    }
    .reha_overview {
        padding-right: 2.8125rem;
    }
    .ov_infobox > img {
        height: 100%;
    }
    .info_space {
        padding: 1.25rem;
    }
    .info_content h3 {
        font-size: 1.25rem;
        margin-bottom: 0.9375rem;
    }
    .info_content p {
        margin-bottom: 1.25rem;
    }
    .info_btn {
        font-size: 1rem;
        height: 50px;
        padding: 0.0rem 1.0rem;
    }

    /*balance*/
    .train_img img {
        height: 330px;
    }
    .train_content {
        padding: 1.5625rem 3.125rem 0 3.125rem;
    }
    .train_block, .aktuelles_termine {
        margin-bottom: 3.75rem;
    }

}

@media screen and (min-width: 1200px) {
	.header_bottom .row > * {
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (max-width: 1900px) and (min-width: 1700px) {

    .inrbanner_wrapper {
        background-position: bottom left -30px;
    }

}

@media screen and (max-width: 1270px) and (min-width: 1200px) {

    .container {
        max-width: 1164px;
    }
    .banner_image {
        top: 245px;
        width: 410px;
        height: 410px;
    }
    .scroll_down {
        margin-top: 0.0rem;
    }
    .rehab_header span {
        width: 100px;
        height: 100px;
        left: -35px;
        top: -45px;
    }
    .rehab_header span img {
        width: 60px;
        height: 60px;
    }
    .inner_header span {
        left: -21px;
        top: -30px;
    }
    .primary_menu > li > a {
        padding: 0 0.438rem;
    }

}

@media screen and (max-width: 8000px) and (min-width: 2100px) {

    .banner_image {
        right: 0;
        width: 1920px;
        height: auto;
        left: 0;
        margin: 0 auto;
        text-align: right;
    }
    .banner_image img {
        width: 669px;
        height: 669px;
    }
    .banner_content, .scroll_down {
        position: relative;
        z-index: 9;
    }
    .scroll_down {
        margin-top: 0;
    }
    .inrbanner_wrapper {
        background-position: bottom left -100px;
        background-size: 100%;
    }

}

@media screen and (max-width: 576px){
	.main_wrapper > * {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
}