.elementor-kit-5{--e-global-color-primary:#E3000F;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#222222;--e-global-color-accent:#000000;--e-global-color-88a1cd2:#FFFFFF;--e-global-color-645b8aa:#FFFFFF00;--e-global-color-274774d:#000000;--e-global-color-24df5ac:#EDEDED;--e-global-color-ef484fd:#FAFAF9;--e-global-color-3b5d8fa:#F5F5F5;--e-global-color-7981f00:#AAAAAA;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-274774d );font-family:"Heinrich OpenSans", Sans-serif;font-size:16px;font-weight:400;line-height:1.8rem;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Heinrich OpenSans", Sans-serif;font-weight:800;text-transform:uppercase;letter-spacing:0.8px;color:var( --e-global-color-secondary );border-style:solid;border-width:3px 3px 3px 3px;border-color:var( --e-global-color-primary );border-radius:0px 0px 0px 0px;padding:1.3rem 2.3rem 1.3rem 2.3rem;}.elementor-kit-5 button:hover,.elementor-kit-5 button:focus,.elementor-kit-5 input[type="button"]:hover,.elementor-kit-5 input[type="button"]:focus,.elementor-kit-5 input[type="submit"]:hover,.elementor-kit-5 input[type="submit"]:focus,.elementor-kit-5 .elementor-button:hover,.elementor-kit-5 .elementor-button:focus{background-color:var( --e-global-color-accent );color:var( --e-global-color-secondary );border-style:solid;border-width:3px 3px 3px 3px;border-color:var( --e-global-color-274774d );border-radius:0px 0px 0px 0px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 p{margin-block-end:1.33rem;}.elementor-kit-5 a{color:var( --e-global-color-primary );}.elementor-kit-5 h1{color:var( --e-global-color-accent );font-family:"Heinrich OpenSans", Sans-serif;font-size:6rem;font-weight:900;text-transform:uppercase;letter-spacing:-4px;}.elementor-kit-5 h2{color:var( --e-global-color-accent );font-family:"Heinrich OpenSans", Sans-serif;font-size:3rem;font-weight:900;text-transform:uppercase;letter-spacing:-2px;}.elementor-kit-5 h3{color:var( --e-global-color-accent );font-family:"Heinrich OpenSans", Sans-serif;font-size:1.7rem;font-weight:900;text-transform:uppercase;letter-spacing:0px;}.elementor-kit-5 h4{color:var( --e-global-color-accent );font-size:1.1rem;font-weight:500;}.elementor-kit-5 h5{color:var( --e-global-color-accent );font-size:1rem;}.elementor-kit-5 h6{color:var( --e-global-color-accent );font-size:0.9rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1260px;}.e-con{--container-max-width:1260px;}.elementor-widget:not(:last-child){margin-block-end: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-5 h1{font-size:4.7rem;letter-spacing:-2px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5 h1{font-size:3.1rem;letter-spacing:-2px;}.elementor-kit-5 h2{font-size:3rem;}.elementor-kit-5 h3{font-size:1.7rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */p a {
  background-color: #E3000F;
  color: #FFFFFF;
  padding: 0.15em 0.4em;
  text-decoration: none;
  border-radius: 3px;
  font-weight: 600;
  transition: background-color 0.2s ease;
}

p a:hover {
  background-color: #B8000C;
  color: #FFFFFF;
}

/* manifesto list container */
.manifesto-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.manifesto-list li {
  position: relative;
  margin: 0 0 18px 0;
  padding-left: 2.9em;

  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 800 !important;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  color: #40454d;
}

.manifesto-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.08em;

  width: 1.45em;
  height: 1.45em;

  background: #E3000F;
}

.manifesto-list li:last-child {
  margin-bottom: 20px;
}

/*Blockquote*/
blockquote p {
  margin: 0;
}
blockquote {
  position: relative;

  background: #000;
  color: #fff;

  padding: 40px 60px 24px 80px; /* smaller bottom padding */
  margin: 40px 0;

  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  text-transform: uppercase;

  font-size: 30px;
  line-height: 1.1;
  letter-spacing: -0.02em;

  border: none;
  font-style: normal;
}

/* red square */
blockquote::before {
  content: "";
  position: absolute;

  top: 0;
  left: 0;

  width: 50px;
  height: 50px;

  background: #E3000F;
}

/* remove theme quote marks */
blockquote p::before,
blockquote p::after {
  content: none;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Heinrich OpenSans';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://heinrich-thiel.de/wp-content/uploads/2026/03/OpenSans-VariableFont_wdthwght.ttf') format('truetype');
}
@font-face {
	font-family: 'Heinrich OpenSans';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://heinrich-thiel.de/wp-content/uploads/2026/03/OpenSans-VariableFont_wdthwght.ttf') format('truetype');
}
@font-face {
	font-family: 'Heinrich OpenSans';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://heinrich-thiel.de/wp-content/uploads/2026/03/OpenSans-VariableFont_wdthwght.ttf') format('truetype');
}
@font-face {
	font-family: 'Heinrich OpenSans';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://heinrich-thiel.de/wp-content/uploads/2026/03/OpenSans-VariableFont_wdthwght.ttf') format('truetype');
}
@font-face {
	font-family: 'Heinrich OpenSans';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://heinrich-thiel.de/wp-content/uploads/2026/03/OpenSans-VariableFont_wdthwght.ttf') format('truetype');
}
@font-face {
	font-family: 'Heinrich OpenSans';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://heinrich-thiel.de/wp-content/uploads/2026/03/OpenSans-VariableFont_wdthwght.ttf') format('truetype');
}
@font-face {
	font-family: 'Heinrich OpenSans';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://heinrich-thiel.de/wp-content/uploads/2026/03/OpenSans-VariableFont_wdthwght.ttf') format('truetype');
}
@font-face {
	font-family: 'Heinrich OpenSans';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://heinrich-thiel.de/wp-content/uploads/2026/03/OpenSans-VariableFont_wdthwght.ttf') format('truetype');
}
@font-face {
	font-family: 'Heinrich OpenSans';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('https://heinrich-thiel.de/wp-content/uploads/2026/03/OpenSans-Italic-VariableFont_wdthwght.ttf') format('truetype');
}
@font-face {
	font-family: 'Heinrich OpenSans';
	font-style: italic;
	font-weight: bold;
	font-display: auto;
	src: url('https://heinrich-thiel.de/wp-content/uploads/2026/03/OpenSans-Italic-VariableFont_wdthwght.ttf') format('truetype');
}
@font-face {
	font-family: 'Heinrich OpenSans';
	font-style: italic;
	font-weight: 300;
	font-display: auto;
	src: url('https://heinrich-thiel.de/wp-content/uploads/2026/03/OpenSans-Italic-VariableFont_wdthwght.ttf') format('truetype');
}
@font-face {
	font-family: 'Heinrich OpenSans';
	font-style: italic;
	font-weight: 400;
	font-display: auto;
	src: url('https://heinrich-thiel.de/wp-content/uploads/2026/03/OpenSans-Italic-VariableFont_wdthwght.ttf') format('truetype');
}
@font-face {
	font-family: 'Heinrich OpenSans';
	font-style: italic;
	font-weight: 500;
	font-display: auto;
	src: url('https://heinrich-thiel.de/wp-content/uploads/2026/03/OpenSans-Italic-VariableFont_wdthwght.ttf') format('truetype');
}
@font-face {
	font-family: 'Heinrich OpenSans';
	font-style: italic;
	font-weight: 600;
	font-display: auto;
	src: url('https://heinrich-thiel.de/wp-content/uploads/2026/03/OpenSans-Italic-VariableFont_wdthwght.ttf') format('truetype');
}
@font-face {
	font-family: 'Heinrich OpenSans';
	font-style: italic;
	font-weight: 700;
	font-display: auto;
	src: url('https://heinrich-thiel.de/wp-content/uploads/2026/03/OpenSans-Italic-VariableFont_wdthwght.ttf') format('truetype');
}
@font-face {
	font-family: 'Heinrich OpenSans';
	font-style: italic;
	font-weight: 800;
	font-display: auto;
	src: url('https://heinrich-thiel.de/wp-content/uploads/2026/03/OpenSans-Italic-VariableFont_wdthwght.ttf') format('truetype');
}
/* End Custom Fonts CSS */