.engineering-banner .bg_banner-bg-area.three {
    background-image: url(../img/b5.jpg);
}

.header-two-main-wrapper {
    z-index: 3 !important;
}

body 
{
    background-color: #fff !important;
}

@media only screen and (min-width: 1200px) {
    #badsanierung
    {
        position: relative;
        left: 90px;
    }
}

@media only screen and (min-width: 800px) {
    #mainlogo
    {
        max-width: 250px;
    }
}
@media only screen and (max-width: 800px) {
    #mainlogo
    {
        max-width: 170px;
    }
}


@media only screen and (min-width: 1200px) {
    #menu-btn {
        display: none !important;
    }
}

#kontaktfixedbox i{
    color: #fff;
}

#kontaktfixedbox i:hover{
    color: #333;
    transition: all 0.3s ease;
}

#projekte .inner-content-project{
    background-color: transparent !important;
}

#projekte .inner-content-project .single{
    background-color: none !important;
    width: auto !important;
}

#projekte .swiper-slide {
    display: block !important;
}

.projekt-overlay 
{
    text-align: center;
    position: absolute;
    bottom: 5px;
}

.projekt-overlay span{
    padding: 3px;
    border-radius: 3px;
    font-size: 12px;
    background-color: rgba(179,162,122,0.5);
    color: #fff !important;
    white-space: nowrap;
}


/* ######################## */
/* ######################## */
/* Unterseite Fliesen */
/* ######################## */
/* ######################## */

#fliesen {
    background-image: url(../img/b9.jpg) !important;
    background-color: #fff !important;
}

#badsanierungunterseite
{
    background-image: url(../img/badsanierung8.jpg) !important;
    background-color: #fff !important;
    background-position: center center !important;
}

#komfortbadunterseite
{
    background-image: url(../img/k4.jpg) !important;
    background-color: #fff !important;
    background-position: center center !important;
}

#exklusivbadunterseite
{
    background-image: url(../img/e4.jpg) !important;
    background-color: #fff !important;
    background-position: center center !important;
}

#barrierefreiesbadunterseite
{
    background-image: url(../img/bf3.jpg) !important;
    background-color: #fff !important;
    background-position: center center !important;
}
#karriereunterseite
{
    background-image: url(../img/fliesen4.jpg) !important;
    background-color: #fff !important;
    background-position: bottom center !important;
}


#ctafliesen
{
    background-image: url(../img/b9-overlay.jpg) !important;
}

#ctabadsanierung
{
    background-image: url(../img/badsanierung9-dark.jpg) !important;
}

#ctakomfort
{
    background-image: url(../img/k2-dark.jpg) !important;
}

#ctaexklusiv
{
    background-image: url(../img/e5-dark.jpg) !important;
}

#ctabarrierefrei
{
    background-image: url(../img/bf8-dark.jpg) !important;
}

#ctajobs
{
    background-image: url(../img/job-dark.jpg) !important;
}

.single-choose-us-one .icon span {
    height: 60px !important;
    width: 60px !important;
}


/* ################ */
/* ################ */
/* Cookie Banner */
/* ################ */
/* ################ */

#cookies-banner{
    font-size: 0.9rem;
    width: 100%;
    height: 100vh;
    position: fixed;
    bottom: 0;
    color: white;
    background-color: rgba(0,0,0,0.8);
    z-index: 999999999;
  }
  
  .cookiecontainer {
   text-align: center;
    display: flex;
    align-items: center;
    height: 100vh;
  }
  
  .consentitem
  {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    padding: 20px;
  }
  
  
  #allow,
  #decline {
    width: 120px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 8px;
    font-family: inherit;
    cursor: pointer;
    border: 1px solid rgba(211, 211, 211, 0.3);
    background-color: #1a1a1a;
    color: white;
  }
  
  #decline {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }