/* Add here all your css styles (customizations) */

.backgroundimage {
    background-color: #cccccc;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.width100 {
    width: 100%;
}

.margin-left-30 {
    margin-left: 32px;
}

.img-scale {
    max-width: 100%;
    height: auto;
}

.h3Sonderteile {
    margin-right:30px
}

.abouth3 {
    font-size: 22px;
}

.shipping-service-text {
    padding: 35px 60px 65px 60px;
}

.padding60 {
    padding: 60px
}

@media (max-width: 700px) {
    .h3Sonderteile {
        margin-right: 0px;
    }
}

@media (max-width: 950px) and (min-width: 750px) {
    .shipping-service-text {
        padding: 35px 20px 40px 20px;
    }
}

@media (max-width: 768px) {
    .contactInHeader {
        display: none;
    }
}

@media (max-width: 992px) {
    .hidewhensmall {
        display: none;
    }
}
