.image-single-rounded-corner img {
    border-radius: 0px 220.286px 0px 0px;
}

.uk-button-text {
    letter-spacing: 0.04em;
}
.uk-button-text::after {
    /* content: url("/protecnia/wp-content/uploads/2023/03/black-arrow.svg"); */
    content: url("/wp-content/uploads/2023/03/black-arrow.svg");
    margin-left: 11px;
}


.service-subheadlines .el-content {
    margin-top: 5px !important;
}

.service-panel .el-content h4 {
	margin-bottom: 10px !important;
}
.service-panel .el-content p {
	margin: 0 0 10px 0;
}

/* SINGLE REFERENCE */
body.single-reference .hero-panel .el-title {
    font-size: 54px;
}
body.single-reference .hero-panel .el-content ul  {
    list-style-type: none;
}
body.single-reference .hero-panel .el-content ul li {
    position: relative;
    margin-bottom: 16px;
}

body.single-reference .hero-panel .el-content ul li::before {
    /* content: url('/protec/wp-content/uploads/2023/03/cube-icon-test.svg'); */
    content: url('/wp-content/uploads/2023/03/cube-icon-test.svg');
    position: absolute;
    left: -30px;
}

/* Kontaktformulär */
.frm_checkbox label a {
	text-decoration: underline;
}
.frm_checkbox label {
	font-family: Roboto !important;
}

form textarea::placeholder {
	color: #505050 !important;
	font-size: 16px !important;
}

button.frm_button_submit {
	letter-spacing: 0.12em;
}

@media (max-width: 960px) {
    .uk-margin-medium {
        margin-bottom: 30px;
    }

    body.single-reference .hero-panel .el-title {
        font-size: 38px;
    }
    .service-panel .el-content h4 {
        margin-top: 30px;
    }
}

@media (min-width: 960px) {
    .menu-red-btn {
        background-color: #b6113b;
        border-radius: 60px;
        max-height: 50px;
        margin-top: 27px;
        padding: 0 30px;
        transition: 0.1s ease-in-out;
        transition-property: color, background-color, border-color, box-shadow;
    }
    
    .menu-red-btn:hover {
        background-color: #910F30;
    }
    
    .menu-red-btn a {
        margin-top: -27px;
        color: #ffffff !important;
    }

    .service-subheadlines .el-content {
        margin-top: 16px !important;
    }
    .service-panel .el-content h4 {
        margin-bottom: 16px !important;
    }
    .service-panel .el-content p {
        margin: 0 0 16px 0;
    }
}