@import url("variables.css");

#parallax2{
    background-image:url(../../pages/home/images/parallax_01.jpg);
    height: 290px;
}

#newsletter{
    background-image:url(../../pages/home/images/parallax_newsletter.jpg);
    background-size: cover;
    background-attachment: scroll;
}

.checkbox-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.checkbox-input {
    margin-right: 10px;
}

.checkbox-label {
    margin: 0;
}

.availability {
    margin: 30px 0;
}
.availability:focus,
.availability:active,
.availability:hover {
    color: #456496;
    border-color: #456496;
}

#leistungen {
    padding-left: 20px;
}

#slogan {
    padding-left: 20px;
}

#testinomial {
    background-color: #eef0ef;
}

.product_wrap .product_desc {
    padding-bottom: 0px;
}

#tstinomial-slider .owl-prev,
#tstinomial-slider .owl-next,
#fourCol-slider .owl-prev,
#fourCol-slider .owl-next {
    color: #456496;
    border-color: #456496;
}

#testinomial {
    position: relative;
}
#testinomial .fa-quote-left:before,
#testinomial .fa-quote-right:before {
    color: #dadad9;
}
#testinomial .fa-quote-left {
    position: absolute;
    right: 200px;
    top: 100px;
}
#testinomial .fa-quote-right {
    position: absolute;
    left: 200px;
    bottom: 100px;
}

.css-parallax {
    background-image:url(../../images/produkte_parallax_2.jpg);
    height: 290px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    /*background-size: cover;*/
}

#slogan .sloganBg h2 {
    line-height: 150%;
}

#map {
    height: 400px;
}

#pulver {
    background-image: url(images/farbkleckse.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
