/* @media definition < 768px */

@media screen and (max-width:768px){
    .testimonial-content{
        font-size: 14px;
    }
}
@media screen and (min-width: 992px){
    .home-v2-main-image {
        margin-top: -50px;
    }
}





.button-primary.cta-color {
    background-color: #1a68bb;
    transition: all .3s;
    border: 1px solid #fff;
    text-transform: uppercase;
    border-radius: unset;
}

.button-primary.cta-color:hover {
    background-color: transparent;
    border: 1px solid #fff;
    text-transform: uppercase;
    border-radius: unset;
}
.hover-button-color:hover{
    background-color: #ccc !important;
}
.button-primary.header-button.demo-page-nav-button {
    background-color: #1a68bb;
    border-radius: unset;
    margin-left: 8px;
    padding: 12px 14px;
    font-size: 15px
}
a.link-2.after u {
    text-decoration-color: #000;
}
.row-testimonial {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}
.row-testimonial img {
    background: transparent;
}
.shortphoto-1,
.shortphoto-2,
.shortphoto-3 {
    width: 50px;
    border: 3px solid #fff;
    border-radius: 30px;
}
.shortphoto-2,
.shortphoto-3 {
    margin-left: -25px;
}
.testimonial-content {
    font-family: Outfit, sans-serif;
    color: #fff;
    padding-left: 20px;
    max-width: 300px;
    line-height: 1.1;
    text-align: left !important;
}
img.playbutton {
    margin-right: 5px;
}
.center-content1 {
    margin: 0;
    width: 100%;
    text-align: center;
}
a.navbar-menu-item-3-0.w-nav-link:hover {
    color:#1968bb;
}
div#top-4-fehler {
    margin-bottom: -60px;
    position: relative;
}
div#home-video-section {
    margin-bottom: 30px;
    position: relative;
}
div#team {
    margin-bottom: 30px;
    position: relative;
}
div#faq{
        margin-bottom: 30px;
    position: relative;
}
@media screen and (max-width:768px){
    div#top-4-fehler {
    margin-bottom: -40px;
    position: relative;
    }
    .shortphoto-1, .shortphoto-2, .shortphoto-3 {
        width: 40px;
        border: 3px solid #fff;
        border-radius: 30px;
    }
}
.active1 {
    color: #0082f3
}

i.fa.fa-minus, i.fa.fa-times, i.fa.fa-flag, i.fa.fa-anchor {
    color: #fff;
}
.footer-goeu{
    width: 100px;
}