/*!
 * Copyright 2025 Köckemann-Schwarz
 * FRG-Gruppe Framework 2025
 * Typo-Einstellungen des Frameworks
 */

:root {
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;


  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;

  --font-sans-serif: "Alegreya Sans", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  --font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;

  --body-font-family: "Alegreya Sans", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  --content-font-family: "Alegreya Sans", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  --header-font-family: "Alegreya Sans", "Helvetica Neue", Arial, "Noto Sans", sans-serif;


  --body-font-size: 1.0rem;
  --body-font-weight: 300;
  --body-line-height: 1.353;
  --body-color: #323232;
  --body-color-rgb: 50, 50, 50;
  --body-bg: #fff;
  --body-bg-rgb: 255, 255, 255;

  --headlinecolor: #005f4e;
  --textlinkcolor: #c3004a;
  --textlinkhovercolor: #ba5826;
  --markercolor: #c3004a;
  --buttonlinkcolor: #1167b1;
  --buttonlinkhovercolor: #ba5826;

  --content-font-size: 1.32rem;
  --content-font-weight: 300;
  --content-line-height: 1.250;
  --content-color: #4f4f4f;
  --content-color-rgb: 50, 50, 50;
  --content-bg: #fff;
  --content-bg-rgb: 255, 255, 255;

  --headline-color: #005f4e;

  --hr-border-width:1px;

  --content-link-color: #c45824;
  --content-link-color-hover: #005e4d;
  --content-link-color-rgb: #214, 34, 115;
  --content-link-color-rgb-hover: 214, 34, 115;
  --textlinkhovercolor: #c45824;
  --markercolor: #005e4d;
  --marker-color: #005e4d;
  --buttonlinkcolor: #1167b1;
  --buttonlinkhovercolor: #646363;


--navbgcolor: #ffffff;
--footerlinecolor: #d62273;
--footertextcolor: #ffffff;
--footerheadlinecolor: #ffffff;
--footerlinkhovercolor: #99bfb8;
--positioncolor: #d62273;
--logocolor: #ffffff;

}


*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--bbody-line-height);
  color: var(--body-color);
  text-align: var(--body-text-align);
  background-color: var(--body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
main {
  margin: 0;
  font-family: var(--content-font-family);
  font-size: var(--content-font-size);
  font-weight: var(--content-font-weight);
  line-height: var(--content-line-height);
  color: var(--content-color);
  text-align: var(--content-text-align);
  background-color: var(--content-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--hr-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  font-family: var(--header-font-family);
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 0.7rem;
  font-weight: 400;
  line-height: 1.15;
  color: var(--headline-color);
  //text-transform: uppercase;
}

h1, .h1 {
  //font-size: calc(1.375rem + 1.5vw);
  font-size: 1.80rem;
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 3.20rem;
    //font-size: 2.08em;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
  font-size: 2.25rem;
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2.25em;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
    font-size: 1.458em;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
    font-size: 1.25em;
  }
}

h5, .h5 {
  font-size: 1.25rem;
  font-size: 1.041em;
}

h6, .h6 {
  font-size: 1rem;
  font-size: 0.833em;
}

*.outline {
  -webkit-text-stroke-width: 1.3px;
  -webkit-text-stroke-color: var(--headlinecolor);
  -webkit-text-fill-color: #ffffff;
}


p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 1.15rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

ul li::marker, ol li::marker, dl dt {
  color: var(--marker-color);
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 500;
}

small, .small {
  font-size: 0.875em;
}

::mark, .mark {
  padding: 0.1875em;
  background-color: var(--marker-color);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--content-link-color-rgb), var(--content-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  color: var(--content-link-color-hover);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}



/*------ Anpassungen Typogrphie ------*/






/*------ Anpassungen Footer ------*/
footer {
    color: var(--footertextcolor);  
    font-weight: normal;
}
footer h4, footer h5 {
  color: var(--footerheadlinecolor);
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom:10px;
}
footer h4 {  font-size: 1.5rem; }
footer h5 {  font-size: 1.2rem; }




footer a {
    color: var(--footertextcolor);  
    font-weight: 300;
}
footer a:hover {
    color: var(--footerlinkhovercolor);  
    font-weight: 300;
}




/*------ Definitionen Buttons --------*/

button.cookie-but:hover {
    color: var(--footerlinkhovercolor);  
}



