/* body */
body {
  /* url(/images/tpl/bg.jpg) no-repeat center center/100% 100%,  */
  background: url(/images/tpl/bg_sidebar.png) no-repeat top right/100% 100%, url(/images/tpl/bg_footer.png) repeat-x center bottom/100% 500px, #ffffff;
  padding-bottom: 100px;
}

/* fonts */
body, h1, h2, h3, h4 {
  color: rgb(119, 119, 119)
}
h1 {
  background-image: url(/images/header_underline.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  margin-top: 20px;
  padding-bottom: 10px;
}

/* header */
.header {
  background-image: none;
  background-color: transparent;
}

/* sidebar cards */
.card {
  --card-border-color: transparent;
  --card-bg: transparent;
}
div.sidebar-right.card.sidebar_tape {margin-top: -100px;}
.sidebar_tape img {
  width: unset;
  max-width: unset;
  float: right;
  margin-bottom: -400px;
}

/* mobile menu */
.container-header .navbar-toggler {color: rgb(119, 119, 119);}
.container-header .mod-menu {color: #fff;}
.container-header .container-nav { color: #fff; background-color: rgb(119, 119, 119, 0.5);}
.mod-list li {padding-top: 1.5em;}

/* mobile view */
@media (width >= 768px) {
  /* do not show mobile menu */
  .container-nav {display: none;}
}
@media (width <= 767.98px) {
  .container-sidebar-right {
    display: none;
  }
}

/* menu */
.sidebar-right ul.mod-menu.mod-list.nav {margin-left: -35px;}
.sidebar-right .mod-list li {
  padding: 40px 0;
}
.sidebar-right.main-menu ul > li > a {
  padding: 45px 80px 45px 40px;
  background: url(/images/tpl/bg_menu.png) no-repeat left 5px;
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
}
.sidebar-right.main-menu ul > li.active > a {
  background: url(/images/tpl/bg_menu_active.png) no-repeat left 5px;
  text-decoration: none;
}
.sidebar-right.main-menu ul > li > a:hover,
.sidebar-right.main-menu ul > li.active > a:hover {
  color: #cccccc;
  text-decoration: none;
}

/* footer-links */
.container-bottom-b {
  margin-top: 100px;
  text-align: center;
  font-size: 12px;
}

/* footer kontakt */
.container-footer {
  padding-left: 40px;
  padding-top: 30px;
  background-color: transparent;
  background-image: none;
/*  background: url(/images/Malerbetriebbauer-Logo_footer.png) no-repeat 200px center, url(/images/tpl/bg_footer-meta.png) no-repeat left center; */
}
@media (width <= 767.98px) {
  .container-footer {padding-left: 0px;}
  #mod-custom96 {width: 100%;}
}
#mod-custom96 {
  width: 400px;
  height: 200px;
  padding-top: 50px;
  padding-left: 50px;
  font-size: 12px;
  text-align: left;
  color: #02315C;
  background: url(/images/Malerbetriebbauer-Logo_footer.png) no-repeat 200px center, url(/images/tpl/bg_footer-meta.png) no-repeat left center;
}
.footer .grid-child {max-width: unset;}

/* jshortcodes carousel without article link */
a.suc-link {display: none !important;}

/* hide aimy formguard */
div.jd-simple-contact-form > form > div.jdscf-row > div.jdscf-col-md-12 > div.form-group > p {display: none;}