@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/opensans-regular.woff') format('woff');
	font-weight: 400;
	font-style: normal; }
@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/opensans-light.woff') format('woff');
	font-weight: 300;
	font-style: normal; }
@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/opensans-bold.woff') format('woff');
	font-weight: 600;
	font-style: normal; }
@font-face {
	font-family: 'Cormorant';
	src: url('../fonts/Cormorant-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal; }
@font-face {
	font-family: 'Cormorant';
	src: url('../fonts/Cormorant-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal; }
@font-face {
	font-family: 'Cormorant';
	src: url('../fonts/Cormorant-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal; }
@font-face {
	font-family: 'Cormorant';
	src: url('../fonts/Cormorant-MediumItalic.woff') format('woff');
	font-weight: 400;
	font-style: italic; }
	
	:root {
		--ratio: 1;
		--bg: #fff;
		--blue: #0F407A;
    --gray: #666;
    /* --blue: var(--blue); */
		--black: #000;
		/* Typografie (1rem = 16px bei html { font-size: 100% }) */
		--fs-base: 1rem;
		--fs-xs: 0.625rem;
		--fs-2xs: 0.75rem;
		--fs-sm: 0.8125rem;
		--fs-nav: 0.875rem;
		--fs-md: 0.9375rem;
		--fs-lg: 1.125rem;
		--fs-xl: 1.25rem;
		--fs-h2: 1.375rem;
		--fs-h1-sub: 1.5rem;
		--fs-h1-line: 1.875rem;
		--fs-display-sm: 2.5rem;
		--fs-h1: 2.5rem;
		--fs-caption: 3rem;
		--fs-footer: 0.9rem;
		--fs-meta: 0.85rem;
		--fs-rss: 0.75rem;
		--fs-balken: 1.1rem;
		--fs-icon: 1.2rem;
		--fs-fa-lg: 1.5rem;
		--fs-fa-xl: 2rem;
	}
	/* ============================================================================= CONFIG FOR WEBSITE ========================================================================== */
/* Default font settings. The font-size percentage is of 16px. (0.75 * 16px = 12px) */
@font-face { font-family:'Glyphicons Halflings'; src:url(../fonts/glyphicons-halflings-regular.eot); src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),url(../fonts/glyphicons-halflings-regular.woff) format("woff"),url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"),url(../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular) format("svg"); }
html { font-size: 100%; }

/* Headings -------------------------------------------------------------- */
body { font-family:'Open Sans',sans-serif; color:#323232; font-size: var(--fs-base); padding-top: 32px; font-weight: 300; line-height: 1.75; }
h1,h2,h3,h4,h5,h6 { 
	font-weight:400; 
	line-height:1.3em;  
	color:var(--blue); 
}

h1 { font-size: var(--fs-h1); line-height:1.1em; margin-top:0; font-family: 'Cormorant'; font-weight: 400; margin-bottom: 1em; color:#000; }
h2 { font-size: var(--fs-h2); }
a h1 { font-family: 'Open Sans' !important; color:var(--blue); margin-bottom: .4em !important; }
/* h3 { font-size: 1.75rem; font-weight:400; font-family: 'Cormorant'; margin-bottom: .75em; color:#000; } */
h3.bold, h3 b { font-weight: 400; color:var(--blue); }
h3.FAQ { font-size: 1rem; color: #000; margin-bottom: .5em; }
/* Text elements -------------------------------------------------------------- */
p, div.faq { margin:0 0 1.5em; line-height:1.5em; }
a,a:visited { color:var(--blue); text-decoration:none; cursor:pointer; outline:none; }
a:focus,a:hover { outline:none; color:var(--blue); text-decoration:underline; }
blockquote { margin:1.5em; color:#fff; font-style:italic; }
strong,dfn { font-weight:600; }
em,dfn { font-style:italic; }
sup,sub { line-height:0; }
abbr,acronym { border-bottom:1px dotted #666; }
address { margin:0 0 1.5em; font-style:italic; }
del { color:#666; }
pre { margin:1.5em 0; white-space:pre; }
pre,code,tt { font:1em "andale mono","lucida console",monospace; line-height:1.5; }
strong.hilite_txt { color:#05A1E4; }
/* Lists -------------------------------------------------------------- */
ul,ol {
/*margin: 0.5em 1em 1em 0; padding-left: 1.5em; line-height: 18px; */
}
ol { list-style-type:decimal; padding-left: 20px; }
dl { margin:0 0 1.5em; }
dd { margin-left:1.5em; }

/* Tables -------------------------------------------------------------- */
/*     Because of the need for padding on TH and TD, the vertical rhythm     on table cells has to be 27px, instead of the standard 18px or 36px     of other elements. */
table { width:100%; }
.container-full { margin: 0 auto; width: 100%; }
th { font-weight:600; }
thead th { background:#f2e7d4; }
tfoot { font-style:italic; }
caption { background:#eee; }
.hidden_txt { text-indent:-9999px; line-height:0; font-size:0; }
* { padding:0; margin:0; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
html,body { height:100%; }
body { /* background:#fff url(../images/bg.jpg) top center repeat-x; */ background: #fff; position:relative; z-index:1; }
img { max-width:100%; }
.clr,.clear { clear:both; }
.nbd { border:none!important; }
.nbdr { border-right:none!important; }
.nbdl { border-left:none!important; }
.nbdt { border-top:none!important; }
.nbdb { border-bottom:none!important; }
.nmrr { margin-right:0!important; }
.nmrl { margin-left:0!important; }
.nmrt { margin-top:0!important; }
.nmrb { margin-bottom:0!important; }
.npl { padding-left:0!important; }
.npr { padding-right:0!important; }
.npt { padding-top:0!important; }
.npl { padding-bottom:0!important; }
.no-bg { background:none!important; }
.flr { float:right!important; }
.fll { float:left!important; }
.bold { color:#000; }
.textInput { display:block; }
.hide { display:none!important; }
/* USING FOR SITE WITHOUT SLIDE IMAGE*/
.odd { background-color:#eee!important; }
.clear-fix:after { visibility:hidden; display:block; content:""; clear:both; height:0; }
* html .clear-fix { zoom:1; }
/* IE6 */
:first-child + html .clear-fix { zoom:1; }
/* IE7 */
/* ============================================================================= Non-Semantic Helper Classes ========================================================================== */
.ir { display:block; border:0; text-indent:-999em; overflow:hidden; background-color:transparent; background-repeat:no-repeat; text-align:left; direction:ltr; *line-height:0; }
.ir br { display:none; }
.hidden { display:none!important; visibility:hidden; }
.visuallyhidden { border:0; clip:rect(0 0 0 0); height:1px; margin:-1px; overflow:hidden; padding:0; position:absolute; width:1px; }
.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus { clip:auto; height:auto; margin:0; overflow:visible; position:static; width:auto; }
.invisible { visibility:hidden; }
.clearfix { *zoom:1; }
a { text-decoration:none; }
ul { margin:0; padding:0; list-style:none; }
.myblog ul { padding-left:30px;  }
/***************** HEADING SETTING ********************/
/* =================== ALL: Black - White Theme =================== */
::-moz-selection { background:var(--blue); color:#fff; text-shadow:none; }
::selection { background:var(--blue); color:#fff; text-shadow:none; }
/* Global variable */
/***************** SETTING WIDTH FOR HEADER - CONTENT - FOOTER  ********************/
.header,.content,.slider { max-width:1600px; margin:0 auto; padding:0; }
.fl { float:left; }
.fr { float:right; }
.w160 { width:160px; }
.mb15 { margin-bottom:15px; }
.relative { position:relative; }
.w480 { width:480px; }
.w240 { width:240px; }
.mt10 { margin-top:10px; }
.ml10 { margin-left:10px; }
.w150 { width:150px; }
.mt100 { margin-top:130px!important; }
.ml5 { margin-left:5px; }
.mb20 { margin-bottom:20px!important; }
.mt120 { margin-top:140px; }
.font10 { font-size: var(--fs-xs); }
.mr35 { margin-right:35px; }
.mt10 { margin-top:10px; }
.mt200 { margin-top:200px; }
.mt190 { margin-top:200px; }
.none { display:none; }
.f18 { font-size: var(--fs-lg); }
.ml5 { margin-left:5px; }
.mt5 { margin-top:5px; }
.w420 { width:520px; }
.w220 { width:220px; }
.w180 { width:180px; }
.w105 { width:105px; }
.w150 { width:150px; }
.pl30 { padding-left:30px; }
.mr30 { margin-right:30px; }
.ml40 { margin-left:40px; }
.ml45 { margin-left:45px; }
.bb1 { border-bottom:1px solid #dcd6c0!important; }
.w320 { width:320px; }
.w345 { width:345px; }
.ml55 { margin-left:55px; }
.mr20 { margin-right:20px; }
.mb10 { margin-bottom:20px; }
.pt0 { padding-top:0!important; }
.mr0 { margin-right:0!important; }
.mb5 { margin-bottom:10px; }
.pr20 { padding-right:20px; }
.pl20 { padding-left:20px; }
.mt20 { margin-top:20px; }
.w453 { width:453px; }
.mb30 { margin-bottom:30px; }
.bold { font-weight:600; color:var(--blue); }
.mb120 { margin-bottom:120px; }
.mt40 { margin-top:40px; }
.mb200 { margin-bottom:200px; }
.pb100 { padding-bottom:100px; }
.pt30 { padding-top:30px; }
.bor { border-left:1px solid #ccc; }
.bor-r { border-right:1px solid #ccc; }

.bild { margin: 2rem 0; }
.mt0 { margin-top: 0px; } .mt1 { margin-top: 10px; } .mt2 { margin-top: 20px; } .mt3 { margin-top: 30px; } .mt4 { margin-top: 40px; } .mt5 { margin-top: 50px; } .mt6 { margin-top: 60px; } .mt7 { margin-top: 70px; } .mt8 { margin-top: 80px; } .mt9 { margin-top: 90px; } .mt10 { margin-top: 100px; }  .mb0 { margin-bottom: 0px; }  .mb1 { margin-bottom: 10px; }  .mb2 { margin-bottom: 20px; }  .mb3 { margin-bottom: 30px; }  .mb4 { margin-bottom: 40px; }  .mb5 { margin-bottom: 50px; }  .mb6 { margin-bottom: 60px; }  .mb7 { margin-bottom: 70px; }  .mb8 { margin-bottom: 80px; }  .mb9 { margin-bottom: 90px; }  .mb10 { margin-bottom: 100px; }  .pad0 { padding: 0px; }  .pad1 { padding: 10px; }  .pad2 { padding: 20px; }  .pad3 { padding: 30px; }  .pad4 { padding: 40px; }  .pad5 { padding: 50px; }  .pad6 { padding: 60px; }  .pad7 { padding: 70px; }  .pad8 { padding: 80px; }  .pad9 { padding: 90px; }  .pad10 { padding: 100px; }  .pt0 { padding-top: 0px; }  .pt1 { padding-top: 10px; }  .pt2 { padding-top: 20px; }  .pt3 { padding-top: 30px; }  .pt4 { padding-top: 40px; }  .pt5 { padding-top: 50px; }  .pt6 { padding-top: 60px; }  .pt7 { padding-top: 70px; }  .pt8 { padding-top: 80px; }  .pt9 { padding-top: 90px; }  .pt10 { padding-top: 100px; }  .pb0 { padding-bottom: 0px; }  .pb1 { padding-bottom: 10px; }  .pb2 { padding-bottom: 20px; }  .pb3 { padding-bottom: 30px; }  .pb4 { padding-bottom: 40px; }  .pb5 { padding-bottom: 50px; }  .pb6 { padding-bottom: 60px; }  .pb7 { padding-bottom: 70px; }  .pb8 { padding-bottom: 80px; }  .pb9 { padding-bottom: 90px; }  .pb10 { padding-bottom: 100px; }

/*.bor {border-left: 2px solid #8A8C8E;} .bor-r {border-right: 2px solid #8A8C8E;}*/
strong { color:var(--blue); }
/***************** HEADER ********************/
.container { width:100%; }
/* Navbar: Bootstrap 5 (.site-navbar), vormals BS3 .navbar-default */
.site-navbar.navbar-light { border: none; }
.navbar { margin: 0 auto; }
.site-navbar .navbar-brand {
	padding-bottom: 25px;
	background: url(../images/Gross_Cie_Logo.svg) no-repeat;
	width: 194px;
	height: 49px;
	margin: 10px 0 20px 20px;
}
.site-navbar .navbar-collapse { border-color: #fff; }
.site-navbar .navbar-nav .nav-link.active,
.site-navbar .navbar-nav .nav-link.active:hover,
.site-navbar .navbar-nav .nav-link.active:focus {
	background: transparent;
	color: var(--blue);
	border-bottom: 3px solid var(--blue);
}
.site-navbar .navbar-nav .nav-item.dropdown.show > .nav-link,
.site-navbar .navbar-nav .nav-item.dropdown.show > .nav-link:hover,
.site-navbar .navbar-nav .nav-item.dropdown.show > .nav-link:focus {
	background: #fff;
}
.site-navbar .navbar-nav .nav-link { border-bottom: 3px solid #fff; }
.site-navbar .navbar-nav .nav-item:hover > .nav-link { border-bottom: 3px solid var(--blue); }
.site-navbar .navbar-nav .nav-link:hover { color: var(--blue); }
.site-navbar .navbar-nav li a.active { color: var(--blue) !important; font-weight: 600; }
.site-navbar .navbar-nav .nav-link { color: #000; font-size: var(--fs-nav); font-weight: 600; }
.site-navbar { background: #fff; border-bottom: none; margin-bottom: 0; }

.site-navbar .navbar-nav > .nav-item { position: relative; }
.site-navbar .navbar-nav > .nav-item > ul.dropdown-menu,
.navbar-gc .navbar-nav > .nav-item > ul.dropdown-menu {
	background: #f3f3f2;
	padding: 0;
	border: none;
	border-radius: 0;
	min-width: 200px;
}
.site-navbar .navbar-nav > .nav-item > ul.dropdown-menu > li,
.navbar-gc .navbar-nav > .nav-item > ul.dropdown-menu > li {
	display: block;
	margin: 0;
}
.site-navbar .navbar-nav > .nav-item > ul.dropdown-menu > li > a,
.site-navbar .navbar-nav > .nav-item > ul.dropdown-menu > li > .dropdown-item,
.navbar-gc .navbar-nav > .nav-item > ul.dropdown-menu > li > a,
.navbar-gc .navbar-nav > .nav-item > ul.dropdown-menu > li > .dropdown-item {
	display: block;
	width: 100%;
	padding: 0.65em 1em;
	font-size: var(--fs-nav);
	color: #8A8C8E;
	background: transparent;
	text-decoration: none;
	border-radius: 0; transition: .5s;
}
.site-navbar .navbar-nav > .nav-item > ul.dropdown-menu > li:hover,
.site-navbar .navbar-nav > .nav-item > ul.dropdown-menu > li:focus-within,
.navbar-gc .navbar-nav > .nav-item > ul.dropdown-menu > li:hover,
.navbar-gc .navbar-nav > .nav-item > ul.dropdown-menu > li:focus-within {
	background: #ddd; transition: .5s;;
}
.site-navbar .navbar-nav > .nav-item > ul.dropdown-menu > li:hover > a,
.site-navbar .navbar-nav > .nav-item > ul.dropdown-menu > li:hover > .dropdown-item,
.site-navbar .navbar-nav > .nav-item > ul.dropdown-menu > li > a:hover,
.site-navbar .navbar-nav > .nav-item > ul.dropdown-menu > li > a:focus,
.navbar-gc .navbar-nav > .nav-item > ul.dropdown-menu > li:hover > a,
.navbar-gc .navbar-nav > .nav-item > ul.dropdown-menu > li:hover > .dropdown-item,
.navbar-gc .navbar-nav > .nav-item > ul.dropdown-menu > li > a:hover,
.navbar-gc .navbar-nav > .nav-item > ul.dropdown-menu > li > a:focus {
	color: var(--blue);
	background: transparent;
	text-decoration: none !important;
}
.site-navbar .navbar-toggler { margin-top: 10px; }

.site-navbar .navbar-nav > .nav-item,
.navbar-gc .navbar-nav > .nav-item {
	position: relative;
}
.navbar-gc .nav-item.dropdown > .dropdown-menu.show {
	display: block;
}
.site-navbar .navbar-collapse {
	max-height: 1000px;
}
.breadcrumb { visibility:hidden; }
.item {
/*background: #333;*/
	text-align:center;
/*height: 400px !important;*/
}
.faq-left {
	padding: 0 1rem 0 0 !important; background: #fff !important;
}
.faq-right {
	background: #fff !important;
}
.t1-faq-block { display: flex; }
.t1-faq { 
	/* border-left: solid 2px var(--blue);
	padding-left: 2rem; */
 }
 .banner { display: block; margin-bottom: 5rem; }
 .banner_small { margin-bottom: 2.5rem; }
 .highlight { background: #f3f3f1; padding: 1rem; border-radius: 0.5rem; color: var(--blue); border: solid var(--blue) 2px; font-weight: 500;}

.bs-example { margin:0; max-width:1600px; margin:0 auto; }
.carousel-caption { background:url(../images/bg_title.png) no-repeat left center; left:15%; padding-left:15px; }
.carousel-caption h3 { color:var(--blue); font-size: var(--fs-lg); text-align:left; }
.carousel-caption p { color:#8a8c8e; font-style:italic; font-size: var(--fs-sm); text-shadow:none; text-align:left; }
.carousel-caption a:hover { text-decoration:none; }
.cf3f2f2 { background:#f3f2f2; }
.content { padding:0; }
home.content { margin-top:0; }

footer { padding:10px 20px; }
footer ul li, footer .address { margin-bottom:0; color:#fff; font-size: var(--fs-footer); }
footer p { margin-bottom:0; }
footer a { color:#fff!important; }
footer a:hover { color:#fff; }
.footer-logo { max-width: 160px; height: auto; width: 100%; margin: 0 auto; }
.copyr { font-size: var(--fs-footer); color: #fff; }

.menu_left ul { list-style:none; padding:0; margin:0; background:yellow; }
.menu_left ul li { display:block; margin:0; padding:0; }
.menu_left ul li a,
.menu_left ul li h4 a {
	display:block;
	padding:0.65em 1em;
	color:#8A8C8E;
	font-size: var(--fs-nav);
	font-weight:600;
	text-decoration:none;
}
.menu_left ul li:hover,
.menu_left ul li.active { background:#fff; }
.menu_left ul li:hover a,
.menu_left ul li a.active {
	color:var(--blue);
	background:transparent;
	text-decoration:none !important;
}
.menu_left a:hover,
.menu_left a:focus { text-decoration:none !important; }
.panel-default > .panel-heading { background:#f3f3f1 url(../images/icon_arrow.jpg) no-repeat left top; border: none }
.panel-default > .panel-heading.bg-weiss { background:#fff url(../images/icon_arrow.jpg) no-repeat left top; border: none }
.references .panel-default > .panel-heading { min-height:120px; }
.references a h1 { font-size: var(--fs-xl); margin:0; padding:0; }
.references div a { font-size: var(--fs-meta); color:#000; font-weight:400; }
.references .panel-default > .panel-heading { background:#f3f3f1 url(../images/icon_arrow_tn.jpg) no-repeat 6px 6px; }
.panel-heading { border-top-left-radius:0; border-top-right-radius:0; padding:0; }
.panel-group .panel { border-radius:0; border:none; }
.panel-default > .panel-heading + .panel-collapse .panel-body { border-color:#fff; }
.panel-group .panel-heading + .panel-collapse .panel-body { border:none; }
.panel-title > a { display:block; color:#8A8C8E; padding:10px 10px 10px 55px; 
  font-weight: 400;
  line-height: 1.3em;
  color: var(--blue);
  font-size: 1rem;
}
.panel-title > a:hover,.panel-title > a:focus { text-decoration:none; }
.list_what { margin:0; }
.icon_arrow { display:block; background:var(--blue); color:#fff; float:left; padding:13px 30px 13px 15px; margin-right:5px; text-align:center; }
.panel_content { float:left; display:block; background:#EDEDEC; padding:11.5px; width:95%; }
.panel-title { clear:both; }
.sub_content { margin-bottom:30px; }
.sub_content h1, .blogH2 { margin-top:0; font-weight:400; }

.panel { box-shadow:none; }
.panel-group .panel + .panel { margin-top:10px; }
/* t4__opener: BS5-Akkordeon in .list_what (Nachfolger von .panel-group) */
.list_what .accordion {
	--bs-accordion-border-color: transparent;
	--bs-accordion-btn-focus-box-shadow: none;
	--bs-accordion-active-bg: #f3f3f1;
	--bs-accordion-active-color: inherit;
	--bs-accordion-btn-bg: #f3f3f1;
	--bs-accordion-btn-color: inherit;
}
.list_what .accordion-item { border: none; border-radius: 0; background: transparent; }
.list_what .accordion-item + .accordion-item { margin-top: 10px; }
.list_what .accordion-button {
	box-shadow: none;
	border-radius: 0 !important;
	padding: 10px 12px 12px 55px;
	min-height: 0;
	align-items: flex-start;
	gap: 0;
	background-color: #f3f3f1;
	background-image: url(../images/icon_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.list_what.references .accordion-button {
	background-image: url(../images/icon_arrow_tn.jpg);
	background-position: 6px 6px;
}
.list_what .accordion-button:not(.collapsed),
.list_what .accordion-button.collapsed {
	background-color: #f3f3f1;
}
/* Nur linker Pfeil (Hintergrundbild), kein BS5-Chevron */
.list_what .accordion-button::after {
	display: none !important;
	content: none !important;
	background-image: none !important;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}
.list_what .accordion-button:hover .opener-header__title h1 {
	color: var(--blue);
}
.list_what .opener-header {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	width: 100%;
	gap: 0.5rem;
	text-align: left;
}
.list_what .opener-header__title {
	display: block;
	width: 100%;
}
.list_what.references .opener-header__title h1 {
	font-size: var(--fs-xl);
	margin: 0;
	padding: 0;
	font-family: 'Cormorant', Georgia, serif;
	font-weight: 400;
	color: #000;
	line-height: 1.2;
}
.list_what .opener-header__summary {
	display: block;
	width: 100%;
	background: transparent;
	padding: 0;
	font-size: var(--fs-meta);
	font-weight: 700;
	color: var(--blue);
	line-height: 1.45;
}
.list_what .opener-header__summary a {
	color: var(--blue);
	font-weight: 700;
}
.list_what .accordion-body { border: none; font-size: var(--fs-meta); line-height: 1.5; padding: 10px 10px 1rem; }
.accordion-item h3 { font-size: 1.25rem; margin-bottom: 0; } 
.accordion-body i { display: block; margin: .75rem 0 0; }
.opener-segment {  }
.col3 h1 { margin-top:0; }
.list_news article { margin-bottom:30px; }
.list_news { margin-top:50px; }
.list_news h2 { margin-top:0; font-size: var(--fs-xl); text-transform:uppercase; border-bottom:1px solid #8A8C8E; padding-bottom:10px; color:#323232; font-weight:400; }
.list_news a { text-decoration:none; }
.list_news h2 a { color:#666; }
.list_news a:hover { color:#323232; }
.list_pro { margin-bottom:0; }
.list_pro .list_item { margin-bottom:20px; }
.list_pro .img_main img { width:100%; }
.list_pro .pro_content { background:#f3f3f2; position:relative; width:100%; min-height:380px; }
.list_pro .pro_content h2,.list_pro .pro_content p,.list_pro .pro_content strong { padding:0 10px; display:block; }
h1.leistung,.balken { color:#fff!important; background:var(--blue); font-weight:400; padding:10px; }
.balken { padding:4px 10px; }
h3.balken { margin-top: 0; font-family:'Open Sans',sans-serif; font-size: var(--fs-balken); }
a.btnMore { position:absolute; right:24px; background:var(--blue); color:#fff; width:30px; height:35px; display:block; text-align:center; padding:10px 25px 10px 12px; bottom:0; -webkit-transition:all .3s ease-out; transition:all .3s ease-out; }
a.btnMore:hover { text-decoration:none; background:#ccc; }
a.btnMore2 { background:var(--blue); color:#fff; display:inline-block; text-align:center; width:1.75em; height:1.75em; line-height:1.75em; padding:0; -webkit-transition:all .3s ease-out; transition:all .3s ease-out; }
article a.btnMore2 { margin-bottom: 1em; }
a.btnMore2 .fa { font-size:1rem; line-height:inherit; vertical-align:baseline; }
a.btnMore2:hover { text-decoration:none; background:#ccc; color:#fff; }
.info_news { margin-bottom:10px; }
.info_news h1 { border-bottom:1px solid #8A8C8E; padding-bottom:10px; }
.info2 article { display:block; margin-bottom:20px; }
.glyphicon { top:inherit; }
.rb { margin-right:.5em; }
span.rss { font-size: var(--fs-rss); display: inline-block; }
.mylink { color:#fff; background:var(--blue); padding:0 5px 0 6px; margin-right:4px; }
h1 a,h2 a { -webkit-transition:all .3s ease-out; transition:all .3s ease-out; }
h1 a:hover,h2 a:hover { text-decoration:none; color:#666; }
.bestellen:before { font-family:'FontAwesome'; content:"\f07a"; font-size: 1rem; width:22px; display:block; float:left; }
.lesen:before { font-family:'FontAwesome'; content:"\f0da"; font-size: var(--fs-icon); line-height:1.4em; width:22px; display:block; float:left; padding-left:5px; }
.list_news p a:before,a.intlink:before { font-family:'FontAwesome'; content:"\f0da"; font-size: var(--fs-icon); line-height:1.4em; width:22px; display:block; float:left; padding-left:5px; }
.btn-intlink { margin-top: 1.5em; }
.btn-intlink:before { font-family:'FontAwesome'; content:"\f0ed"; font-size: var(--fs-icon); width:14px; display:inline-block; margin-right: 10px; }
.links, .align-left { float:left; margin:0 1em 1em 0; }
.leftNews { color:var(--blue); }
label { font-size: var(--fs-sm); color:#525152; clear:left; float:left; width:130px; }
input,textarea { width:70%; float:left; margin-bottom:1px; background-color:#f4f4f4; border:none; }
input { height:22px; }
textarea { height:90px; }
.kontaktform { float:left; display:block; margin-right:40px; }
.kontaktfooter { }
#kontakt { --size: 40px; position: fixed; right: 0; top: 50%; display: block; width: var(--size); height: var(--size); border-top-left-radius: 12px; border-bottom-left-radius: 12px; background: var(--blue); text-align: center; line-height: 2.75; transition: .5s; cursor: pointer; box-shadow: 2px 3px 6px rgba(0,0,0,0.5); }
#kontakt .fa { color: #fff; font-size: var(--fs-fa-lg); }
#kontakt:hover { background: #666; transition: .5s; }
input[type="submit"] { background:var(--blue); color:#fff; }

/* Kontakt #kform: globale label/input-Floats (älteres Layout) widersprechen Bootstrap-Formular */
#kform label {
	float: none;
	width: auto;
	max-width: none;
	clear: none;
}
#kform input.form-control,
#kform textarea.form-control {
	float: none;
	width: 100%;
	clear: both;
	display: block;
	box-sizing: border-box;
}
#kform .form-check {
	clear: both;
	padding-left: 0;
}
/* Spezifität > globales input { float } / input[type=checkbox] aus @supports */
#kform input.form-check-input[type="checkbox"],
#kform input.form-check-input[type="radio"] {
	float: left;
	width: 1em;
	height: 1em;
	margin-top: 0.25em;
	margin-left: 0;
	margin-right: 0.5rem;
	flex-shrink: 0;
}
#kform .form-check-label {
	display: block;
	overflow: hidden;
	padding-left: 0;
	margin-bottom: 0;
}
#kform > p {
	clear: both;
}
#kform button[type="submit"],
#kform input[type="submit"] {
	clear: both;
	float: none;
	background: var(--blue);
	color: #fff;
	border: 1px solid var(--blue);
	padding: 0.5rem 1.25rem;
	border-radius: 0.25rem;
}
#kform button[type="submit"]:hover,
#kform input[type="submit"]:hover {
	background: #666;
	border-color: #666;
	color: #fff;
}

.sm { margin:60px 0; }
.smfb { float:left; display:block; width:60px; height:20px; }
.ld { width:74px!important; }
ul.pl16 { padding-left:16px; }
ul.pl16 li { list-style:disc; margin-bottom:1em; }
ol.pl16 { padding-left:20px; }
ol.pl16 li { margin-bottom:1em; }
.pl16 li span { color: var(--blue); font-weight: 600; }
.partner1 { margin:98px 0 44px; }
.partner2 { margin:50px 0 30px; }
.liste ul, ul.liste, .faq ul { list-style:square; padding-left:1.25em; margin-bottom:1em; }
.list_what ul { list-style:square; padding-left:18px; }
.button a {
  background: var(--blue);
  padding: 6px 16px;
  display: block;
  max-width: 212px;
  clear: both;
}

.button a:hover { background:var(--gray); text-decoration: none; transition: .5s; }
.button a { color:#fff; }
.banner {  }
.flag {  }

.multiCol ul { list-style: disc; padding-left: 1.25em; margin-bottom: 1em; }
.referenz { margin-top: 30px; }
.referenz article { border: solid 1px #ccc; padding: 15px; min-height: 360px; }
.blue { color: var(--blue); }

	.footer { background: var(--blue); }
	.footer_themen { background: #f5f5f5; padding: .5em 1em; margin-bottom: 10px; border-right: 10px solid #fff; min-height: 170px; }
	.footer_themen { background: #f5f5f5; padding: .5em 1em; margin-bottom: 10px; border-right: 10px solid #fff; min-height: 192px; }
	.footer_themen:hover { opacity: .8; cursor: pointer !important; }
	.footer_themen_last { border-right: none; }
	.footer_themen p, .footer_themen h1, .footer_themen strong, .footer_themen a  { color: var(--blue) !important; }
	.footer_themen h3 { font-size: 1rem; font-weight: 700; }
	.footer_themen p { font-size: 1rem; line-height: 1.25em; }
	p.footer_hl { font-weight: 400; font-size: 1.4rem; margin-bottom: 12px; border-bottom: solid 1px var(--blue); padding-bottom: 12px; }
	.footer_themen a:hover { text-decoration: none; }
	.black { color: #000 !important; }
	.deloitte { display: inline-block; margin-right: 2em; }
	.special { margin-top: 56px !important; }

	a.ffm:hover { text-decoration: none; }

.caption { background: rgb(255,255,255,.85); position: absolute; top: 0; left: 0; margin: 40px 0 0 55px; }
.onHover { background: rgb(255,255,255,.85); position: absolute; top: 150px; max-width: 80%; left: 0; margin: 40px 0 0 55px; padding: 20px 50px 20px 30px; }
.loesungen { padding: 20px 150px 20px 30px;}

.loesungen a.btnMore { right: 0; }
.loesungen a.btnMore span { display: none; }
.caption p, .onHover p { margin: 0; font-weight: 600; color: var(--blue); }
.onHover p { margin: 0; font-weight: 600; color: var(--blue); }
.onHover p span { margin: 0; font-weight: 400; color: var(--blue); }
.caption h2, .caption h1 { font-size: var(--fs-caption); margin: 0; font-weight: 400; }
.linkbox { margin-bottom: 5px; cursor: pointer; }
.versal { text-transform: uppercase; }
.flex { display: flex; }
.aktuelles { padding-bottom: 1em; }
.workout { background: #f5f5f5; padding-top: 2em; padding-bottom: 2em; padding-right: 5em; }

	.zoom { overflow: hidden; cursor: pointer; }
	.zoom img {
	   -webkit-transform: scaleY(1);
	   -moz-transform: scaleY(1);
	   -o-transform: scaleY(1);
	   -ms-transform: scaleY(1);
	   transform: scaleY(1);
	   -webkit-transition: all 0.7s ease-in-out;
	   -moz-transition: all 0.7s ease-in-out;
	   -o-transition: all 0.7s ease-in-out;
	   -ms-transition: all 0.7s ease-in-out;
	   transition: all 0.7s ease-in-out;
	}
	.zoom:hover img {
	   -webkit-transform: scale(1.15);
	   -moz-transform: scale(1.15);
	   -o-transform: scale(1.15);
	   -ms-transform: scale(1,25);
	   transform: scale(1.15);
	   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0.8)";
	   filter: alpha(opacity=0.8);
	   opacity: 0.8;
	}
	.lighter img {
	   -webkit-transition: all 0.7s ease-in-out;
	   -moz-transition: all 0.7s ease-in-out;
	   -o-transition: all 0.7s ease-in-out;
	   -ms-transition: all 0.7s ease-in-out;
	   transition: all 0.7s ease-in-out;
	}
	.lighter:hover img {
	   /* -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0.8)"; */
	   filter: alpha(opacity=0.5);
	   opacity: 0.5;
		/* -webkit-filter: blur(6px);
		filter: blur(6px); */
	}

	.lighter .onHover {
	   -webkit-transition: all 0.7s ease-in-out;
	   -moz-transition: all 0.7s ease-in-out;
	   -o-transition: all 0.7s ease-in-out;
	   -ms-transition: all 0.7s ease-in-out;
	   transition: all 0.7s ease-in-out;
	   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	   filter: alpha(opacity=0);
	   opacity: 0;
	}
	.lighter:hover .onHover {
	   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0.8)";
	   filter: alpha(opacity=1);
	   opacity: 1;
	}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.structured-data { display: none; }

.workshop .checkbox label, .workshop .radio label {
	min-height: 20px;
	padding-left: 20px;
	font-weight: 400; margin: 0 !important;
	cursor: pointer; font-size: inherit; clear: inherit; float: inherit; width: inherit;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
	margin-top: 0;
}
a.noline { color: #323232; text-decoration: none; }
a.noline:hover { color: #323232; text-decoration: none; }

.cta span { color: #fff; }
.cta { border: none; background-color: transparent; width: 430px; background-size: 424px; height: 100px; background-repeat: no-repeat; display: block; padding: 0 0 0 25px; transition: 1s; cursor: pointer; text-align: left; font-size: var(--fs-xl); outline: 0; margin-top: 2em;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 396 88.5' style='enable-background:new 0 0 396 88.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23800000;%7D .st1%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M395,44.2C395,19.9,375,0,350.5,0H0.1C0,1,0,43.2,0,44.2c0,24.3,20.1,44.2,44.6,44.2h305.9 C375,88.5,395,68.6,395,44.2z'/%3E%3Cg id='Page-1'%3E%3Cg id='icon-27-one-finger-click'%3E%3Cpath id='one-finger-click' class='st1' d='M326,34.3l1.1,7.5l1.9-0.3l-1.1-7.5L326,34.3L326,34.3z M338.8,37.4l-5.1,5.6l1.4,1.3 l5.1-5.6L338.8,37.4L338.8,37.4z M344.5,49.5l-7.6-0.6l-0.1,1.9l7.6,0.6L344.5,49.5L344.5,49.5z M315.4,55.8l7.1-2.8l-0.7-1.8 l-7.1,2.8L315.4,55.8L315.4,55.8z M315.6,42.4l6.6,3.9l1-1.6l-6.6-3.9L315.6,42.4L315.6,42.4z M347.1,90.9 c7.8-1.2,13.1-8.9,12-16.3c0,0,0.7,4.4,0,0l-1.1-7.1l-0.6-4.2c-0.2-1.6-1.7-2.6-3.3-2.4c-1.6,0.2-2.6,1.7-2.4,3.3l0.1,0.9 l-1.9,0.3l-0.7-4.7c-0.2-1.6-1.7-2.6-3.3-2.4c-1.6,0.2-2.6,1.7-2.4,3.3l0.4,2.8l-1.9,0.3l-0.7-4.7c-0.2-1.6-1.7-2.6-3.3-2.4 c-1.6,0.2-2.6,1.7-2.4,3.3l1,6.6l-1.9,0.3l-3-19.8c-0.2-1.6-1.7-2.6-3.3-2.4c-1.6,0.2-2.6,1.7-2.4,3.3l3.2,21.3 c-4.5-3.6-10.3-7.4-12.1-4.9c-1.7,2.4,4.4,7.2,13.6,18.5C335.2,88.7,340,92,347.1,90.9L347.1,90.9z M361,74.3 c1.3,8.8-4.8,17.1-13.6,18.4c-5.9,0.9-12.5-0.9-17.9-8c-7.8-10.3-16.8-16.4-13.6-20.7c2.3-3.1,6.9-1.1,11.1,1.7l0,0L324.4,49 c-0.4-2.6,1.4-5,4-5.4c2.6-0.4,5,1.4,5.4,4l1.4,9.4c0.7-0.7,1.6-1.2,2.7-1.4c2-0.3,4,0.7,4.9,2.4c0.7-0.9,1.7-1.5,2.9-1.7 c2.6-0.4,5,1.4,5.4,4l0,0c0.7-0.7,1.6-1.2,2.7-1.4c2.6-0.4,5,1.4,5.4,4L361,74.3L361,74.3z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.cta:hover { border: none; background-color: transparent; width: 430px; background-size: 424px; height: 100px; background-repeat: no-repeat; display: block; padding: 0 0 0 25px; transition: 1s; cursor: pointer; text-align: left; font-size: var(--fs-xl); outline: 0; margin-top: 2em;
 background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 396 88.5' style='enable-background:new 0 0 396 88.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%230f407a;%7D .st1%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M395,44.2C395,19.9,375,0,350.5,0H0.1C0,1,0,43.2,0,44.2c0,24.3,20.1,44.2,44.6,44.2h305.9 C375,88.5,395,68.6,395,44.2z'/%3E%3Cg id='Page-1'%3E%3Cg id='icon-27-one-finger-click'%3E%3Cpath id='one-finger-click' class='st1' d='M326,34.3l1.1,7.5l1.9-0.3l-1.1-7.5L326,34.3L326,34.3z M338.8,37.4l-5.1,5.6l1.4,1.3 l5.1-5.6L338.8,37.4L338.8,37.4z M344.5,49.5l-7.6-0.6l-0.1,1.9l7.6,0.6L344.5,49.5L344.5,49.5z M315.4,55.8l7.1-2.8l-0.7-1.8 l-7.1,2.8L315.4,55.8L315.4,55.8z M315.6,42.4l6.6,3.9l1-1.6l-6.6-3.9L315.6,42.4L315.6,42.4z M347.1,90.9 c7.8-1.2,13.1-8.9,12-16.3c0,0,0.7,4.4,0,0l-1.1-7.1l-0.6-4.2c-0.2-1.6-1.7-2.6-3.3-2.4c-1.6,0.2-2.6,1.7-2.4,3.3l0.1,0.9 l-1.9,0.3l-0.7-4.7c-0.2-1.6-1.7-2.6-3.3-2.4c-1.6,0.2-2.6,1.7-2.4,3.3l0.4,2.8l-1.9,0.3l-0.7-4.7c-0.2-1.6-1.7-2.6-3.3-2.4 c-1.6,0.2-2.6,1.7-2.4,3.3l1,6.6l-1.9,0.3l-3-19.8c-0.2-1.6-1.7-2.6-3.3-2.4c-1.6,0.2-2.6,1.7-2.4,3.3l3.2,21.3 c-4.5-3.6-10.3-7.4-12.1-4.9c-1.7,2.4,4.4,7.2,13.6,18.5C335.2,88.7,340,92,347.1,90.9L347.1,90.9z M361,74.3 c1.3,8.8-4.8,17.1-13.6,18.4c-5.9,0.9-12.5-0.9-17.9-8c-7.8-10.3-16.8-16.4-13.6-20.7c2.3-3.1,6.9-1.1,11.1,1.7l0,0L324.4,49 c-0.4-2.6,1.4-5,4-5.4c2.6-0.4,5,1.4,5.4,4l1.4,9.4c0.7-0.7,1.6-1.2,2.7-1.4c2-0.3,4,0.7,4.9,2.4c0.7-0.9,1.7-1.5,2.9-1.7 c2.6-0.4,5,1.4,5.4,4l0,0c0.7-0.7,1.6-1.2,2.7-1.4c2.6-0.4,5,1.4,5.4,4L361,74.3L361,74.3z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.modal-header .close {
	top: 5px;
	position: absolute;
	right: 15px;
}
.btn-info {
	color: #fff !important;
	background-color: var(--blue);
	border-color: var(--blue);
}
.modal label { float: none; width: 100%; font-weight: normal }
.pdf_dl { background: #f5f5f5; }
.p119 .pdf_dl { background: #fff; display: flex }
.pdf_dl h2 { margin: .25em 0 0; }
.pdf_dl .fa { font-size: var(--fs-fa-xl); padding-top: .5em; }
.pdf-o { display: block; width: 50px; height: 60px; background-repeat: no-repeat; background-position: 0 8px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 203.4 199.2' style='enable-background:new 0 0 203.4 199.2;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:url(%23SVGID_1_);%7D .st1%7Bfill:%23FEFFFF;%7D .st2%7Bfill:none;%7D%0A%3C/style%3E%3ClinearGradient id='SVGID_1_' gradientUnits='userSpaceOnUse' x1='8.9374' y1='20.1982' x2='197.1257' y2='178.1069'%3E%3Cstop offset='3.382768e-04' style='stop-color:%23FFFFFF'/%3E%3Cstop offset='4.904281e-02' style='stop-color:%23DEE4EC'/%3E%3Cstop offset='0.1422' style='stop-color:%23A3B6CB'/%3E%3Cstop offset='0.2322' style='stop-color:%23738FB0'/%3E%3Cstop offset='0.3169' style='stop-color:%234D719B'/%3E%3Cstop offset='0.395' style='stop-color:%23325C8B'/%3E%3Cstop offset='0.4641' style='stop-color:%23224F82'/%3E%3Cstop offset='0.517' style='stop-color:%231C4A7F'/%3E%3Cstop offset='1' style='stop-color:%231C497F'/%3E%3Cstop offset='1' style='stop-color:%23144179'/%3E%3C/linearGradient%3E%3Cpath class='st0' d='M179.6,190.7H26.5c-8.3,0-15-6.7-15-15V22.6c0-8.3,6.7-15,15-15h153.1c8.3,0,15,6.7,15,15v153.1 C194.6,184,187.9,190.7,179.6,190.7z'/%3E%3Cpath class='st1' d='M149.8,84.1h-26.7V44H83v40.1H56.3l46.7,46.7L149.8,84.1z M56.3,144.2v13.4h93.5v-13.4H56.3z'/%3E%3Cpath class='st2' d='M22.9,24h160.2v160.2H22.9V24z'/%3E%3C/svg%3E%0A");
}

.site-navbar.fixed-top .navbar-collapse {
	max-height: 100vh;
}

.partner-img { display: inline-block; height: 62px; margin-right: 50px; margin-bottom: 1em; }
.partner-img img { height: 100%; width: auto; }
.partnerlogos { text-align: center; margin: 3em 0 0; }

/* KI Transformation */

.orange { color: var(--orange); }
.bubble_div { max-width: 890px; margin-bottom: 1rem; display: block; }
.bubble_right,
.bubble_left 
	{
		height: 130px; width: 210px; display: block; color: #fff; background-size: cover;  padding: 20px; float: left;
		font-size: 1rem; line-height: 1.25em;
	}
.bubble_right { text-align: right; margin-right: 2rem; }
.bubble_left {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 240 150' style='enable-background:new 0 0 240 150;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%230F407A;%7D%0A%3C/style%3E%3Cpath class='st0' d='M5.3,22.4L5.1,106c-0.3,11,7.7,17.5,17.3,17.5h33.7c0,0,39.7,35.3,33.3,15.5c-4.8-14.9,0-15.5,0-15.5h108 c9.6,0,14.3-7.6,17.3-17.5l20-83.6c2.4-9.9-7.8-17.5-17.3-17.5H22.6C13.1,5,5.1,11.3,5.3,22.4z'/%3E%3C/svg%3E%0A");
}
.bubble_right {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 240 150' style='enable-background:new 0 0 240 150;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%230F407A;%7D%0A%3C/style%3E%3Cpath class='st0' d='M234.5,22.4l-0.2,83.6c-2.5,9.7-7.7,17.5-17.3,17.5h-53.6c0,0-39.7,35.3-33.3,15.5c4.8-14.9,0-15.5,0-15.5h-108 c-9.6,0-20.8-7.1-17.3-17.5l20-83.6c3-12,7.8-17.4,17.3-17.4h175C226.7,5,234.9,12.4,234.5,22.4z'/%3E%3C/svg%3E%0A");
}
.bubble_left.orange {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 240 150' style='enable-background:new 0 0 240 150;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23eb6607;%7D%0A%3C/style%3E%3Cpath class='st0' d='M5.3,22.4L5.1,106c-0.3,11,7.7,17.5,17.3,17.5h33.7c0,0,39.7,35.3,33.3,15.5c-4.8-14.9,0-15.5,0-15.5h108 c9.6,0,14.3-7.6,17.3-17.5l20-83.6c2.4-9.9-7.8-17.5-17.3-17.5H22.6C13.1,5,5.1,11.3,5.3,22.4z'/%3E%3C/svg%3E%0A");
}
.bubble_right.orange {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 240 150' style='enable-background:new 0 0 240 150;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23eb6607;%7D%0A%3C/style%3E%3Cpath class='st0' d='M234.5,22.4l-0.2,83.6c-2.5,9.7-7.7,17.5-17.3,17.5h-53.6c0,0-39.7,35.3-33.3,15.5c4.8-14.9,0-15.5,0-15.5h-108 c-9.6,0-20.8-7.1-17.3-17.5l20-83.6c3-12,7.8-17.4,17.3-17.4h175C226.7,5,234.9,12.4,234.5,22.4z'/%3E%3C/svg%3E%0A");
}

 .custom-list {
	list-style-type: none;
	padding-left: 0;
	margin-top: .5em;
}
.list-item {
	position: relative;
	padding-left: 36px; /* Space for circle and line */
	margin-bottom: 0;
	padding-bottom: 2em;
	line-height: 1.25em;
	margin-top: -12px
}
.last-item { padding-bottom: 0; }
.list-item.no-dot {
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 4px
}
.p112 .list-item.no-dot {
	margin-top: -14px;
}
.list-item b { color: var(--orange); }
.list-item span b { color: var(--black); margin-top: .75em; display: block; }
.list-item::before {
	content: "\2022"; /* Unicode for bullet point */
	font-size: var(--fs-display-sm);
	color: var(--orange); /* Bootstrap success color */
	position: absolute;
	left: 1px;
	top: 10px;
	transform: translateY(-50%);
}
.list-item.no-dot::before { display: none }

.list-item::after {
	content: "";
	position: absolute;
	left: 8px; 
	top: 12px;
	bottom: 0;
	width: 1px;
	background-color: var(--orange);
}
.triangle {
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translateY(-50%);
	width: 18px; /* Width of the SVG */
	height: 122px; /* Height of the SVG */
	overflow: hidden;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='122' viewBox='0 0 18 122'%3E%3Cpath id='Polygon_2' data-name='Polygon 2' d='M61.5,0,122,18H0Z' transform='translate(18) rotate(90)' fill='%23eb6607'/%3E%3C/svg%3E%0A");
}
img.buch { max-width: 300px; }

.alert.fixed { position: fixed; top: 200px; display: block; width: 80%; max-width: 400px; margin: 0 auto; background: var(--orange); text-align: center; padding: 2rem 3rem; }
.alert.fixed strong { color: #fff; }

.KI h2, h2 .KI, .KI h3, .KI h1 {
	border-bottom: solid 3px var(--orange);
	padding-bottom: 0.25em; display: block;
}
h1 .large { font-size: var(--fs-h1-line); margin-top: 3rem; display: block; line-height: 1.2em; }
h2 span,
h1 span 
	{ font-size: .75em; display: block; line-height: 1.2em; }
.panel-default {
	border: none; 
}


.workouts h2, .workouts h2 span { color: var(--orange); font-size: var(--fs-balken) !important; font-weight: 600; margin-bottom: .15em; }
.workouts h2 span { display: inline-block; min-width: 11rem; }
.workouts p { display: block; margin-left: 11rem; }
.workouts-list { line-height: 2em; font-weight: 600; }
.workouts-list span { min-width: 15rem; display: inline-block; }

.img-right { display: block; max-width: 48%; float: right; margin-left: 2%; }
label.verbindlich { display: inline-block; font-weight: normal; }
.btn-info.bg-orange { background: var(--orange); border: solid 1px var(--orange); }
.btn-info.bg-orange:hover { background: var(--blue); border: solid 1px var(--blue); }

.form-group {
	margin-bottom: 0;
	display: inline-block;
	width: 100%;
}
.form-control {
	padding: 1rem;
	margin-bottom: .5rem;
}
.short { width: 25%; display: inline-block; }
.medium { width: 73%; display: inline-block }

.bg-weis .panel-title > a {
	padding: 10px 10px 0px 55px;
}
@supports (-webkit-appearance: none) {
	/* Safari-spezifisches CSS */
	input[type=checkbox], input[type=radio] { width: auto }
	
}

 .margin-top-start { height: 65px; display: block; }

.vhmin { min-height: 48vh; }

/* nur ab md gleichhoch + Trennlinie links in der rechten Spalte */

/* Optional: auf kleineren Screens statt linker Linie eine obere Linie */

/* Buttons überschreiben */
.klaro label,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-required,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service p.purposes, 
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose p.purposes 
	{ color: #fff; }
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose {
	min-height: 50px;
}
/* Skaliert den gesamten Schalter, ohne die Geometrie neu zu rechnen */
.klaro .cm-switch{

}	

.klaro .cookie-modal .cm-list-label .cm-switch, 
.klaro .context-notice .cm-list-label .cm-switch, 
.klaro .cookie-notice .cm-list-label .cm-switch {
	position: absolute;
	left: 0;
	top: 0;
}	
.klaro .cookie-modal .cm-list-label .slider {
	background-color: #bbb;
}
#klaroResetBtn img { width: 50px; height: 50px; }
#klaroResetBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: transparent;
  color: #fff;
  border: none;
  padding: 0;
  border-radius: 0;
  cursor: pointer;
}
.klaro .cookie-modal .cm-switch, .klaro .context-notice .cm-switch, .klaro .cookie-notice .cm-switch {
	height: 25px !important;
}
.klaro .cookie-modal .cm-list-label .slider::before, .klaro .context-notice .cm-list-label .slider::before, .klaro .cookie-notice .cm-list-label .slider::before {
	background-color: #e6e6e6;
	background-color: var(--white3, #e6e6e6);
	height: 15px !important;
	width: 15px !important;
	left: 5px !important;
	bottom: 5px !important;
}
.klaro .cookie-modal li .expanded .cm-switch {
	margin-top: 15px;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service {
	min-height: 42px !important;
	vertical-align: middle !important;
	display: table;
	width: 100%;
}
.klaro .cookie-modal .cm-list-label .slider {
	background-color: #666 !important;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service {
	line-height: 26px;
	min-height: 40px;
}

h1 b.orange { font-size: var(--fs-h1-sub); line-height:1.1em; font-family: 'Open Sans'; font-weight: 700; margin-bottom: 0; }
hr + h1 { margin-bottom: 0; }
.news-detail h1, .news-detail-body { margin-bottom: 2rem; }
/* =============================================================================
   Startseiten-Prototyp (start15.html) – Hero-Sections, navbar-gc, Karten
   ============================================================================= */
/* =============================================
   NEUE STARTSEITEN-STYLES
   ============================================= */
body.page-start {
	--orange: var(--blue);
  padding-top: 65px !important;
}
/* --- NAVBAR BS5: Overrides für style26.css BS3-Reste --- */
article { position: relative; }
body.page-start h2.gold {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--blue);
    margin-bottom: 22px;
}
body.page-start h2.gold::before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 2px;
  background: var(--blue);
  flex-shrink: 0;
}
body.page-start h2.serif {
  font-family: 'Cormorant', Georgia, serif;
  font-weight: 400;
  font-style: normal;
  color: #111;
  line-height: .8;
  margin-bottom: 1rem;
  font-size: var(--fs-h1);
  line-height: 1.1em;
}
body.page-start h2.serif i {
  color: var(--blue);
  font-size: 1rem;
  font-style: normal;
}
body.page-start h3 {
  font-size: var(--fs-xl);
  font-weight: 400;
  color: var(--blue);
  line-height: 1.3;
  margin: 1rem 0 .5rem;
}
.navbar-gc {
  background: #fff !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.10);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-gc.navbar {
  margin: 0 !important;
  border: none !important;
}
.navbar-gc .navbar-nav {
  float: none !important;
  margin-top: 0 !important;
}
.navbar-gc .navbar-brand {
  background: none !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  align-items: center;
}
.navbar-gc .navbar-brand img {
  height: 48px;
  width: auto;
}
.navbar-gc .nav-link {
  font-weight: 400;
  font-size: 0.93rem;
  letter-spacing: 0.02em;
  color: #444 !important;
  padding: 0.55rem 0.9rem 0.45rem !important;
  border-bottom: 2px solid transparent !important;
  transition: color 0.15s, border-color 0.15s;
}
.navbar-gc .nav-link:hover,
.navbar-gc .nav-link:focus,
.navbar-gc .nav-link.active {
  color: var(--blue) !important;
  border-bottom-color: var(--blue) !important;
  text-decoration: none !important;
}
.navbar-gc .nav-link.flag-link {
  padding: 0.4rem 0.7rem !important;
  border-bottom: none !important;
}
.navbar-gc .flag-link img {
  height: 10px;
  vertical-align: middle;
}
.navbar-gc .btn-nav-cta {
  background: #111;
  color: #fff !important;
  border-radius: 50px;
  padding: 0.45rem 1.4rem;
  font-weight: 600;
  font-size: 0.88rem;
  transition: background 0.18s;
  text-decoration: none !important;
  white-space: nowrap;
  display: inline-block;
}
.navbar-gc .btn-nav-cta:hover,
.navbar-gc .btn-nav-cta:focus {
  background: #333 !important;
  color: #fff !important;
}
.navbar-toggler {
  border-color: rgba(26,53,96,0.25);
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(26,53,96,0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* --- HERO / SECTIONS: Vollflächiges Bild + Glas-Karten darüber --- */
.hero-start,
.cta-module-section {
  position: relative;
  min-height: min(75vh, 760px);
  overflow: hidden;
  background-color: #1a2d4a;
  background-repeat: no-repeat;
  /* background-position: center center; */
  background-position: top left;
  background-size: cover;
  display: flex;
  align-items: center;
  padding: clamp(44px, 7vh, 88px) 0 clamp(52px, 8vh, 96px);
  margin-top: 5px !important;
  /* margin-bottom: 5px; */
}
header + .cta-module-section {
  margin-top: 0 !important;
}
.hero-start {
  min-height: min(90vh, 840px);
  background-image: url("../header2.jpg");
}
.hero-start::before,
.cta-module-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0.88) 0%,
    rgba(255, 255, 255, 0.55) 38%,
    rgba(255, 255, 255, 0.12) 62%,
    rgba(15, 40, 74, 0.18) 100%
  );
  pointer-events: none;
}
.hero-start-inner,
.cta-module-section .hero-start-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(18px, 4.5vw, 40px);
}
.hero-start-stack,
.cta-module-section .hero-start-stack {
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 2vw, 22px);
  max-width: min(100%, 880px);
}
.cta-module-section .hero-start-stack {
  max-width: min(100%, 1040px);
}
.hero-start-card,
.cta-module-section .hero-start-card {
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 16px 48px rgba(15, 40, 122, 0.12);
  border: none;
  background: rgba(255, 255, 255, 0.78);
  padding: clamp(22px, 3.2vw, 38px);
}
.hero-start-media,
.cta-module-section .hero-start-media {
  display: none;
}
.hero-start-media img,
.cta-module-section .hero-start-media img {
  display: block;
  width: 100%;
  height: auto;
}
.cta-module-section .hero-start-card .section-intro,
.cta-module-section .hero-start-card .cta-4e-lead,
.cta-module-section .hero-start-card .cta-4e-bridge {
  color: #2b2f36;
  font-size: 0.98rem;
  line-height: 1.72;
  margin: 0 0 12px;
  max-width: none;
}
.cta-module-section .hero-start-card h2.serif,
.cta-module-section .hero-start-card h3.serif {
  margin-bottom: 1rem;
}
.cta-module-section .hero-start-card .partnerlogos {
  margin: 0;
  padding: 8px 0 0;
  min-height: 0;
  background: transparent;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 20px 28px;
}
.cta-module-section .hero-start-card .partner-img {
  margin: 0;
  height: 44px;
}
.partnerlogos {
    text-align: center;
    margin: 3em 0 0;
    /* background: rgba(255, 255, 255, 0.78); */
    background: #fff;
    padding: 1rem;
}
.hero-start-card--links {
  padding: clamp(16px, 2.4vw, 26px) clamp(18px, 2.8vw, 28px);
}
.hero-kicker {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--blue);
  margin: 0 0 14px;
  line-height: 1.45;
}
.hero-kicker a {
  color: inherit;
  text-decoration: inherit;
}
.hero-kicker a:hover,
.hero-kicker a:focus {
  color: #0a2852;
}
.hero-eyebrow {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.98rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: .5rem !important;
}
p + .hero-eyebrow {
  margin-top: 1.5rem;
}
.hero-start h2.section-hl2,
.hero-start .hero-loesungen-intro h2.section-hl2 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--blue);
  margin: 0 0 8px;
  line-height: 1.35;
  margin-top: 2rem;
}
/* .hero-start h2.section-hl2::before,
.hero-start .hero-loesungen-intro h2.section-hl2::before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 2px;
  background: var(--blue);
  flex-shrink: 0;
} */
.hero-start h2.section-hl2 + p,
.hero-start .hero-loesungen-intro p {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.98rem;
  line-height: 1.5;
  color: #2b2f36;
}
.hero-start h1,
.hero-start .hero-main-title {
  font-family: 'Cormorant', Georgia, serif;
  font-size: clamp(2rem, 4.1vw, 3.25rem);
  /* font-weight: 700; */
  color: #111;
  line-height: 1.1;
  margin: 0 0 18px;
}
.hero-h1-gold {
  display: block;
  font-style: italic;
  font-weight: 400;
  color: var(--blue);
}
.hero-body {
  font-size: 0.98rem;
  color: #2b2f36;
  line-height: 1.72;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}
.hero-loesungen-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.hero-loesung-link {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 12px;
  min-height: 132px;
  min-width: 0;
  padding: 18px 20px 16px;
  background: #fff;
  border: 1px solid rgba(15, 64, 122, 0.12);
  border-top: 2px solid var(--blue);
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(15, 40, 74, 0.06);
  color: inherit;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.hero-loesung-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.hero-loesung-link:hover,
.hero-loesung-link:focus {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(15, 40, 74, 0.1);
  border-color: rgba(15, 64, 122, 0.2);
  border-top-color: #0a2852;
  color: inherit;
  text-decoration: none;
}
.hero-loesung-link:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 2px;
}
.hero-loesung-title {
  display: block;
  font-family: 'Cormorant', Georgia, serif;
  font-size: clamp(1.15rem, 1.6vw, 1.45rem);
  font-weight: 700;
  line-height: 1.2;
  color: #111;
  margin: 0 0 8px;
}
.hero-loesung-desc {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.86rem;
  line-height: 1.5;
  color: #4a5568;
  margin: 0;
}
.hero-loesung-icon {
  flex-shrink: 0;
  align-self: flex-end;
  width: 0;
  height: 0;
  margin-bottom: 4px;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent var(--blue);
  transition: border-color 0.16s ease;
}
.hero-loesung-link:hover .hero-loesung-icon,
.hero-loesung-link:focus .hero-loesung-icon {
  border-left-color: #0a2852;
}
.hero-body strong {
  color: #111;
  font-weight: 700;
}
.hero-ctas {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.btn-hero-primary {
  background: #111;
  color: #fff !important;
  border-radius: 50px;
  padding: 0.68rem 1.55rem;
  font-weight: 600;
  font-size: 0.93rem;
  text-decoration: none !important;
  transition: background 0.18s;
  display: inline-block;
}
.btn-hero-primary:hover,
.btn-hero-primary:focus {
  background: #333;
  color: #fff !important;
}
.btn-hero-link {
  color: #333 !important;
  font-weight: 500;
  font-size: 0.93rem;
  text-decoration: none !important;
}
.btn-hero-link:hover {
  color: var(--blue) !important;
  text-decoration: none !important;
}
.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.hero-tag {
  border: 1px solid #ccc;
  color: #666;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  background: transparent;
}

/* --- CTA LÖSUNGEN GRID --- */
.cta-loesungen-section {
  background: #faf6f6;
  padding: 52px 0 56px;
}
.cta-loesungen-section .section-header {
  margin-bottom: 36px;
}
.cta-loesungen-section .section-header h2 {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--blue);
  margin: 0 0 6px;
  border: none;
}
.cta-loesungen-section .section-header p {
  margin: 0;
  font-size: 0.95rem;
}
.cta-loesungen-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.cta-loesung-item {
  background: #fff;
  border: 1px solid #dfdfdf;
  border-top: 2px solid var(--blue);
  border-radius: 10px;
  padding: 20px 22px 18px;
  min-height: 168px;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  min-width: 0;
  color: inherit;
}
.cta-loesung-item:hover,
.cta-loesung-item:focus {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.09);
  border-color: #cfcfcf;
  border-top-color: #9a7830;
  color: inherit;
  text-decoration: none;
}
.cta-loesung-item .cta-no {
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-variant-numeric: tabular-nums;
  color: var(--blue);
  margin-bottom: 18px;
  display: block;
}
.cta-loesung-item strong {
  display: block;
  font-size: 1.85rem;
  font-family: 'Cormorant', Georgia, serif;
  font-weight: 700;
  color: #2b2f36;
  line-height: 1.15;
}
.cta-loesung-item span.cta-sub {
  display: block;
  font-size: 0.96rem;
  margin-top: 10px;
}
.cta-loesung-item .cta-arrow {
  margin-top: auto;
  padding-top: 18px;
  color: var(--blue);
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1;
}

/* --- CTA MODULE GRID (in Glas-Karten) --- */
.cta-module-section .section-hl1 {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 8px;
  display: block;
}
.cta-module-section h2.section-hl2 {
  font-size: 1.65rem;
  font-weight: 300;
  color: #111;
  margin: 0 0 10px;
  line-height: 1.3;
}
.cta-module-section .section-intro {
  color: #555;
  font-size: 0.97rem;
  max-width: 620px;
  margin-bottom: 0;
  line-height: 1.6;
}
.cta-module-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.cta-module-grid--aktuelles {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cta-module-grid .cta-module-item {
  cursor: default;
  min-height: 0;
}
.cta-module-grid .cta-module-item .hero-loesung-title {
  margin-bottom: 8px;
}
/* --- KONTAKTFORMULAR --- */
#kform .form-control {
  width: 100%;
  border: 1px solid #d6dce5;
  border-radius: 10px;
  background: #fff;
  color: #1f2937;
  padding: 1.5rem 1rem;
  margin-bottom: 10px;
  font-size: 0.95rem;
  line-height: 1.45;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}
#kform textarea.form-control {
  min-height: 120px;
  resize: vertical;
}
#kform .form-control::placeholder {
  color: #7a8797;
}
#kform .form-control:focus {
  border-color: var(--blue);
  outline: none;
  box-shadow: 0 0 0 3px rgba(184, 144, 58, 0.15);
}
#kform p {
  color: #3f4652;
  font-size: 0.95rem;
  line-height: 1.55;
}
#kform #datenschutz {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  vertical-align: text-top;
  accent-color: var(--blue);
}
#kform .btn-kontakt {
  border: 1px solid #111;
  border-radius: 999px;
  background: #111;
  color: #fff;
  padding: 10px 24px;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}
#kform .btn-kontakt:hover,
#kform .btn-kontakt:focus {
  background: #2d2d2d;
  border-color: #2d2d2d;
  color: #fff;
  transform: translateY(-1px);
}
.footer {
    background: #666;
}
.contact-form {
  background:#efefef; padding:2em 15px 3em; margin-bottom:0; border-radius: 12px;
}

/* ==========================================================================
   Responsive (@media) – am Dateiende gebündelt
   ========================================================================== */

@media (min-width: 992px) {
	.site-navbar .nav-item.dropdown:hover > .dropdown-menu,
	.navbar-gc .nav-item.dropdown:hover > .dropdown-menu {
		display: block;
	}
	/* .show von Unterseiten nur ohne Hover ausblenden – Hover bleibt aktiv */
	.site-navbar .nav-item.dropdown:not(:hover) > .dropdown-menu.show,
	.navbar-gc .nav-item.dropdown:not(:hover) > .dropdown-menu.show {
		display: none;
	}
	.site-navbar .navbar-nav { margin-top: 38px; }
  .row-eq {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: stretch;
			align-items: stretch;      /* macht die Spalten gleich hoch */
  }
  .row-eq > [class*="col-"] {
	float: none;                        /* Floats der BS3-Cols deaktivieren */
	display: flex;                      /* damit sich innerer Inhalt mitdehnt */
	flex-direction: column;
  }
  .row-eq > .col-md-6 {
	flex: 0 0 50%;
	max-width: 50%;
  }
  .bor {                                /* deine Linie */
	border-left: 1px solid #ccc;
  }
}

@media (max-width: 1100px) {
  .cta-loesungen-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
}

@media screen and (max-width: 1060px) {
		.site-navbar .navbar-nav .nav-link { font-size: var(--fs-2xs); }
	}

@media (max-width: 991px) {
  .cta-loesung-item {
    min-height: 150px;
  }
  .cta-loesung-item strong {
    font-size: 1.55rem;
  }

  /* --- Mobile Hamburger / Navbar-GC --- */
  .navbar-gc .navbar-collapse,
  .site-navbar.navbar-gc .navbar-collapse {
    background: #f3f3f2;
    border: none !important;
    border-radius: 0;
    box-shadow: 0 10px 28px rgba(15, 40, 74, 0.12);
    padding: 0.35rem 0 1rem;
    margin: 14px -0.75rem;
    max-height: none;
  }
  .navbar-gc .navbar-nav,
  .site-navbar.navbar-gc .navbar-nav {
    float: none !important;
    width: 100%;
    margin: 0 !important;
    padding: 0;
  }
  .navbar-gc .navbar-nav > .nav-item,
  .site-navbar .navbar-nav > .nav-item {
    float: none;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.95);
  }
  .navbar-gc .navbar-nav > .nav-item:last-child,
  .site-navbar .navbar-nav > .nav-item:last-child {
    border-bottom: none;
  }
  .navbar-gc .navbar-nav .nav-link,
  .site-navbar.navbar-gc .navbar-nav .nav-link {
    font-weight: 400 !important;
    font-size: 1rem !important;
    color: #222 !important;
    border-bottom: none !important;
    padding: 0.9rem 1rem !important;
    line-height: 1.35;
  }
  .navbar-gc .navbar-nav .nav-link:hover,
  .navbar-gc .navbar-nav .nav-link:focus,
  .navbar-gc .navbar-nav .nav-link.active,
  .site-navbar.navbar-gc .navbar-nav .nav-link.active {
    color: var(--blue) !important;
    background: transparent;
    font-weight: 400 !important;
  }
  .site-navbar .navbar-nav li a.active {
    font-weight: 400 !important;
  }
  .navbar-gc .nav-item.dropdown,
  .site-navbar .navbar-nav > .nav-item.dropdown {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .navbar-gc .nav-item.dropdown > .nav-link,
  .site-navbar .navbar-nav > .nav-item.dropdown > .nav-link {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    min-width: 0;
  }
  .navbar-gc .nav-dropdown-toggle,
  .site-navbar .nav-dropdown-toggle {
    flex: 0 0 3rem;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    background: transparent !important;
    border: none !important;
    border-left: 1px solid rgba(255, 255, 255, 0.95) !important;
    border-radius: 0;
    padding: 0;
    margin: 0;
    box-shadow: none !important;
    color: var(--blue);
  }
  .navbar-gc .nav-dropdown-toggle::after,
  .site-navbar .nav-dropdown-toggle::after {
    margin: 0;
    vertical-align: middle;
    border-top-color: var(--blue);
    transition: transform 0.2s ease;
  }
  .navbar-gc .nav-dropdown-toggle.show::after,
  .site-navbar .nav-dropdown-toggle.show::after {
    transform: rotate(180deg);
  }
  .navbar-gc .nav-item.dropdown > .dropdown-menu:not(.show),
  .site-navbar .nav-item.dropdown > .dropdown-menu:not(.show) {
    display: none !important;
  }
  .navbar-gc .nav-item.dropdown > .dropdown-menu.show,
  .site-navbar .nav-item.dropdown > .dropdown-menu.show {
    display: block !important;
  }
  .navbar-gc .nav-item.dropdown > .dropdown-menu,
  .site-navbar .navbar-nav > .nav-item > ul.dropdown-menu,
  .navbar-gc .navbar-nav > .nav-item > ul.dropdown-menu {
    position: static !important;
    float: none;
    flex: 0 0 100%;
    width: 100%;
    background: #e9e9e8;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    margin: 0;
    min-width: 0;
  }
  .navbar-gc .nav-item.dropdown > .dropdown-menu > li,
  .site-navbar .navbar-nav > .nav-item > ul.dropdown-menu > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  }
  .navbar-gc .nav-item.dropdown > .dropdown-menu > li:last-child,
  .site-navbar .navbar-nav > .nav-item > ul.dropdown-menu > li:last-child {
    border-bottom: none;
  }
  .navbar-gc .nav-item.dropdown > .dropdown-menu .dropdown-item,
  .site-navbar .navbar-nav > .nav-item > ul.dropdown-menu > li > a,
  .site-navbar .navbar-nav > .nav-item > ul.dropdown-menu > li > .dropdown-item,
  .navbar-gc .navbar-nav > .nav-item > ul.dropdown-menu > li > a,
  .navbar-gc .navbar-nav > .nav-item > ul.dropdown-menu > li > .dropdown-item {
    padding: 0.8rem 1rem 0.8rem 1.35rem !important;
    font-size: 0.95rem !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    color: #666 !important;
    background: transparent !important;
  }
  .navbar-gc .nav-item.dropdown > .dropdown-menu .dropdown-item:hover,
  .navbar-gc .nav-item.dropdown > .dropdown-menu .dropdown-item:focus,
  .navbar-gc .nav-item.dropdown > .dropdown-menu .dropdown-item.active,
  .site-navbar .navbar-nav > .nav-item > ul.dropdown-menu > li > a:hover,
  .site-navbar .navbar-nav > .nav-item > ul.dropdown-menu > li > a:focus,
  .navbar-gc .navbar-nav > .nav-item > ul.dropdown-menu > li > a:hover,
  .navbar-gc .navbar-nav > .nav-item > ul.dropdown-menu > li > a:focus {
    color: var(--blue) !important;
    background: rgba(255, 255, 255, 0.35) !important;
  }
  .navbar-gc .navbar-nav > .nav-item > ul.dropdown-menu > li:hover,
  .navbar-gc .navbar-nav > .nav-item > ul.dropdown-menu > li:focus-within,
  .site-navbar .navbar-nav > .nav-item > ul.dropdown-menu > li:hover,
  .site-navbar .navbar-nav > .nav-item > ul.dropdown-menu > li:focus-within {
    background: transparent;
  }
  .navbar-gc .navbar-collapse > .d-flex {
    width: 100%;
    padding: 0.85rem 1rem 0.25rem;
    flex-direction: column;
    align-items: flex-start !important;
    gap: 0.85rem !important;
  }
  .navbar-gc .btn-nav-cta {
    width: auto;
    min-width: 11rem;
    text-align: center;
  }
  .navbar-gc .navbar-nav .nav-link img.flag {
    height: 14px;
    width: auto;
    vertical-align: middle;
  }
  .navbar-gc .navbar-toggler {
    border: 1px solid rgba(26, 53, 96, 0.18);
    border-radius: 8px;
    padding: 0.4rem 0.55rem;
  }

  .hero-start,
  .cta-module-section {
    min-height: 0;
    padding: 0 0 36px;
    flex-direction: column;
    align-items: stretch;
    background-color: #f5f7fb;
    background-image: none !important;
  }
  .hero-start::before,
  .cta-module-section::before {
    display: none;
  }
  .hero-start-media,
  .cta-module-section .hero-start-media {
    display: block;
    width: 100%;
    flex-shrink: 0;
    margin-bottom: 14px;
    order: -1;
  }
  .hero-start-media img,
  .cta-module-section .hero-start-media img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
    width: 100%;
  }
  .hero-start-inner,
  .cta-module-section .hero-start-inner {
    width: 100%;
    max-width: none;
  }
  .hero-start-stack,
  .cta-module-section .hero-start-stack {
    max-width: none;
  }
  .hero-start-card,
  .cta-module-section .hero-start-card {
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 40, 74, 0.08);
  }
  .hero-loesungen-grid,
  .cta-module-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  /* .bor { border-left: 0; border-top: 1px solid #ccc; } */
  .mobile-top { margin-top: 4em; }
}

@media only screen and (max-width: 768px) { .mt0 { margin-top: 0px; }
  .mt1 { margin-top: 8px; }   .mt2 { margin-top: 16px; }   .mt3 { margin-top: 24px; }   .mt4 { margin-top: 32px; }   .mt5 { margin-top: 40px; }   .mt6 { margin-top: 48px; }   .mt7 { margin-top: 56px; }   .mt8 { margin-top: 64px; }   .mt9 { margin-top: 72px; }   .mt10 { margin-top: 80px; }   .mb0 { margin-bottom: 0px; }   .mb1 { margin-bottom: 8px; }   .mb2 { margin-bottom: 16px; }   .mb3 { margin-bottom: 24px; }   .mb4 { margin-bottom: 32px; }   .mb5 { margin-bottom: 40px; }   .mb6 { margin-bottom: 48px; }   .mb7 { margin-bottom: 56px; }   .mb8 { margin-bottom: 64px; }   .mb9 { margin-bottom: 72px; }   .mb10 { margin-bottom: 80px; }   .pad0 { padding: 0px; }   .pad1 { padding: 8px; }   .pad2 { padding: 16px; }   .pad3 { padding: 24px; }   .pad4 { padding: 32px; }   .pad5 { padding: 40px; }   .pad6 { padding: 48px; }   .pad7 { padding: 56px; }   .pad8 { padding: 64px; }   .pad9 { padding: 72px; }   .pad10 { padding: 80px; }   .pt0 { padding-top: 0px; }   .pt1 { padding-top: 8px; }   .pt2 { padding-top: 16px; }   .pt3 { padding-top: 24px; }   .pt4 { padding-top: 32px; }   .pt5 { padding-top: 40px; }   .pt6 { padding-top: 48px; }   .pt7 { padding-top: 56px; }   .pt8 { padding-top: 64px; }   .pt9 { padding-top: 72px; }   .pt10 { padding-top: 80px; }   .pb0 { padding-bottom: 0px; }   .pb1 { padding-bottom: 8px; }   .pb2 { padding-bottom: 16px; }   .pb3 { padding-bottom: 24px; }   .pb4 { padding-bottom: 32px; }   .pb5 { padding-bottom: 40px; }   .pb6 { padding-bottom: 48px; }   .pb7 { padding-bottom: 56px; }   .pb8 { padding-bottom: 64px; }   .pb9 { padding-bottom: 72px; }   .pb10 { padding-bottom: 80px; } }

@media (max-width: 660px) {
  .cta-loesung-item { min-height: inherit; }
  .cta-loesung-item .cta-arrow { margin: 0; padding-top: 8px; }
}

@media (max-width: 640px) {
  .cta-loesungen-grid { grid-template-columns: 1fr; }
  .cta-loesung-item .cta-no { display: none !important; }
}

@media screen and (max-width: 600px) {
		.footer_themen { min-height: 140px; }
		p.footer_hl { font-size: var(--fs-balken); }
		.footer_themen a.btnMore2 { margin-right: 0; position: absolute; top: 0; bottom: inherit; }
		img.deloitte { width: 120px; }
		.special { margin-top: 20px !important; display: inline-block; }
	}

@media (max-width: 580px) {
	.img-right { display: block; width: 100%; margin-left: 0; max-width: inherit; margin-bottom: 2em; margin-top: 1em !important; }
	
	.workouts-list span {
		min-width: inherit;
		display: inline-block;
	}
}

@media (max-width: 575px) {
  .hero-loesungen-grid,
  .cta-module-grid--aktuelles {
    grid-template-columns: 1fr;
  }
  .hero-start-card,
  .cta-module-section .hero-start-card {
    border-radius: 14px;
  }
  .hero-start-inner,
  .cta-module-section .hero-start-inner { z-index: 0; }
}

@media (max-width: 479px) {
  .cta-module-grid,
  .hero-loesungen-grid { grid-template-columns: 1fr; }
  .cta-module-section h2.section-hl2 { font-size: 1.3rem; }
  .hero-loesung-link { min-height: none; }
}
