// .ms-webpart-titleText.ms-webpart-titleText, .ms-webpart-titleText > a

.ms-webpart-titleText.ms-webpart-titleText{
    font-size: 24px;
    margin: 0 0 0.5em 0;
    display: inline-block;
    color: black;
    font-family: $din-medium;
    a{
        color: black;
        text-decoration: none;
        font-family: $din-medium;
        &:hover{
            color: $red;
        }
    }
    @media screen and (min-width: 0px) and (max-width: 768px){
        margin: 0 0 0.25em 0;
    }
}
// Hide Button für get connected
#promotedlinks_hide_WPQ2,
.HideWebpartButton{
    font-family: $din-bold;
    font-size: 12px;
    text-transform: uppercase;
    color: $gray-666;
    display: inline-block;
    position: relative;
    top: -11px;
    &:hover{
        text-decoration: none;
    }
    &::after{
        position: absolute;
        content: ' ';
        display: inline-block;
        background-color: $red;
        width: 10px;
        height: 2px;
        margin-left: 10px;
        top: 8px;
    }
}
.ms-promlink-header{

     span:nth-child(2){
         float: right;
         width: 110px;
     }
}
#GettingStartedContainer .ms-promlink-header{
    display: none;
}
h2.ms-webpart-titleText{
    text-align: left !important;
}
.ms-webpart-chrome-title{
    nobr{
        white-space: normal;
    }
}
@media screen and (min-width: 0px) and (max-width: 768px){

    .ms-webpart-titleText.ms-webpart-titleText{
        font-size: 20px;
    }

    .ms-promlink-headerNav{
        display: none;
    }

}