
    @media only screen and (max-width : 768px) {
        div {
            visibility: visible !important;
        }
        .animated {
            visibility: visible !important;
            /*CSS transitions*/
            -o-transition-property: none !important;
            -moz-transition-property: none !important;
            -ms-transition-property: none !important;
            -webkit-transition-property: none !important;
            transition-property: none !important;
            /*CSS transforms*/
            -o-transform: none !important;
            -moz-transform: none !important;
            -ms-transform: none !important;
            -webkit-transform: none !important;
            transform: none !important;
            /*CSS animations*/
            -webkit-animation: none !important;
            -moz-animation: none !important;
            -o-animation: none !important;
            -ms-animation: none !important;
            animation: none !important;
        }
    }
.bubble{
    height: 140px;
    margin-top: 20px;
}
@media(max-width: 1280px){
    .mobile_fix{
        margin-bottom: 50px;
    }
}
.mobile_fix{

}
h1, h2, h3, h4, h5, h6, p, span, a, i, b, small, .bubble, .commens-name, .pricing-title, li, strong{
  font-family: 'Raleway', sans-serif;
}
h1, h2{
    letter-spacing: 1px !important;
}
i{
    font-style: normal;
}

.carousel-caption h1, .services h2{
  text-transform: none;
}
.navbar-default .nav li a{
    font-family: 'Raleway', sans-serif;
}
.carousel-caption p{
  text-transform: none;
}
/*Farbanpassung*/

.header-back, .navy-section, .btn-primary, .navy-line, .social-icon a, .pricing-title{
    background-color: #0773C5 !important;
}

.pricing-price span, .features-text i, #contact .m-t-lg p a{
    color: #0773C5 !important;
}
.header-back, .navy-section, .btn-primary, .navy-line, .social-icon a, .pricing-title{
    background-image: url('./assets/img/landingbgr.png');
}


.header-back.one{
    background-image: url('./assets/img/landingbgr.png');
}

.header-back.test{
    background-image: url('./assets/img/landingtest1.jpg');
}
.responsive-image2{
    width: 100%;
    background-size: 100% 100%;
} 

