/* Rettsomrader */

.rettsomrader-container {
    padding-top: 70px;
    padding-bottom: 10px;
}
.rettsomrader-custom-title {
    margin-bottom: 60px;
}
.rettsomrader-custom-title h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}
.rettsomrader-item {
    padding: 60px;
    width: 100%;
    max-width: 600px;
    background-color: var(--col-blue);
    margin-bottom: 60px;
    transition: .3s;
    color: #fff;
    text-align: center;
}
.rettsomrader-container > div:nth-child(odd) .rettsomrader-item {
    background: linear-gradient(45deg, rgba(29,64,104,1) 0%, rgba(39,88,144,1) 100%);
    background: -moz-linear-gradient(45deg, rgba(29,64,104,1) 0%, rgba(39,88,144,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(29,64,104,1) 0%, rgba(39,88,144,1) 100%);
}
.rettsomrader-container > div:nth-child(even) .rettsomrader-item {
    background: linear-gradient(45deg, rgba(39,88,144,1) 0%, rgba(29,64,104,1) 100%);
    background: -moz-linear-gradient(45deg, rgba(39,88,144,1) 0%, rgba(29,64,104,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(39,88,144,1) 0%, rgba(29,64,104,1) 100%);
}
.rettsomrader-img {
    margin-bottom: 20px;
    text-align: center;
}
.rettsomrader-img i {
    font-size: 60px;
    color: #fff;
}
.rettsomrader-item:hover {
    -webkit-box-shadow: 0px 0px 20px 2px rgb(34 76 124/ 70%);
    box-shadow: 0px 0px 20px 2px rgb(34 76 124/ 100%);

}
.rettsomrader-link {
    width: 100%;
    margin-top: 0;
    margin-bottom: 60px;
}
.rettsomrader-link a {
    background-color: var(--col-contrast);
    padding: 15px 40px;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
}
.rettsomrader-item .rettsomrader-link {
    margin-top: 20px;
    margin-bottom: 0;
}
.rettsomrader-item > div p a {
    color: #ffffff;
    text-decoration: underline;
}
.rettsomrader-link a:after {
    content: '\f054';
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 0px;
    font-size: 10px;
    margin-left: 0px;
    overflow: hidden;
    transition: .3s;
    margin-top: 3px;
}
.rettsomrader-link a:hover:after {
    width: 7px;
    margin-left: 10px;
}

@media screen and (max-width: 991.98px) {
    .rettsomrader-item {
        padding: 30px;
    }
}
@media screen and (max-width: 767.98px) {
    .rettsomrader-item {
        padding: 40px 30px;
        margin-bottom: 30px;
    }
    .rettsomrader-container {
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .rettsomrader-link {
        margin-bottom: 20px;
    }
    .rettsomrader-custom-title {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 575.98px) {
    .rettsomrader-item {
        padding: 30px 20px;
        margin-bottom: 15px;
    }
    .rettsomrader-img i {
        font-size: 45px;
    }
    .rettsomrader-img {
        margin-bottom: 15px;
    }
    .rettsomrader-item .rettsomrader-link {
        margin-top: 15px;
    }
    .rettsomrader-link a {
        font-size: 14px;
    }
}

.rettsomrader-item .rettsomrader-title-text {font-size: 28px; margin-top: .8em; margin-bottom: .6em;}
@media screen and (max-width: 1365.98px) {
    .rettsomrader-item .rettsomrader-title-text {font-size: 26px;}
}
@media screen and (max-width: 1199.98px) {
    .rettsomrader-item .rettsomrader-title-text {font-size: 26px;}
}
@media screen and (max-width: 991.98px) {
    .rettsomrader-item .rettsomrader-title-text {font-size: 24px;}
}
@media screen and (max-width: 767.98px) {
    .rettsomrader-item .rettsomrader-title-text {font-size: 22px;}
}
@media screen and (max-width: 575.98px) {
    .rettsomrader-item .rettsomrader-title-text {font-size: 21px;}
}