/* #### variables #### */
/* CID:fh230504:customBold ergaenzt */

:root {
  --fontWeightHeadlines: 300;
  --color-very-light-gray: #f8f9fa;
  --color-light-gray: #9a9a9a;
  --color-gray: #3c3f41;
  --color-dark-grey: #2b2b2b;
  --color-darkdark-grey: #242424;
  --color-light-yellow: #ffffcc;
  --color-green: #5c9b43 ;
}


/* #### Global #### */

html {
  scroll-behavior: smooth;
}

/* ### page header ### */
.jumbotron {
}

/* ## navigation ## */

.sticky-top {
  /*padding-top: 1.5rem;*/
}

#navbar-brand-name {
  font-size: 2.1rem;
  font-weight: var(--fontWeightHeadlines);
}

.nav-link{
  font-size: 1.3rem;
  font-weight: 350;
}

#navbar-separator-vertical{
  padding-top: 0.5rem;
}

.navbar-separationLine {
  padding-top: 1rem;
  border-bottom: 0.1rem solid #b5b5b5;
}

.anchor {
  display: block;
  position: relative;
  top: -7rem;
  visibility: hidden;
}

/* ### content ### */
a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}


h1{
  font-size: 1.8rem;
  font-weight: var(--fontWeightHeadlines);
}

h2{
  font-size: 1.5rem;
  font-weight: var(--fontWeightHeadlines);
  /* min height is modified in custom.js */
}

h3{
  font-size: 1.3rem;
  font-weight: var(--fontWeightHeadlines);
}

h4{
  font-size: 1.1rem;
  font-weight: var(--fontWeightHeadlines);
}



/* ## cards ## */
.custom-card {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1rem;
}

.custom-card-header-headline{
  padding-top: 1rem;
}

.custom-card-header-withoutLowerHeading{
  padding-bottom: 2rem;
}

.custom-card-list {
}

.custom-card-list-item {
  padding-bottom: 0.25rem;
}


/* ## card content ## */

.custom-card-content-paragraph {
  margin-bottom: 0.5rem;
  text-align: justify;
  line-height: 1.5;
}

.custom-card-content-headline{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.custom-card-content-subheadline {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.custom-card-content-latest-news {
  background-color: var(--color-light-yellow);
    padding: 1rem;
}

.custom-card-content-listItem {
  line-height: 1.9;
}

.custom-card-image-container {
  padding-bottom: 1rem;
  display: inline-block;
}

.custom-card-image-description {
  margin-top: 1rem;
}

p.customPageTitle {
  font-size: 1.6rem;
  color:  var(--color-green);
}

.customHighlighted {
   font-weight: bolder;
   color:  var(--color-green);
}

/* CID:fh230504:nur fetter, wie customHighlighted nur ohne Farbgebung */
.customBold {
   font-weight: bolder;
}


.customSeparationLine {
  display: block;
  width: 80%;
  margin: auto;
  overflow: hidden;
  border-style: inset;
  border-width: 1px;
}

#customLink-contact {
  margin-bottom: 10rem;
}

.custom-logo-size {
  max-height: 10rem;
  max-width: 15rem;
  width: auto;
}

/* ### page footer ### */

.customFooter {
  margin-bottom: 1rem;
}

/* ## text decoration ## */
.customAddPaddingLeftAndRight {
  padding-right: 2vw;
  padding-left: 2vw;
}

/* ## classes for JavaScript */
.customNormalizeSpaceBelow {
  /* values where calculated in normaliseSpaceBelowHeadlines.js */
}

.customNormalizeSpaceBelowHeadline{
  /* values where calculated in normaliseSpaceBelowHeadlines.js */
}
