﻿/* helpers */

/* delevoper lines 
* {
    box-shadow: 0 0 1px green inset;
}*/

.todo {
    border: 2px solid red !important;
}

.fontstyle-xs {
    /*font-family: "Doppio One", ​Helvetica,​ sans-serif;*/
    font-size: 12px;
    line-height: 18px !important;
}

.fontstyle-sm {
    /*font-family: Helvetica,​ sans-serif;*/
    font-size: 14px;
    line-height: 20px !important;
}

.fontstyle-md {
    /*font-family: "Doppio One", ​Helvetica,​ sans-serif;*/
    font-size: 18px;
    line-height: 26px !important;
}

.fontstyle-lg {
    /*font-family: "Doppio One", ​Helvetica,​ sans-serif;*/
    font-size: 22px;
    line-height: 26px !important;
    font-weight: 600;
}

.hidden-screen {
    display: none;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

hr.hr {
    margin: 40px 0;
}

.float-right {
    float: right !important;
}

.nowrap {
    white-space: nowrap;
}

.pt45 {
    padding-top: 45px !important;
}


/* global */

.addtoany {
    margin: 0 0 17px 0;
}

    .addtoany a {
        color: #adadad;
        font-size: 12px;
        font-weight: 300;
        line-height: 30px !important;
        margin: 0 10px 0 0;
        padding: 0 10px 0 0;
        text-decoration: none !important;
    }

    .addtoany a[class^='a2a_'] {
        display: block;
    }

    .addtoany .a2a_s_facebook {
        width: 11px !important;
        height: 30px !important;
        background: url("../images/sp/facebook-icon.png") center center no-repeat !important;
        background-size: auto !important;
        opacity: 1 !important;
    }

    .addtoany .a2a_s_linkedin {
        width: 20px !important;
        height: 30px !important;
        background: url("../images/sp/linkedin-icon.png") center center no-repeat !important;
        background-size: auto !important;
        opacity: 1 !important;
    }

    .addtoany .a2a_s_twitter {
        width: 25px !important;
        height: 30px !important;
        background: url("../images/sp/twitter-icon.png") center center no-repeat !important;
        background-size: auto !important;
        opacity: 1 !important;
    }

    .addtoany .addtocalendar {
        float: left;
    }

    .addtoany .calender-icon {
        float: left;
        width: 20px !important;
        height: 30px !important;
        background: url("../images/sp/calendar-icon.png") center center no-repeat;
        opacity: 1 !important;
    }

    .addtoany .print-icon {
        float: left;
        width: 20px !important;
        height: 30px !important;
        background: url("../images/sp/printer-icon.png") center center no-repeat;
        opacity: 1 !important;
    }

    .addtoany .a2a_img_text {
        margin-right: 10px;
    }

    .addtoany .a2a_svg svg {
        display: none;
    }

.addtoany-container {
    padding: 0 !important;
    top: 11px;
    right: 20px;
    position: absolute;
}

    .addtoany-container .addtoany {
        margin: 0;
        background: none;
    }

.addtocalendar {
    position: relative;
    display: inline-block;
    background: transparent !important;
}

    .addtocalendar var {
        display: none;
    }

    .addtocalendar .atcb-link {
        display: block;
        cursor: pointer;
        outline: none !important;
    }

        .addtocalendar .atcb-link:focus ~ ul,
        .addtocalendar .atcb-link:active ~ ul,
        .addtocalendar .atcb-list:hover {
            visibility: visible;
        }

    .addtocalendar .atcb-list {
        visibility: hidden;
        position: absolute;
        top: 100%;
        left: 0;
        width: 170px;
        z-index: 900;
        background: #f8f8f8;
        border: 1px solid #e1e1e1;
        box-shadow: 0 0 10px #CCC;
    }

    .addtocalendar .atcb-list,
    .addtocalendar .atcb-item {
        list-style: none;
        margin: 0;
        padding: 0;
        background: #fff;
    }

    .addtocalendar .atcb-item {
        float: none;
        text-align: left;
    }

    .addtocalendar .atcb-item-link {
        display: block;
        color: #444;
        font-size: 12px;
        font-weight: 300;
        line-height: 30px;
        text-decoration: none;
        width: 100%;
        margin: 0;
        padding: 0 10px;
        outline: none;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .addtocalendar .atcb-item.hover,
    .addtocalendar .atcb-item:hover {
        position: relative;
        z-index: 900;
        cursor: pointer;
        text-decoration: none;
        outline: none;
    }

.row {
    clear: both;
    margin: 0 -10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

@media screen and (max-width: 960px) {
    .row {
        margin: 0;
    }
}

@media screen and (min-width: 961px) {
    .row .row-eq-height {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        /*background: red;*/
    }

        .row .row-eq-height > div {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            /*background: orange;*/
        }

            .row .row-eq-height > div > div {
                height: auto;
                /*background: pink;*/
            }
}

.row .col,
.row .col-25,
.row .col-33,
.row .col-40,
.row .col-50,
.row .col-60,
.row .col-66,
.row .col-75,
.row .col-100 {
    float: left;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

@media screen and (max-width: 960px) {
    .row > [class*="col"] {
        padding: 0;
    }
}

.row.no-col-padding .col,
.row.no-col-padding .col-25,
.row.no-col-padding .col-33,
.row.no-col-padding .col-40,
.row.no-col-padding .col-50,
.row.no-col-padding .col-60,
.row.no-col-padding .col-66,
.row.no-col-padding .col-75 {
    padding: 0;
}

    .row.no-col-padding .col:first-of-type,
    .row.no-col-padding .col-25:first-of-type,
    .row.no-col-padding .col-50:first-of-type,
    .row.no-col-padding .col-75:first-of-type {
        padding: 0 0 0 10px;
    }

    .row.no-col-padding .col:last-of-type,
    .row.no-col-padding .col-25:last-of-type,
    .row.no-col-padding .col-50:last-of-type,
    .row.no-col-padding .col-70:last-of-type {
        padding: 0 10px 0 0;
    }

.row .col-wrapper-white,
.row .col-wrapper-grey {
    padding: 19px;
    border: 1px solid transparent;
}

    .row .col-wrapper:not(:last-child),
    .row .col-wrapper-white:not(:last-child),
    .row .col-wrapper-grey:not(:last-child) {
        margin: 0 0 20px 0 !important;
    }


.row .col-wrapper-white {
    background: #fff;
    border-color: #fff;
}

.row .col-wrapper-grey {
    background: #f8f8f8;
    border-color: #fff;
}

@media screen and (min-width: 961px) {
    .row .col-25 {
        width: 25%;
    }

    .row .col-33 {
        width: 33.33%;
    }

    .row .col-40 {
        width: 40%;
    }

    .row .col-50 {
        width: 50%;
    }

    .row .col-60 {
        width: 60%;
    }

    .row .col-66 {
        width: 66.66%;
    }

    .row .col-75 {
        width: 75%;
    }
}

.row.row-nonbreake .col-25 {
    width: 25%;
}

.row.row-nonbreake .col-33 {
    width: 33.33%;
}

.row.row-nonbreake .col-50 {
    width: 50%;
}

.row.row-nonbreake .col-66 {
    width: 66.66%;
}

.row.row-nonbreake .col-75 {
    width: 75%;
}

@media screen and (max-width: 960px) {
    .container.wrapperinner {
        padding: 0 10px;
        box-sizing: border-box;
    }
}

@media screen and (min-width: 961px) {
    .clearfix-sm-3 .col:nth-child(3n+1) {
        clear: both;
    }
}

/*form {
    position: relative;
}*/

/* todo: fix! */
/*
.form-group:first-child {
    margin-top: 14px;
}

.form-group:not(:first-child) {
    margin-top: 10px;
}*/

.form-group label {
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    margin-left: 12px;
}

.form-group input,
.form-group select,
.form-group textarea {
    font-family: 'Open Sans', sans-serif;
    color: #b2b2b2;
    font-size: 16px !important;
    width: 100%;
    max-width: 100%;
    min-height: 45px;
    padding: 9px 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid transparent;
    border-radius: 0 !important;
}

.form-group.form-group-invert input,
.form-group.form-group-invert select,
.form-group.form-group-invert textarea {
    border-color: #d0d0d0;
}

.form-group .invalid-field {
    border-color: #fa2d2d !important;
}

.form-group .readonly-field {
    cursor: default;
    background-color: #f7f7f7;
}

.form-group .search-input {
    color: #a7a7a7;
    font-size: 12px !important;
}

.form-group .hasDatepicker {
    padding-right: 50px;
    background-image: url("../images/sp/calendar-blue-icon-45.jpg");
    background-position: center right -1px;
    background-repeat: no-repeat;
}

.form-group select {
    padding: 3px 10px;
    background: #fff url("../images/sp/arrow-blue-down-icon-45.jpg") center right -1px no-repeat;
}

    .form-group select option {
        padding: 6px 12px;
        background: #fff;
    }

.modal .form-group input,
.modal .form-group select,
.modal .form-group textarea {
    border: 1px solid #d1d0cb;
}

.form-group .validation-info {
    margin-left: 12px;
}

.validation-info {
    font-size: 14px;
}

    .validation-info.validation-info-warning {
        color: #fa2d2d;
    }

.bullets-list-heading {
    font-size: 22px;
    margin-top: 20px;
}

.bullets-list,
.bullets-list li,
.bullets-list ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

.bullets-list {
    line-height: 20px;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

    .bullets-list.no-margin {
        margin: 0 !important;
    }

    .bullets-list.half-margin {
        margin-top: 4px !important;
    }

    .bullets-list li {
        font-size: 12px;
        margin-top: 8px !important;
    }

    .bullets-list ul {
        line-height: 20px;
        margin-top: 10px !important;
        margin-bottom: 0 !important;
        padding-left: 30px !important;
    }

    .bullet-single input,
    .bullets-list input {
        display: none;
    }

    .bullet-single .bullet,
    .bullets-list .bullet {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-right: 10px;
        vertical-align: text-bottom;
    }

        .bullet-single .bullet:before,
        .bullets-list .bullet:before {
            display: block;
            content: "";
            width: 20px;
            height: 20px;
            background: #707477;
        }

    .bullet-single input:checked + .bullet:before,
    .bullets-list input:checked + .bullet:before {
        background: #707477 url("../images/sp/white-checkmark.png") center center no-repeat;
    }

    .bullets-list label {
        display: table;
        width: 100%;
        margin: 0;
    }

        .bullets-list label .bullet {
            display: table-cell;
            vertical-align: middle;
        }

        .bullets-list label .bullet-label {
            display: table-cell;
            color: #4d4d4f;
            font-size: 14px;
            font-weight: 400;
            padding-left: 10px;
            vertical-align: middle;
        }

.btn-group {
    font-size: 0;
    margin-top: 20px;
}

/*.btn-group.btn-group-top {
    margin-top: 10px;
    margin-bottom: 20px;
}*/

.btn {
    display: block;
    /*font-family: "Doppio One",​Helvetica,​sans-serif;*/
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    min-height: 45px;
    border: 0;
    text-align: center;
}

    .btn.btn-sm {
        font-size: 15px;
        min-height: 35px;
    }

    .btn.btn-lg {
        font-size: 28px;
        min-height: 55px;
    }

    .btn.btn-default {
        color: #fff !important;
        background: #4d4d4f;
    }

    .btn.btn-primary {
        color: #fff !important;
        background: #fec52d;
    }

    .btn.btn-secondary {
        color: #fff !important;
        background: #00aef0;
    }

    .btn.btn-tertiary {
        color: #fff !important;
        background: #C5C5C5;
    }

    .btn.btn-left {
        float: left;
        width: auto;
        padding: 0 30px;
    }

    .btn.btn-right {
        float: right;
        width: auto;
        padding: 0 30px;
    }

    .btn.btn-inline {
        display: inline-block;
        width: auto;
        margin: 0 10px;
        padding: 0 30px;
    }

    .btn.btn-valign-h2 {
        margin-top: 8px; /* ca. (((15*2)+28-45)/2) */
    }

    .btn .loading {
        width: 10px !important;
        height: 10px !important;
        line-height: 10px !important;
    }

        .btn .loading::before {
            margin: 0 5px 0 0 !important;
            width: 20px !important;
            height: 20px !important;
            vertical-align: text-bottom;
        }

    .btn[disabled] {
        pointer-events: none;
    }

/* Most read */
.most-read {
    padding: 20px 24px !important;
    height: 255px !important;
    /*background-color: #44535e !important;*/
    background-color: rgba(68,83,94,.8) !important;
}

    .most-read li {
        border-bottom: #5c7280 1px solid;
        padding: 10px 0;
        line-height: 130%;
    }

        .most-read li:first-child {
            padding-top: 0;
        }

        .most-read li:last-child {
            border-bottom: 0;
        }


    .most-read ul li a img {
        width: 16px;
        margin-right: 8px;
        vertical-align: middle;
        display: inline-block;
        float: left;
        margin-top: 4px;
    }

    .most-read a {
        display: inline !important;
        padding: 0 !important;
    }

        .most-read a span {
            line-height: 1.4 !important;
            font-size: 14px !important;
            display: inline-block;
            width: 90%;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .most-read a.sp-readmore {
            overflow: hidden;
        }

            .most-read a.sp-readmore div * {
                font-size: 11px !important;
                color: #7bcaeb !important;
                font-weight: bold;
            }

            .most-read a.sp-readmore img {
                width: 13px;
                margin-left: 6px;
                vertical-align: top;
            }

            .most-read a.sp-readmore:before {
                content: "";
                width: calc(100% + 44px);
                height: 1px;
                background-color: #5c7280;
                display: block;
                margin-bottom: 10px;
                margin-left: -24px;
            }

    .most-read h3 {
        font-size: 24px !important;
        padding: 0 !important;
        margin-bottom: 20px;
    }

@media screen and (max-width: 960px) {
    .btn-group .btn.btn-left,
    .btn-group .btn.btn-right,
    .btn-group .btn.btn-inline {
        float: none;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .btn-group .btn:not(:first-of-type),
    .btn-group [class]:not(:first-of-type) .btn {
        margin: 20px 0 0 !important;
    }
}

a.btn,
a.btn:hover {
    line-height: 45px;
    text-decoration: none !important;
}

    a.btn.btn-sm {
        line-height: 35px;
    }

    a.btn.btn-lg {
        line-height: 55px;
    }

.form-group .input-group {
    position: relative;
}

    .form-group .input-group input {
        padding-right: 52px;
    }

    .form-group .input-group > .btn {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
    }

.hr-lg {
    height: 3px;
}

.clearfix {
    clear: both;
}

.hidden {
    display: none;
}

@media screen and (max-width: 960px) {
    .sm-clearfix {
        clear: both;
    }
}

/* profile */

@media screen and (min-width: 961px) {
    #TopIntroduction h1 {
        margin: 0;
    }
}

.profile #tema h2 {
    color: #4d4d4f;
    font-size: 22px;
    font-weight: 700;
}

.profile #tema div > h2 {
    margin-top: 15px;
}

.profile #tema h3 {
    color: #4d4d4f;
    font-size: 16px;
    font-weight: 700;
}

.profile #tema p {
    color: #4d4d4f;
    font-size: 14px;
    line-height: 22px;
}

.profile #tema div > p {
    margin-top: 10px;
}


.js-submit .loading:before {
    display: inline-block;
    content: "";
    width: 35px;
    height: 35px;
    margin: 5px;
    background: url(../images/sp/loading.gif) center center no-repeat;
    background-size: 100% 100%;
}

/* courses */

/* facets */

.courses .facets-sort {
    float: right;
    margin: 10px 0;
    padding: 0 20px 0 0;
    background: none;
    border: 0;
    text-align: right;
    background: url("../images/sp/show-more-blue-down-icon.png") center right no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

    .courses .facets-sort::-ms-expand {
        display: none;
    }

    .courses .facets-sort option {
        text-align: left;
        padding: 5px;
    }

.courses .facets-group {
    margin: 0 0 20px;
    padding: 20px;
    background: #F8F7F5;
    border: 1px solid #fff;
}

.courses .facets-group-headline {
    color: #4d4d4f;
    font-size: 16px;
    line-height: 26px;
}

.courses .facets-group-remove {
    cursor: pointer;
    float: right;
    color: #00aef0;
    font-size: 14px;
    line-height: 26px;
    text-decoration: underline;
}

.courses .facets-group-showmore {
    cursor: pointer;
    color: #00aef0;
    font-size: 14px;
    text-decoration: underline;
    margin-top: 20px;
}

    .courses .facets-group-showmore:after {
        content: "";
        display: inline-block;
        width: 10px;
        height: 5px;
        margin: 0 0 0 10px;
        background: url("../images/sp/show-more-blue-down-icon.png");
    }

/* list */

@media screen and (min-width: 961px) {
    .row .col.product-box {
        width: 33.33%;
    }
}

.courses .product-box {
    position: relative;
    margin: 0 0 20px;
}

.courses .product-box-wrapper {
    /*position: relative;*/
    text-align: center;
    padding-bottom: 34px;
    background: #fff;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /*border: 10px solid blue;*/
}

    .courses .product-box-wrapper a {
        color: #707477;
        text-decoration: none !important;
    }

.courses .product-box-headline {
    display: table;
    table-layout: fixed;
    width: 100%;
    color: #00aef0;
    font-size: 16px;
    font-weight: 400;
    background: #F8F7F5;
}

    .courses .product-box-headline span {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        padding: 10px 20px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        overflow-wrap: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        text-decoration: none !important;
        font-size: 13px;
        font-weight: 700;
    }

@media screen and (min-width: 961px) {

    .courses .product-box-headline {
        height: 90px;
    }
}

.courses .product-box p {
    font-size: 13px;
    margin: 0 10px;
    padding: 12px 0;
}

    .courses .product-box p:not(:last-of-type) {
        border-bottom: 1px solid #eee;
    }

.courses .product-box .marked {
    color: #00aef0;
}

.courses .product-box .btn {
    position: absolute;
    bottom: 1px;
    left: 11px;
    right: 11px;
    width: auto;
}

@media screen and (max-width: 960px) {

    .courses .product-box .btn {
        left: 1px;
        right: 1px;
    }
}

.courses .loading {
    height: 45px;
    color: #d1d0cb;
    line-height: 45px;
    text-align: center;
}

    .courses .loading:before {
        display: inline-block;
        content: "";
        width: 35px;
        height: 35px;
        margin: 5px;
        background: url(../images/sp/loading.gif) center center no-repeat;
        background-size: 100% 100%;
    }

.courses .gobacktolist {
    color: #444;
    line-height: 50px;
    text-decoration: none !important;
}

#maincontent .courses .h2 {
    color: #444;
    font-size: 28px;
    font-weight: 600;
}

.courses .course-headline {
    margin: 0 0 17px 0;
}

.courses .course-description {
    margin: 0 0 17px 0;
}

    .courses .course-description p {
        margin: 0 0 17px 0;
    }

        .courses .course-description p.grey {
            color: #adadad;
        }

.courses .course-calltoaaction {
    margin: 0 0 17px 0;
}

.cource-profile {
    text-align: center;
}

    .cource-profile .hr {
        display: inline-block;
        margin: 15px 0;
        width: 80%;
        background: #C5C5C5;
    }

    .cource-profile .cource-profile-image {
        width: 110px;
        height: 110px;
        max-width: 100%;
        border-radius: 200px;
        margin: 7px 0 20px;
    }

    .cource-profile .cource-profile-name {
        color: #4D4D4D;
    }

    .cource-profile .cource-profile-title {
        color: #ADADAD;
        margin: 5px 0 0;
    }

    .cource-profile .cource-profile-firm {
        color: #ADADAD;
    }

.js-accordion-toggle {
    cursor: pointer;
}

.course-accordion-list {
    margin: 0 0 17px;
}

    .course-accordion-list .course-accordion-item {
        margin: 12px 0 0;
    }

    .course-accordion-list .course-accordion-headling {
        font-weight: 600;
        padding: 10px 16px;
        background: #F0F0F0 url("../images/sp/arrow-blue-down-icon-45.jpg") right center no-repeat;
        border: 1px solid #E1E1E1;
    }

        .course-accordion-list .course-accordion-headling.open {
            background: #F0F0F0 url("../images/sp/arrow-blue-up-icon-45.jpg") right center no-repeat;
        }

        .course-accordion-list .course-accordion-headling small {
            color: #777775;
            font-size: 15px;
            letter-spacing: -0.25px;
            margin: 0 0 0 15px;
        }

    .course-accordion-list .course-accordion-description {
        display: none;
        padding: 11px 16px;
        background: #F8F8F8;
        border: 1px solid #E1E1E1;
        border-top: 0;
    }

        .course-accordion-list .course-accordion-description h3 {
            font-size: 16px;
            font-weight: 700;
            margin: 7px 0;
        }

        .course-accordion-list .course-accordion-description p,
        .course-accordion-list .course-accordion-description ul {
            font-size: 14px;
            line-height: 22px;
            margin: 7px 0;
        }

        .course-accordion-list .course-accordion-description ul {
            margin-left: 20px;
            padding-left: 20px;
        }

            .course-accordion-list .course-accordion-description ul li {
                list-style-position: outside;
                margin-left: 0;
                padding: 2px 0;
                position: relative;
            }


/* typeahead */

.typeahead.dropdown-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
}

    .typeahead.dropdown-menu li {
        border: 1px solid #d1d0cb;
        padding: 6px 12px;
    }

        .typeahead.dropdown-menu li.active {
            background: #f0f0f0;
        }

        .typeahead.dropdown-menu li:not(:first-of-type) {
            border-top: 0;
        }

        .typeahead.dropdown-menu li a {
            color: #666;
            font-size: 12px;
        }

.quote {
    text-align: center;
}

    .quote .hr {
        display: inline-block;
        margin: 19px 0 11px;
        width: 80%;
        background: #C5C5C5;
    }

    .quote .quote-icon {
        margin: 0 0 8px;
    }

        .quote .quote-icon:after {
            content: "";
            display: inline-block;
            vertical-align: text-bottom;
            width: 80px;
            height: 50px;
            background: url("../images/sp/quote-icon.png") center center no-repeat;
            background-size: 50px;
        }

    .quote .quote-description {
        font-size: 15px;
        line-height: 21px;
        font-style: italic;
    }


/* Basket - TODO: remake markup/css to avoid position:absolute and !important*/

#TopIntroduction {
    position: relative;
}

.basket-count {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -5px;
    line-height: 40px !important;
    font-weight: 600;
    font-style: normal !important;
    padding: 0 !important;
}

@media screen and (max-width: 960px) {
    .basket-count {
        top: 30px;
    }

        .basket-count .basket-count-label {
            display: none;
        }
}

.basket-count .basket-count-counter {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px !important;
    color: #fff;
    font-style: normal !important;
    text-shadow: none;
    text-align: center;
    margin: 0 0 0 10px;
    padding: 0;
    border-radius: 40px;
    background: #00aef0;
}

/* Basket Mini */

/* reset "*" rules */
.breadcrumbs + div .basket-mini,
.breadcrumbs + div .basket-mini * {
    /*font-family: "Doppio One", ​Helvetica,​ sans-serif;*/
    color: #4d4d4d;
    font-style: normal;
    text-shadow: none;
    margin: 0 10px;
    padding: 10px 0;
}

.basket-mini {
    position: absolute;
    top: 50px;
    right: 0;
    width: 260px;
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
    box-shadow: 0 0 20px #AAA;
    z-index: 1;
    display: none;
}

@media screen and (max-width: 960px) {
    .basket-mini {
        top: 85px;
    }
}

.basket-mini:before {
    content: "";
    display: block;
    float: right;
    width: 40px;
    height: 8px;
    margin: -8px 0 0;
    background: url("../images/sp/basket-arrow-up-icon.png") center center no-repeat;
}

.basket-mini li.basket-mini-productline,
.basket-mini li.basket-mini-productsum {
    display: table;
    font-size: 12px;
    width: 230px;
    max-width: 230px;
    margin: 0 15px !important;
    padding: 15px 0 !important;
}

.basket-mini li.basket-mini-productline {
    border-bottom: 1px solid #EEE;
}

.basket-mini li:not(:last-child) > span {
    display: table-cell;
    font-style: normal;
    margin: 0 !important;
    padding: 0 !important;
    width: 5px;
}

    .basket-mini li:not(:last-child) > span:first-child {
        width: auto;
    }

    .basket-mini li:not(:last-child) > span > a {
        font-weight: 600;
        text-transform: uppercase;
        margin: 0 !important;
        padding: 0 !important;
    }

.basket-mini li > span:not(:first-child) {
    padding: 0 0 0 5px !important;
}

.basket-mini li span.ellipsis {
    display: inline-block;
    max-width: 145px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word;
    vertical-align: text-bottom;
    margin: 0 !important;
    padding: 0 !important;
}

.basket-mini li strong {
    margin: 0 !important;
    padding: 0 !important;
}

.basket-mini li:first-child:not(.empty),
.basket-mini li:last-child:not(.empty) {
    text-align: center;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    background: #fec52d;
}

.basket-mini li:first-child a,
.basket-mini li:last-child a {
    font-size: 13px;
    line-height: 40px;
    color: #fff !important;
    /*text-transform: uppercase;*/
    text-shadow: none;
    font-style: normal;
    font-weight: 700;
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: text-bottom;
}

    .basket-mini li:first-child a:after,
    .basket-mini li:last-child a:after {
        display: inline-block;
        content: "";
        vertical-align: text-bottom;
        width: 10px;
        height: 17px;
        margin: 0 0 0 7px;
        background: url("../images/sp/basket-arrow-right-icon.png") center center no-repeat;
    }

.basket-mini li.empty {
    text-align: center;
}


@media screen and (max-width: 960px) {
    .basket-mini li.basket-mini-productline:nth-child(n+7) {
        display: none;
    }
}

@media screen and (min-width: 961px) {
    .basket-mini li:first-child:not(.empty) {
        display: none;
    }
}

/* Masket */

.basket {
}

    .basket .basket-step {
        border-bottom: 1px solid #d1d0cb;
        padding: 0 0 15px;
    }

    .basket .basket-step-link {
        display: block;
        text-align: center;
        text-decoration: none !important;
    }

        .basket .basket-step-link span {
            display: block;
            /*font-family: "Doppio One", ​Helvetica,​ sans-serif;*/
            color: #4d4d4d;
            font-size: 14px;
        }

        .basket .basket-step-link.active span {
            color: #00aef0;
        }

        .basket .basket-step-link span:first-child {
            font-size: 20px;
            line-height: 20px;
            font-weight: 700;
            margin: 0 0 10px;
        }

#maincontent .basket h2 {
    color: #4d4d4f;
    font-size: 20px;
}

#maincontent .basket [class*="col"]:not(.col-wrapper-white) > h2,
#maincontent .basket [class*="col"]:not(.col-wrapper-white) > div > h2 {
    margin-top: 15px;
}

#maincontent .basket h3 {
    color: #4d4d4f;
    font-size: 16px;
}

#maincontent .basket [class*="col"].col-wrapper-white > h3:not(:first-of-type) {
    margin-top: 30px;
}

#maincontent .basket p {
    color: #4d4d4f;
    font-size: 14px;
}

.city-zip-container .tt-menu {
    width: 100%;
    min-width: 180px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    overflow-y: auto;
    max-height: 90px;
    cursor: pointer;
}

    .city-zip-container .tt-menu .tt-selectable {
        padding: 0px 8px;
    }

        .city-zip-container .tt-menu .tt-selectable:hover {
            background-color: rgba(0, 0, 0, 0.15);
        }

.city-zip-container .twitter-typeahead {
    display: block !important;
}

/*

.profile #tema h2 {
    color: #4d4d4f;
    font-size: 22px;
    font-weight: 700;
}

.profile #tema div > h2 {
    margin-top: 30px;
}

.profile #tema h3 {
    color: #4d4d4f;
    font-size: 16px;
    font-weight: 700;
}

.profile #tema p {
    color: #4d4d4f;
    font-size: 14px;
    line-height: 22px;
}

.profile #tema div > p {
    margin-top: 10px;
}

*/

.text-color-brand {
    color: #00aef0;
}

.basket-table {
    color: #4d4d4f;
    width: 100%;
    margin: 20px 0;
}

    .basket-table thead th {
        font-size: 12px;
        font-weight: 700;
        text-align: left;
        padding: 6px 12px !important;
        height: 45px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .basket-table tbody td,
    .basket-table tfoot td {
        padding: 6px 12px !important;
        height: 45px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .basket-table tbody tr:nth-of-type(2n) td,
    .basket-table tfoot td {
        background: #f7f7f7;
    }

    .basket-table tbody tr:nth-of-type(2n+1) td {
        background: #fff;
    }

    .basket-table tbody td:last-of-type a {
        color: #444;
        text-decoration: none !important;
    }

    .basket-table tfoot::before {
        content: '';
        display: block;
        height: 10px;
    }

@media screen and (max-width: 960px) {
    .hidden-sm {
        display: none !important;
    }
}

@media screen and (min-width: 961px) {
    .visible-sm {
        display: none !important;
    }

    /* Most read */
    .most-read {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 315px;
        padding: 15px 10px 15px 15px !important;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 960px) {
    .table-stack-mode thead,
    .table-stack-mode td:not([data-stack-column]) {
        display: none;
    }

    .table-stack-mode tr:not(:first-child):before {
        display: block;
        height: 10px !important;
        content: "";
    }

    .table-stack-mode tbody td,
    .table-stack-mode tfoot td {
        float: left;
        display: block;
        width: 100%;
        text-align: right;
        height: auto;
    }

        .table-stack-mode tbody td:before,
        .table-stack-mode tfoot td:before {
            float: left;
            display: block;
            content: attr(data-stack-column) ":";
            font-size: 12px;
            font-weight: 700;
            padding: 5px 0 0;
        }
}

.basket-bonus span.hidden {
    display: none;
}

.notification-warning {
    font-size: 16px;
    color: red !important;
    margin: 10px 0 0;
}

    .notification-warning a {
        color: red !important;
        text-decoration: underline;
    }

.notification-success {
    font-size: 16px;
    color: green !important;
    margin: 10px 0 0;
}

    .notification-success a {
        color: green !important;
        text-decoration: underline;
    }

.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 1001;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.75);
    text-align: center;
}

    .blocker:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.05em;
    }

    .blocker.behind {
        background-color: transparent;
    }

.modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 1002;
    max-width: 500px;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left;
}

    .modal a.close-modal {
        position: absolute;
        top: -12.5px;
        right: -12.5px;
        display: block;
        width: 30px;
        height: 30px;
        text-indent: -9999px;
        background: url("data:image/png;base64,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") no-repeat 0 0;
    }

    .modal p {
        font-size: 14px;
        margin: 10px 0 0 0;
    }


.modal-spinner {
    display: none;
    width: 64px;
    height: 64px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-right: -32px;
    margin-top: -32px;
    background: url("data:image/gif;base64,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") #111 no-repeat center center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}

.jquery-modal .modal {
    display: inline-block;
}

/* footer */

footer.inner.sp {
}

    footer.inner.sp > div.span-4,
    footer.inner.sp > div.span-8 {
        width: 156px;
        margin: 0;
        padding: 20px 0 20px 20px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    footer.inner.sp > div.span-8 {
        width: 164px;
        padding: 20px 0 20px 0;
    }

@media screen and (max-width: 960px) {
    footer.inner.sp > div {
        width: 100% !important;
    }
}

#footersocials {
    font-size: 13px;
}

    #footersocials .fa {
        font-size: 30px;
        margin: 0 5px;
    }

    #footersocials > span {
        display: block;
        font-size: 13px;
        font-weight: 600;
        height: 35px;
        line-height: 140%;
        padding-bottom: 5px;
    }

    #footersocials ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #footersocials li {
        padding-bottom: 3px;
    }

        #footersocials li .fa {
            font-size: 13px;
            margin: 0;
        }

div#renew-consent {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 10px;
    background-color: rgba(0,0,0,0.05);
}

.footer-cookie {
    position: fixed;
    right: 5px;
    bottom: 5px;
    z-index: 200;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #00aef0;
}

/* #12484, Popup banner */

.campaign-container {
    display: none;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: fixed;
    z-index: 40000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    opacity: 1;
    background: rgba(34,34,34,.9); /* NOTE: Fallback */
    animation-name: fadeIn_Container;
    animation-duration: 1s;
}

.campaign {
    position: relative;
    display: inline-block;
    padding: 20px;
    max-width: 100%;
    max-height: 100%;
}

    .campaign:before {
        cursor: pointer;
        content: "";
        position: absolute;
        top: 20px;
        right: 20px;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4KPHBhdGggZmlsbD0iIzQ0NDQ0NCIgZD0iTTggMGMtNC40IDAtOCAzLjYtOCA4czMuNiA4IDggOCA4LTMuNiA4LTgtMy42LTgtOC04ek0xMi4yIDEwLjhsLTEuNCAxLjQtMi44LTIuOC0yLjggMi44LTEuNC0xLjQgMi44LTIuOC0yLjgtMi44IDEuNC0xLjQgMi44IDIuOCAyLjgtMi44IDEuNCAxLjQtMi44IDIuOCAyLjggMi44eiI+PC9wYXRoPgo8L3N2Zz4K) center center no-repeat;
        width: 30px;
        height: 30px;
    }

.campaign * {
    max-width: 100%;
    max-height: 100%;
}

@keyframes fadeIn_Container {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}



/*    NAVIGATOR     */


/* BLOCKQUOTES */
blockquote {
    font-style: italic;
    margin: 1.1em 0em;
    padding: 0.5em 2em;
    position: relative;
    transition: .2s border ease-in-out;
    z-index: 0;
}

blockquote:after {
    content: "\201C";
    position: absolute;
    top: 50%;
    left: -0.4em;
    font-family: "Ionicons";
    font-style: normal;
    line-height: 66px;
    text-align: center;
    text-indent: -2px;
    width: 1em;
    margin-top: -0.5em;
    transition: .2s all ease-in-out, .4s transform ease-in-out;
    font-size: 50px;
}
 
    

/*PRODUCT PAGE*/

.product-info-headline {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.instructor-wrap{
    display: flex;
    margin-bottom: 20px;
}

.instructor-image {
    padding: 15px;
    min-width: 35%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-right: 30px;
}
.instructor-name{
    margin-bottom: 0 !important;
}

.instructor-image img {
    margin: 0 auto;
    border-radius: 100%;
}

.instructor-text {
    justify-content: center;
    flex-direction: column;
    display: flex;
}

@media (max-width: 600px) {

    .instructor-wrap {
        flex-direction: column;
    }
}

.instructor-wrap:nth-of-type(even) {
    margin-bottom: 20px;
    flex-direction: row-reverse;
}


.sign-up-wrap {
    margin-bottom: 20px;
}
.sign-up-wrap .info p {
    margin-bottom: 10px;
    text-align: left;
}

.mobile-info-wrap{
    display: none ;
}

.mobile-info-wrap div {
    display: flex;
    justify-content: space-between;
    margin: 15px 10px 10px;
    position: relative;
}

.show-info {
    position: absolute;
    top: -45px;
    width: 100vw;
    height: 30px;
    margin-left: -50vw;
    left: 50%;
    background: rgba(120, 120, 120, 0.74);
    text-align: center;
    color: white;
    line-height: 30px;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
}

.show-info i {
    font-size: 20px;
    vertical-align: middle;
    margin-left: 5px;
}

.sidebar-item-wrap {
    background-color: #fff;
    padding: 19px;
    margin-bottom: 20px;
}

    .sidebar-item-wrap .item-headline {
        margin-bottom: 10px;
    }

    .sidebar-item-wrap div p {
        font-size: 15px;
    }

.read-more-link {
    margin: 0 !important;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
    color: #00adf1;
}

@media (max-width: 960px)  {
    .mobile-info-wrap {
        display: block;
    }

    .sign-up-wrap {
        position: fixed;
        z-index: 99;
        bottom: 0;
        left: 0;
        width: calc(100% - 6%);
        box-shadow: 0px -3px 15px rgba(0,0,0,0.15);
        margin-bottom: 0;
        background: white;
        padding: 0 3% 20px;
        font-size: 14px;
    }

    .row .sign-up-wrap div.col-wrapper-white{
        display: none;
        margin-bottom: 30px !important;
    }

    .sidebar-item-wrap{
        display: none;
    }
}

/* Search */

.search-results h1 {
    color: #333;
    font-weight: 700 !important;
    margin-top: 8px;
}

    .search-results h1 span {
        font-weight: 400 !important;
    }

.search-results h2 {
    font-size: 22px;
    color: #333;
    font-weight: 400 !important;
}

.search-results a {
    font-size: 12px;
    text-decoration: underline;
}

.search-results .btn.btn-primary {
    border-radius: 5px;
    line-height: 40px;
    min-height: 40px;
    margin: 20px 0;
    background-color: #f1b21c;
}

.search-results .search-results-row {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9decd;
}

    .search-results .search-results-row p:nth-child(1) {
        color: #999;
        font-size: 10px;
    }

    .search-results .search-results-row p:nth-child(2) {
        color: #00afed;
        font-size: 13px;
        font-weight: 600;
    }

    .search-results .search-results-row p:nth-child(3) {
        color: #444;
        font-size: 11px;
        font-weight: 500;
    }

    .search-results .search-results-row a {
        text-decoration: none !important;
    }

    .search-results .search-results-row a:hover {
        text-decoration: underline !important;
    }

.search-results .search-results-pagination {
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
}

.bg-white {
    background-color: #fff;
}

/* Quick search custom */


.navigator-logo { /* NOTE: NAVIGATOR LOGO NEED TO BE FLOATED AS DANSKE ADVOKATER */
    float: left;
}

#header-search-custom {
    float: right;
    margin-top: 30px;
    width: 38.7%;
}

@media screen and (max-width: 768px) {
    #header-search-custom {
        float: unset;
        width: 94% !important;
        margin: 0px auto !important;
        padding-bottom: 50px;
    }
}

#header-search-custom form {
    border-radius: 0;
    border: unset;
    margin: 0 auto;
    clear: both;
    float: right;
    width: 60%;
}

@media screen and (max-width: 768px) {
    #header-search-custom form {
        width: 100%;
        float: left;
        max-width: 100%;
    }
}

#header-search-custom.open form {
    position: absolute;
    z-index: 971;
    right: 0;
    width: 340px;
    padding: 10px;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

@media screen and (max-width: 768px) {
    #header-search-custom.open form {
        left: 0;
        right: 0;
    }
}

#header-search-custom input {
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    float: right;
    background: none;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    font-size: 11px !important;
    font-weight: 400;
    background-color: #FFF;
    color: #666;
    text-align: center;
    z-index: 1001;
    position: relative;
}

@media screen and (max-width: 768px) {
    #header-search-custom input {
        width: 100%;
        float: left;
        max-width: 100%;
    }
}

#header-search-custom.open input {
    float: initial;
    border: 2px solid #00afed;
    border-radius: 8px;
    text-align: left;
    padding: 0 57px 0 20px;
    height: 40px;
    box-sizing: content-box;
    width: 259px;
    color: #333 !important;
    font-size: 12px !important;
    font-weight: 600;
}

#header-search-custom.open a.clearResult-custom {
    display: block;
    cursor: pointer;
    height: 19px;
    width: 19px;
    position: absolute;
    z-index: 1002;
    left: initial;
    top: 17px;
    right: 17px;
    padding: 5px;
}

    #header-search-custom.open a.clearResult-custom .fill {
        fill: #000000 !important;
    }

#header-search-custom #header-search-results-custom {
    display: none;
}

#header-search-custom.open #header-search-results-custom {
    display: block;
    border: 1px solid #e9decd;
    border-radius: 8px;
    margin-top: 10px;
    padding: 20px 30px;
}

#header-search-custom.open hr {
    margin: 20px 0;
}

#header-search-custom.open .result-heading {
    color: #333;
    font-size: 16px;
    font-weight: 700;
}

#header-search-custom.open .result {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
}

    #header-search-custom.open .result > a {
        display: block;
        color: #333;
        font-size: 13px;
    }

    #header-search-custom.open .result.result-page > a:first-child {
        width: 27px;
        min-width: 27px;
        margin-right: 10px;
    }

        #header-search-custom.open .result.result-page > a:first-child .stroke {
            stroke: #3FADDC !important;
        }

        #header-search-custom.open .result.result-page > a:first-child .fill {
            fill: #3FADDC !important;
        }

    #header-search-custom.open .result.result-page > a:not(:first-child) {
        padding-top: 5px;
    }

    #header-search-custom.open .result.result-course > a:first-child {
        width: 15px;
        min-width: 15px;
        margin-right: 10px;
    }

        #header-search-custom.open .result.result-course > a:first-child .stroke {
            stroke: #fec52d !important;
        }

        #header-search-custom.open .result.result-course > a:first-child .fill {
            fill: #fec52d !important;
        }

#header-search-custom.open .results {
    margin-top: 15px;
}

    #header-search-custom.open .results .btn {
        display: inline-block;
        width: auto;
        min-height: 35px;
        line-height: 35px;
        padding: 0 30px;
        border-radius: 6px;
        font-size: 13px;
        font-weight: 600;
    }