:root {
  --overall-bg-color: #777777;
  --main-bg-color: #c8c8c8;
  --lighter-bg-color: #dddddd;
  --main-font-color: #212529;
  --footer-bg-color: #1a1a1a;
  --footer2-bg-color: #444444;
  --footer-font-color: #999999;
  --main-link-color: #538bc9;
  --main-link-color-hover: #26557d;
}

* {
  font-family: 'Open Sans', Arial;
}

html {
  scroll-padding-top: 7rem;
}

a,
a.linkbutton,
.linktext {
  color: var(--main-link-color);
}

a:hover {
  color: var(--main-link-color-hover);
  text-decoration: underline;
}

a.linkbutton:hover {
  color: var(--main-link-color-hover);
}

h1 {
  text-align: left;
  font-size: 1.8em;
}

h2 {
  font-size: 1.4em;
}

h3 {
  font-size: 1em;
  font-weight: bold;
}

h4 {
  font-size: .9em;
}

h5 {
  font-size: .8em;
  font-style: italic;
}

h6 {
  font-size: .7em;
  font-style: italic;
}

body {
  background-color: var(--overall-bg-color);
  margin-bottom: 0;
}

.main-content {
  margin-top: 0;
}

.main-content .container {
  background-color: var(--main-bg-color);
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width:1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px
  }
}

.footer {
  background-color: var(--overall-bg-color);
  color: var(--footer-font-color);
  height: auto;
  position: relative;
  bottom: auto;
  background-color: var(--footer-bg-color);
  border-bottom: 1px dashed #FFFFFF;
}

.footer hr {
  border: 1px solid var(--footer-font-color);
}

.footer hr.dashed {
  border: 1px dashed var(--footer-font-color);
}

.footer .fa {
  color: var(--footer-font-color);
}

.footer2 {
  background-color: var(--footer2-bg-color);
}

.vhm-logo {
  height: 40px;
}

@media (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin: 0;
  }

  @media (min-width: 992px) {
    .min-height-lg-210 {
      min-height: 210px;
    }
  }
}


/*## Slider*/
.vhm-header-slider .claim {
  clip-path: polygon(0% 0%,
      0% 0%,
      calc(100% - 20px) 0%,
      100% 20px,
      100% 100%,
      100% 100%,
      0 100%,
      0% 100%);
  font-size: 120%;
  padding: 25px 20px 15px 20px;
  margin: 10px 0 0 0;
  width: 300px;
}

.vhm-header-slider .claim:hover {
  width: 350px;
  font-size: 150%;
}

.vhm-header-slider a,
.vhm-header-slider a:hover {
  color: #000000;
  text-decoration: none;

}

.vhm-header-slider .claim.rot,
.claim-square.rot {
  background-color: #fbc78d;
}

.vhm-header-slider .claim.blau,
.claim-square.blau {
  background-color: #99c4ea;
}

.vhm-header-slider .claim.gruen,
.claim-square.gruen {
  background-color: #b3e2a3;
}

.claim-square {
  font-size: xx-large;
  padding: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.claim-title.rot h1:nth-child(1) {
  color: #ff8a26;
}

.claim-title.blau h1:nth-child(1) {
  color: #008dd1;
}

.claim-title.gruen h1:nth-child(1) {
  color: #45ba51;
}

.vhm-header-slider .carousel-caption {
  left: 0;
  text-align: left;
}

table {
  margin: 0;
}

thead.fc-head {
  line-height: 27px;
}

details {
  background-color: #dddddd;
}

.linklist a::after {
  content: "";
  display: block;
  clear: both;
}

.highlight-on-hover:hover {
  background-color: #f1f1f1;
}

div.buchstabenliste+ol,
div.keineeinrueckungliste+ul {
  list-style-type: none;
}

div.buchstabenliste+ol>li:before {
  content: counter(section, lower-alpha) ") ";
}

div.buchstabenliste+ol>li {
  counter-increment: section;
}

.calendar-table {
  width: 100% !important;
}

.calendar-cell {
  border: 1px solid var(--footer2-bg-color) !important;
}

.badge .day {
  font-size: 1.8em;
}

.badge .year {
  font-size: 0.8em;
}

.normaltext,
.normaltext:link,
.normaltext:visited,
.normaltext:hover,
.normaltext:active {
  color: var(--main-font-color);
  text-decoration: none !important;
}

.hover-parent {
  position: relative;
}

.hover-parent .hover-child {
  display: none;
}

.hover-parent:hover .hover-child {
  display: inline-block;
}

details summary {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  background-color: var(--lighter-bg-color);
}

details summary::marker {
  content: "";
  vertical-align: top;
}

details summary::before {
  content: "\f105";
  font-family: "FontAwesome";
  font-weight: 1000;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  color: var(--main-link-color);
  font-size: 1.2em;
}

details[open] summary::before {
  content: "\f107";
}

.container .beitrag {
  background-color: var(--lighter-bg-color);
  border-color: var(--footer2-bg-color);
}

.beitragscontent h1 {
  font-size: 1.4em;
}

.beitragscontent h2 {
  font-size: 1.2em;
}

.beitragscontent.vorschau {
  max-height: 200px;
  position: relative;
  overflow: hidden;
}

.beitragscontent.vorschau .read-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 20px 0;
  background-image: linear-gradient(to bottom, transparent, var(--lighter-bg-color));
}

.userlink {
  text-decoration: underline dotted;
}