/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

/* bitter-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/bitter-v33-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* bitter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/bitter-v33-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* bitter-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/bitter-v33-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* bitter-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/bitter-v33-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v40-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-300 - italic */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/open-sans-v40-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/open-sans-v40-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-500 - italic */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/open-sans-v40-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v40-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700 - italic */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/open-sans-v40-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


#header {
    --cnvs-primary-menu-submenu-tt: none;/* war uppercase style.css*/
}

.feature-box {
    --cnvs-featured-box-font-tt: none; /* war uppercase */
}

.button-dublau {
  --cnvs-btn-color: #387C98; }
  .button-dublau.button-3d:hover, .button-dublau.button-reveal:hover, .button-dublau.button-border:hover {
    --cnvs-btn-color: #387C98 !important; }
  .button-dublau.button-border.button-fill::before {
    background-color: #387C98; }
  .button-dublau.button-action {
    --cnvs-btn-action-border-color: #387C98; }

.button-border.button-dublau, .button-border.button-light.button-dublau {
  color: #387C98;
  border-color: #387C98; }
.button-3d.button-dublau:hover {
  color: var(--bs-gray-900) !important;
}

.button-reveal.button-dublau:hover {
  --cnvs-btn-color: var(--bs-gray-100) !important;
}

.button-weiterlesen-blau {
  --cnvs-btn-color: #387C98;
}
.button-weiterlesen-blau.button-3d:hover, .button-weiterlesen-blau.button-reveal:hover, .button-weiterlesen-blau.button-border:hover {
  --cnvs-btn-color: #387C98 !important;
}
.button-weiterlesen-blau.button-border.button-fill::before {
  background-color: #387C98;
}
.button-weiterlesen-blau.button-action {
  --cnvs-btn-action-border-color: #387C98;
}
.button-border.button-weiterlesen-blau, .button-border.button-light.button-weiterlesen-blau {
  color: #387C98;
  border-color: #387C98;
}

.btn-hk-blau {
  --bs-btn-color: #fff;
  --bs-btn-bg: #387C98;
  --bs-btn-border-color: #387C98;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #8BB9CC;
  --bs-btn-hover-border-color: #8BB9CC;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #153C4B;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-text-switch b{display:inline}
.btn-text-switch:not(.collapsed)  span{display:none}
.btn-text-switch.collapsed b {display:none}

/* ----------------------------------------------------------------
	Fonts
-----------------------------------------------------------------*/

.font-16px {    
  font-size: 1.00rem;  
   }
.font-15px {    
  font-size: 0.9375em;  
   }
.font-14px {    
  font-size: 0.875em;  
   }
p.p-zeilenhoehe-100 {
  line-height: 1.0;
}
p.p-zeilenhoehe-130 {
  line-height: 1.3;
}
p.p-zeilenhoehe-140 {
  line-height: 1.4;
}
p.p-zeilenhoehe-150 { /* content: 1.65 -> Standardeinstellung */
  line-height: 1.5;
}
p.p-zeilenhoehe-155 {
  line-height: 1.55;
}
p.p-zeilenhoehe-160 {
  line-height: 1.6;
}
p.p-zeilenhoehe-200 {
  line-height: 2.0;
}
.ueberschrift-unterlinie::after {
  content: "";
  display: block;
  margin-top: 10px;
margin-bottom: 10px;
  width: 95%;
  border-top: 1px solid #cccccc;
}
.ueberschrift-unterlinie-textlaenge {
  position: relative;
  display: inline-block;
padding-bottom: 12px; /* Platz bis zur nächsten Zeile */
}

.ueberschrift-unterlinie-textlaenge::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;           /* Linie sitzt im Padding */
  width: 100%;
  height: 1px;
  background-color: #cccccc;
}
.ueberschrift-unterlinie-dicht::after {
  content: "";
  display: block;
  margin-top: 5px;
margin-bottom: 10px;
  width: 95%;
  border-top: 1px solid #cccccc;
}

.schriftfarbe-hell {
color: #fff !important;    
}

.schriftfarbe-mittelgrau {
 --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.50) !important;   
}
.schriftfarbe-dunkelgrau {
 --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.75) !important;   
}
.schriftfarbe-dunkel {
color: #000;    
}
.mach-hk-blau { 
    color: #3A7D98 !important;
}

span.hoehe-200proz {
  line-height: 2.0;
}

.font_sans_300-24px {
    font-family: 'Open Sans';
  font-size: 1.5rem;
  font-weight: 300;    
}
  .font_sans_300-20px {
    font-family: 'Open Sans';
  font-size: 1.25rem;
  font-weight: 300;    
}
.font_sans_300-18px {
    font-family: 'Open Sans';
  font-size: 1.125rem;
  font-weight: 300;
   }
.font_sans_300-16px {
    font-family: 'Open Sans';
  font-size: 1.00rem;
  font-weight: 300;
   }
.font_sans_300-14px {
    font-family: 'Open Sans';
  font-size: 0.875rem;
  font-weight: 300;
   }
.font_sans_300-12px {
    font-family: 'Open Sans';
  font-size: 0.75rem;
  font-weight: 300;
   }
.font_sans_300-16px-italic {
    font-family: 'Open Sans';
  font-size: 1.00rem;
    font-style: italic;
  font-weight: 300;   
}
.font_sans_300-14px-italic {
    font-family: 'Open Sans';
  font-size: 0.875rem;
    font-style: italic;
  font-weight: 300;   
}
.font_sans_300-12px-italic {
    font-family: 'Open Sans';
  font-size: 0.75rem;
    font-style: italic;
  font-weight: 300;   
}

.font_sans_300-20px-italic {
    font-family: 'Open Sans';
  font-size: 1.25rem;
    font-style: italic;
  font-weight: 300;
}

 .font_sans_400-20px {
    font-family: 'Open Sans';
  font-size: 1.25rem;
  font-weight: 400;    
}
.font_sans_400-16px {
    font-family: 'Open Sans';
  font-size: 1.00rem;
  font-weight: 400;
   }
.font_sans_400-14px {
    font-family: 'Open Sans';
  font-size: 0.875rem;
  font-weight: 400;
   }
.font_sans_400-13px {
    font-family: 'Open Sans';
  font-size: 0.812rem;
  font-weight: 400;
   }
.font_sans_400-12px {
    font-family: 'Open Sans';
  font-size: 0.75rem;
  font-weight: 400;
   }

.font_sans_400-16px-italic {
    font-family: 'Open Sans';
  font-size: 1.00rem;
    font-style: italic;
  font-weight: 400;
}

.font_sans_400-20px-italic {
    font-family: 'Open Sans';
  font-size: 1.25rem;
    font-style: italic;
  font-weight: 400;
}



.font_sans_500-20px {
    font-family: 'Open Sans';
  font-size: 1.25rem;
  font-weight: 500;
}
.font_sans_500-18px {
    font-family: 'Open Sans';
  font-size: 1.125rem;
  font-weight: 500;
}
.font_sans_500-16px {
    font-family: 'Open Sans';
  font-size: 1.00rem;
  font-weight: 500;
}

.font_sans_500-16px-italic {
    font-family: 'Open Sans';
  font-size: 1.00rem;
    font-style: italic;
  font-weight: 500;
}

.font_sans_500-20px-italic {
    font-family: 'Open Sans';
  font-size: 1.25rem;
    font-style: italic;
  font-weight: 500;
}

.font_sans_700-20px {
    font-family: 'Open Sans';
  font-size: 1.25rem;
  font-weight: 700;
}
.font_sans_700-16px {
    font-family: 'Open Sans';
  font-size: 1.125rem;
  font-weight: 700;
}
.font_sans_700-16px {
    font-family: 'Open Sans';
  font-size: 1.00rem;
  font-weight: 700;
}
.font_sans_700-14px {
    font-family: 'Open Sans';
  font-size: 0.875rem;
  font-weight: 700;
}

.font_sans_700-16px-italic {
    font-family: 'Open Sans';
  font-size: 1.00rem;
    font-style: italic;
  font-weight: 700;
}

.font_sans_700-20px-italic {
    font-family: 'Open Sans';
  font-size: 1.25rem;
    font-style: italic;
  font-weight: 700;
}

.font_serif_600-32px {
    font-family: 'Bitter';
  font-size: 2.0rem;
  font-weight: 600;
}
.font_serif_600-30px {
    font-family: 'Bitter';
  font-size: 1.875rem;
  font-weight: 600;
}
.font_serif_600-26px {
    font-family: 'Bitter';
  font-size: 1.625rem;
  font-weight: 600;
}
.font_serif_600-24px {
    font-family: 'Bitter';
  font-size: 1.5rem;
  font-weight: 600;
}
.font_serif_600-22px {
    font-family: 'Bitter';
  font-size: 1.375rem;
  font-weight: 600;
}
.font_serif_600-20px {
    font-family: 'Bitter';
  font-size: 1.25rem;
  font-weight: 600;
}
.font_serif_600-18px {
    font-family: 'Bitter';
  font-size: 1.125rem;
  font-weight: 600;
}
.font_serif_600-16px {
    font-family: 'Bitter';
  font-size: 1.0rem;
  font-weight: 600;
}
.font_serif_400-22px {
    font-family: 'Bitter';
  font-size: 1.375rem;
  font-weight: 400;
}
.font_serif_400-26px {
    font-family: 'Bitter';
  font-size: 1.625rem;
  font-weight: 400;
}
.font_serif_400-30px {
    font-family: 'Bitter';
  font-size: 1.875rem;
  font-weight: 400;
}

.quote::before {
  content: "\"";
  font-family: "Bitter";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: center;
      align-self: center;
  justify-self: center;
  line-height: inherit;
  position: absolute;
  width: var(--cnvs-quote-icon-size);
  height: var(--cnvs-quote-icon-size);
  line-height: var(--cnvs-quote-icon-size);
  font-size: calc(var(--cnvs-quote-icon-size) - 6px);
  top: 0;
  left: 0;
  color: var(--cnvs-contrast-200);
}

/* ----------------------------------------------------------------
	Section dunkel (editiert nach blau)
-----------------------------------------------------------------*/
.kasten-hk-blau {
  --cnvs-contrast-bg: #212529;
  --cnvs-contrast-bg-offset: #387C98;
  --cnvs-contrast-0: #000;
  --cnvs-contrast-100: #212529;
  --cnvs-contrast-200: #343a40;
  --cnvs-contrast-300: #495057;
  --cnvs-contrast-400: #6c757d;
  --cnvs-contrast-500: #adb5bd;
  --cnvs-contrast-600: #ced4da;
  --cnvs-contrast-700: #dee2e6;
  --cnvs-contrast-800: #e9ecef;
  --cnvs-contrast-900: #f8f9fa;
  --cnvs-contrast-1000: #fff;
  --bs-link-color: var(--cnvs-contrast-900);
  --cnvs-invert-contrast-0: #fff;
  --cnvs-invert-contrast-100: #f8f9fa;
  --cnvs-invert-contrast-200: #e9ecef;
  --cnvs-invert-contrast-300: #dee2e6;
  --cnvs-invert-contrast-400: #ced4da;
  --cnvs-invert-contrast-500: #adb5bd;
  --cnvs-invert-contrast-600: #6c757d;
  --cnvs-invert-contrast-700: #495057;
  --cnvs-invert-contrast-800: #343a40;
  --cnvs-invert-contrast-900: #212529;
  --cnvs-invert-contrast-1000: #000;
  --cnvs-contrast-rgb: 255, 255, 255;
  --cnvs-invert-contrast-rgb: 0, 0, 0;
  --cnvs-heading-color: var(--cnvs-contrast-900);
  --cnvs-topbar-bg: var(--cnvs-contrast-bg-offset);
  --cnvs-header-bg: var(--cnvs-contrast-bg);
  --cnvs-header-sticky-bg: var(--cnvs-contrast-bg);
  --cnvs-side-header-bg: var(--cnvs-contrast-bg);
  --cnvs-header-floating-bg: var(--cnvs-contrast-bg);
  --cnvs-primary-menu-submenu-bg: var(--cnvs-contrast-bg);
  --cnvs-section-bg: var(--cnvs-contrast-bg-offset);
  --cnvs-footer-bg: var(--cnvs-contrast-bg-offset);
  color: var(--cnvs-contrast-800);
}
body.kasten-hk-blau {
  --cnvs-body-bg: var(--cnvs-contrast-bg);
}
.kasten-hk-blau#footer .footer-widgets-wrap, .kasten-hk-blau #footer .footer-widgets-wrap {
  color: var(--cnvs-contrast-800);
}
.kasten-hk-blau#footer .footer-widgets-wrap a, .kasten-hk-blau #footer .footer-widgets-wrap a {
  color: rgba(255, 255, 255, 0.75);
}
.kasten-hk-blau#footer .footer-widgets-wrap a:hover, .kasten-hk-blau #footer .footer-widgets-wrap a:hover {
  color: var(--cnvs-contrast-1000);
}
.kasten-hk-blau #copyrights, #copyrights.kasten-hk-blau {
  color: rgba(255, 255, 255, 0.4);
  background-color: rgba(0, 0, 0, 0.2);
}

.kasten-hk-hellblau {
    --cnvs-contrast-bg:	#f8f9fa;
  --cnvs-contrast-bg-offset:	#D2E6EE; /* hintergrund helles hk-blau*/
  --cnvs-contrast-0: #fff;
  --cnvs-contrast-100: #f8f9fa;
  --cnvs-contrast-200: #e9ecef;
  --cnvs-contrast-300: #dee2e6;
  --cnvs-contrast-400: #ced4da;
  --cnvs-contrast-500: #adb5bd;
  --cnvs-contrast-600: #6c757d;
  --cnvs-contrast-700: #495057;
  --cnvs-contrast-800: #343a40;
  --cnvs-contrast-900: #212529;
  --cnvs-contrast-1000: #000;
  --cnvs-invert-contrast-0: #000;
  --cnvs-invert-contrast-100: #212529;
  --cnvs-invert-contrast-200: #343a40;
  --cnvs-invert-contrast-300: #495057;
  --cnvs-invert-contrast-400: #6c757d;
  --cnvs-invert-contrast-500: #adb5bd;
  --cnvs-invert-contrast-600: #ced4da;
  --cnvs-invert-contrast-700: #dee2e6;
  --cnvs-invert-contrast-800: #e9ecef;
  --cnvs-invert-contrast-900: #f8f9fa;
  --cnvs-invert-contrast-1000: #fff;
  --cnvs-body-bg:	var(--bs-body-bg);
  --cnvs-body-bg-boxed:	var(--cnvs-body-bg);
  --cnvs-link-color:	var(--cnvs-themecolor);
  --cnvs-link-hover-color:	var(--cnvs---cnvs-heading-color);
  --cnvs-contrast-rgb:	0, 0, 0;
  --cnvs-invert-contrast-rgb:	255, 255, 255;
  --cnvs-topbar-bg: var(--cnvs-contrast-0);
  --cnvs-topbar-color: var(--cnvs-contrast-700);
  --cnvs-topbar-border-color: rgba(var(--cnvs-contrast-rgb), 0.1);
  --cnvs-topbar-social-icon-color: var(--cnvs-contrast-600);
  --cnvs-header-bg:	var(--cnvs-contrast-0);
  --cnvs-header-sticky-bg:	var(--cnvs-header-bg);
  --cnvs-side-header-bg:	var(--cnvs-contrast-0);
  --cnvs-section-bg:	var(--cnvs-contrast-bg-offset);
  --cnvs-heading-color:	var(--cnvs-contrast-900);
  --cnvs-line-color:	rgba(var(--cnvs-contrast-rgb), .1);
  --cnvs-footer-bg:	var(--cnvs-contrast-bg-offset);
  --cnvs-bg-overlay-bg-opacity: 0.75;
  --cnvs-bg-overlay-bg: rgba(var(--cnvs-invert-contrast-rgb), var(--cnvs-bg-overlay-bg-opacity));
  color: var(--cnvs-contrast-800);
}


/* ----------------------------------------------------------------
	Tabellen Preislisten fixierte 1. Zeile
-----------------------------------------------------------------*/
html,
body,
.tabelle-intro {
  height: 100%;
}

table td,
table th {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

thead th {
  color: #fff;
}

.card-no-radius {
  border-radius: 0rem;
}
.card-no-line {
  border: none;
}

.table-scroll {
  border-radius: 0rem;
}

.table-scroll table thead th{
  font-size: 1.0rem;
}
.table-scroll  td {
  font-size: 1.0rem;
}
thead {
  top: 0;
  position: sticky;
}
td.tabzelle-trenn {
    background-color: rgba(0,0,0,0.05);
}
td.font-raformat {
   font-family: 'Open Sans';
  font-size: 1.0rem;
  font-weight: 700;
}
td.font-ratiefe {
   font-family: 'Open Sans';
  font-size: 1.0rem;
    font-style: italic;
  font-weight: 400;
}

/* ----------------------------------------------------------------
	div
-----------------------------------------------------------------*/
.w-60 {
  width: 60% !important;
}
.w-65 {
  width: 65% !important;
}
.w-70 {
  width: 70% !important;
}
.w-80 {
  width: 80% !important;
}
.w-85 {
  width: 85% !important;
}
.w-90 {
  width: 90% !important;
}
.benannter-anker {
    scroll-margin-top: 210px; /* 210 px*/
}
/* fuer hover bei Links (img etc.) der Lightbox usw.
--------------------------------------------------------------------*/
.aufhellen {
}
.thumb_hell {
  opacity: 1;
  display: block; 
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.aufhellen:hover .thumb_hell {
  opacity: 0.3;
}
.thumb_placebo {
  opacity: 1;
  display: block; 
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.aufhellen:hover .thumb_placebo {
  opacity: 1;
}
/* ---------------------------------------------------- */
// `sm` applies to x-small devices (portrait phones, less than 576px)
@media (max-width: 575.98px) { ... }

// `md` applies to small devices (landscape phones, less than 768px)
@media (max-width: 767.98px) { ... }

// `lg` applies to medium devices (tablets, less than 992px)
@media (max-width: 991.98px) { ... }

// `xl` applies to large devices (desktops, less than 1200px)
@media (max-width: 1199.98px) { ... }

// `xxl` applies to x-large devices (large desktops, less than 1400px)
@media (max-width: 1399.98px) { ... }

/* padding seitenweit (z.B. bei den dunklen sections
--------------------------------------------------------------------*/
.col-padding-hk-20px {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;    
}
.col-padding-hk-30px {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;    
}
.col-padding-hk-mittel {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 40px;
    padding-left: 40px;    
}
@media (max-width: 575.98px) {
    .col-padding-hk-mittel {
        padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px; 
    }
}
/* ---------------------------------------------------- */

/* <object> tag für svg funktionierte nicht für links -> Abhilfe siehe auch #10010151
--------------------------------------------------------------------*/

a.svg-link {
  position: relative;
  display: inline-block; 
}
a.svg-link:after {
  content: ""; 
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left:0;
}
/* ---------------------------------------------------- */


/* Tabellentrennzeilen
--------------------------------------------------------------------*/

.hintergrund-mittel {
  background-color: #FAFBFC; 
}
.hintergrund-dunkel {
  background-color: #F5F6F7;
}
.linie-hell {
  clear: both;
  position: relative;
  width: 100%;
  margin: var(--cnvs-section-margin) 0;
  border-top: 1px solid #ccc;
}

/* ----------------------------------------------------------------
	Sections (aus haupt css)
-----------------------------------------------------------------*/
.section-benannter-anker {
    position: relative;
    width: 100%;
    margin: 100 0 0 0 !important; /* Rand nach außen | 4rem ursprünglich o+u, 0rem l+r*/
    padding: 100 0 0 0 !important; /* Rand nach innen | 4rem ursprünglich o+u 0rem l+r */
    background-color: #FF0004; /* var(--cnvs-section-bg) */
    overflow: hidden;
}
.section-benannter-anker .container {
  z-index: 2;
}
.section-benannter-anker .container + .video-wrap {
  z-index: 1;
}
/* ----------------------------------------------------------------
	Eigene .svg als Icon
-----------------------------------------------------------------*/
.svg-icon-01 {
  height: 200px;
  width: 200px;
  background: url(../img/icons/steckver_icon.svg) 50% 50% no-repeat;
}
.svg-icon-02 {   
background-image: url(../img/icons/doppelzunge_icon.svg);
}
.svg-icon-steckverbindung {   
background-image: url(../img/icons/steckver_icon.svg);
}
.svg-icon-malkante {   
background-image: url("../img/icons/malkante_icon.svg");
}
.svg-icon-keilstabil {   
background-image: url("../img/icons/keil_stabil_icon.svg");
}
.svg-icon-rahmenabdeckung {   
background-image: url("../img/icons/malkante_rahmen_icon.svg");
}
.svg-icon-doppelzunge {   
background-image: url("../img/icons/doppelzunge_icon.svg");
}
.svg-icon-wandhaken {   
background-image: url("../img/icons/wandhaken_icon.svg");
}
.svg-icon-minizinke {   
background-image: url("../img/icons/minizinke_icon.svg");
}
.svg-icon-stele-stele {   
background-image: url("../img/icon_tabs/icon-stele-stele.svg");
}
.svg-icon-stele-stele:hover {   
background-image: url("../img/icon_tabs/icon-stele-stele-hover.svg");
}
.svg-icon-stele-konzept {   
background-image: url("../img/icon_tabs/icon-stele-konzept.svg");
}
.svg-icon-stele-konzept:hover {   
background-image: url("../img/icon_tabs/icon-stele-konzept-hover.svg");
}
.svg-icon-stele-grafik {   
background-image: url("../img/icon_tabs/icon-stele-grafik.svg");
}
.svg-icon-stele-grafik:hover {   
background-image: url("../img/icon_tabs/icon-stele-grafik-hover.svg");
}
.svg-icon-stele-galerie {   
background-image: url("../img/icon_tabs/icon-stele-galerie.svg");
}
.svg-icon-stele-galerie:hover {   
background-image: url("../img/icon_tabs/icon-stele-galerie-hover.svg");
}
.svg-icon-stele-uebersicht {   
background-image: url("../img/icon_tabs/icon-stele-uebersicht.svg");
}
.svg-icon-stele-uebersicht:hover {   
background-image: url("../img/icon_tabs/icon-stele-uebersicht-hover.svg");
}
.svg-icon-stele-details {   
background-image: url("../img/icon_tabs/icon-stele-details.svg");
}
.svg-icon-stele-details:hover {   
background-image: url("../img/icon_tabs/icon-stele-details-hover.svg");
}
.svg-icon-stele-kommunikation {   
background-image: url("../img/icon_tabs/icon-stele-kommunikation.svg");
}
.svg-icon-stele-kommunikation:hover {
  background-image: url("../img/icon_tabs/icon-stele-kommunikation-hover.svg");
}

.inline-block-th-hell {    
    display: inline-block; /* damit thumb_hell funtioniert und nachfolgender Text auf Höhe bleibt */
}
.svg-icon-60px {
    height: calc(60px + 1.5vw) !important;
  width: calc(60px + 1.5vw) !important;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: contain;
background-color: ;
    display: inline-block; /* damit die icons im <i class="svg-icon-ii.." angezeigt werden  */
}
.svg-icon-120-60px {
    height: calc(60px + 1.5vw) !important;
  width: calc(120px + 1.5vw) !important;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: contain;
background-color: ;
    display: inline-block; /* damit die icons im <i class="svg-icon-ii.." angezeigt werden  */
}
.svg-icon-100-50px {
    height: calc(50px + 1.5vw) !important;
  width: calc(100px + 1.5vw) !important;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: contain;
background-color: ;
    display: inline-block; /* damit die icons im <i class="svg-icon-ii.." angezeigt werden  */
}
.svg-icon-110-50px { /* für icons 440x200px illu  */
    height: calc(50px + 1.5vw) !important;
  width: calc(110px + 1.5vw) !important;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: contain;
background-color: ;
    display: inline-block; /* damit die icons im <i class="svg-icon-ii.." angezeigt werden  */
}
.rabattstrich {
  text-decoration: line-through;
    text-decoration-color: red;
}

.scharfe-ecke {
  border-radius: 0rem;
}

.textausrichtung-links {
  text-align: left;
}
.textausrichtung-rechts {
  text-align: right;
}
.textausrichtung-mittig {
  text-align: center;
}

.iconlist.iconlist-xl-plus {
  --cnvs-iconlist-size: 3.0rem;
  --cnvs-iconlist-margin: 0.75rem;
  --cnvs-iconlist-gutter: 0.875rem;
}
.iconlist.iconlist-xl-2rem {
  --cnvs-iconlist-size: 2.0rem;
  --cnvs-iconlist-margin: 0.25rem;
  --cnvs-iconlist-gutter: 0.875rem;
}

.links {
	float:left;
	
}

/* ----------------------------------------------------------------
	SVG ueber Video legen
-----------------------------------------------------------------*/
.video-svg-overlay {
  position: relative;
  width: 100%;
  height: 100%;
}

#myVideo {
  width: 100%;
  height: 100%;
  object-fit: cover; /* oder andere Optionen wie contain, fill, etc. */
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* Damit SVG-Elemente nicht mit der Maus interagieren */
}
/* ----------------------------------------------------------------
	Farben FAQ
-----------------------------------------------------------------*/
.faq-highlight {  
  background-color: rgb(58,125,152,0.1);
}
.farbe-hk-blau {  
  color: #3a7d98;
}
/* ----------------------------------------------------------------
	backlink FAQ Uebergabe durch POST-Element #697784
-----------------------------------------------------------------*/
#stickyfaq {
    padding: 1rem; 
    background: rgb(105,119,132,0.7); /* hk-blau #697784 */
    position: sticky;
    bottom: 0;   
}
/* ----------------------------------------------------------------
	Hintergrundfarben  #697784
-----------------------------------------------------------------*/
.bg-liste-blau {
    background-color: rgb(105,119,132,0.7); /* hk-blau #697784 */
}
/* ----------------------------------------------------------------
	Hintergrundfarben  #3A7D98
-----------------------------------------------------------------*/
.bg-hk {
    background-color: #3A7D98; /* hk-blau #697784 */
}
/* ----------------------------------------------------------------
	Icon Groessen
-----------------------------------------------------------------*/
.fbox-mittel {
  --cnvs-featured-box-icon: 36px;
  --cnvs-featured-box-icon-size: 24px;
}
/* ----------------------------------------------------------------
	Tabs Pills Formatierung
-----------------------------------------------------------------*/
.nav-pills-hk {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #3A7D98;
}
.nav-pills-hk .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
/* ----------------------------------------------------------------
	aufteilung für 636 pixel Breite innerhalb tabs (wie 4/8er Teilung Standard)
-----------------------------------------------------------------*/
.col-md-40proz {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 40%;
}
.col-md-60proz {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 60%;
}
.col-md-38201proz {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 38.201%;
}
.col-md-61799proz {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 61.799%;
}
/* ----------------------------------------------------------------
	Bildbreite bootstrap source md-7 und md-5 (md-5: img wird 526 pixel breit )
    angepasst auf selbe Breite im royalSlider
    (alternativ 524 Pixelbreite wenn gebraucht)
-----------------------------------------------------------------*/
.col-md-rslider-text-img526px {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 48.501%;
}
.col-md-rslider-bild-img526px {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 51.499%;
}
.col-md-rslider-text-img524px {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 48.689%;
}
.col-md-rslider-bild-img524px {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 51.311%;
}
.col-md-tab-in-tab-text-img526px {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 48.015%;
}
.col-md-tab-in-tab-bild-img526px {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 51.985%;
}
.col-md-tab-in-tab-text-img408px {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 59.1667%;
}
.col-md-tab-in-tab-bild-img408px {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 40.8333%;
}
.col-md-tab-in-tab-text-img330px {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.540%;
}
.col-md-tab-in-tab-bild-img330px {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.460%;
}
/* ----------------------------------------------------------------
	Listenpunkte ohne Punkt (svg animated icons Projektübersicht)
-----------------------------------------------------------------*/
    .liste-ohne-punkt {  
  list-style: none;
        }
/* ----------------------------------------------------------------
	Zusatz für Bootstrap-Tabs (Hintergrund der Auswahlfelder)
-----------------------------------------------------------------*/
@media (min-width: 576px) {
  .canvas-br-side-tabs-hk .nav-link {
    border: 0 !important;
    background-color: transparent !important;
    padding-left: 0;
  }
  .canvas-br-side-tabs-hk .nav-link.active {
    border-right: 4px solid var(--cnvs-themecolor) !important;
      background-color: rgba(0, 0, 0, 0.05) !important; /* Tabs Hintergrund eingefügt */
  }
}
/* ----------------------------------------------------------------
	Bootstrap-Tabs Navigationselemente der Tabs (ungenutzt?)
    ----------------------------------------------------------------*/
.nav-link-hk {
  padding-top: 10px;
  padding-bottom: 10px; 
}
    .tabs-hk {  ;
  --cnvs-side-tab-width: 300px;  
}
/* ----------------------------------------------------------------
	Pfeile beim carousel
-----------------------------------------------------------------*/  
 .carousel-control-prev-hk,
.carousel-control-next-hk {
  position: absolute;
  /*top: 0; ist Referenz jbjdhjhj*/
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          /*align-items: center; weiter unten je "prev & next" getrennt */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 10%; /* Seitenabstand der Pfeile original 15% */
  /*padding: 0;  weiter unten neu für beide */
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev-hk,
.carousel-control-next-hk {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-control-prev-hk:hover, .carousel-control-prev:focus,
.carousel-control-next-hk:hover,
.carousel-control-next-hk:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev-hk {
    align-items: flex-end; /* Ausrichtung mittig original center */
    padding: 0px; /* original. 0 */
    left: 0;
    top: 0; /* original. 0[] zu Referenz jbjdhjhj */
    bottom: -55px;
}

    
.carousel-control-next-hk {
    align-items: flex-end; /* Ausrichtung mittig original center  */
    padding: 0px;
    right: 0;
    top: 0; /* original. 0[] in punkt jbjdhjhj */
    bottom: -55px;
}   
    .carousel-control-prev-icon-hk,
.carousel-control-next-icon-hk {
  display: inline-block;
  width: 3rem; /* original. 2rem */
  height: 3rem; /* original. 2rem */
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.prev-icon-hk-ws {   
background-image: url("../img/icon_navigation/pfeil_ws_kreis_links.svg");
}
.next-icon-hk-ws {   
background-image: url("../img/icon_navigation/pfeil_ws_kreis_rechts.svg");
}
.prev-icon-hk-blau {   
background-image: url("../img/icon_navigation/pfeil_blau_kreis_links.svg");
}
.next-icon-hk-blau {   
background-image: url("../img/icon_navigation/pfeil_blau_kreis_rechts.svg");
}
/* ----------------------------------------------------------------
	Untere eigene Indikatoren beim carousel
-----------------------------------------------------------------*/
.carousel-indicators-hoehere-form [data-bs-target] {  
  width: 30px;
  height: 10px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  }
.carousel-indicators-blau [data-bs-target] {  
  background-color: #387C98;
  }
    .carousel-indicators-weiss [data-bs-target] {  
  background-color: #fff;
  }
.carousel-indicators-position-normal {  
  bottom: 0;
}
.carousel-indicators-position-drunter {  
  bottom: -60px;
}
.navigation-link-klein {
  font-size: 16px;
}
.navigation-link-mittel {
  font-size: 18px;
}
.navigation-link-gross {
  font-size: calc(0.875rem + 0.5vw);
}
.navigation-link-sehrgross {
  font-size: 22px;
}