/* 221111 fix white cards on colored background */
.contentlist-item.default-card.empty {
    background: transparent !important;
}

.internal-courses-banner h3 {
    padding-top: 10px;
}

.max-container-width {
    max-width: 1610px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width:1630px) {
    .max-container-width .row {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width:1023.5px) and (max-width:1600px) {
    .max-container-width {
        margin: 0 15px;
    }

        .max-container-width .row {
            padding-left: 15px;
            padding-right: 15px;
            margin-left: 0;
            margin-right: 0;
        }
}

.col-md-12 .itas-quote {
    padding: 30px 15px;
}

@media only screen and (min-width:767px) {
    .radius-top-m {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .radius-bottom-m {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
}

.umb-grid .row {
    max-width: 1580px;
}

@media only screen and (min-width: 1023.54px) {
    .offset-2-col .row .col-md-6:first-child {
        position: static;
    }
}

.offset-2-col .editor-rte {
    padding-bottom: 15px;
}


/* fix ul for text white */

.text-white li:before {
    color: #fff !important;
}

.checkedlist ul {
    display: block;
    overflow: hidden;
}

/* fix for offset in 2-column using background-cover */

.col-md-6.column.background-cover {
    padding: 0;
}

/* try to fix top alignment issues in related content */

.related-box.macro-listFilteredNewsByTopic {
    padding-top: 0;
}

/* newsarticle widget in body */

body.NewsArticle .col-md-8 .s-widget-wrapper.inline-ad-highlight {
    box-shadow: none;
    border-left: 5px solid #f9e6d9;
    margin-left: -30px;
}

    body.NewsArticle .col-md-8 .s-widget-wrapper.inline-ad-highlight .widget-content {
        font-weight: 400;
    }

        body.NewsArticle .col-md-8 .s-widget-wrapper.inline-ad-highlight .widget-content a {
            color: #c33c66;
        }

/* issue with sharing editor not wrapping in sidebar */

.col-md-4 #editor-sharing {
    float: none;
    text-align: center;
}

    .col-md-4 #editor-sharing .sharetext {
        display: block;
        overflow: hidden;
        width: 100%;
    }

    .col-md-4 #editor-sharing a {
        float: none;
    }

/* disable banner widgets from click or hover */

.disabled a {
    pointer-events: none !important;
}

    .disabled a:hover {
        pointer-events: none !important;
    }

.disabled .icon-banner-widget .banner-widget-inner {
    color: #ccc !important;
}

.disabled .icon-banner-widget i {
    color: #ccc !important;
}

/* fix aktiver læring button */

.enroll-container .btn-cta-1 {
    background: #c33c66;
    color: #fff;
    padding: 10px 20px;
    border-radius: 100px;
}

    .enroll-container .btn-cta-1:hover {
        background: #133552;
        color: #fff;
        cursor: pointer;
    }

/* default widget in newsarticle */

/* moved to articledetail css */

/* 230301 fix blockquote in RTE */

.editor-rte blockquote, .bodytext blockquote,
newsarticle-wrapper .bodytext blockquote, .blogpost-wrapper .bodytext blockquote {
    display: block;
    overflow: hidden;
    margin: 16px 0 32px 0;
    font-size: 1.294em;
    line-height: 1.636em;
    color: #666666;
    border-left: 8px solid #f3f0f1;
    padding: 16px 16px 16px 32px;
    font-weight: 300;
    border-bottom: 0;
}

/* end */

/* 230411 hide login button in header for .dk */

