/* icons */
.icon-wrapper .icon, .icon-wrapper .icon-after:after, .icon-wrapper .icon-before:before, .icon-wrapper .more:not(.icon-before):after {
    position: relative;
    display: inline-block;
}

.icon-after:after, .more:after {
    top: -0.08em;
}

.icon.icon-after.icon-external {
    color: rgb(0, 102, 204);
}

.icon-playcircle::after {
    top: 0;
    padding-top: 2px;
}

@media only screen and (max-width:599px){
    br.middle {
    display: none;
 }
}

@media only screen and (min-width:740px){
    br.middle {
    display: none;
 }
}

@media only screen and (min-width:600px) and (max-width:739px){
    br.middle {
    display: block;
 }
}

/* lime-hight */
.typography-alc-coaching-copy{
    line-height: 1.27743035;
}

/* underline */
@media only screen and (max-width:1068px) {
    .typography-headline-elevated .underline .underline-illustration {
        bottom: -12%;
    }
}

.typography-headline-elevated .underline .underline-illustration {
    left: 3%;
}

.underline-second{
    width:120% !important;
}

@media only screen and (max-width: 395px) {
    .typography-headline-super .underline .underline-illustration {
        left: 2% !important;
        width:103%;
    }
}