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

.menu li.active a, .menu li a:hover {
    color: #5ac3f0;
}

.content ul li:before {
    border-color: transparent transparent transparent #5ac3f0;
}

#kontakt {
    background: rgba(90,195,240,.3);
}

footer {
    background: #d1eefb;
}

#testimonials .text {
    background: #5ac3f0;
}

.button, a.button {
    background: #5ac3f0;
}

.button:hover, a.button:hover {
    background: rgba(90,195,240,.6);
}

.triangle-up {
    border-bottom-color:rgba(90,195,240,.6) !important;
}

a:hover, article .card a {
    color: #5ac3f0;
}

.cls-1 {
    stroke:#5ac3f0!important;
}

.social-icons a svg * {
    fill: #5ac3f0;
}

.ui.popup {
    background: #5ac3f0;
}

.ui.top.left.popup:before {
    background: #5ac3f0;
}

.modal .modal-close i {
    color:#5ac3f0;
}

.slicknav_icon-bar {
    background:#5ac3f0;
}

.slicknav_nav li.active {
    background: #5ac3f0;
}

.content ul li:before {
    border-color: transparent transparent transparent #5ac3f0;
}

.icon .print-only svg * {
    fill:#5ac3f0;
}

.awards img:nth-of-type(1), .awards img:nth-of-type(5) {
    display:none!important;
}