@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-weight: 100 1000;
    font-stretch: 25% 151%;
    src: url('../fonts/OpenSans-VariableFont_wdth.woff2') format('woff2 supports variations'),
            url('../fonts/OpenSans-VariableFont_wdth.woff2') format('woff2-variations');
}
body {
  font-size: 16px;
  line-height: 1.7em;
}
body, h1, h2, h3, h4, h5, p, a, ul li, label {
    font-family: 'Open Sans', sans-serif !important;
}

strong {
  color: #666;
}
aside,
#sp-footer-wrapper,
#sp-bottom-wrapper {
  font-size: 13px;
  line-height: 1.5em;
}
h1 {
  font-size: 40px;
  font-weight: normal;
}
h2 {
  font-size: 28px;
  margin-bottom: 2rem;
}
h3 {
  font-size: 22px;
  margin-top: 22px;
}
h4 {
  font-size: 19.4px;
}
h1,
h2,
h3,
h4 {
  line-height: 1.2em;
  color: #666;
  overflow-wrap: anywhere;
}
#sp-main-body {
  padding: 0px 0px 100px !important;
  margin-top: 30px;
}
.sp-page-builder .page-content .sppb-section {
  padding: 0px !important;
}
.sppb-addon-wrapper {
  margin: 0 !important;
}
/* Menu */
.sp-megamenu-wrapper {
  justify-content: flex-end !important;
  margin-right: 30px;
}

/* DS:: Search */
#sp-header #sp-menu .custom {
  color: #f56e12;
  font-size: 20px;
  width: 38px;
  text-align: center;
  cursor: pointer;
}
#sp-header #sp-menu .custom > p {
  margin: 0;
}
#sp-header #sp-menu .custom.open .fa-search {
  display: none;
}
#sp-header #sp-menu .custom .fa-times {
  display: none;
}
#sp-header #sp-menu .custom.open .fa-times {
  display: initial;
  font-size: 22px;
}
#sp-header .form-search {
  visibility: hidden;
  position: absolute;
  top: 70px;
  right: 0;
  display: flex;
  flex-direction: row;
  background: #fff;
  margin-top: 30px;
  padding: 25px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: margin-top 200ms, top 200ms;
  -moz-transition: margin-top 200ms, top 200ms;
  -o-transition: margin-top 200ms, top 200ms;
  transition: margin-top 200ms, top 200ms;
}
#sp-header.fixed .form-search {
  top: 60px;
  -webkit-transition: top 200ms;
  -moz-transition: top 200ms;
  -o-transition: top 200ms;
  transition: top 200ms;
}
form.mod-finder.js-finder-searchform.form-search
  div.mod-finder__search.input-group
  button {
  background-color: #f56e12 !important;
  border: none !important;
}
#sp-header .form-search.open {
  visibility: visible;
  margin-top: 0;
  z-index: 99999;
}
#sp-header .form-search input.search-query {
  border-radius: 4px;
  margin-right: 10px;
}
#sp-header .form-search input.search-query:focus {
  border-color: initial;
  box-shadow: none;
}
#sp-header .form-search button.search,
#sp-header .form-search button.finder {
  margin-top: 0;
  background-color: #f56e12 !important;
  border: none !important;
  color: #ffffff !important;
}
#sp-header .form-search button.search i,
#sp-header .form-search button.finder i {
  padding-right: 0;
}
#sp-header .form-search button i::before {
  display: inline;
}
#sp-header .form-search button i::after {
  font-family: open_sansregular;
  margin-left: 5px;
  display: inline;
}
#sp-header .form-search button.search i::after {
  content: 'SUCHEN';
}
#sp-header .form-search button.finder i::after {
  content: 'SEARCH';
}
section#sp-section-8 {
  margin-top: -140px;
}
@media (max-width: 1399px) {
  section#sp-section-8 {
    margin-top: -50px;
  }
  body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
    left: -108px;
  }
  section#sp-breadcrumb {
    margin-top: 30px;
  }
  div#sp-menu {
    background: #fff !important;
    position: static !important;
  }
  .sp-dropdown.sp-dropdown-main.sp-dropdown-mega.sp-menu-full.container
    .sp-dropdown-inner
    .row
    div:nth-child(3) {
    margin-left: 30px;
  }
}
@media (max-width: 1199px) {
  body.view-registration section#sp-section-8 {
    margin-top: -1400px !important;
  }
  body.com_users section#sp-section-8 {
    margin-top: -1670px;
  }
  section#sp-section-8 {
    margin-top: 10px;
  }
  body.layout-complete.com_users section#sp-section-8 {
    margin-top: -2310px !important;
  }
  body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
    left: -68px;
  }
  #sp-header .form-search {
    order: 1;
    margin-left: 0;
  }
  .sp-dropdown.sp-dropdown-main.sp-dropdown-mega.sp-menu-full.container
    .sp-dropdown-inner
    .row
    div:nth-child(3) {
    margin-left: 65px;
  }
}
@media (max-width: 979px) {
  body.com_users section#sp-section-8,
  body.layout-complete.com_users section#sp-section-8 {
    margin-top: 30px !important;
  }
  section#sp-section-8 {
    margin-top: 30px !important;
  }
  #sp-header #sp-menu .custom {
    background: #f4f4f4;
    border-radius: 4px;
    margin-left: 15px;
    height: 35px;
  }
  section#sp-breadcrumb {
    margin-top: unset !important;
  }
  .wcb {
    display: none !important;
  }
  .home-page aside#sp-right {
    padding: 0 45px;
  }
  #sp-header .form-search {
    top: 70px;
  }
  #sp-header .form-search > .findersearch,
  #sp-header .form-search > .finder {
    display: flex;
  }
}
@media (max-width: 768px) {
  .custom-slider-testimonials .sp-slider-content-align-left {
    flex-direction: column;
  }
  div#sp-menu {
    height: 60px;
  }
}
@media (max-width: 575px) {
  div#sp-menu {
    height: 50px;
  }
}
@media (max-width: 480px) {
  #sp-header .form-search {
    padding: 15px;
  }
  #sp-header .form-search input.search-query {
    width: 100px;
  }
  #sppb-addon-1677852497216 .sp-slider .sp-dots {
    bottom: 15px !important;
  }
  div#sppb-sp-slider-1677852497216
    div.sp-slider-outer-stage
    div.sp-item.slider-content-vercally-center {
    line-height: 20px;
  }
  div#sppb-sp-slider-1677852497216
    div.sp-slider-outer-stage
    div.sp-item.slider-content-vercally-center
    h2 {
    font-size: 38px;
    line-height: 36px;
    margin-bottom: 16px;
  }
  div#sppb-sp-slider-1677852497216
    div.sp-slider-outer-stage
    div.sp-item.slider-content-vercally-center
    h1 {
    font-size: 38px;
    line-height: 36px;
    margin-bottom: 16px;
  }
  div#sppb-sp-slider-1677852497216
    div.sp-slider-outer-stage
    div.sp-item.slider-content-vercally-center
    a.sppb-sp-slider-button
    span {
    margin-top: 20px !important;
  }
}
@media (max-width: 510px) {
  form#finder-search div.input-group {
    display: grid !important;
    grid-gap: 10px;
  }
  form#finder-search button.btn.btn-primary {
    margin: 0 !important;
  }
}
/* Search End */

/* Kontakt */
#sp-main-menu .kontakt .menu-title {
  background: #ff7302;
  border-radius: 4px;
  color: #fff;
  padding: 1px 6px 2px 6px;
  margin: -1px -6px -2px -6px;
}
#sp-header .sp-megamenu-wrapper a.kontakt {
  position: relative;
  font-size: 12px;
  padding: 0 5px;
}
#sp-header .sp-megamenu-wrapper a.kontakt {
  position: relative;
  color: #fff !important;
}
#sp-header .sp-megamenu-wrapper a.kontakt::after {
  content: '';
  background: #f56e12;
  border-radius: 4px;
  position: absolute;
  height: 30%;
  width: 125%;
  top: 35%;
  right: -13%;
  z-index: -1;
}
.sp-dropdown.sp-dropdown-main.sp-menu-right
  div.sp-dropdown-inner
  ul
  li.sp-menu-item
  a.kontakt::after {
  display: none;
}
#sp-header
  .sp-megamenu-wrapper
  a.kontakt
  + div.sp-dropdown-inner
  .sp-menu-item
  a.kontakt::after {
  content: '';
  background: #f56e12;
  border-radius: 4px;
  position: absolute;
  height: 70%;
  width: calc(100% - 40px);
  top: 15%;
  right: 25px;
  z-index: -1;
}
#sp-header div.sp-dropdown-inner .sp-menu-item:has(.kontakt) {
  background: #f56e12;
  border-radius: 4px;
  height: 40px;
  width: 100%;
}
#sp-header div.sp-dropdown-inner .sp-menu-item a.kontakt {
  background: #f56e12;
  border-radius: 4px;
  width: 100%;
  text-align: center;
  padding: 15px 5px;
}
div.rsform-block.rsform-block-dateianhang.rsform-type-fileupload
  input#dateianhang {
  height: 38px;
}
.rsform-block.rsform-block-dateianhang.rsform-type-fileupload input {
  width: 100%;
}
/* Kontakt end */

/* Slider overlay */

.wcb {
  background: #fff;
  border-radius: 27px;
  /* border: solid #666 4px; */
  width: 100%;
  /* max-width: 1070px !important; */
  height: 60px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-top: -70px;
  z-index: 1;
  display: block;
}
#wcbl.wcb-link {
  border-top-left-radius: 27px;
  border-bottom-left-radius: 27px;
}
#wcbr.wcb-link {
  border-top-right-radius: 27px;
  border-bottom-right-radius: 27px;
}
.wcb a,
.wcb a:hover {
  text-decoration: none !important;
  color: #666;
}
.wcb-link:hover {
  background: rgba(245, 110, 14, 1);
}
.wcb-link:hover span,
.wcb-link:hover div {
  color: #fff;
}
.wcb-left-outer {
  width: 32%;
  background: url(../images/border-color.png) repeat-y top right;
}
.wcb-left-outer,
.wcb-right-outer,
.wcb-inner {
  float: left;
  height: 100%;
}
.wcb-icon-phone,
.wcb-icon-mail,
.wcb-icon-competencies {
  width: 50px;
  height: 50px;
}
.wcb-text {
  /* font-family: open_sanslight; */
  padding: 8px 0px;
  color: #666;
  text-align: left;
  position: relative;
  line-height: 1.3;
  cursor: pointer;
}
.wcb-text-header {
  /* font-family: open_sansregular;     */
  font-size: 20px;
}
.wcb-inner {
  width: 36%;

  border-color: #e1e1e1;
}
.wcb-right-outer {
  width: 32%;
  background: url(../images/border-color.png) repeat-y top left;
}
.wcb-left-outer,
.wcb-right-outer,
.wcb-inner {
  float: left;
  height: 100%;
}
.itemid-273 .moduletable h3 {
  display: none !important;
}

.wcb-icons {
  font-size: 40px;
  float: left;
  margin: 10px 20px;
  color: #666 !important;
}
.wcb-left-outer .wcb-icons {
  margin-left: 30px;
}
section#sp-users-top {
  padding-top: 40px;
  text-align: center;
}
.homepage .home-page {
  margin-top: -20px;
}

.featured-text {
  margin-left: 85px;
  position: relative;
}
.featured-icon {
  position: absolute;
  left: -70px;
}
.featured.home-page .span6 .readmore {
  margin-left: 85px;
}
.itemid-140 main#sp-component table input {
  width: 80%;
}
/* Slider overlay end */
/*User registration, reset username and password page*/
body.com_users section#sp-section-8 {
  margin-top: -1600px;
}
body.view-remind section#sp-section-8 {
  margin-top: -1580px;
}
body.view-registration section#sp-section-8 {
  margin-top: -1200px;
}
body.layout-complete.com_users section#sp-section-8{
  margin-top: -2220px;
}
body.layout-complete.com_users section#sp-section-8{
  margin-bottom: 520px;
}
/* Login Module */
ul.mod-articlescategory.category-module.mod-list li a {
  line-height: 15px !important;
}
div.userdata ul.unstyled li a {
  line-height: 22px !important;
  padding: 0 !important;
}
.einloggen {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
div.einloggen > div {
}
a.einloggen {
  display: block;
}
a.einloggen.open {
  border-radius: 5px 5px 0 0;
  transition: all 0.2s ease-in-out;
}
#login-form {
  margin: 0;
}
.loggingin {
  display: none;
  padding: 20px 20px 20px 20px;
  background: #f4f4f4;
  border-radius: 0 0 4px 4px;
  border: solid 1px #f0f0f0;
  border-top: 0;
}
#form-login-remember {
}
#login-form span.add-on {
  padding: 2px 4px;
}
#login-form input[type='text'],
#login-form input[type='password'] {
  font-size: 12px;
  padding: 2px 4px;
  width: 100%;
  border-radius: 0 4px 4px 0;
}
#login-form ul li {
  font-size: 12px;
  margin: 0;
}
a.einloggen {
  width: 100%;
  text-align: left;
  padding-left: 30px !important;
  padding-right: 8%;
}
.logout-button button {
  width: 100%;
  text-align: left;
  padding-left: 8%;
  padding-right: 8%;
}
.controls.input-prepend {
  display: flex;
}
.controls.input-prepend .add-on {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px 0 0 4px;
}

/* Login module end */

/* Module styles */

div#mod-custom142 {
  padding: 0 25px;
}
#sp-right .sp-module .btn {
  background: rgba(0, 0, 0, 0.125) !important;
  border: none;
  color: #888 !important;
  text-shadow: none;
  margin-top: 8px;
}
#sp-right .sp-module .btn:hover {
  background: rgba(0, 0, 0, 0.2) !important;
  color: #666 !important;
}
#sp-left .sp-module,
#sp-right .sp-module,
.article-list .article {
  border: none;
}
ul.mod-articlescategory.category-module.mod-list
  li
  span.mod-articles-category-date {
  color: #f56e12;
}
.itemid-938 aside#sp-right div.sp-column div.sp-module {
  padding-top: 0;
  padding-bottom: 25px;
}

/* Style 3 */

aside#sp-right .sp-module.style3.ausdemblog h3.sp-module-title {
  color: rgba(245, 110, 14, 0.9) !important;
}
.sp-module.style3.acy {
  background: #f4f4f4;
  border-radius: 4px;
  border: solid 1px #f0f0f0;
  padding: 20px !important;
  max-width: 100%;
}
.sp-module.style3.acy .sp-module-title {
  color: rgba(245, 110, 14, 0.9) !important;
  padding-bottom: 0px !important;
  margin-bottom: 10px !important;
  font-size: 18px;
}
.sp-module.style3.acy .unsubbutton {
  display: none;
}
.acysubscribe table.acy_lists td label.acylabellist {
  display: none;
}
.acysubscribe {
  display: flex;
}
input#acy_list_32 {
  margin-left: 10px;
}
form#member-registration fieldset div.row div.col-lg-6:last-of-type {
  width: 100% !important;
}
.sp-module.style3 .mod-custom {
  background: #f4f4f4;
  padding: 20px;
  max-width: 100%;
}
.sp-module.style3.kontakt,
.sp-module {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.sp-module.style3 .mod-custom {
  border-radius: 4px;
  border: solid 1px #f0f0f0;
}
.style3 h3 {
  font-size: 18px;
}

/* Kontakt Modul */

.kontakt h4 {
  font-size: 15px;
  margin: 0 0 13px;
}
.kontakt h4 em {
  display: inline-block;
  width: 34px;
}
.kontakt hr {
  border-top: 1px dotted rgba(255, 255, 255, 0.5);
  border-bottom: none;
  margin: 13px 0;
}
.kontakt a {
  color: #666;
}
.kontakt a:hover {
  color: #f56e12;
}

.ausdemblog {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.ausdemblog ul.category-module i:before {
  content: '\f05a';
  font-size: 21px;
}
.ausdemblog a {
  margin-top: 20px;
}
.ausdemblog {
  background: #f4f4f4;
}
.ausdemblog .sp-module-title {
  padding-bottom: 0px !important;
  margin: 0px !important;
}

#sp-left .sp-module,
#sp-right .sp-module {
  margin-top: 0px;
}
/* Module styles end */

/* Buttons */
a.btn strong {
  color: #fff !important;
}
.readmore a,
.rsform-submit-button {
  background: rgba(245, 110, 14, 0.8) !important;
  color: #fff !important;
  text-shadow: none;
  margin-top: 8px;
  padding: 6px 22px;
  border-radius: 5px;
  text-transform: uppercase;
}
.readmore a:hover {
  background: rgba(245, 110, 14, 0.9) !important;
  color: #fff !important;
}
section#sp-main-body a.btn,
section#sp-main-body input.btn {
  background: rgba(245, 110, 14, 0.8) !important;
  color: #fff !important;
  text-shadow: none;
  border: none;
}
form#finder-search .awesomplete input#q {
  height: 40px;
}
form#finder-search button.btn.btn-primary {
  height: 40px;
  border-radius: 0.375rem;
  margin: 0 5px;
  pointer-events: all;
  opacity: 1;
}
form#finder-search a.btn.ads {
  height: 40px;
  margin: 0;
  border-radius: 0.375rem;
  border: none;
}
section#sp-main-body a.btn:hover,
section#sp-main-body input.btn:hover {
  background: rgba(245, 110, 14, 0.9) !important;
  color: #fff !important;
}
#sp-feature .btn-primary {
  border-radius: 0;
  margin-right: 12px;
}
#sp-feature .btn-primary,
section#sp-main-body .btn-primary {
  background: rgba(245, 110, 14, 0.9) !important;
  border: none !important;
  color: #fff !important;
  text-shadow: none;
}
#sp-feature .btn-primary,
section#sp-main-body .btn-primary {
  background: rgba(245, 110, 14, 0.9) !important;
  border: none !important;
  color: #fff !important;
  text-shadow: none;
}
#sp-feature .btn-primary:hover,
section#sp-main-body .btn-primary:hover {
  background: rgba(245, 110, 14, 1) !important;
  color: #fff !important;
}
.btn i,
.btn em {
  padding-right: 10px;
}
.btn-small i,
.btn-small em {
  padding-right: 5px;
}
.items-leading .btn {
  padding: 6px 22px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-module .add-on i {
  color: #f56e12;
}
/* Buttons */

/* Social Media */

ul.jmsocials_items li.jmsocials_item {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  margin-right: 10px !important;
}

/* Blockquote style */

blockquote h3 > em,
blockquote h3 > i,
blockquote p > em,
blockquote p > i {
  float: left;
  font-size: 48px;
  padding-right: 22px;
  color: #ccc;
}
blockquote {
  background: #fafafa;
  padding: 15px 20px 15px 22px;
  margin: 15px 0 15px;
  border: 1px solid #ddd;
  border-left: 8px solid #ddd;
}
blockquote form a {
  font-size: 11px;
}
blockquote.custom-box {
  height: 245px;
}
blockquote a {
  font-size: 16px;
}
blockquote img {
  display: inline;
  margin: 15px auto;
}
blockquote p {
  margin: 0 0 10px;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
blockquote h3 {
  margin-top: 10px;
}

.article-details .article-ratings-social-share {
  display: none !important;
}

/* Testzugang Formular */

.formResponsive .formHorizontal .formControlLabel {
  float: left;
  margin-left: 20px;
  width: 90px;
  padding-top: 0px;
  text-align: left;
}
.formResponsive .formHorizontal .formControls {
  margin-left: 110px;
}
.formResponsive .formHorizontal .rsform-block {
  margin-bottom: 0px;
}
.formResponsive .formHorizontal p {
  margin: 0 0 30px 0;
}
.formResponsive button {
  margin: 25px 0 0 20px !important;
}
.formBody input {
  margin-bottom: 0px !important;
}
.formResponsive .formHorizontal p {
  margin: 0px !important;
}
/* Kontaktformular */
.rsform-block.rsform-block-submit {
  clear: both;
}
#kontakt .rsform-block {
  float: left;
}
#kontakt .formControlLabel {
  margin-left: 0;
  width: 90px;
}
#kontakt .formControls {
  margin-left: 120px;
  margin-right: 40px;
}
#kontakt .rsform-block-anliegen,
#kontakt .rsform-block-datenschutz {
  margin-top: 16px;
}
#kontakt .rsform-block-anliegen input {
  clear: both;
}
#kontakt .rsform-block-anliegen input:first-child {
  clear: none;
}
#kontakt input[type='text'],
#kontakt textarea {
  width: 200px;
}
#kontakt input[type='checkbox'] {
  margin: 7px 10px 5px 0;
}
#kontakt .rsform-block-datenschutz label {
  color: #999;
  height: auto;
  font-size: 11px;
  line-height: 16px;
  max-width: 90%;
}
#kontakt button {
  margin: 25px 0 0 0 !important;
}

/* Kunena */
#Kunena ul.kpost-profile li.kpost-username {
  text-transform: none !important;
}
#Kunena div.kblock div.kbody {
  border-top: none;
}
#Kunena .kprofilebox {
  margin: 20px 0 40px 0;
}

/*  By Marko  */

#sp-footer1 .custom_mod_impressum {
  float: right;
}

#w357_cpnb {
  margin: 0 !important;
}

#kunena div.btn-group {
  margin-top: 8px;
}

#kunena .thumbnail a img {
  height: auto;
  width: 100px;
  max-height: 100px;
}
#kunena.layout .thumbnails .thumbnail {
  height: 57px;
}
#kunena.layout .thumbnails li {
  width: auto;
  padding-bottom: 2%;
}
#kunena.layout .thumbnails li a img {
  margin-bottom: 0;
}
#kunena.layout .thumbnails li a.btn {
  padding: 4px 8px 4px 10px;
}

#kunena .btn-link {
  color: #f56e12;
}

#kunena div.pagination.test.visible-phone ul {
  margin-top: 0;
  margin-right: 10px;
}

#kunena div.pagination.test.visible-phone ol {
  margin-top: 0;
}

.col-md-4 {
  width: 33.3333%;
  float: left;
}

#kunena.layout .inputbox#catid {
  max-width: 400px;
  width: 100% !important;
}

.col-md-4 {
  float: none;
  width: 100%;
}
.width600 {
  max-width: 250px !important;
}
#userdropdown div.left {
  float: none;
}
#userdropdown .control-group {
  margin-top: 10px;
}
#userdropdown input {
  width: 237px !important;
}

.visable_desktop {
  display: block;
}
.visable_phone {
  display: none;
}

#kunena #userdropdown input {
  width: 100%;
}

#kunena #userdropdown div.left i {
  color: #f56e12;
}

#kunena #userdropdown {
  margin-bottom: 0 !important;
  padding: 10px 18px !important;
  border-bottom: #f56e12 solid 3px;
  box-shadow: none;
  border-radius: 0;
}

.kunena-topic-item {
  margin-bottom: 50px;
}

#kunena > ol.breadcrumb {
  display: none;
}

#kunena > ol.breadcrumb:nth-child(2) {
  display: block !important;
}

#kunena > h1:nth-child(3) > i {
  display: none;
}

#kunena > h1 {
  font-size: 26px !important;
}

#kunena > div.container-fluid > div > div > div.span2 > div > strong > a.label {
  color: white;
  background: #f56e12;
}

#kunena div.btn.btn-small {
  display: none;
}

#kuserlist-form > table > tbody > tr > td:nth-child(2) a {
  color: white;
  background: #f56e12;
}

#kunena.layout .img-circle {
  display: inline-block;
}

#kunena.layout img {
  margin-bottom: 10px;
}

#Kunena #nav-menu div.center p a.label {
  color: white;
}

#kunena #status-form div label a {
  background: transparent !important;
  color: #777777 !important;
}

#kunena #status-form div label a:hover {
  color: #333333 !important;
}

#kunena #nav-menu div a.btn {
  background: transparent !important;
  color: #777777 !important;
}

#kunena #nav-menu div a.btn:hover {
  color: #333333 !important;
  background: #e6e6e6 !important;
}

#ktopicsform > table > thead > tr {
  background: #f56e12;
  color: white;
}

#kunena.layout .large-kicon a {
  display: none !important;
}

#ktopicsform
  > table
  > thead
  > tr
  > td.span1.center.hidden-phone
  > a:nth-child(2)
  > i {
  color: white;
}

#ktopicsform > table > thead > tr > td:nth-child(5) > label > input {
  opacity: 1 !important;
}

#ktopicsform > div > ul > li > a.btn {
  background: rgb(245, 110, 14) !important;
}

#ktopicsform > div > ol > li > a.btn {
  background: rgb(245, 110, 14) !important;
}

#ktopicsform > div > ul > li {
  padding-left: 0;
}

#ktopicsform > div > ol > li {
  padding-left: 0;
}

#section40 > table > tbody > tr:nth-child(1) {
  background: #f56e12;
  color: white;
}

#section4 > table > tbody > tr:nth-child(1) {
  background: #f56e12;
  color: white;
}

#kunena > div.navbar > div > div.visible-desktop > ul > li > a > img {
  margin-bottom: 0;
}

#kunena > div.navbar > div > div.visible-desktop > ol > li > a > img {
  margin-bottom: 0;
}

#kunena #ktopicsform table tbody tr td div div ul {
  margin-top: 0;
}

#kstats > div > ul:nth-child(3) {
  border-right: rgba(0, 0, 0, 0.51) solid 1px;
}

#kstats > div > ul:nth-child(2) {
  border-right: rgba(0, 0, 0, 0.51) solid 1px;
}

#kstats > div > ol:nth-child(3) {
  border-right: rgba(0, 0, 0, 0.51) solid 1px;
}

#kstats > div > ol:nth-child(2) {
  border-right: rgba(0, 0, 0, 0.51) solid 1px;
}

/*
#kunena > div:nth-child(6) > h2.btn-link:hover{
	text-decoration:none;
}

#kunena > div:nth-child(7) > h2.btn-link:hover{
	text-decoration:none;
}

#kunena > div:nth-child(6) > h2{
	border-bottom: #f56e12 solid 1px;
	padding-bottom: 10px;
}

#kunena > div:nth-child(7) > h2{
	border-bottom: #f56e12 solid 1px;
	padding-bottom: 10px;
}
*/
#kunena.layout .nav .dropdown-menu p a {
  color: White !important;
  background: rgba(245, 110, 14, 0.9) !important;
  margin-top: 5px;
  padding: 5px;
  border-radius: 4px;
}
.sp-dropdown.sp-dropdown-main.sp-dropdown-mega.sp-menu-full.container {
  margin-top: -1px;
}
#kunena.layout .img-circle {
  box-shadow: none;
}

#nav-menu > div.center > a > img {
  box-shadow: 0 0 0 3px #fff, 0 0 0 4px #ccc, 0 2px 5px 4px rgba(0, 0, 0, 0.1) !important;
}

#ktopicsform table tbody .table th,
.table td {
  vertical-align: middle;
}

#kunena > div > h2 > div {
  visibility: visible !important;
  opacity: 0.5 !important;
}

/*
#kunena > div:nth-child(6) > div.btn-toolbar.pull-right > div > div{
	visibility:visible !important;
	opacity:0.5 !important;
}

#kunena > div:nth-child(5) > div.btn-toolbar.pull-right > div > div{

}
*/
#kunena > div > div.btn-toolbar.pull-right > div > div {
  visibility: visible !important;
  opacity: 0.5 !important;
}

.input-append select {
  vertical-align: bottom !important;
}

#kunena.layout .btn-toolbar .btn.btn-small.collapsed:before,
#kunena.layout #search .btn.btn-small.collapsed:before {
  content: 'x';
  font-size: 8px;
  font-family: inherit;
}

#kunena > div > h2.btn-link {
  text-decoration: none;
  border-bottom: #f56e12 solid 1px;
  padding-bottom: 10px;
}
/*
#sp-footer-wrapper{
	height:35px;
	bottom:0;
	left:0;
	width:100%;
	position:fixed;
}*/

#kunena .kfrontend li {
  line-height: 1.7em;
  margin-bottom: 0;
}

#scrollToTop > img {
  width: 25px;
}

#scrollToTop {
  background: transparent !important;
}
#scrollToTop:hover {
  background: #f56e12 !important;
}

div#section40 {
  height: auto !important;
}

#kunena.layout h3 {
  padding-bottom: 10px;
}

#kunena > div.row-fluid.message > div.span2.hidden-phone > ul > li > a.label {
  color: White !important;
  background: #f56e12 !important;
}

#kunena > div.row-fluid.message > div.span2.hidden-phone > ol > li > a.label {
  color: White !important;
  background: #f56e12 !important;
}

#kunena.layout .topic-starter {
  border: none;
}
#kunena i.fa.fa-chevron-right {
  font-size: 10px;
}

#kunena ul.breadcrumb {
  font-size: 13px;
  margin-top: -65px;
}

#kunena ol.breadcrumb {
  font-size: 13px;
  margin-top: -65px;
}

#kunena .breadcrumb > li {
  margin: 0 1px 0 1px;
}

#kunena > div.navbar > div.navbar-inner {
  border: none;
  box-shadow: none;
  background: transparent;
}

@media (max-width: 959px) {
  #kunena > div.navbar > div > div.hidden-desktop > ul > li {
    margin-bottom: -50px;
  }
  #kunena > div.navbar > div > div.hidden-desktop > ol > li {
    margin-bottom: -50px;
  }
}

.fixedbottom {
  position: fixed !important;
  bottom: 0;
  width: 100%;
}
.card-body .row {
  padding: 20px 0px;
}
.card-header {
  padding: 10px !important;
}
.page-item.active .page-link {
  background-color: #ec430f !important;
  border-color: #ec430f !important;
}
a:hover,
a:focus,
a:active {
  color: rgba(245, 110, 14, 0.9);
}
.btn-outline-primary {
  color: #ec430f;
  border-color: #ec430f;
}
.sppb-sp-slider-button .sp-slider-btn-text {
  background: rgba(245, 110, 14, 0.8) !important;
  margin-top: 40px !important;
}

/* Breadcrumbs */

.breadcrumb li.float-start {
  padding-right: 5px !important;
}
.module ul.breadcrumb {
  font-size: 12px;
  margin: 10px 0 -25px 0;
}
.module ul.breadcrumb a {
  color: #999;
}
.module .breadcrumb > li span {
  color: #999;
}
.module .breadcrumb > li span.lastlink {
  color: #f56e12;
}
.module .breadcrumb > li > .divider {
  color: #999;
  padding: 0 10px;
}
.module ul.breadcrumb li:first-child .divider {
  padding-left: 0;
}
[data-rlta-element='container'][data-rlta-state='ready'][data-rlta-theme='neutral'][data-rlta-type='accordions']
  > [data-rlta-element='button']:hover {
  background-color: #f56e12 !important;
  color: #fff !important;
}
[data-rlta-element='container'][data-rlta-state='ready'][data-rlta-theme='neutral'][data-rlta-type='accordions']
  > [data-rlta-element='button'][data-rlta-state='open'] {
  background-color: #f56e12 !important;
}
[data-rlta-element='container'][data-rlta-state='ready'][data-rlta-theme='neutral'][data-rlta-type='accordions']
  > [data-rlta-element='button'][data-rlta-state='open']
  > h3[data-rlta-element='heading'] {
  color: #fff;
}
[data-rlta-element='container'][data-rlta-state='ready'][data-rlta-theme='neutral'][data-rlta-type='accordions']
  > [data-rlta-element='button']:hover
  > h3[data-rlta-element='heading'] {
  color: #fff !important;
}
[data-rlta-element='container'][data-rlta-state='ready'][data-rlta-theme='neutral'][data-rlta-type='accordions']
  > [data-rlta-element='button']:hover::before {
  content: '+';
  position: absolute;
  left: 20px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
[data-rlta-element='container'][data-rlta-state='ready'][data-rlta-type='accordions']
  > [data-rlta-element='button']::before {
  content: '+';
  position: absolute;
  left: 20px;
  font-size: 24px;
  font-weight: 600;
  color: #666;
}
[data-rlta-element='container'][data-rlta-state='ready'][data-rlta-theme='neutral'][data-rlta-type='accordions']
  > [data-rlta-element='button'][data-rlta-state='open']::before {
  color: #fff;
}
[data-rlta-element='container'][data-rlta-state='ready'][data-rlta-theme='neutral'][data-rlta-type='accordions']
  > [data-rlta-element='button'][data-rlta-state='open']::before {
  content: '-';
  position: absolute;
  left: 24px;
  font-size: 24px;
  font-weight: 600;
}

/* Featured	*/
.article-list:last-of-type .row .article p.readmore a {
  margin-left: 85px;
}
div.blog-featuredhome-page h2 {
  font-size: 22px;
}
div.blog-featuredhome-page h4 {
  font-size: 19px;
}
div.blog-featuredhome-page .items-row {
  margin-bottom: 0;
}
div.blog-featuredhome-page .entry-meta {
  border-color: #eee;
  margin-bottom: 14px;
  padding-bottom: 18px;
}
div.blog-featuredhome-page .article {
  padding-right: 15px;
}
div.blog-featuredhome-page .article p > i,
div.blog-featuredhome-page .article p > em {
  color: #ccc;
  float: left;
  font-size: 55px;
  margin: 0;
  margin-left: -10px !important;
}
div.blog-featuredhome-page .article p > i.left,
div.blog-featuredhome-page .article p > em.left {
  font-size: 48px;
  margin: 4px 14px 30px 0;
}

.right_readmore .readmore a.btn {
  margin-top: -25px;
  float: right;
}

.text_left {
  float: left;
  margin-bottom: 20px;
}

.text_left h2 {
  margin-top: 0;
}

.image_right {
  float: right;
}

.image_right div img {
  width: 200px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 4px;
  float: right;
  margin-bottom: 20px;
}

/* ZT:: Commented out because it was causing 
alerts and messages to not appear */

/*#system-message-container {
	display: none;
}*/

.aktuelles_22h {
  font-size: 22px;
  color: #999;
  margin-bottom: 2px;
}
.menu-aktuelles .entry-content .aktuelles_22h,
.menu-aktuelles .entry-content .aktuelles_h2 {
  line-height: 1.3;
  margin-top: 0;
}
a {
  color: rgba(245, 110, 14, 0.8);
}
.sp-simpleportfolio .sp-simpleportfolio-description {
  width: 100%;
}
/* .view-item .sp-simpleportfolio .sp-simpleportfolio-image {
	display: flex;
} */
.view-item .sp-simpleportfolio .sp-simpleportfolio-img {
  width: 100px;
  height: 100px;
}
/* Slider Testiomonials */
.custom-slider-testimonials .sp-slider-content-align-left {
  display: flex;
}
/* Testimonials in content */

.testimonial-content img {
  margin: 6px 10px 20px 30px;
  float: right;
}
.testimonial-content a {
  background: #fafafa;
  border-radius: 5px;
  color: #bbb;
  padding: 4px 9px;
  font-size: 12px;
}
.testimonial-content a:hover {
  background: #f6f6f6;
}
.testimonial-content i {
  color: #ccc;
  margin-right: 8px;
  font-size: 14px;
  line-height: 14px;
}
.img-circle {
  display: none;
}
.media.testimonial {
  margin-top: 35px;
  padding-bottom: 10px;
}
.media.testimonial > .pull-left {
  margin-right: 18px;
}
.pull-left .icon-quotes-left {
  color: #f56e12;
}
/* Tooltip styles */

.nn_tooltips-link {
  color: #f56e12;
  border-bottom: 1px dashed #f56e12 !important;
}
.videobox .nn_tooltips-link {
  border: none !important;
}
.nn_tooltips.popover .popover-title {
  font-size: 15px;
  font-weight: bold;
}
.nn_tooltips.popover .popover-content {
  font-size: 13px;
  line-height: 19px;
  padding: 9px 14px 0 14px;
}
#kunena.layout .kfrontend .table .category td {
  border-right: 1px solid rgb(222, 226, 230);
}
#kunena.layout .table .category th,
#kunena.layout .table .category td {
  border-right: 1px solid rgb(222, 226, 230);
}
#kunena.layout .bi-arrow-down {
  width: 50px;
  height: 50px;
  color: white;
}
#kcat-icon a svg {
  color: #f56e12 !important;
}
.accordion-button {
  background-color: transparent !important;
  color: #f56e12 !important;
}
@media (max-width: 768px) {
  blockquote.custom-box {
    padding: 4px 8px 4px 8px;
  }
  blockquote.custom-box h4 {
    font-size: 16px;
  }
  #sp-logo {
    width: auto;
  }
  .menu-wrap .sp-megamenu-wrapper.d-flex {
    display: none !important;
  }
  .menu-wrap .sp-module .custom {
    background: transparent !important;
  }
  .menu-wrap .sp-module .mod-languages {
    margin-bottom: 10px;
  }
  #offcanvas-toggler {
    margin-bottom: 7px !important;
  }
  .wcb {
    max-width: 900px !important;
    left: 0px;
  }
}
body:not(.home-page) .breadcrumb {
  margin-top: 30px;
}
#sp-bottom1 strong {
  color: white;
}
#sp-bottom2 {
  text-align: left;
}
#sp-bottom3 {
  text-align: right;
}
#sp-footer2 {
  display: flex;
  justify-content: flex-end;
}
#sp-footer2 .jmsocials_items {
  margin-bottom: 0rem;
}
/* Video tutorials */

.shortcode-video iframe {
  width: 250px;
  height: 175px;
}
.fluid-width-video-wrapper {
  float: left;
  margin-bottom: 10px;
  width: 240px;
  height: 175px;
  padding: 0 !important;
}
div.videobox {
  width: 240px;
  padding: 10px;
  float: left;
  margin: 15px 15px 0 0;
  min-height: 290px;
  border: none !important;
}
.videobox p {
  margin: 0;
}
.sp-simpleportfolio
  .sp-simpleportfolio-item
  .sp-simpleportfolio-overlay-wrapper
  .sp-simpleportfolio-overlay-2 {
  opacity: 0;
  transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 10px;
  /* background: rgba(0,0,0,.5); */
  color: #fff;
  z-index: 2;
}
.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-img-2 {
  transform: none !important;
}
.itemid-2486 ul {
  padding-left: 2rem;
}
.sp-column .shadow-lg {
  box-shadow: none !important;
}
.pagination.ms-0 .page-item.disabled {
  margin: 0 15px;
}
.pagination.ms-0 .page-item.disabled:nth-child(1),
.pagination.ms-0 .page-item.disabled:nth-child(2) {
  margin: 0px;
}
.home-page .sp-dots {
  bottom: 65px !important;
}
.blog-items.columns-2,
.blog-items.masonry-2 {
  display: flex;
  flex-wrap: wrap;
}
.blog-items.columns-2 .blog-item,
.blog-items.masonry-2 .blog-item {
  flex: 1 0 50%;
}
.blog-items.columns-2 .blog-item em {
  font-size: 50px !important;
  color: #ccc !important;
}
.itemid-2498 .sp-slider .sp-item .sp-background {
  background-position: unset;
}
.itemid-112 .sp-slider .sp-item .sp-background {
  background-position: unset;
}
body.itemid-521 main#sp-component {
  display: none !important;
}
[data-rlta-element='container'][data-rlta-state='ready'][data-rlta-type='accordions']
  > [data-rlta-element='button']
  > [data-rlta-element='heading'],
[data-rlta-element='container'][data-rlta-state='ready'][data-rlta-type='tabs']
  > [data-rlta-element='button-list']
  > [data-rlta-element='button']
  > [data-rlta-element='heading'] {
  padding: 0 0 0 20px !important;
}
li.item-110.menu_item.item-header {
  margin-left: 21px !important;
}

/* ZT:: Simple portfolio alignment fix */
#mod-sp-simpleportfolio.title-logos .sp-simpleportfolio-overlay-wrapper > img{
    height: 120px;
}
/* ZT:: Changing hover oin Aktuelles */
.home-page ul.mod-articlescategory.category-module.mod-list li a:hover {
    color: #f56e12!important;
}
/* ZT:: Remove breadcrumbs bg color */
.breadcrumb {
    background-color: transparent!important;
}