.elementor-kit-7{--e-global-color-primary:#002D63;--e-global-color-secondary:#658DB5;--e-global-color-text:#585858;--e-global-color-accent:#E0D0BC;--e-global-color-b6e1036:#658DB51F;--e-global-color-694cf7e:#8B9295;--e-global-color-74be338:#AEB7BF;--e-global-typography-primary-font-family:"URW Din";--e-global-typography-primary-font-size:20px;--e-global-typography-primary-font-weight:normal;--e-global-typography-secondary-font-family:"URW Din";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:normal;--e-global-typography-text-font-family:"URW Din";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:normal;--e-global-typography-accent-font-family:"URW Din";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:bold;color:var( --e-global-color-text );font-family:"URW Din", Sans-serif;font-size:17px;font-weight:200;line-height:23px;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:#FFFFFF;font-family:"URW Din", Sans-serif;font-size:16px;font-weight:normal;text-transform:uppercase;color:var( --e-global-color-primary );border-style:solid;border-width:0px 1px 0px 1px;border-color:var( --e-global-color-primary );padding:15px 15px 10px 15px;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:var( --e-global-color-primary );color:#FFFFFF;border-style:solid;border-width:0px 1px 0px 1px;border-color:var( --e-global-color-primary );border-radius:0px 0px 0px 0px;}.elementor-kit-7 p{margin-block-end:11px;}.elementor-kit-7 a{color:var( --e-global-color-primary );}.elementor-kit-7 a:hover{text-decoration:none;}.elementor-kit-7 h1{color:var( --e-global-color-primary );font-family:"IBM Plex Serif", Sans-serif;font-size:50px;font-weight:200;line-height:55px;}.elementor-kit-7 h2{color:var( --e-global-color-primary );font-family:"IBM Plex Serif", Sans-serif;font-size:50px;font-weight:200;line-height:55px;}.elementor-kit-7 h3{color:var( --e-global-color-primary );font-family:"IBM Plex Serif", Sans-serif;font-size:35px;font-weight:300;line-height:40px;}.elementor-kit-7 h4{color:var( --e-global-color-primary );font-family:"IBM Plex Serif", Sans-serif;font-size:35px;font-weight:200;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-7 h1{font-size:40px;line-height:45px;}.elementor-kit-7 h2{font-size:30px;line-height:40px;}.elementor-kit-7 h3{font-size:30px;line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7 h1{font-size:30px;line-height:35px;}.elementor-kit-7 h2{font-size:30px;line-height:35px;}.elementor-kit-7 h3{font-size:25px;line-height:1.1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */p b {
  color: #002D63;
  font-weight:600;
}

.square-list ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.square-list ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 0.5em;
}

.square-list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  background-color: #002D63;
  transform: translateY(0); /* optional: feinjustierung */
}

.square-list-white ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.square-list-white ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 0.5em;
}

.square-list-white ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  transform: translateY(0); /* optional: feinjustierung */
}


@media only screen and (max-width: 768px) {
    .no-break-mobile br {
        display: none;
    }
}

/* Flipbox-Button übernimmt Button-Look der Seite (Elementor Globals) */
.cfh-btn .elementor-flip-box__button .elementor-button,
.cfh-btn a.elementor-button {
  background: var(--e-global-color-primary);
  color: var(--e-global-color-accent);
  border-radius: var(--e-global-border-radius);
  padding: 14px 26px;
  font-weight: 600;
  text-transform: none;
  border: 0;
  box-shadow: none;
}

/* Hover */
.cfh-btn .elementor-flip-box__button .elementor-button:hover,
.cfh-btn a.elementor-button:hover {
  background: var(--e-global-color-secondary);
  color: var(--e-global-color-accent);
}

span#elementor-toc__heading-anchor-0 {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

span#elementor-toc__heading-anchor-1 {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

/* Silbentrennung aktiv */
p {
  hyphens: auto;
  -webkit-hyphens: auto;

  /* Nur lange Wörter trennen */
  hyphenate-limit-chars: 10 4 4;

  /* Safari/WebKit-Fallbacks */
  -webkit-hyphenate-limit-before: 4;
  -webkit-hyphenate-limit-after: 4;

  /* Max. 2 Trennungen hintereinander – je nach Browser */
  hyphenate-limit-lines: 2;
  -webkit-hyphenate-limit-lines: 2;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'URW Din';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://cfhannover.de/wp-content/uploads/2025/06/URWDIN-Regular.eot');
	src: url('https://cfhannover.de/wp-content/uploads/2025/06/URWDIN-Regular.eot?#iefix') format('embedded-opentype'),
		url('https://cfhannover.de/wp-content/uploads/2025/06/URWDIN-Regular.woff2') format('woff2'),
		url('https://cfhannover.de/wp-content/uploads/2025/06/URWDIN-Regular.woff') format('woff'),
		url('https://cfhannover.de/wp-content/uploads/2025/06/URWDIN-Regular.ttf') format('truetype'),
		url('https://cfhannover.de/wp-content/uploads/2025/06/URWDIN-Regular.svg#URWDin') format('svg');
}
@font-face {
	font-family: 'URW Din';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://cfhannover.de/wp-content/uploads/2025/06/URWDIN-Medium.eot');
	src: url('https://cfhannover.de/wp-content/uploads/2025/06/URWDIN-Medium.eot?#iefix') format('embedded-opentype'),
		url('https://cfhannover.de/wp-content/uploads/2025/06/URWDIN-Medium.woff2') format('woff2'),
		url('https://cfhannover.de/wp-content/uploads/2025/06/URWDIN-Medium.woff') format('woff'),
		url('https://cfhannover.de/wp-content/uploads/2025/06/URWDIN-Medium.ttf') format('truetype'),
		url('https://cfhannover.de/wp-content/uploads/2025/06/URWDIN-Medium.svg#URWDin') format('svg');
}
@font-face {
	font-family: 'URW Din';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://cfhannover.de/wp-content/uploads/2025/06/URWDIN-Bold.eot');
	src: url('https://cfhannover.de/wp-content/uploads/2025/06/URWDIN-Bold.eot?#iefix') format('embedded-opentype'),
		url('https://cfhannover.de/wp-content/uploads/2025/06/URWDIN-Bold.woff2') format('woff2'),
		url('https://cfhannover.de/wp-content/uploads/2025/06/URWDIN-Bold.woff') format('woff'),
		url('https://cfhannover.de/wp-content/uploads/2025/06/URWDIN-Bold.ttf') format('truetype'),
		url('https://cfhannover.de/wp-content/uploads/2025/06/URWDIN-Bold.svg#URWDin') format('svg');
}
@font-face {
	font-family: 'URW Din';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://cfhannover.de/wp-content/uploads/2025/06/URWDIN-Light.eot');
	src: url('https://cfhannover.de/wp-content/uploads/2025/06/URWDIN-Light.eot?#iefix') format('embedded-opentype'),
		url('https://cfhannover.de/wp-content/uploads/2025/06/URWDIN-Light.woff2') format('woff2'),
		url('https://cfhannover.de/wp-content/uploads/2025/06/URWDIN-Light.woff') format('woff'),
		url('https://cfhannover.de/wp-content/uploads/2025/06/URWDIN-Light.ttf') format('truetype'),
		url('https://cfhannover.de/wp-content/uploads/2025/06/URWDIN-Light.svg#URWDin') format('svg');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'IBM Plex Serif';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://cfhannover.de/wp-content/uploads/2025/06/IBMPlexSerif-Light.eot');
	src: url('https://cfhannover.de/wp-content/uploads/2025/06/IBMPlexSerif-Light.eot?#iefix') format('embedded-opentype'),
		url('https://cfhannover.de/wp-content/uploads/2025/06/IBMPlexSerif-Light.woff2') format('woff2'),
		url('https://cfhannover.de/wp-content/uploads/2025/06/IBMPlexSerif-Light.woff') format('woff'),
		url('https://cfhannover.de/wp-content/uploads/2025/06/IBMPlexSerif-Light.ttf') format('truetype'),
		url('https://cfhannover.de/wp-content/uploads/2025/06/IBMPlexSerif-Light.svg#IBMPlexSerif') format('svg');
}
@font-face {
	font-family: 'IBM Plex Serif';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://cfhannover.de/wp-content/uploads/2025/06/IBMPlexSerif-Regular.eot');
	src: url('https://cfhannover.de/wp-content/uploads/2025/06/IBMPlexSerif-Regular.eot?#iefix') format('embedded-opentype'),
		url('https://cfhannover.de/wp-content/uploads/2025/06/IBMPlexSerif-Regular.woff2') format('woff2'),
		url('https://cfhannover.de/wp-content/uploads/2025/06/IBMPlexSerif-Regular.woff') format('woff'),
		url('https://cfhannover.de/wp-content/uploads/2025/06/IBMPlexSerif-Regular.ttf') format('truetype'),
		url('https://cfhannover.de/wp-content/uploads/2025/06/IBMPlexSerif-Regular.svg#IBMPlexSerif') format('svg');
}
@font-face {
	font-family: 'IBM Plex Serif';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://cfhannover.de/wp-content/uploads/2025/06/IBMPlexSerif-Medium.eot');
	src: url('https://cfhannover.de/wp-content/uploads/2025/06/IBMPlexSerif-Medium.eot?#iefix') format('embedded-opentype'),
		url('https://cfhannover.de/wp-content/uploads/2025/06/IBMPlexSerif-Medium.woff2') format('woff2'),
		url('https://cfhannover.de/wp-content/uploads/2025/06/IBMPlexSerif-Medium.woff') format('woff'),
		url('https://cfhannover.de/wp-content/uploads/2025/06/IBMPlexSerif-Medium.ttf') format('truetype'),
		url('https://cfhannover.de/wp-content/uploads/2025/06/IBMPlexSerif-Medium.svg#IBMPlexSerif') format('svg');
}
@font-face {
	font-family: 'IBM Plex Serif';
	font-style: italic;
	font-weight: 200;
	font-display: auto;
	src: url('https://cfhannover.de/wp-content/uploads/2025/06/IBMPlexSerif-LightItalic.eot');
	src: url('https://cfhannover.de/wp-content/uploads/2025/06/IBMPlexSerif-LightItalic.eot?#iefix') format('embedded-opentype'),
		url('https://cfhannover.de/wp-content/uploads/2025/06/IBMPlexSerif-LightItalic.woff2') format('woff2'),
		url('https://cfhannover.de/wp-content/uploads/2025/06/IBMPlexSerif-LightItalic.woff') format('woff'),
		url('https://cfhannover.de/wp-content/uploads/2025/06/IBMPlexSerif-LightItalic.ttf') format('truetype'),
		url('https://cfhannover.de/wp-content/uploads/2025/06/IBMPlexSerif-LightItalic.svg#IBMPlexSerif') format('svg');
}
@font-face {
	font-family: 'IBM Plex Serif';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('https://cfhannover.de/wp-content/uploads/2025/06/IBMPlexSerif-Italic.eot');
	src: url('https://cfhannover.de/wp-content/uploads/2025/06/IBMPlexSerif-Italic.eot?#iefix') format('embedded-opentype'),
		url('https://cfhannover.de/wp-content/uploads/2025/06/IBMPlexSerif-Italic.woff2') format('woff2'),
		url('https://cfhannover.de/wp-content/uploads/2025/06/IBMPlexSerif-Italic.woff') format('woff'),
		url('https://cfhannover.de/wp-content/uploads/2025/06/IBMPlexSerif-Italic.ttf') format('truetype'),
		url('https://cfhannover.de/wp-content/uploads/2025/06/IBMPlexSerif-Italic.svg#IBMPlexSerif') format('svg');
}
@font-face {
	font-family: 'IBM Plex Serif';
	font-style: italic;
	font-weight: bold;
	font-display: auto;
	src: url('https://cfhannover.de/wp-content/uploads/2025/06/IBMPlexSerif-MediumItalic.eot');
	src: url('https://cfhannover.de/wp-content/uploads/2025/06/IBMPlexSerif-MediumItalic.eot?#iefix') format('embedded-opentype'),
		url('https://cfhannover.de/wp-content/uploads/2025/06/IBMPlexSerif-MediumItalic.woff2') format('woff2'),
		url('https://cfhannover.de/wp-content/uploads/2025/06/IBMPlexSerif-MediumItalic.woff') format('woff'),
		url('https://cfhannover.de/wp-content/uploads/2025/06/IBMPlexSerif-MediumItalic.ttf') format('truetype'),
		url('https://cfhannover.de/wp-content/uploads/2025/06/IBMPlexSerif-MediumItalic.svg#IBMPlexSerif') format('svg');
}
/* End Custom Fonts CSS */