.overlay-gradient {
    background: -moz-linear-gradient(bottom, rgba(0,140,210,0.8) 0%, rgba(0,140,210,0) 60%);
    background: -webkit-linear-gradient(bottom, rgba(0,140,210,0.8) 0%,rgba(0,140,210,0) 60%);
    background: linear-gradient(to top, rgba(0,140,210,0.8) 0%,rgba(0,140,210,0) 60%);
}

.menu li.active a, .menu li a:hover {
    color: #008cd2;
}

.content ul li:before {
    border-color: transparent transparent transparent #008cd2;
}

#kontakt {
    background: rgba(0,140,210,.3);
}

footer {
    background: #bbdef2;
}

#testimonials .text {
    background: #008cd2;
}

.button, a.button {
    background: #008cd2;
}

.button:hover, a.button:hover {
    background: rgba(0,140,210,.6);
}

.triangle-up {
    border-bottom-color:rgba(0,140,210,.6) !important;
}

a:hover, article .card a {
    color: #008cd2;
}

.cls-1 {
    stroke:#008cd2!important;
}

.social-icons a svg * {
    fill: #008cd2;
}

.ui.popup {
    background: #008cd2;
}

.ui.top.left.popup:before {
    background: #008cd2;
}

.modal .modal-close i {
    color:#008cd2;
}

.slicknav_icon-bar {
    background:#008cd2;
}

.slicknav_nav li.active {
    background: #008cd2;
}

.icon .print-only svg * {
    fill:#008cd2;
}

.content ul li:before {
    border-color: transparent transparent transparent #008cd2;
}
