/* Schriftart einbinden */
@font-face {
font-family: ROBOTO-REGULAR;
src: url('ROBOTO-REGULAR.TTF'); 
} 
body, p, td, li, td, input, label, legend {
font-family: "ROBOTO-REGULAR", sans-serif;
}
@font-face {
font-family: Zolano;
src: url('Zolano'); 
} 
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
font-family: "Zolano", sans-serif;
}
/*bg*/
body {
  background: url(BG.jpg) top center fixed no-repeat;
}
.navbar-default, .navbar-default-transition, .navbar-default-transition.navbar-transition {
  background-color: #306d06 !important;
}
@media screen and (min-width: 992px) {
.navbar-default-transition:not(.navbar-transition), .navbar-inverse-transition:not(.navbar-transition) {
    background: transparent !important;
    background-color: transparent;
}
}
.main-section {
  margin-top: 1rem;
  margin-bottom: 1rem;
  background: transparent url(main.png) repeat;
}
/*nav*/
.navbar-mainnavigation .navbar-brand-image {
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar-mainnavigation .nav-link {
  font-family: "Zolano", sans-serif;
}
@media screen and (min-width: 992px) {
.navbar-mainnavigation .nav-link {
  font-size: 1.25rem;
}
}
.navbar-mainnavigation.navbar-default a:not(.active), 
.navbar-mainnavigation.navbar-default-transition a:not(.active), 
.navbar-mainnavigation.navbar-default-transition.navbar-transition a:not(.active) {
    color: #fff !important;
}
.nav-link {
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: #fff;
}
.navbar-default-transition:not(.navbar-transition) .navbar-nav > li > .nav-link:hover,
.nav-link:hover {
  color: #c9db97;
}
.navbar-mainnavigation .navbar-toggler {
  width: 32px;
  color: #fff;
}
/*Logo*/
@media screen and (min-width: 992px) {
  .navbar-mainnavigation .navbar-brand-image img {
    max-height: 200px;
    top: 90%;
  }
.navbar-mainnavigation .navbar-brand {
    #height: 150px;
  }
}
@media screen and (min-width: 1200px) {
.navbar-mainnavigation .navbar-brand {
    #height: 150px;
  }
}
.navbar-transition .navbar-brand {
  height: 80px !important;
}
.navbar-mainnavigation .navbar-brand-image > .navbar-brand-logo-normal {
  min-height: 60px;
}
/*inhalt*/
figure img, figure picture {
  max-width: 550px;
}
.card {
  background: rgba(255,255,255,0.5);
}
.card-title {
  font-size: 1.5rem;
}
/*powermail*/
.tx-powermail  h3  {
    font-size: 2rem;
  }
legend {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
/*footer*/
.footer-section-content {
  background-color: #306d06;
  --frame-color: #ffffff;
  --frame-background: #306d06;
  --frame-link-color: #fff;
  --frame-link-hover-color: #ffe92c;
}
.footer-section-meta {
  background: #175501 url(footer.jpg) center center;
  min-height: 200px;
  --frame-color: #fff;
  --frame-background: #175501;
  --frame-link-color: #fff;
  --frame-link-hover-color: #ffe92c;
}
