
/*
 * This file is part of the TYPO3 CMS project.
 *
 * It is free software; you can redistribute it and/or modify it under
 * the terms of the GNU General Public License, either version 2
 * of the License, or any later version.
 *
 * For the full copyright and license information, please read the
 * LICENSE.txt file that was distributed with this source code.
 *
 * The TYPO3 project - inspiring people to share!
 */
 

/* NEUE FARBEN, ABER WIRD ERSETZT (s. unten COLOR DEFINITIONS) */
/*
:root {
	--lightblue: #95D3E6;
	--blue: #00A1BE;
	--darkblue: #435F87;
	--magenta: #FF5F00;
	--white: #ffffff;
	--link: #00A1BE;
	--nav-item: #00A1BE;
	--sk-posts-grid: #95D3E6;
} 
*/
 
/* Umbrüche setzen in Texten */
p, div, h1, h2, h3, h4, h5, h6, b {
	hyphens: auto;
	overflow-wrap: break-word;
	word-wrap: break-word; 
}
	
/* --- GRID (Legacy) --- */

.lightblue-colorscheme,
main .container.container-margin.lightblue-colorscheme > .row,
main .container-fluid.container-margin.lightblue-colorscheme > .row,
main .container-fluid.container-margin-no-padding.lightblue-colorscheme > .row {
	background-color: var(--bdag-primary-color-light);
}

.blue-colorscheme,
main .container.container-margin.blue-colorscheme > .row,
main .container-fluid.container-margin.blue-colorscheme > .row,
main .container-fluid.container-margin-no-padding.blue-colorscheme > .row {
	background-color: var(--bdag-primary-color);
}

.darkblue-colorscheme,
main .container.container-margin.darkblue-colorscheme > .row,
main .container-fluid.container-margin.darkblue-colorscheme > .row,
main .container-fluid.container-margin-no-padding.darkblue-colorscheme > .row {
	background-color: var(--bdag-secondary-color);
	/* color: var(--white); */
}

.magenta-colorscheme,
main .container.container-margin.magenta-colorscheme > .row,
main .container-fluid.container-margin.magenta-colorscheme > .row,
main .container-fluid.container-margin-no-padding.magenta-colorscheme > .row {
	background-color: var(--bdag-deco-color);
}

body main .container {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

body main .container .container {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

body .container h2 {
	margin-top: 0px;
}


/* --- BODY --- */

/*Startseite Slider Box */
.bdag-header-startseite-box { margin-top: -1em; margin-bottom: -1em;}
.bdag-header-startseite-box header { width: 386px; height: 386px; position: absolute; background-color: var(--bdag-deco-color); aspect-ratio: 1/1; padding: 40px; padding-top: 47px; right: 12%; top: 11%; z-index: 100; vertical-align: center;}
.bdag-header-startseite-box h3.ce-headline-center  { transition: 0.25s; text-align: left; background-color: var(--bdag-secondary-color); border-color: var(--bdag-secondary-color); border-radius: 0; color: var(--bdag-text-negative); font-weight: 400; font-size: 16px; text-align: left; border: 1px solid transparent; padding: 0.375rem 0.375rem; width: 180px;}
.bdag-header-startseite-box h3.ce-headline-center:hover { background-color: #17a2b8; }
.bdag-header-startseite-box header h2 a, .bdag-header-startseite-box header h2 { font-size: 45px; color: var(--bdag-text-negative); line-height: 54px; text-align: left; }

body { -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto; ms-hyphenate-limit-last: none; moz-hyphenate-limit-last: none; webkit-hyphenate-limit-last: none; hyphenate-limit-last: none; ms-hyphenate-limit-lines: no-limit; moz-hyphenate-limit-lines: no-limit; webkit-hyphenate-limit-lines: no-limit; hyphenate-limit-lines: no-limit; word-break: break-word;
	font-family: Roboto, Arial, Sans-Serif; color: var(--bdag-secondary-color); font-size: 18px; 
	background-color: var(--bdag-mainbackground) !important;
}

/* --- SLIDER ---*/
.news .swiper .swiper-button-next, .news .swiper .swiper-button-prev{
	text-shadow: 1px 1px 1px #39407a50,0 0 25px #39407a50,0 0 5px #39407a50 !important;
}

/*Bild unten bei der Startseite mit mehr rand*/
#c40 img.image-embed-item {padding: 10px;}


/*  --- NEWS ****/
#news-container-168 h3, .sk-post-username {
	font-family: "Montserrat", Arial, Sans-Serif !important;
	font-weight: bold;
}

/* --- TYPOGRAPHIE --- */

@font-face {
	font-family: "Montserrat";
	src:
		local("Montserrat"),
		url("Montserrat/Montserrat-VariableFont_wght.ttf") format("truetype");
}

@font-face {
	font-family: "Roboto";
	src:
		local("Roboto"),
		url("Roboto/Roboto-VariableFont_wdth,wght.ttf") format("truetype");
}

.bdag-box-link {
  display: flex;
  align-items: center;     /* vertikale Zentrierung */
  justify-content: center; /* horizontale Zentrierung (optional) */
  text-align: center !important;      /* optional für zentrierten Text */
  height: 100%;            /* oder eine feste Höhe, z. B. 300px */
}


.bdag-box-link > header {
	padding: 0 40px 0 40px !important;
	align-content: center;
	align-items: center;
	align-self: center;
}


h1, h2 {
	font-family: "Montserrat", Arial, Sans-Serif;
	font-weight: bold;
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-size: 60px;
}

header h2.card-title {
	font-size:45px;
	height: 10rem;
}

.col-md-4 h2 {font-size:28px;}


h3 {
	font-family: "Montserrat", Arial, Sans-Serif;
	margin-top: 1rem;
	margin-bottom: 1rem;
	color: var(--bdag-primary-color);
	font-size: 20px;
}

h4, h5, h6 {
	font-family: Roboto, Arial, Sans-Serif;
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-weight: 900;
	color: var(--bdag-primary-color);
	font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
	hyphens: none;
}

a{
	color:var(--bdag-link-text);
}

a:hover{
	color:var(--bdag-deco-color);
	text-decoration:none;
}

main ul {
	padding: 0px;
}
main ul li {
	margin-left: 10px;
	padding-left: 5px;
}
main ul li::marker {
	content: url(pink-button.png);
}

/* Automatischer weisser Text wenn hintergrund Blau (Mittleres Türkis) */
.bdag_blue_background *, .blue-colorscheme * {
  color: var(--bdag-text-negative);
}

/*Quadratische Boxen Medivo Startseite*/
#c898 .col-md-12 .row div.colorscheme-type-.frame-space-before- {
	aspect-ratio: 1 / 1;
}

 
#swiper-963 .card-body .more::after {
  content: "Zum Partnervertrag";
}
#swiper-963 .card-body .more {
  font-size: 0; /* Originaltext ausblenden */
}
#swiper-963 .card-body .more::after {
  font-size: 16px;
}
#swiper-963 .card-body .news-list-date {
  display: none;
}


#c898 .col-md-12 .row div.colorscheme-type-.frame-space-before- {
	width: 100vw;
    height: 100vw;
    max-width: 22rem;
    max-height: 22rem;
}

#c898 .col-md-12 .row div.colorscheme-type-.frame-space-before- p {
	font-size: 20px;
}

#c898 .col-md-12 .row div.colorscheme-type-.frame-space-before- .frame-layout-4 .ce-bodytext p {
	height: unset;
}

.darkblue-colorscheme h1,
main .container.container-margin.darkblue-colorscheme > .row h1,
main .container-fluid.container-margin.darkblue-colorscheme > .row h1,
main .container-fluid.container-margin-no-padding.darkblue-colorscheme > .row h1,
.darkblue-colorscheme h2,
main .container.container-margin.darkblue-colorscheme > .row h2,
main .container-fluid.container-margin.darkblue-colorscheme > .row h2,
main .container-fluid.container-margin-no-padding.darkblue-colorscheme > .row h2,
.darkblue-colorscheme h3,
main .container.container-margin.darkblue-colorscheme > .row h3,
main .container-fluid.container-margin.darkblue-colorscheme > .row h3,
main .container-fluid.container-margin-no-padding.darkblue-colorscheme > .row h3,
.darkblue-colorscheme h4,
main .container.container-margin.darkblue-colorscheme > .row h4,
main .container-fluid.container-margin.darkblue-colorscheme > .row h4,
main .container-fluid.container-margin-no-padding.darkblue-colorscheme > .row h4,
.darkblue-colorscheme h5,
main .container.container-margin.darkblue-colorscheme > .row h5,
main .container-fluid.container-margin.darkblue-colorscheme > .row h5,
main .container-fluid.container-margin-no-padding.darkblue-colorscheme > .row h5,
.darkblue-colorscheme h6,
main .container.container-margin.darkblue-colorscheme > .row h6,
main .container-fluid.container-margin.darkblue-colorscheme > .row h6,
main .container-fluid.container-margin-no-padding.darkblue-colorscheme > .row h6 {
	color: var(--bdag-text-negative);
}

.lightblue-colorscheme h3,
main .container.container-margin.lightblue-colorscheme > .row h3,
main .container-fluid.container-margin.lightblue-colorscheme > .row h3,
main .container-fluid.container-margin-no-padding.lightblue-colorscheme > .row h3 {
	color: var(--bdag-secondary-color);
}

.point, h1 .point, h2 .point, h3 .point, h4 .point, h5 .point, h6 .point {
	display: none;
}

.blue-colorscheme a,
main .container.container-margin.blue-colorscheme > .row a,
main .container-fluid.container-margin.blue-colorscheme > .row a,
main .container-fluid.container-margin-no-padding.blue-colorscheme > .row a,
.bdag_blue_background a {
	color: var(--bdag-deco-color);
}

.blue-colorscheme a:hover,
main .container.container-margin.blue-colorscheme > .row a:hover,
main .container-fluid.container-margin.blue-colorscheme > .row a:hover,
main .container-fluid.container-margin-no-padding.blue-colorscheme > .row a:hover,
.bdag_blue_background a:hover {
	color: var(--bdag-secondary-color);
}

.magenta-colorscheme a,
main .container.container-margin.magenta-colorscheme > .row a,
main .container-fluid.container-margin.magenta-colorscheme > .row a,
main .container-fluid.container-margin-no-padding.magenta-colorscheme > .row a,
.bdag_magenta_background a {
	color: var(--bdag-secondary-color);
}

.magenta-colorscheme a:hover,
main .container.container-margin.magenta-colorscheme > .row a:hover,
main .container-fluid.container-margin.magenta-colorscheme > .row a:hover,
main .container-fluid.container-margin-no-padding.magenta-colorscheme > .row a:hover,
.bdag_magenta_background a:hover {
	color: var(--bdag-link-text);
}


/* --- HAUPTNAVIGATION --- */
/* --- Start Navigation --- */
li.nav-item.active.current a.nav-link{
	color: var(--bdag-link-text);
}

/* Höhe korrekt setzen */
.navbar-right {
	margin: -20px 0;
	padding-top: 15px;
	z-index: 200;
}

/* in den vordergrund */
.navbar.navbar-light {
	z-index: 200;
}
/* überschüssige höhe entfernen */
.navbar-right div {
	padding-bottom: 0 !important;
	margin-top: 0 !important;
}
/* überschüssige höhe entfernen */
.navbar-right .container .col-md-12,
.navbar-right .container .col-md-12 .frame,
.navbar-right .container .col-md-12 .ce-textpic,
.navbar-right .container .row {
	margin-top: 0 !important;
}

.navbar-right .col-md-12 div.frame-default .ce-bodytext p {
	line-height: 23px;
	padding-top: 5px;
}
.navbar-light .navbar-toggler-icon {
	background-image: none;
}
.bdag-custom-burgermenu {
	margin-top: 4px;
	width: 35px;
	height: 25px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
	transform: scale(0.8);
}
nav.navbar button:focus{
	outline: none !important;
} 
.bdag-custom-burgermenu div {
	height: 4px;
	background-color: var(--bdag-menue-color);
}
  
/*Navbar Toggler styling Burger Menü */
nav button.navbar-toggler {
	border: none;
	scale: 1.5;
}
.mainnavigation {
	background-color: var(--bdag-mainbackground) !important;
}
.mainnavigation .navbar-light {
	float: right;
	margin-left: 50px;
	margin-top: 27px;
}
.mainnavigation .navbar-light .navbar-collapse {
	position: absolute;
	top: 73px;
	right: 0px;
	z-index: 300;
	background: var(--bdag-menue-color);
	padding: 20px;
}
.mainnavigation .navbar-light .navbar-nav .nav-link,
.mainnavigation .navbar-light .navbar-nav .nav-link:hover {
	color: var(--bdag-menue-text);
	width: 200px;
}
.mainnavigation-menu {
	background-color: var(--bdag-menue-color) !important;
	border-top: 6px solid var(--bdag-primary-color);
	position: sticky;
  	top: 0;
  	width: 100%;
  	z-index: 100;
	border-bottom: 1px solid var(--bdag-primary-color);
}

.mainnavigation-mycura img,
.mainnavigation-menu-mycura img {
	height: 50px;
	width: auto;
}
.mainnavigation-mycura img {
	margin-left: 50px;
}
.mainnavigation-menu-mycura {
	display: none;
	margin-top: 5px;
}
.navbar-right.mainnavigation-mycura div {
	margin-top: 31px;
}
.sitelogo img {
	height: 59px;
}
.breadcrumbcontainer {
	background-color: var(--bdag-primary-color-light);
}
.breadcrumbcontainer .container {
	padding-top: 0px;
	padding-bottom: 0px;
}
.breadcrumbcontainer .container .breadcrumb {
	background-color: inherit;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.breadcrumbcontainer .container .breadcrumb li {
	font-family: Roboto, Arial, Sans-Serif;
	margin-right: 0.5rem;
	margin-left: 0px;
	padding-left: 0px;
}
.breadcrumbcontainer .container .breadcrumb li::marker {
	content: none;
}
.breadcrumbcontainer .container .breadcrumb li a {
	color: var(--bdag-secondary-color);
}
.breadcrumbcontainer .container .breadcrumb li a:after {
	content: "|";
	color: var(--bdag-secondary-color);
	margin-left: 0.5rem;
	font-family: "Montserrat", Arial, Sans-Serif;
}

.navbar {
	float: left;
	padding: 0.5rem;
}
.navbar-right {
	float: right;
}
.navbar-right .img-fluid{margin-top:10px;}
.navbar-right div {
	float: right;
	margin-top: 5px;
	margin-left: 15px;
}
.languagemenu {
	display: none;
}
.dropdown, .dropup {
	position: static;
}
.mainnavigation-menu .navbar-collapse .dropdown-menu {
	width: 72rem;
	text-align: left;
	left: 0;
	top: 3.3rem;
	background-color: var(--bdag-secondary-color);
}
.mainnavigation-menu .navbar-collapse .dropdown-item {
	margin: 1rem 0;
	padding: .1rem 0.9rem;
}
.pagets__bdag_sitepackage_home .mainnavigation-menu .navbar-collapse .dropdown-item {
	width: 16.5rem;
}
.mainnavigation-menu .navbar-collapse .dropdown-item .dropdown-item {
	width: auto;
	height: auto;
	float: none;
	margin: 0;
	padding: .1rem 0;
}
.mainnavigation-menu .navbar-collapse .dropdown-menu .dropdown-menu {
	width: auto;
}
.mainnavigation-menu .navbar-collapse .dropdown-menu .dropdown-item {
	font-weight: 600;
	font-size: 0.9rem;
}
.mainnavigation-menu .navbar-collapse .dropdown-menu .dropdown-item .nav-link {
	padding: 0 0.6rem;
	width: 22rem;
}


/********* SUBNAVI **********/

/* Fix der Navigation 10.06.2025 */

ul.dropdown-menu {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
ul.dropdown-menu .subnavi-title{
	padding-right: 1rem !important;
	display: none !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.dropdown-menu .nav-link{
	font-size: 18px !important;
	text-transform: uppercase;
	width: 100% !important;
}
.nav-link{
	width: 100% !important;
}
/* 1. Ebene: Normalabstand */
ul.dropdown-menu > .dropdown-item,
ul.dropdown-menu > .dropdown-item > .nav-link {
  padding-top: 2px !important;
  padding-bottom: 4px !important;
}

/* 2. Ebene: etwas kleiner */
ul.dropdown-menu .dropdown-menu > .dropdown-item,
ul.dropdown-menu .dropdown-menu > .dropdown-item > .nav-link {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

/* 3. Ebene: noch kleiner */
ul.dropdown-menu .dropdown-menu .dropdown-menu > .dropdown-item,
ul.dropdown-menu .dropdown-menu .dropdown-menu > .dropdown-item > .nav-link {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

ul.dropdown-menu .subnavi-title::after{
	display: none !important;
}
ul.dropdown-menu .nav-link::before{
	display: none !important;
}
.navbar-collapse {
	width: 755%;
	margin-right: -83px;
}

.bdag-custom-burgermenu {
  cursor: pointer;

}

.nav-link {padding: 0;}

.bdag-burgermenu-stich-1,
.bdag-burgermenu-stich-2,
.bdag-burgermenu-stich-3 {
  height: 4px !important;
  transition: background-color 0.3s ease;
}

/* Hover-Effekt auf das ganze Burgermenü */
.bdag-custom-burgermenu:hover .bdag-burgermenu-stich-1,
.bdag-custom-burgermenu:hover .bdag-burgermenu-stich-2,
.bdag-custom-burgermenu:hover .bdag-burgermenu-stich-3 {
  background-color: var(--bdag-link-text);
}

/* Ausgangszustand: versteckt */
.dropdown-menu {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease, opacity 0.2s ease;
  opacity: 0;
  pointer-events: none;
}

/* Dropdown-Menüs animiert */
.dropdown-menu {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease, opacity 0.2s ease;
  opacity: 0;
  pointer-events: none;
}

#mainnavigation-collapse .dropdown-item.dropdown > .dropdown-toggle::after {
  display: inline-block;
  transform: rotate(0deg); /* Rechts */
  transition: transform 0.2s ease;
}
#mainnavigation-collapse .dropdown-item.dropdown.show > .dropdown-toggle::after {
  transform: rotate(90deg); /* Unten */
}

/* Wenn Dropdown offen ist */
.dropdown.show > .dropdown-menu {
  max-height: 500px;
  opacity: 1;
  pointer-events: auto;
}

/* Pfeil standardmäßig nach rechts */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 5px;
  transition: transform 0.2s ease;
  transform: rotate(-90deg);
}

/* Wenn Dropdown offen ist, rotiert der Pfeil */
.dropdown.show > .nav-link.dropdown-toggle::after {
  transform: rotate(0deg);
 
}

.dropdown-menu .dropdown-item,
.dropdown-menu .nav-link {
  padding-top: 2px;
  padding-bottom: 2px;
}
.dropdown-menu > .dropdown-item:first-of-type,
.dropdown-menu > li:first-of-type > .nav-link {
  padding-top: 0;
}
.dropdown-item.dropdown {
  padding-top: 3px;
  padding-bottom: 2px;
}
.dropdown-menu .dropdown-menu .dropdown-item {
  padding-top: 2px;
  padding-bottom: 3.5px;
}
.dropdown-menu .dropdown-menu .dropdown-item.dropdown {
  padding-top: 1.5px;
  padding-bottom: 2px;
}
.dropdown-item:not(:first-child) {
  margin-top: 1px; /* vorher 6px */
}
.navbar-nav > .nav-item {
  padding-top: 8px;   /* vorher 12px */
  padding-bottom: 8px; /* vorher 7px */
}
.navbar-nav > .nav-item:first-child {
  padding-top: 0;
}
.footer .navbar-nav > .nav-item {
  padding-top: 8px;   /* Rück-Korrektur Footer */
}

.navbar-nav > .nav-item > .nav-link {
  font-size: 18px !important;
}
.dropdown-menu .nav-link {
  font-size: 16px !important;
}
.navbar-nav a.nav-link {
  transition: color 0.3s ease;
}
.navbar-nav a.nav-link:hover {
  color: var(--bdag-link-text) !important;
}
.dropdown-menu, .rootline-path {
	min-height: 1px !important;
}
.nav-link:hover {
	color: var(--bdag-link-text);
}
.navbar-collapse {
	margin-right: 13px !important;
	width: 368px;
}

/* Media-Query für die Navi-Anpassungen */
@media only screen and (max-width: 991px) {
	div.navbar-collapse {
		width: 847%;
		margin-right: -83px;
		position: absolute !important;
		top: 138% !important;
	}
}
@media only screen and (max-width: 770px) {
	div.navbar-collapse {
		width: 640%;
		margin-right: -83px;
		position: absolute !important;
		top: 138% !important;
	}
}
@media only screen and (max-width: 768px) {
	div.navbar-collapse {
		top: 129% !important;
	}
	.mainnavigation .navbar-light {
		float: right;
		margin-left: 50px;
		margin-top: 22px;
	}
}
@media only screen and (max-width: 580px) {
	div.navbar-collapse {
	margin-right: 12px !important;
	}
}
@media only screen and (max-width: 575px) {
	div.navbar-collapse {
	margin-right: 16px !important;
	width: 606%;
	}
}
@media only screen and (max-width: 540px) {
	div.navbar-collapse {
	width: 755%;
	margin-right: -30px !important;
	}
}
@media only screen and (max-width: 514px) {
	div.navbar-collapse {
	width: 765%;
	margin-right: -30px !important;
	}
}
@media only screen and (max-width: 470px) {
	div.navbar-collapse {
	width: 770%;
	margin-right: -30px !important;
	}
}
@media only screen and (max-width: 448px) {
	div.navbar-collapse {
	width: 780%;
	margin-right: -30px !important;
	}
}
@media only screen and (max-width: 411px) {
	div.navbar-collapse {
	width: 790%;
	margin-right: -30px !important;
	}
}
@media only screen and (max-width: 387px) {
	div.navbar-collapse {
	width: 795%;
	margin-right: -30px !important;
	}
}
@media only screen and (max-width: 370px) {
	div.navbar-collapse {
	width: 800%;
	margin-right: -30px !important;
	}
}
@media only screen and (max-width: 365px) {
	div.navbar-collapse {
	width: 810%;
	margin-right: -30px !important;
	}
}
@media only screen and (max-width: 344px) {
	div.navbar-collapse {
	width: 820%;
	top: 159% !important;
	}
}

.subnavi-title{
	color: var(--bdag-menue-text);
	font-weight:bold;
	padding-top:20px;
	margin-left:10px;
	padding-bottom:10px;
}
.subnavi-title::after{
	content: url(pink-button.png);
	padding-right:5px;
	display: inline-block;
	vertical-align: bottom;
	line-height: 0.8rem;
	margin-left: -0.3rem;
}
.subnavi-subtitle{
	color: var(--bdag-menue-text);
	margin-left:10px;
	font-size:0.8rem;
}
.mainnavigation-menu .navbar-collapse .dropdown-menu .dropdown-item .dropdown-item {
	font-weight: normal;
	font-size: 0.8rem;
}
.mainnavigation-menu .navbar-collapse .dropdown-menu .dropdown-item .dropdown-item .nav-link {
	padding: 0 0.6rem;
}

li.nav-item .dropdown-menu a.nav-link::before{
	content: url(pink-button.png);
	padding-right:5px;
}
li.nav-item.active.current.dropdown a{
	color: var(--bdag-link-text);
}
li.nav-item.active.dropdown a.nav-link.dropdown-toggle{
	color: var(--bdag-link-text);
}
li.nav-item.active.current.dropdown .dropdown-menu a{
	color: var(--bdag-menue-text);
}
li.nav-item.active.dropdown .dropdown-menu a.nav-link.dropdown-toggle{
	color: var(--bdag-menue-text);
}
li.nav-item.active.dropdown .dropdown-menu li.dropdown-item.active.dropdown li.dropdown-item a.nav-link.dropdown-toggle{
	color: var(--bdag-menue-text);
}
li.nav-item.active.dropdown .dropdown-menu li.dropdown-item.active.dropdown a.nav-link.dropdown-toggle{
	color: var(--bdag-link-text);
}
li.nav-item.active.dropdown .dropdown-menu li.dropdown-item.active a.nav-link{
	color: var(--bdag-link-text);
}
li.nav-item.active.dropdown .dropdown-menu li.dropdown-item.active .dropdown-menu a{
	color: var(--bdag-menue-text);
}
li.nav-item.active.dropdown .dropdown-menu li.dropdown-item.active.dropdown li.dropdown-item.active a.nav-link{
	color: var(--bdag-link-text);
}
li.nav-item.active.dropdown .dropdown-menu li.dropdown-item.active.dropdown li.dropdown-item.active .dropdown-menu a.nav-link{
	color: var(--bdag-menue-text);
}
li.nav-item.active.dropdown .dropdown-menu li.dropdown-item.active.dropdown li.dropdown-item.active.dropdown li.dropdown-item.active a.nav-link{
	color: var(--bdag-link-text);
}
.mainnavigation-menu .navbar-collapse .dropdown-menu .dropdown-menu {
	background: none;
	position: absolute !important;
	top: 5.5rem;
	left: 24rem;
	border-left: 1px solid var(--bdag-menue-text);
	border-radius:0px;
	bottom: 1rem;
	margin-top:10px;
	padding:0px;
}
.mainnavigation-menu .navbar-collapse .dropdown-menu .dropdown-menu .dropdown-menu {
	top: 0px;
	bottom: 0px;
	margin-top:0px;
}
.dropdown-item.active, .dropdown-item:active{
	background-color:transparent !important;
}
.dropdown-item .dropdown-toggle::after {
	border-top: .3em solid transparent;
	border-bottom: .3em solid transparent;
	border-left: .3em solid;
	border-right: 0;
	vertical-align: .155em;
	margin-left: .355em;
}

/* --- End Navigation --- */


/* --- HEADER --- */

.news .swiper .card {
	display:flex !important;
}

.header .news .swiper {
	margin-bottom: 0px !important;
	height: 500px !important;
}

.header .news .swiper figure {
	margin-bottom: 0px;
}

.header .news .swiper .card:before {
	display: none;
}

.header .news .swiper .card-body {
	position: absolute;
	top: 23px;
	right: 200px;
	height: 450px;
	width: 450px;
	background: var(--bdag-deco-color);
	color: var(--bdag-text-negative);
}

.header .news .swiper h2,
.header .news .swiper h3 {
	color: var(--bdag-text-negative);
}

.header .frame-type-image img {
	height: 500px;
}

.news-list-item h3, .news-list-item div.lead { min-height: fit-content; }

.header .news .swiper .news-teaser {
	height: 150px;
	overflow: hidden;
}

.header .news .swiper .news-teaser p {
	font-family: "Montserrat", Arial, Sans-Serif;
	font-size: 20px;
}

.header .news .swiper .more {
	background-color: var(--bdag-secondary-color);
  	border-color: var(--bdag-secondary-color);
	border-radius: 0rem;
	color: var(--bdag-text-negative);
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.header .news .swiper .more:hover {
	background-color: var(--bdag-link-color);
  	border-color: var(--bdag-link-color);
	border-radius: 0rem;

}

.header .frame-layout-9 .news .swiper .card-body {
	display: none;
}

/* Kontaktformular styling */

/* Linie Fix der Radio Buttons */
.inputs-list .form-group .form-check {margin-left: 20px;}

/* ---------GOOGLE MY MAPS Karte------------------*/

div.qqvbed-tJHJj{
	background-color: var(--bdag-secondary-color) !important;
}
.RIFvHW-maps-pin-view-background{
	background:var(--bdag-secondary-color);
}

#c898 {padding-top: 1rem;}
.gm-style .gm-style-iw-c {
	width: 500px;
	background: var(--bdag-deco-color);
	border-radius: 0px;
	padding: 12px !important;
	min-height:500px;
}
.gm-style .gm-style-iw-d {
	overflow: hidden !important;
}

.gm-style .gm-style-iw {
	font-size: 18px;
}

.gm-style .gm-style-iw-tc::after {
	background: var(--bdag-deco-color);
}

.gme-info-window p {
	margin-bottom: 0px;
}

.gme-info-window .info-content {
	margin-bottom: 1rem;
	padding: 0.5rem;
	color: var(--bdag-text-negative);
}

.gme-info-window .info-content h2 {
	font-size: 30px;
	margin-top: 0px;
	margin-bottom: 2rem;
	text-transform: uppercase;
}

.gme-info-window .team {
	background: var(--bdag-text-negative);
	/*padding-top: 0.1rem;
	padding-bottom: 0.1rem;*/
	overflow: scroll;
	height: 220px;
	overflow-x: hidden;
}
.gme-info-window .team-member {
	padding-left: 1rem;
	padding-right: 1rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.gme-info-window .team-member .team-member-name {
	font-size: 20px;
	color: var(--bdag-link-text);
}
.gme-info-window .team-member .team-member-short-text {
	color: var(--bdag-secondary-color);
}

/*Teamseite Abstände kleiner */
.teamseite_inocare .col-md-12 .row .col-md-4 {
	padding-left: 30px;
	padding-right: 0px;
}

.teamseite_inocare .team-members .team-member .scroll-up {
	height: 115px;
}
.teamseite_inocare .team-members .team-member .scroll-up h3 {
	margin-bottom: 0.5rem;
}
.teamseite_inocare .team-members .col-md-12 .team-member .scroll-up p.team-member-job-function-board {
	margin-top: 0.5rem;
	margin-bottom: 2.5rem;
}

.js-gme-container .container {
	padding-top: 0px;
	padding-bottom: 0px;
}

.gme-cats {
	list-style-type: none;
}
.gme-cats li {
	float: left;
	margin-left: 0px;
	margin-right: 2rem;
	width: 320px;
}
.gme-cats li::marker {
	content: none;
}
.gme-cats li label {
	margin-left: 0.5rem;
}

#c566 {
	padding-bottom:0px;
}

.kategorien{
	padding-bottom:20px;
}

.tx-go-maps-ext img {
	width: 20px;
}

.gme-addresses {
	border-radius: 0px;
	padding: 12px !important;
	margin-top: 1rem;
}

.gme-addresses a {
	margin-bottom: 1rem;
	color: var(--bdag-deco-text);
}

.gme-addresses .address {
	display: grid;
	grid-template-columns: 50% 50%;
}

.gme-addresses li {
	font-size: 18px;
	margin-bottom: 4rem;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 2rem;
	border-bottom: 5px solid var(--bdag-deco-color);
}

.gme-addresses li::marker {
	display: none;
	content: '';
}

.gme-addresses .team p {
	margin-bottom: 0px;
}

.gme-addresses .team a {
	margin-bottom: 1rem;
	padding: 0.5rem;
	color: var(--bdag-text-negative);
}

.gme-addresses .team a {
	font-size: 30px;
	margin-top: 0px;
	margin-bottom: 2rem;
	text-transform: uppercase;
}

.gme-addresses h2 {
	font-size: 30px;
	margin-top: 0px;
	margin-bottom: 1rem;
	text-transform: uppercase;
	max-width: 50%
}

.gme-addresses .team {
	background: var(--bdag-text-negative);
}
.gme-addresses .team-member .team-member-name {
	font-size: 20px;
	color: var(--bdag-link-text);
}
.gme-addresses .team-member .team-member-short-text {
	color: var(--bdag-secondary-color);
}

/* ---------- CONTENT ELEMENTS GENERAL ---------- */

.bdag_lightblue_background {background-color: var(--bdag-primary-color-light);}
.bdag_blue_background {background-color: var(--bdag-primary-color);}
.bdag_darkblue_background {background-color: var(--bdag-secondary-color); color: var(--bdag-text-negative);}
.bdag_magenta_background {background-color: var(--bdag-deco-color); color: var(--bdag-text-negative);}

.ce-border img, .ce-border iframe{
	border: 2px solid var(--bdag-primary-color);
}

.frame-layout-4 {
	height: fit-content;
	padding: 3rem;
	font-family: "Montserrat", Arial, Sans-Serif;
	font-size: 1.4rem;
}

.frame-layout-4 .ce-gallery {
	margin-bottom: 3.5rem;
}

.frame-layout-4 .ce-bodytext p {
	height: 8.4rem;
	overflow: hidden;
}

.frame-layout-4 .ce-bodytext a {
	background-color: var(--bdag-secondary-color);
  	border-color: var(--bdag-secondary-color);
	border-radius: 0rem;
	color: var(--bdag-text-negative);
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/*Linie korrekt setzen newsseite*/
#c968 h2 {
	margin-left: 27px;
}

/*Newsseite styling*/
div#news-container-970.news-list-view.row li.list-group-item.col-md-4 div.news-list-item.mb-3{
	background: var(--lightblue);
	padding: 20px;
	margin-bottom: 20px !important;
}

.bdag_darkblue_background .frame-layout-4 .ce-bodytext a {
	background-color: var(--bdag-deco-color);
  	border-color: var(--bdag-deco-color);
}

.frame-layout-4 .ce-bodytext a:hover {
	background-color: var(--bdag-deco-color);
  	border-color: var(--bdag-deco-color);
	border-radius: 0rem;

}
.bdag_magenta_background .frame-layout-4 .ce-bodytext a:hover,
.bdag_darkblue_background .frame-layout-4 .ce-bodytext a:hover {
	background-color: var(--bdag-primary-color);
  	border-color: var(--bdag-primary-color);
}

.frame-layout-4 img {
	height: auto;
	width: 100%;
}

.frame-type-textpic .ce-left.ce-intext h2 {
	margin-top: 0px;
	/*font-family: "ITC Avant Garde Gothic Pro Book", Arial, Sans-Serif;
	font-size: 20px;*/
}

.frame-type-textpic .ce-left.ce-intext h3 {
	margin-top: 0px;
	text-transform: none;
	margin-bottom: 0.5rem;
}
.frame-type-textpic .ce-left.ce-intext .ce-gallery {
	margin-right: 20px;
}

.frame-layout-5 .ce-gallery {
	bottom: -4.5rem;
	position: relative;
}

.frame-layout-5 .ce-image,
.frame-layout-5 .ce-gallery {
	overflow: visible;
}

.frame-layout-6 {
	bottom: -4rem;
	position: absolute;
	width: 95%;
}
.frame-layout-6 .ce-outer,
.frame-layout-6 .ce-inner,
.frame-layout-6 .ce-row,
.frame-layout-6 .ce-column,
.frame-layout-6 .image,
.frame-layout-6 .image-embed-item {
	width: 100%;
}
.frame-layout-6 .image-embed-item {
	height: auto;
}

.frame-layout-7 img {
	position: absolute;
	right: 0px;
	bottom: -72px;
}

.bdag-numbers-count {
	font-family: "Montserrat", Arial, Sans-Serif;
	font-size: 3rem;
	font-weight: bold;
	color: var(--bdag-text-negative);
	margin-bottom: 0.5rem;
}

.bdag-numbers-text {
	color: var(--bdag-text-negative);
}

.frame-layout-8 .ce-image {
	overflow: visible;
}
.frame-layout-8 .ce-gallery {
	width: 120%;
	margin-left: -10%;
}
.frame-layout-8 .ce-outer,
.frame-layout-8 .ce-inner,
.frame-layout-8 .ce-row,
.frame-layout-8 .ce-column,
.frame-layout-8 .image,
.frame-layout-8 .image-embed-item {
	width: 100%;
}
.frame-layout-8 .image-embed-item {
	height: auto;
}

#c7 p {
	font-family: "Montserrat", Arial, Sans-Serif;
	font-size: 20px;
}

.list-group-item {
	border: none;
}
.list-group-item h3 a {
	color: var(--bdag-secondary-color);
	font-weight: bold;
  	font-size: 28px;
}

#news-container-168 h3{
	font-family: "Montserrat", Arial, Sans-Serif;
	font-weight: bold;
}
#news-container-168 h3 a{
	font-weight: normal !important;
}


/*.list-group-item .btn-primary,
.news-single .btn-primary {
	background: none;
	border: none;
	color: var(--bdag-secondary-color);
	padding: 0px;
}*/

.form-check {
	padding: 0px;
}
.form-check input {
	margin-right: 0.75rem;
}


/* --------------------- BUTTON --------------*/

.btn-primary {
	background-color: var(--bdag-secondary-color);
  	border-color: var(--bdag-secondary-color);
	border-radius: 0rem;
}

.btn-primary:hover {
	background-color: var(--bdag-deco-color);
  	border-color: var(--bdag-deco-color);
	border-radius: 0rem;

}

/* --------------------- NEWS --------------*/

div.news.news-single div.article div.row div.col-md-8 div.lead {
	height: auto;
}

div#news-container-168.news-list-view.row li.list-group-item.col-md-4 div.news-list-item.mb-3{
	background: var(--lightblue);
	padding: 20px;
	margin-bottom: 20px !important;
}

body .news-list-item h3 {
	height: 7rem;
}

.pagination li::marker {
	content: none;
}

.news-single .lead {
	height: auto;
}

.news .page-link {
	color: var(--bdag-secondary-color);
}

/*News links Abstand entfernen damit sie im Container bleiben*/
.news .list-group-item {
	padding: 0px 20px 0px 0px !important;
}

.news .page-item.active .page-link {
	background-color: var(--bdag-secondary-color);
	border-color: var(--bdag-secondary-color);
}



/*LinkedIn Posts*/
.newsseite_inocare .sk-post-item {
	box-shadow: none !important;
	width: 98% !important;
	padding: 20px !important;
	margin-bottom: 8px !important;
}

#c627 .sk-posts-grid .sk-post-userinfo a {
	font-family: "Montserrat", Arial, Sans-Serif !important;
	font-weight: bold;
	color: var(--bdag-secondary-color);
	font-size: 24px;
	font-weight: 400;
	line-height: 33.6px;
}

/*Abstand zwischen logo und titel verkleinern*/
#c627 .sk-posts-grid .sk-post-header {gap: 10px;}
.sk-posts-grid .sk-post-userpic {border-radius: 0px !important;}
#c202 {padding: 30px;}
#c201 .sk-header-buttons a {border-radius: 0px;}
#c201 .sk-header-picture {border-radius: 0px;}
#c201 .sk-posts-header .sk-header-name {font-family: "Montserrat", Arial, Sans-Serif !important; font-weight: bold;}
#c201 .sk-posts-grid .sk-post-media.--image {border-radius: 0px;}
#c201 .sk-posts-grid .sk-post-footer {padding-top: 10px;}
#c201 .sk-posts-grid .sk-post-shared {border-radius: 0px;}
#c201 .sk-posts-grid .sk-post-header {min-height: 100px;}
#c201 .sk-posts-grid .sk-post-shared {margin-bottom: 15px;}

#c168 .news-list-item .extra time {
	font-size: 18px;
	font-weight: 600;
	font-family: "Montserrat", Arial, Sans-Serif;
}

#c168 .news-list-item .lead p {
	font-size: 18px;
	font-weight: 300;
	font-family: "Montserrat", Arial, Sans-Serif;
}

#c201 .sk-posts-grid .sk-post-userinfo .sk-post-dateposted {
	font-size: 18px;
	font-weight: 600;
	font-family: "Montserrat", Arial, Sans-Serif;
	color: var(--bdag-secondary-color);
}

#c201 .sk-posts-grid .sk-post-body-short, #c201 .sk-posts-grid .sk-post-body-full {
	font-size: 18px;
	font-weight: 300;
	font-family: "Montserrat", Arial, Sans-Serif;
	color: var(--bdag-secondary-color);
}

#c201 .sk-posts-grid .sk-post-readmore {
	font-size: 18px;
	font-weight: 300;
	font-family: "Montserrat", Arial, Sans-Serif;
	color: var(--bdag-link-text);
}

#c201 .sk-posts-grid .sk-post-readmore:hover {
	color: var(--bdag-grid-box-color);
}

#c201 .sk-posts-grid .sk-post-readless {
	font-size: 18px;
	font-weight: 300;
	font-family: "Montserrat", Arial, Sans-Serif;
	color: var(--bdag-link-text);
}

#c201 .sk-posts-grid .sk-post-readless:hover {
	color: var(--bdag-grid-box-color);
}

#c201 .sk-posts-grid .sk-post-footer .sk-post-likes, #c201 .sk-posts-grid .sk-post-footer .sk-post-comments {
	margin-top: 4px;
}

#c201 .sk-posts-grid .sk-post-footer svg path, #c201 .sk-posts-grid .sk-post-likes p, #c201 .sk-posts-grid .sk-post-comments p {
	fill: var(--bdag-secondary-color);
	color: var(--bdag-secondary-color);
}

#c201 .sk-posts-footer .sk-posts-loadmore.sk-footer-button {
	border-radius: 0px;
	margin-bottom: 30px;
}

.newsseite_inocare .sk-post-item .sk-post-userpic {
	width: 100px !important;
	align-self: baseline;
}
/* ----------- FOOTER ------------ */

.footer {
	padding-top: 5rem;
	padding-bottom: 2rem;
	font-size: 17px;
	background-color:var(--bdag-secondary-color) !important;
}

.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
	font-family: "Montserrat", Arial, Sans-Serif;
	font-size: 17px;
	font-weight: bold;
	color: var(--bdag-text-negative);
	font-size: 1rem;
	margin-bottom: 2rem;
}

.metanavigation {
	padding-left: 0px;
}

.metanavigation .navbar-nav .nav-item .nav-link {
	padding-left: 0px;
}

#c6 p {
	margin-bottom: 0.5rem;
}

#c570 .filter-button-group {
	display: none;
}



/* ======= COLOR DEFINITIONS ======= */

/* Farben Hintergründe + Spezialelemente */
.bdag-primary-color-light {background-color: var(--bdag-primary-color-light);}
.bdag-primary-color {background-color: var(--bdag-primary-color);}
.bdag-secondary-color {background-color: var(--bdag-secondary-color);}
.bdag-deco-color {background-color: var(--bdag-deco-color);}
.bdag-mainbackground {background-color: var(--bdag-mainbackground);}
.bdag-link-color {background-color: var(--bdag-link-color);}
.bdag-menue-color {background-color: var(--bdag-menue-color);}
.bdag-grid-box-color {background-color: var(--bdag-grid-box-color);}
.bdag-special {background-color: var(--bdag-special);}
.bdag-special1 {background-color: var(--bdag-special1);}

/* Farben Texte */
.bdag-primary-text-light {color: var(--bdag-primary-text-light);}
.bdag-primary-text {color: var(--bdag-primary-text);}
.bdag-secondary-text {color: var(--bdag-secondary-text);}
.bdag-deco-text {color: var(--bdag-deco-text);}
.bdag-maintext {color: var(--bdag-maintext);}
.bdag-link-text {color: var(--bdag-link-text);}
.bdag-menue-text {color: var(--bdag-menue-text);}
.bdag-grid-box-text {color: var(--bdag-grid-box-text);}
.bdag-special-text {color: var(--bdag-special-text);}
.bdag-text-negative {color: var(--bdag-text-negative);}



/* ------------- MEDIA QUERIES --------------- */

@media only screen and (min-width: 2000px) {
	.header .news .swiper .card-body {
		right: 30%;
	}
}

@media (min-width: 1200px) {
	/*Boxen auf der Startseite Kompetenz viereckig*/
    #c12 .row .col-md-4 .colorscheme {  width: 100vw;  height: 100vw; max-width: 22rem; max-height: 22rem; column-gap: 10px;}
    #c12 .row .col-md-4 .colorscheme .ce-bodytext {font-size: 20px;}
	#c12 .row .col-md-4 .colorscheme .ce-bodytext a {margin-bottom: 41px; bottom: 0px;}
	#c12 .row .col-md-4 .colorscheme .ce-bodytext h5 {margin-bottom: 10px; bottom: 0px; position: absolute;}
	
	/*.navbar-expand-xl .navbar-collapse {display: none !important;}
	.navbar-expand-xl .navbar-collapse.collapse.show {display: block !important; flex-basis: 100%;}
	.navbar-expand-xl .navbar-toggler {display: block;}*/
}

@media only screen and (max-width: 1200px) {
	/*Boxen auf der Startseite Kompetenz viereckig*/
	#c12 .row { gap: 20px; flex-wrap: nowrap; gap: clamp(10px, 5vw, 10px);}
    #c12 .row .col-md-4 .colorscheme {  width: 27vw;  height: 27vw; max-width: 22rem; max-height: 22rem; gap: 20px;}
	#c12 .row .col-md-4 .colorscheme .ce-bodytext p {font-size: 15px; height: unset;}
	#c12 .row .col-md-4 .colorscheme .ce-bodytext h5 {margin-bottom: 10px; bottom: 0px; position: absolute;}
	#c12 .row .col-md-4 .colorscheme .ce-bodytext a {font-size: 15px; height: unset; margin-bottom: 23px; bottom: 0px; position: absolute;}
	#c12 .row .col-md-4 .colorscheme .frame-layout-4 {padding: 30px;}
	#c12 .row .col-md-4 h2 {font-size: 23px;}

	/*Tabelle lesbar machen*/
	#c125 td {min-width: 100px;}

	/*Quadratische Boxen Medivo Startseite*/
	#c898 .col-md-12 .row div.colorscheme-type-.frame-space-before- {
		aspect-ratio: 1 / 1;
		width: 100%;
		height: 293.333px;
	}
	#c898 .col-md-12 .row div.colorscheme-type-.frame-space-before- h2 {
		font-size: 23px;
	}
	#c898 .col-md-12 .row div.colorscheme-type-.frame-space-before- p {
		font-size: 16px;
	}
	#c898 .col-md-12 .row div.colorscheme-type-.frame-space-before- .frame-layout-4 .ce-bodytext p {
		height: unset;
	}

	/* --- Start Navigation --- */
	/* Navi Neu Hamburger */
	#mainnavigation-collapse .dropdown-item.dropdown > .dropdown-toggle::after {
	display: inline-block;
	transform: rotate(-90deg); /* Rechts */
	transition: transform 0.2s ease;
	}
	#mainnavigation-collapse .dropdown-item.dropdown.show > .dropdown-toggle::after {
	transform: rotate(0deg); /* Unten */
	}

	/* Wenn Dropdown offen ist */
	.dropdown.show > .dropdown-menu {
	max-height: 500px;
	opacity: 1;
	pointer-events: auto;
	}

	/* Pfeil standardmäßig nach rechts */
	.dropdown-toggle::after {
	display: inline-block;
	margin-left: 5px;
	transition: transform 0.2s ease;
	transform: rotate(-90deg);
	}

	/* Wenn Dropdown offen ist, rotiert der Pfeil */
	.dropdown.show > .nav-link.dropdown-toggle::after {
	transform: rotate(0deg);	
	}

	.subnavi-title {
		display: none;
	}
	.subnavi-subtitle {
		display: none;
	}
	.mainnavigation-menu .navbar-collapse .dropdown-menu {
		width: auto;
	}
	.mainnavigation-menu .navbar-collapse .dropdown-menu .dropdown-menu {
		position: static !important;
		border-left: none;
		height: auto;
	}
	.mainnavigation-mycura {
		display: none;
	}
	.mainnavigation-menu-mycura {
		display: block;
	}
	.mainnavigation-menu-mycura img {
		display: none;
	}
	.dropdown-item .dropdown-toggle::after {
		border-top: .3em solid;
		border-bottom: 0;
		border-left: .3em solid transparent;
		border-right: .3em solid transparent;
		vertical-align: .255em;
		margin-left: .255em;
	}
	/* --- End Navigation --- */
	
	.header .news .swiper .card-body {
		height: 250px;
		width: 250px;
	}

	.header .news .swiper .card-body .more { margin-top: 5px;}
	.header .news .swiper h2 {
		font-size: 30px;
	}
	header h2.card-title{
		height: 7rem;
	}

	.header .news .swiper .news-teaser {
		height: 70px;
		display: none;
		font-size: 14px;
	}
	.header .news .swiper .more {
		font-size: 14px;
	}
	.header .news .swiper figure {
		height: 100%;
	}
	.header .news .swiper figure picture {
		height: 100%;
	}

}

/* Media Query für Boxen "Unsere Kompetenz" auf der Startseite schrift vergrössern damit Verhältnis mehr stimmt */
@media only screen and (min-width: 1080px) and (max-width: 1199px) {
	#c12 .row .col-md-4 .colorscheme .ce-bodytext p {font-size: 18px;}
	#c12 .row .col-md-4 .colorscheme .ce-bodytext a {font-size: 18px;}
	#c12 .row .col-md-4 h2 {font-size: 26px;}
}

@media only screen and (max-width: 992px) {
	/*Boxen auf der Startseite Kompetenz viereckig und Abstände korrekt/dynamisch*/
	#c12 .row {display: flex; flex-direction: column; align-items: center; gap: 20px;}
    #c12 .row .col-md-4 {width: 100%; max-width: 22rem; }
    #c12 .row .col-md-4 .colorscheme { width: 100vw; max-width: 22rem; height: 100vw; max-height: 22rem; column-gap: 10px;}
	#c12 .row .col-md-4 .colorscheme .ce-bodytext p {font-size: 20px; }
	#c12 .row .col-md-4 .colorscheme .ce-bodytext a {font-size: 20px;}
	#c12 .row .col-md-4 h2 {font-size: 28px;}
	#c12 .row .col-md-4 .colorscheme .frame-layout-4 {padding: 48px;}
	#c12 .row .col-md-4 .colorscheme .ce-bodytext a {margin-bottom: 41px; bottom: 0px;}

	/*Box Startseite Header */
	.bdag-header-startseite-box { margin-top: -1em; margin-bottom: -1em;}
	.bdag-header-startseite-box header { width: 250px; height: 250px; min-width: 250px; min-height: 250px; position: absolute; background-color: var(--bdag-deco-color); aspect-ratio: 1/1; padding: 20px; right: 12%; top: 25%; z-index: 100; vertical-align: center;}
	h3.ce-headline-center { background-color: var(--bdag-secondary-color); border-color: var(--bdag-secondary-color); border-radius: 0; color: var(--bdag-text-negative); font-weight: 400; font-size: 16px; text-align: center; border: 1px solid transparent; padding: 0.375rem 0.375rem; width: 180px;}
	.bdag-header-startseite-box header h2 a, .bdag-header-startseite-box header h2 { font-size: 25px; color: var(--bdag-text-negative); line-height: 28px; text-align: left; }

	/* Karten Tabelle untereinander Responsiv */
	.gme-addresses .address {
		display: block !important;
	}
	
	.gme-addresses h2 {
		width: 100%;
		max-width: 100%;
	}

	/*Quadratische Boxen Medivo Startseite*/
	#c1000 .col-md-4, #c897 .col-md-4 {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}

	#c898 .col-md-12 .row div.colorscheme-type-.frame-space-before- {
		width: unset;
		height: unset;
		max-width: unset;
		max-height: unset;
	}

	#c1000 .row, #c897 .row {
		margin-bottom: -16px;
	}
	/*Quadratische Boxen Medivo Startseite*/
	#c898 .col-md-12 .row div.colorscheme-type-.frame-space-before- {
		aspect-ratio: unset;
		width: 100%;
		height: unset;
	}
	#c898 .col-md-12 .row div.colorscheme-type-.frame-space-before- h2 {
		font-size: 23px;
	}
	#c898 .col-md-12 .row div.colorscheme-type-.frame-space-before- p {
		font-size: 16px;
	}
	#c898 .col-md-12 .row div.colorscheme-type-.frame-space-before- .frame-layout-4 .ce-bodytext p {
		height: unset;
	}

	.header .news .swiper .card-body {
		top: 5%;
		right: 15%;
		height: 250px;
		width: 250px;
	}
	.header .news .swiper h2 {
		font-size: 20px;
	}
	.header .news .swiper .news-teaser {
		height: 65px;
	}
	.header .news .swiper .news-list-date {
		font-size: 14px;
	}
	header h2.card-title{
		height: 4rem;
	}

	/*Cookie Popup Scrollable bei den erforderlichen Cookies*/
	#cookieman-acco-mandatory .table-responsive table.table th {min-width: 95px;}

	/*In Text-Bild-Elementen (wo Bild links) Aufzählungsbilder kleiner*/
	.ce-textpic.ce-left.ce-intext.ce-nowrap img.image-embed-item {width: 50px; height: auto;}
	.normal-contentalignment .col-md-6:has(.ce-textpic.ce-left.ce-intext.ce-nowrap) {padding-left: 0px !important;}


}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	/*#c12.container .row .col-md-4 {padding-left: 10px; padding-right: 10px;}*/
	#c13.frame, #c14.frame, #c15.frame {padding: 2rem;}

	/*Team Boxen grösser damit nicht abgeschnitten*/
	div.team-members .container .team-member div.scroll-up {min-height: 72px;}	
}


/* --- Tablet Portrait --- */
@media only screen and (max-width: 768px) {

	/* Header bei Responsive auf 2 Zeilen sauber */
	.navbar.navbar-expand-md.navbar-dark {
	width: 100%;
	}
	.navbar.navbar-light {
  		width: 15%;
  		/*padding-right: max(40px, 15%);*/
		/* right: 12%; */
		margin-left: 40px;
	}

	#c988 {
		transform: scale(0.8);
	}

	.navbar-right {width: 70%;}
	.navbar-right .container.normal-padding.default-colorscheme,
	.navbar-right .container.normal-padding.default-colorscheme .col-md-12 {padding-left: 0 !important;}

	.header .news .swiper .card-body {
		right: 10%;
		height: 150px;
		width: 150px;
	}
	.header .news .swiper h2 {
		font-size: 0.8rem;
		margin-bottom: 0px;
	}
	header h2.card-title{
		height: 2.5rem;
	}
	.header .news .swiper .news-teaser {
		display: none;
	}
	.header .news .swiper .news-list-date {
		font-size: 12px;
	}
	
	/*Mobile Titel Border damit der Titel im Container ist*/
	.ce-headline-center:not(.bdag-header-startseite-box .ce-headline-center) {
		padding-left: 30px;
		padding-right: 30px;
	}

	

	.frame-layout-5 .ce-gallery {
		bottom: 0px;
	}
	
	.frame-layout-7 img {
		position: static;
	}
	
	.frame-type-bdagnumbers {
		margin-top: 5rem;
	}
	
	#c222 .frame-space-before-medium {
		margin-top: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	#c222 .frame-layout-4 {
		margin-top: 1rem;
	}
	
	#c12 .frame-layout-4 {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	
	#c37 {
		display: none;
	}
	
	.ce-gallery[data-ce-images="2"] .ce-column {
		margin-right: 0px;
	}
	
	.ce-gallery[data-ce-images="2"] .ce-column img {
		object-fit: contain;
		width: 100%;
		border: 1px solid var(--bdag-primary-color);
		margin-bottom: 1rem;
	}
	
	.footer .ce-gallery[data-ce-images="2"] .ce-column img {
		border: none;
	}
	
	.modal-footer {
		display: block;
	}
	.modal-footer > :not(:first-child) {
		margin-left: 0px;
		margin-top: 5px;
	}

	.metanavigation .navbar-nav .nav-item .nav-link {
		text-align: left !important;
	}

	.mainnavigation-menu .navbar-collapse .dropdown-menu .dropdown-item .dropdown-item .nav-link {
		padding: 0 1.6rem;
	}

	.mainnavigation-menu .navbar-collapse .dropdown-menu .dropdown-item .dropdown-item .dropdown-item .nav-link {
		padding: 0 2.6rem;
	}
}

/* --- Mobiles --- */
@media only screen and (max-width: 576px) {
	h1, h2 {
		font-family: "Montserrat", Arial, Sans-Serif;
		font-weight: bold;
		/*color: var(--bdag-secondary-color);*/
		margin-top: 1rem;
		margin-bottom: 1rem;
		font-size: 50px;
	}
	.header .news .swiper .news-teaser {
		display: none;
	}
	header h2.card-title{
		height: 2.5rem;
	}
	#c249 img {
		display:none;
	}

	.teamseite_inocare .col-md-12 .row .col-md-4 {
		padding-left: 0px;
		padding-right: 0px;
	}

}

@media only screen and (max-width: 415px) {
	/*Boxen auf der Startseite Kompetenz viereckig und Abstände korrekt/dynamisch*/
	#c12 .row {display: flex; flex-direction: column; align-items: center; gap: 20px;}
    #c12 .row .col-md-4 {width: 100%; max-width: 22rem; }
    #c12 .row .col-md-4 .colorscheme { width: calc(100vw - 20%) !important; max-width: 22rem; height: 100vw; max-height: 22rem; column-gap: 10px;}
	#c12 .row .col-md-4 .colorscheme .ce-bodytext p {font-size: 16px !important; }
	#c12 .row .col-md-4 .colorscheme .ce-bodytext a {font-size: 16px !important;}
	#c12 .row .col-md-4 h2 {font-size: 28px;}
	#c12 .row .col-md-4 .colorscheme .frame-layout-4 {padding: 48px;}
	#c12 .row .col-md-4 .colorscheme .ce-bodytext a {margin-bottom: 41px; bottom: 0px;}
}

@media only screen and (min-width: 993px) and (max-width: 1013px) {
	#c12 .row .col-md-4 .colorscheme #c15 .point {display: none;}
}
