/**
 * Dont change this file!
 * It has been generated by RockFrontend and will be updated when the
 * source file has been changed. That means if you change this file your
 * changes might get lost on a next update.
 */
/*html {font-size: 62.5%;}*/
/* Standard setzen, damit im body 1.6rem = 16px entspricht */
html {
  font-size: 62.5%;
}
body {
  font-size: 16px;
  font-size: 1.6rem;
  /* px wegen Fallback */
  -webkit-text-size-adjust: 100%;
  color: #444;
  font-weight: normal;
  line-height: 1.4;
  /*  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
  font-family: var(--font-text);
}
body {
  font-size: clamp(1.4rem, 1.4rem + 2 * ((100vw -  300px) / ( 650 -  300)), 1.6rem);
}
.title {
  padding-left: clamp(1.2rem, 1.2rem + 34 * ((100vw - 360px) / (1440 - 360)), 4.6rem);
  border-left: 5px solid var(--logofarbe);
}
.page-title {
  display: inline-block;
  font-size: clamp(2rem, 2rem + 15 * ((100vw - 360px) / (1440 - 360)), 3.5rem);
  color: #444;
  border-bottom: 4px solid var(--logofarbe);
  padding: 0 4rem 0.5rem 0;
  margin-bottom: 1rem;
}
h2.section-title {
  font-family: var(--font-header);
  color: #222;
  font-weight: 700;
  font-size: clamp(2.2rem, 2.2rem + 10 * ((100vw - 360px) / (1440 - 360)), 3.2rem);
  line-height: clamp(2.6rem, 2.6rem + 16 * ((100vw - 360px) / (1440 - 360)), 4.2rem);
  margin: 0 0 clamp(1.5rem, 1.5rem + 25 * ((100vw - 360px) / (1440 - 360)), 4rem) 0;
}
/*section.current h2.section-title  {color:var(--orange);}*/
/*  */
h3.sub-section-title {
  font-family: var(--font-header);
  color: #444;
  font-weight: 700;
  font-size: clamp(2.4rem, 2.4rem + 12 * ((100vw - 360px) / (1440 - 360)), 3.6rem);
  line-height: clamp(2.8rem, 2.8rem + 12 * ((100vw - 360px) / (1440 - 360)), 4rem);
  margin: 0 0 clamp(1.5rem, 1.5rem + 25 * ((100vw - 360px) / (1440 - 360)), 4rem) 0;
}
div.supline {
  font-family: var(--font-header);
  font-size: clamp(1.2rem, 1.2rem + 4 * ((100vw - 360px) / (1440 - 360)), 1.6rem);
  font-weight: 700;
  color: var(--text-logofarbe);
  margin-bottom: 10px;
  padding-top: 5px;
}
.cta-banner div.supline {
  color: #FFF;
  margin-bottom: 0;
  padding-top: 0;
  font-weight: normal;
}
.sidebar-block {
  margin-bottom: 4rem;
}
.sidebar-block h2 {
  font-size: clamp(1.8rem, 1.8rem + 6 * ((100vw - 360px) / (1440 - 360)), 2.4rem);
  line-height: 1.15;
  padding: 0 0;
  padding-left: clamp(1.2rem, 1.2rem + 3 * ((100vw - 360px) / (1440 - 360)), 1.5rem);
  border-left: 5px solid var(--logofarbe);
  margin-bottom: 1.5rem;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
  font-family: var(--font-header);
}
.textblock h3 {
  font-size: clamp(1.6rem, 1.6rem + 4 * ((100vw - 360px) / (1440 - 360)), 2rem);
  margin-bottom: 5px;
}
.textblock h4 {
  font-size: clamp(1.4rem, 1.4rem + 4 * ((100vw - 360px) / (1440 - 360)), 1.8rem);
  margin-bottom: 5px;
}
.textblock h5 {
  font-size: clamp(1.4rem, 1.4rem + 4 * ((100vw - 360px) / (1440 - 360)), 1.8rem);
  margin-bottom: 5px;
}
.textblock h6 {
  font-size: clamp(1.6rem, 1.6rem + 6 * ((100vw - 360px) / (1440 - 360)), 2.2rem);
  margin-bottom: 5px;
  font-weight: 600;
  font-family: var(--font-header);
}
.textblock p {
  margin-bottom: 10px;
}
