@import url(fonts.css);
@import url(bfzk.css);
:root {
  --schatten: 0px 1px 8px var(--grau);
  --grau: #b2b0b1;
  --footgrau: #393735;
  --abstand: 6rem;
  --fa: var(--fa-style-family,"Font Awesome 6 Free");
}
html {
  font-size: 16px;
}
body {
  color: var(--textgrau);
  font-family: 'Mulish', sans-serif;
}
.mtb {
  margin-top: var(--abstand);
  margin-bottom: var(--abstand);
}
.mt {
  margin-top: var(--abstand);
}
.mb {
  margin-bottom: var(--abstand);
}
.ptb {
  padding-top: var(--abstand);
  padding-bottom: var(--abstand);
}
.pt {
  padding-top: var(--abstand);
}
.pb {
  padding-bottom: var(--abstand);
}
.pos-relative {
  position: relative;
}
ul.mod-menu.mod-list.nav {
  justify-content: flex-end;
}
.container-header nav {
  margin-top: 0;
  padding: 0;
  justify-content: flex-end;
}
.metismenu.mod-menu {
  margin: 0;
  justify-content: center;
  flex-wrap: wrap;
}
nav li a {
  font-size: .9rem;
}
.container-header .mod-menu > li > a, .container-header .mod-menu > li > span {
  color: #999;
  position: relative;
  text-decoration: none;
}
.container-header .mod-list li.active > a, .container-header .mod-list li:hover > a {
  text-decoration: none;
  color: #666;
}
.container-header .navbar-toggler {
  border: 1px solid #fff;
  color: #959595;
  cursor: pointer;
}
.metismenu.mod-menu .mm-toggler:after {
  border-top: .3em solid #b2b2b2;
  border-left: .3em solid transparent;
  border-right: .3em solid transparent;
}
button.mm-collapsed.mm-toggler.mm-toggler-link {
  position: absolute;
  right: 0;
}
.metismenu.mod-menu .metismenu-item > a:focus, .metismenu.mod-menu .metismenu-item > button:focus {
  outline: none;
  outline-offset: 2px;
}
.metismenu.mod-menu button.mm-toggler.mm-toggler-link {
  position: absolute;
  width: 100%;
  right: 0;
  justify-content: flex-end;
}
.container-big {
  max-width: 1600px;
  margin: auto;
}
.cta {
  background: #666;
  display: inline-block;
  color: #fff;
  padding: .3em 2em;
  text-decoration: none;
  transition: all .3s linear;
  margin-bottom: .5em;
  text-transform: uppercase;
  font-weight: 300;
}
.cta.dunkel {
  background: #222;
}
/*.cta::after {
    content: "\f0da";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    display: inline-block;
    padding-left: 0.5em;
    transition: all 0.3s lineal;
}*/
.cta:hover {
  opacity: 0.7;
}
.text-right {
  text-align: right;
}
footer.footer {
  background: #494242;
  padding-top: var(--abstand);
}
footer img {
  padding: 1rem;
}
footer ul {
  margin: 0;
}
footer p, footer li {
  margin: 0;
  padding: .8em 0;
  font-weight: 300;
}
.bg-dark {
  background: #403b3b !important;
}
footer.footer a {
  text-decoration: none;
  padding: 0 1em;
}
footer.footer {
  background: var(--footgrau);
  padding-top: var(--abstand);
  margin-top: 0;
}
footer ul.d-flex {
  flex-wrap: wrap;
}
.kontakt-icon-box {
  position: fixed;
  top: 20%;
  right: 0;
  z-index: 60;
  padding: .5em;
}
.kontakt-icon-box a {
  color: #888;
}
div#header {
  position: relative;
}
.brand-logo img {
  max-width: 100%;
  height: auto;
}
.text-center {
  text-align: center;
}
.heightbox {
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
/* Carousel Start */
.glide__bullet {
  background-color: rgba(255, 255, 255, .5);
  width: 20px;
  height: 1px;
  border-radius: 0;
}
ul.glide__slides {
  display: flex;
  align-items: flex-end;
}
/* Carousel End */
/* Formular */
div#cf_1 {
  width: 100%;
  max-width: 100%;
}
#kontakt .convertforms .cf-fields {
  display: grid;
  grid-template-columns: [links] 50% [rechts] 50%;
  grid-template-rows: [oben] 25% [mitte] 25% [mitte2] 25%[unten] 25%;
}
.cf-control-group.formfeld.links {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cf-control-group.formfeld.rechts {
  grid-row-start: 1;
  grid-row-end: 4;
  grid-column-start: 2;
}
.cf-control-group.formfeld.rechts * {
  height: 100%;
}
.cf-control-group.formfeld.senden {
  grid-column: 2;
  text-align: right;
}
section#kontakt {
  background: url(/images/bg/quetlich-feuerkultur-beratung-bg.jpg);
  background-size: cover;
  padding-top: var(--abstand);
}
#kontakt .bg-grau {
  background: var(--dgrau);
  padding-top: var(--abstand);
  padding-bottom: var(--abstand);
}
#kontakt h2 {
  color: #fff;
  margin-bottom: 1em;
}
div#cf_1 {
  width: 100%;
  max-width: 100%;
  background: transparent;
}
#kontakt .convertforms .cf-input {
  background: var(--footgrau);
  border: none;
  color: #fff;
}
button.cf-btn.cf-btn-style-flat.cf-btn-shadow-0 {
  display: inline-block;
  width: initial;
}
/* end Formular */
div#mod-custom87 {
  background: #444;
}
header.header.container-header.full-width {
  background: #444;
}
button.accordion-button.collapsed {
  background: #f6f6f6;
  color: #be3453;
  display: block;
  font-size: 16px;
  padding: 10px 15px 10px 15px;
  white-space: normal;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
ul.mod-menu.mod-menu_dropdown-metismenu.metismenu.mod-list li a {
    text-transform: uppercase;
    color: #fff !important;
    display: block;
    width: 100%;
}
li.metismenu-item:hover {
  color: #fff;
}
li.metismenu-item.current {
  background: #be3453;
}
li.metismenu-item:hover {
  background: #be3453;
}
nav.navbar.navbar-expand-lg {
    width: 100%;
    background-color: #302e2f;
    border-top: 3px solid #be3453;
    padding: .5em;
}

ul.mm-collapse.mm-show {
  background-color: #000 !important;
}
.container-header .metismenu > li.active > a:after, .container-header .metismenu > li.active > button:before, .container-header .metismenu > li > a:hover:after, .container-header .metismenu > li > button:hover:before {
  background: none;
}
.container-search {
  justify-content: end;
  display: flex;
}
.container-search .kontakt-block a {
  color: #fff;
  text-decoration: none;
}
.container-search .kontakt-block a:hover {
  text-decoration: underline;
}
header.header.container-header.full-width {
  padding-top: 1rem;
}
header.header.container-header.full-width > .container {
  padding-bottom: 1rem;
}
.mod-articlesnews.newsflash {
  background-color: #be3453;
  padding-top: 20px;
  color: #fff;
  padding: 1rem;
}
.mod-articlesnews.newsflash h2 {
  color: #fff;
}
footer.footer {
  padding-top: 1rem;
}
footer div#mod-custom90 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
footer h3 {
  color: #DCDCDC;
  font-size: 20px;
  margin-bottom: 15px;
  border-bottom: 2px solid #be3453;
  padding-bottom: 0.6rem;
}
div#informationen .nav {
  flex-direction: column;
}
footer #mod-custom90 .col-md-4 {
  padding: 1rem;
}
footer.footer li {
  text-transform: uppercase;
}
footer.footer a:hover {
  color: #be3453;
  background-color: unset;
}
ul.mm-collapse.mm-show {
  margin-top: 0.1rem;
}
ul.mm-collapse.mm-show a:hover {
  text-decoration: none !important;
}
ul.mm-collapse.mm-show li {
  width: 100%;
  height: 100%;
  display: block;
}
ul.mm-collapse.mm-show li {
  cursor: pointer;
}
.accordion-button:not(.collapsed) {
  background: #f6f6f6;
  color: #be3453;
  display: block;
  font-size: 16px;
  padding: 10px 15px 10px 15px;
  white-space: normal;
  margin-bottom: 0.5rem;
}
button.accordion-button.collapsed::before {
    color: #777777;
    font-family: var(--fa);
    content: '\f067';
    font-size: 16px;
    margin-right: 0.5rem;   
}
button.accordion-button:not(.collapsed)::before {
  color: #777777;
  font-family: var(--fa);
  content: '\f068';
  font-size: 16px;
  margin-right: 0.5rem;
  font-weight: 600;
}
li.metismenu-item:hover {
  cursor: pointer;
}
footer.footer a {
  padding: 0;
}
footer p, footer li {
  padding: 0.2em 0;
}
footer .col-12 {
  border-top: 2px solid #be3453;
}
.accordion-body {
  background: #f1f1f1 none repeat scroll 0 0;
  padding: 10px 20px 20px;
  line-height: 1.6;
}
.h3, h3 {
  font-weight: 500;
}
.h2, h2 {
  font-weight: 400;
}
.sige_thumb_masonry img {
  display: inline-block;
  position: relative;
  background: #FFF;
  border: 1px solid #ccc;
  margin: -5px 5px 5px -5px;
  padding: 4px;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.fullsite .col-md-8 a {
  text-decoration: none;
}
div#informationen > div {
  background-color: #eeeeee;
  padding-top: 1rem;
}
table.mod_events_latest_table.jevbootstrap {
  background-color: #fff;
  width: 80%;
  margin: 1rem auto;
}
.icon-chevron-right:before {
  display: none;
}
p.readmore a {
  color: #be3453;
}
p.readmore {
  text-align: end;
}
.jev_evdt_hits, .jev_evdt_creator, ul.actions {
  display: none !important;
}
td.mod_events_latest_first {
  border-left: solid 4px #39856d !important;
}
#informationen table td {
  border-left: solid 8px #39856d !important;
  border-bottom: solid 1.9px #39856d !important;
}
ul.mod-menu.mod-menu_dropdown-metismenu.metismenu.mod-list {
  background-color: #302E2F;
}
ul.mm-collapse.mm-show .level-2 {
  background: #5a5859;
}
footer .col-12 .text-center {
  padding: 1rem 0;
}
button.accordion-button{
  font-weight: 600;
}
#header-box {
    padding: 0 40px;
    background: #eee;
    margin: 0!important;
    margin-top: -20px!important;
    position: relative;
    font-size: 12px;
    width: 100%;
}

ul#sige_0.sige {
    display: flex;
    flex-wrap: wrap;
}

#sige_0.sige li.sige_cont_0 {
    width: 33%;
    height: auto;
    float: none;
    display: block;
}
#sige_0.sige li .sige_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

h1 span.sub {
    display: block;
    color: #be3453;
    text-transform: none;
}
.infobox {
    background: #be3453;
    color: #fff;
    padding: 1rem;
    margin: 2rem 0;
    font-weight: bold;
}
h1#workshop-headline {
    text-transform: none;
    color: #717171;
    font-weight: normal;
    text-align: left;
    font-size: 2.3rem;
    margin-bottom: 1em;
}
h1#workshop-headline ~ h2 {
    margin-top: 3rem;
    text-transform: none;
}
div#cf_1 {
    width: 100%;
    max-width: 100%;
    background: #f5f5f5;
}
.cf-control-group {
    margin-bottom: 1em;
}
/*
.cf-control-label {
    background: #be3453;
    color: #fff !important;
    padding: .2em .5em;
    margin-bottom: .5em;
}
.cf-control-label > label {
    color: #fff !important;
    margin: 0 !important;
}
*/

@media screen and (min-width: 1099px) {
  div#navbar125 li a {
    font-size: 1.1rem;
  }
  
}
@media screen and (min-width: 992px) {
  ul.mod-menu.mod-menu_dropdown-metismenu.metismenu.mod-list > li {
    margin-right: 1rem;
  }
  main .col-md-8 {
    padding: 1rem 4rem;
}
}
@media screen and (max-width: 991px) {
  .metismenu.mod-menu {
    position: static;
    top: 100%;
    background: #fff;
    padding: 1em;
    right: 0;
  }
  .col-md-3.col-xs-4.info-box {
    margin-top: 1rem;
}
}
@media screen and (max-width: 575px){
  h1#workshop-headline {
    text-transform: none;
    color: #717171;
    font-weight: normal;
    text-align: left;
    font-size: 1.5rem;
    margin-bottom: 1em;
}
}

.text-netzwerken {    color: #be3453;font-size:19px}

.h2-netzwerken {    color: #be3453}