p {
  hyphens: auto;
}


h1,
h2,
h3,
h4 {
  font-family: 'Raleway', 'Roboto', Verdana, Arial, sans-serif;
}

/***colors***/

.wx-grad-1 {
  background: rgb(14, 77, 0);
  background: linear-gradient(173deg,
      rgba(14, 77, 0, 1) 0%,
      rgba(0, 0, 0, 1) 100%);
}

.wx-bg-orange-1 {
  background: #ffb200;
}

.wx-bg-green {
  background: #88aa22;
}

.wx-bg-grey-light-grad {
  background: rgb(247, 247, 247);
  background: linear-gradient(180deg,
      rgba(247, 247, 247, 1) 0%,
      rgba(255, 255, 255, 1) 100%);
}

.wx-text-orange {
  color: #ffb200;
}

.wx-text-green {
  color: #778507;
}

.wx-text-dark-orange {
  color: #e4a600;
}

a.wx-text-link-light-gray,
a.wx-text-link-light-gray i {
  color: #ddd;
}

.wx-bg-2 {
  background: rgba(122, 144, 33, 0.7) !important;
}

.wx-whatsapp-colorize {
  color: #339900;
}

.wx-whatsapp-colorize:hover {
  color: #dd9900;
}

.wx-bg-brown1 {
  background: #513f38;
}

.wx-whitetext,
.wx-whitetext a,
.wx-whitetext li a {
  color: #ffffff !important;
}

.wx-whitetext li a.wx-active {
  color: #ce0000 !important;
}

nav.navbar.navbar-default ul.nav>li>a:hover {
  color: #b1b1b1 !important;
}


@media (min-width: 992px) {

  header nav.navbar .navbar-nav>li.active>a.wx-active {
    color: #b1b1b1 !important;
  }
}


@media (max-width: 991px) {
  header nav.navbar .navbar-nav>li.active>a.wx-active {
    color: #ce0000 !important;
  }
}

.wx-blacktext {
  color: #000000;
}

.wx-greytext {
  color: #555555;
}

.wx-bg-redgrad {
  background: linear-gradient(to bottom, #c2112c 0%, #7a0d0f 100%) !important;
}

/**text-others**/

.wx-page-title-super-large h1 {
  font-size: 65px;
  line-height: 60px;
}

.wx-heading-shade-1 {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.wx-heading-1 {
  font-size: 50px;
  line-height: 56px;
}

@media (max-width: 768px) and (min-width: 501px) {
  .wx-heading-1 {
    font-size: 30px;
    line-height: 34px;
  }
}

@media (max-width: 500px) {
  .wx-heading-1 {
    font-size: 25px;
    line-height: 29px;
  }
}

.wx-heading-2 {
  font-size: 32px;
  line-height: 38px;
}

@media (max-width: 767px) {
  .wx-heading-2 {
    font-size: 22px;
    line-height: 25px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .wx-heading-2 {
    font-size: 25px;
    line-height: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .wx-heading-2 {
    font-size: 28px;
    line-height: 30px;
  }
}

.wx-text-largemid {
  font-size: 18px;
}

@media (max-width: 991px) {
  .wx-text-largemid {
    font-size: 16px;
    line-height: 150%;
  }
}

@media (max-width: 991px) {
  .wx-text-smallmid {
    font-size: 15px;
    line-height: 150%;
  }
}

@media (max-width: 991px) {
  .wx-ul-smallmid {
    font-size: 15px;
  }
}

.wx-heading3 {
  font-size: 33px;
  line-height: 110%;
}

@media (max-width: 991px) {
  .wx-heading3 {
    font-size: 25px;
  }
}

.wx-heading4 {
  font-size: 32px;
  line-height: 120%;
}

@media (max-width: 767px) {
  .wx-heading4 {
    font-size: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .wx-heading4 {
    font-size: 24px;
  }
}

.wx-heading5 {
  font-size: 25px;
  line-height: 120%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wx-heading5 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .wx-heading5 {
    font-size: 17px;
  }
}


.wx-heading6 {
  font-size: 25px !important;
  line-height: 120%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wx-heading6 {
    font-size: 25px !important;
  }
}

@media (max-width: 767px) {
  .wx-heading6 {
    font-size: 22px !important;
  }
}

/*other */

/*991-992 ist deren breakpint*/

.navbar.navbar-default {
  background: linear-gradient(to bottom, #c2112c 0%, #7a0d0f 100%);
}

@media (min-width: 1200px) {

  header .logo,
  header .logo .logo-dark.default {
    min-height: 62px;
  }

  .navbar.navbar-default {
    min-height: 95px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {

  header .logo,
  header .logo .logo-dark.default {
    min-height: 52px;
  }

  .navbar.navbar-default {
    min-height: 75px !important;
  }
}

@media (max-width: 767px) {

  header .logo,
  header .logo .logo-dark.default {
    min-height: 39px;
  }
}

.header-with-topbar .navbar-top,
.header-with-topbar .navbar-fixed-top {
  top: 33px;
}

@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggler {
    padding-right: 11px !important;
  }
}

@media (max-width: 575px) {
  .wx-mobile-spacer-1 {
    height: 30px !important;
    min-height: 30px !important;
    width: 100% !important;
  }
}

@media (max-width: 575px) {
  .wx-mobileno {
    display: none !important;
  }
}

@media (min-width: 576px) and (max-width: 911px) {
  .wx-tabletsmallno {
    display: none;
  }
}

@media (min-width: 912px) and (max-width: 1199px) {
  .wx-tabletmidno {
    display: none;
  }
}

@media (min-width: 1200px) {
  .wx-dtno {
    display: none;
  }
}

.wx-iconsize:before {
  font-size: 25px;
}

header nav.wx-nav-border-bottom {
  border-bottom: 1px solid #888 !important;
}

header.sticky nav.wx-nav-border-bottom {
  border-bottom: none !important;
}

section.wx-leistungen-bg {
  background-image: url("../img/bigpictures/big-6d.jpg");
}

@media (max-width: 577px) {
  section.wx-leistungen-bg {
    background-image: url("../img/bigpictures/big-6dmobile.jpg");
    background-position: center top;
    background-size: cover;
  }
}

section.wx-ueberuns-bg {
  background-image: url("../img/bigpictures/big-4stretch-sw.jpg");
}

@media (max-width: 577px) {
  section.wx-ueberuns-bg {
    background-image: url("../img/bigpictures/big-4mobile2.jpg");
  }
}

@media (min-width: 992px) {
  .wx-nohyphens-dt {
    hyphens: none;
  }
}

.wx-padding-aux-topheader {
  padding-top: 11px;
  padding-bottom: 12px;
}


/** dropdown to low correction */


@media (min-width: 1200px) {
  ul li ul.dropdown-menu {
    top: 78px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  ul li ul.dropdown-menu {
    top: 62px !important;
  }
}


.wx-override-title-bg {
  background: #eee;
}


@media (max-width: 575px) {
  .wx-override-title-padding {
    padding-top: 120px;
    padding-bottom: 22px
  }
}

@media (min-width: 576px) {
  .wx-override-title-padding {
    padding-top: 160px;
    padding-bottom: 44px
  }
}




.wx-override-title-title {
  text-align: left;
  margin-left: 10px;
  line-height: normal;
}


@media (min-width: 992px) {
  .wx-override-title-title {
    font-size: 35px !important;
    font-family: 'Raleway' "

  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .wx-override-title-title {
    font-size: 30px;
    font-family: 'Raleway' "

  }
}



@media (max-width: 575px) {
  .wx-override-title-title {
    font-size: 25px;
    font-family: 'Raleway' "

  }
}


.wx-override-title-title2 {
  text-align: left;
}


@media (min-width: 992px) {
  .wx-override-title-title2 {
    font-size: 25px;
    font-family: 'Raleway' "

  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .wx-override-title-title2 {
    font-size: 21px;
    font-family: 'Raleway' "

  }
}

@media (max-width: 575px) {
  .wx-override-title-title2 {
    font-size: 18px;
    font-family: 'Raleway';
    line-height: normal;


  }
}


.navbar-default .navbar-toggler .icon-bar {
  background: #fff;
}


a.wx-redlink {
  color: rgb(194, 0, 0) !important;
}

a.wx-redlink:hover {
  color: rgb(82, 82, 82) !important;
}


/*mobile navi */

@media (max-width: 991px) {

  .navbar-nav li>a,
  nav.navbar.navbar-default ul.nav>li>a,
  nav.navbar-brand-top.navbar.navbar-default ul.nav>li>a,
  header .navbar-nav li>a,
  header nav.navbar-fixed-top.header-light-transparent.white-link .navbar-nav>li>a,
  header nav.navbar-fixed-top.header-light.white-link .navbar-nav>li>a,
  nav.navbar.bootsnav li.dropdown ul.mega-menu-full li>a,
  header.sticky nav.navbar.navbar-default.navbar-fixed-top ul.nav>li>a,
  header.sticky nav.navbar.navbar-default.navbar-top ul.nav>li>a,
  nav.navbar.bootsnav li.dropdown ul.mega-menu-full li.dropdown-header {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}





.wolf-intro2 {
  border-top: 1px solid #faa;
  border-bottom: 1px solid #faa;
  font-family: 'Raleway', Arial, Helvetica, sans-serif !important;
  background: #f3f3f3;
}

/* Flex-Layout */
.wolf-intro2-inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 80px;
  text-align: left;
}

/* Logo */
.wolf-intro2-logo img {
  max-width: 120px;
  height: auto;
}

/* Text */
.wolf-intro2-text {
  max-width: 600px;
}

.wolf-intro2 h1 {
  font-weight: 800 !important;
  color: #955;
  font-size: 27px;
  line-height: 1.1;
  margin-bottom: 10px;
}

.wolf-intro2 h6 {
  font-size: 130%;
  line-height: 151%;
}




/* MOBILE & TABLET */
@media (max-width: 991px) {

  .wolf-intro2-inner {
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 25px;
  }

  .wolf-intro2-logo {
    order: 2;
    margin-top: 0;
    margin-bottom: 38px;

  }

  .wolf-intro2-logo img {
    max-width: 135px;
  }

  .wolf-intro2-text {
    order: 1;
  }
}


/* Extra klein */
@media (max-width: 480px) {
  .wolf-intro2 h1 {
    font-size: 23px;
  }

  .wolf-intro2-logo img {
    max-width: 110px;
  }
}





.ti-centered {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ti-centered::before {
  position: relative;
  top: 1px;
  /* optional micro-adjust */
}


.wx-ti-custom {
  background: #b71028;

}


.icon-circle-red {
  background: #b71028 !important;
  display: inline-flex;
}




@media (max-width: 911px) {
  .wx-heading-change1 {
    background: #ffffff;
    padding-bottom: 0;
  }

  .wx-heading-change1 h2 {
    color: #6f6f6f;

  }
}

@media (min-width: 912px) {
  .wx-heading-change1 {
    background: #555555;
    padding-bottom: 0;
    padding-top: 65px;
  }

  .wx-heading-change1 h2 {
    color: #c7c7c7;

  }

}


.wx-background-grey1 {
  background-color: #555555;
}

.wx-custom-ul-padding {
  padding-left: 10px;
  padding-right: 10px;
  list-style: none;
}


.wx-heading-replace1 {
  font-size: 18px;
  line-height: 150%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wx-heading-replace1 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .wx-heading-replace1 {
    font-size: 14px;
  }
}


.wx-project-carousel a {
  font-family: 'Raleway';
  display: block;
  margin-top: 22px;

}

.wx-news-carousel-heading {
  font-family: 'Raleway';
  display: block;
  margin-top: 30px;
  color: #eee;
  font-size: 17px;
  text-align: left;
  padding-left: 25px;
  padding-bottom: 12px;
}

@media (min-width: 1199px) {
  .wx-intro3-section {
    background: url('../img/autolack/backgrounds/Glasurit5.jpg');
    background-position: right center;
    padding-top: 250px;
    padding-bottom: 300px;

  }
}



@media (min-width: 992px) {
  .wx-intro3-section {
    background: url('../img/autolack/backgrounds/Glasurit5.jpg');
    background-position: right center;
    padding-top: 300px;
    padding-bottom: 300px;

  }
}

@media (max-width: 991px) {
  .wx-intro3-section {
    background: url('../img/autolack/backgrounds/Glasurit5.jpg');
    background-position: right top;
    background-size: cover;
    background-repeat: no-repeat;
  }
}


@media (max-width: 575px) {
  .wx-intro3-section {

    background: url('../img/autolack/backgrounds/Glasurit5-var4.jpg');
    background-size: cover;
    background-position-x: right;
  }
}


@media (max-width: 480px) {
  .wx-intro3-section {

    background: url('../img/autolack/backgrounds/Glasurit5-mobile-crop.jpg');
    background-size: cover;
    background-position: right top;
    padding-top: 400px;
  }
}


@media (min-width: 1200px) {
  .wx-intro3-text-container {

    padding-bottom: 230px;
    padding-right: 10%;

  }
}

@media (max-width: 1199px) {
  .wx-intro3-text-container {

    padding-bottom: 230px;
    padding-right: 33%;
  }
}


@media (min-width: 768px) and (max-width: 991px) {
  .wx-intro3-text-container {
    padding-top: 55px;
    padding-bottom: 120px;
    padding-right: 33% !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .wx-intro3-text-container {
    padding-top: 55px;
    padding-bottom: 100px;
    padding-right: 33% !important;
  }
}

@media (min-width: 481px) and (max-width: 575px) {
  .wx-intro3-text-container {
    padding-top: 55px;
    padding-bottom: 77px;
    padding-right: 33% !important;
  }
}

@media (max-width: 480px) {
  .wx-intro3-text-container {
    padding-top: 55px;
    padding-bottom: 77px;
  }
}



@media (max-width: 991px) {
  .wx-intro3-paragraph {
    font-size: 0.9rem;
    line-height: 160%;

  }
}


.wx-blockquote a{
   font-weight:700;
}


