/*html {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  html {
    font-size: calc(16px + 6 * ((100vw - 320px) / 680));
  }
}
@media screen and (min-width: 1000px) {
  html {
    font-size: 22px;
  }
}*/

body.itemid-101 h1 { color: #9f5234;} /* home */
body.itemid-183 h1 { color: #455f70;}
body.itemid-112 h1 { color: #301816;}
body.itemid-276 h1 { color: #874d3c;}


main {max-width: 1200px;}
li { list-style-type: circle;}

p  { font-size: calc(16px + 0.3vw);}
main li { font-size: calc(16px + 0.3vw);}
main li a { padding:10px 0 10px 0; line-height:calc(32px + 0.5vw) }
main li { padding:0px 0 0px 0; line-height:calc(32px + 0.5vw) }
main a { color: #444;}

.metismenu.mod-menu .mm-toggler::after {
  content: "+";
  border: none;          /* entfernt das Dreieck */
  font-size: 1.5rem;     /* Größe anpassen */
  font-weight: bold;
  width: auto;
  height: auto;
  margin-inline-start: .5em;
}

.metismenu.mod-menu .mm-toggler::after {
  transform: none !important;
  transition: none; /* optional: keine Animation */
}

.container-header .metismenu > li > a::after {
  display: none;
}

.metismenu.mod-menu .metismenu-item {
  font-size: 1.3rem;
  line-height: 1.6;
}

.metismenu-item.active a { color:#111 !important;}
.container-footer .metismenu-item.active > a {
    color: #eee !important;
}
.metismenu-item a:focus,
.metismenu-item a:focus-visible {
  outline: none !important;
}

.container-header .navbar-toggler{color:#333; border: 1px solid #333; box-shadow: none;}
.container-header .navbar-toggler:focus { box-shadow: none;}
.com-content-article{ margin-top:100px;}
.footer{background-image: none; margin-top: 2em !important;}
.nocard {
  border-style:solid none solid none;
  border-width:1px;
  border-color:#eee;
  margin-bottom: 100px;
text-align: center;
}

.container-header .navbar-brand{   color:#333;}
.container-header .navbar-brand:focus, .container-header .navbar-brand:hover {
    color: #333;
    box-shadow: none;
}



@media (max-width: 1000px) {
  .container-header .navbar-brand { font-size: 1.5rem;}
  p { font-size: 17px;}
  main li { font-size: 17px;}

}

h1 { font-size: 2.8em;
  font-weight: normal;
  line-height: 1.2em;
  margin-bottom:1.2em;
}
h2 {  font-size: 1.6em; color:#555; font-weight: normal; margin-top:1.6em; margin-left:10px; margin-bottom:20px; line-height: 1.6;}
.gross {  font-size: 1.8em; color:#555; font-weight: normal; margin-top:1.6em; margin-bottom:20px; line-height: 1.6;}
h3 {  font-size: 1.5em; color:#666; font-weight: normal; margin-top:1.6em; margin-bottom:15px; line-height: 1.6;}

.container-header nav { margin-top:0;}
@media (max-width: 767.98px) {
.container-header .container-nav nav {
    margin-top: 0;
  }
h1 {  font-size: calc(24px + 8 * ((100vw - 320px) / 600));}
h2 {  font-size: calc(19px + 8 * ((100vw - 320px) / 600));}
.com-content-article{ margin-top:20px;}
}

img.flexheader {min-height: 100px;}
.container-header {
  background-color: #fff;
  background-image: none;
}

.container-header .mod-menu {
  color: #666;
}


h2::before {
  border: solid grey;
    border-width: 5px 5px 5px 5px;
    display: inline-block;
    padding: 8px;
      padding-top: 8px;
      padding-right: 8px;
      padding-bottom: 8px;
      padding-left: 8px;
    content: "";
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin:0 20px -5px -5px;
}
