/* general article stuff */

strong {
    font-weight: 200;
}

.articleDateAndBy {
    color: #888;
    margin-bottom: 10px;
}

.articleCategory {
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

a.articleCategory {
    display: inline-block;
    text-decoration: none;
}

a.articleCategory:hover {
    text-decoration: underline;
}

article h3 {
    font-size: 14px;
}

article ul {
    margin: 15px 0 20px 20px;
} 

table.article-admin-overview th {
    padding-right: 15px;
    white-space: nowrap;
}

/* individual article page */

.articleBreadcrumb {
    color: #888;
    font-size: 95%;
    margin-bottom: 10px;
    padding-bottom: 3px;
    list-style-type: none;
    list-style-position: outside;
    margin-left: 0;
}

.articleBreadcrumb li {
    display: inline;
}

.articleBreadcrumb a {
    text-decoration: none;
}

.articleBreadcrumb a:hover {
    text-decoration: underline;
}

.articleImage {
    background-color: #555;
}

.articleImageContent {
    background: #eff8f8 no-repeat center/cover;  
    height: 500px;
    filter: Alpha(opacity=85);
    opacity: 0.85;
}

.articleContent  {
    background-color: #fff;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    margin: 0 auto 0 auto;
    padding: 3%;
    position: relative;
    width: 85%; 
}

.articleContent.withImage {
    margin: -11% auto 0 auto; 
}

.articleContent .articleCategory {
    background-color: #fff;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    font-size: 13px;
    left: 0;
    padding: 15px 3% 30px 3%;
    position: absolute;
    top: -35px;
    z-index: 1;
}

.articleContent h1 {
    color: #290064;
    font-size: 28px;
    font-weight: normal;
    margin: 0px 0 20px 0;
    position: relative;
    z-index: 2;
}

.articleContent .articleDateAndBy {
    margin-bottom: 25px;
}

.articleBody {
    padding-bottom: 25px;
}

.articleBody h3 {
    font-size: 14px;
}

.articleBody ul {
    margin: 15px 0 20px 20px;
} 

.articleBody img {
    max-width: 100%;
}

.articleAuthor {
    border-bottom: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
    font-size: 110%;
    line-height: 22px;
    margin: 0 -10px;
    padding: 25px 4%;
} 

.articleAuthor div {
    box-sizing: border-box;
} 

.articleAuthorImage {
    float: left;
    margin-bottom: 10px;
    width: 20%;
}

.articleAuthorImage img {
    width: 80%;
}

.articleAuthorPerson {
    float: right;
    width: 80%;
}

.articleAuthorPerson h4 {
    margin-bottom: 5px;
}

.articleAuthorTitle {
    color: #888;
    font-style: italic;
    margin-bottom: 25px;
}

.articleAuthorDescription { 
    float: right;
    padding-right: 10%;
    width: 80%;
}

.relatedArticles {
    margin: 0 auto;
    width: 90%;
}

.relatedArticles > h2 {
    font-size: 25px;
    margin-left: 2%;
}

.relatedArticles .blogOverviewItemContent {
    height: 375px;
}

/* general blog stuff */


#page.blog .pageCenteredSection {
    width: 1100px;
}

/* blog overview page */

.blogOverviewTopItem, .blogOverviewGeneralInfo {
    box-sizing: border-box;
    margin: 20px 2%;   
}

.blogOverviewTopItem {
    float: left;
    padding-top: 5px;
    width: 41%;
}

.blogOverviewGeneralInfo {
    background-color: #eff8f8;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    float: right;
    padding: 20px;
    width: 51%;
}

.blogOverviewGeneralInfo h1 {
    font-weight: normal;
    color: #3c99ac;
    font-size: 20px;
    margin-bottom: 8px;
}

.blogInvitation {
    font-size: 94%;
    font-style: italic;
}

.popularPostsImage, .blogOverviewImage {
    background-color: #333;  
    overflow: hidden;
}

a.popularPostsImageLink, a.blogOverviewImageLink {
    -webkit-transition: all 0.3s ease-out; /* Safari and Chrome */
    -moz-transition: all 0.3s ease-out; /* Firefox */
    -ms-transition: all 0.3s ease-out; /* IE 9 */
    -o-transition: all 0.3s ease-out; /* Opera */
    transition: all 0.3s ease-out;  
}

.popularPostsImageLink:hover, a.blogOverviewImageLink:hover {
    filter: Alpha(opacity=50);
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-out; /* Safari and Chrome */
    -moz-transition: all 0.3s ease-out; /* Firefox */
    -ms-transition: all 0.3s ease-out; /* IE 9 */
    -o-transition: all 0.3s ease-out; /* Opera */
    transition: all 0.3s ease-out;  
    -webkit-transform:scale(1.2); /* Safari and Chrome */
    -moz-transform:scale(1.2); /* Firefox */
    -ms-transform:scale(1.2); /* IE 9 */
    -o-transform:scale(1.2); /* Opera */
    transform:scale(1.2);
}

ul.popularBlogPosts {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.popularBlogPosts li {   
    padding: 15px 0 0 0;
}

.popularPostsImage {
    box-sizing: border-box;
    float: left; 
    margin-right: 3%;    
    width: 22%;
}

a.popularPostsImageLink {
    background: #eff8f8 no-repeat center/cover;  
    cursor: pointer;
    display: block;
    height: 58px;
}

.popularPostsItemRight {
    box-sizing: border-box;
    float: left;
    width: 75%;
}

a.popularPostsLink {
    color: #474747 !important;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 9px;
    text-decoration: none;
}

a.popularPostsLink:hover {
    text-decoration: underline;
}

.blogOverviewItem {
    border-bottom: 1px solid #d2d2d2;
    padding: 0 0 25px 0;
}

.blogOverviewItemContent {
    overflow: hidden;
}

.blogTwoColumnItem, .blogThreeColumnItem {
    box-sizing: border-box;
    float: left;
    padding: 20px 2%;
}

.blogTwoColumnItem {
    width: 50%;
}

.blogThreeColumnItem {
    width: 33%;
}

.blogTwoColumnItem .blogOverviewItemContent {
    height: 405px;
}

.blogThreeColumnItem .blogOverviewItemContent {
    height: 435px;
}

.blogOverviewImage {
    margin-bottom: 20px;
}

.blogOverviewImageLink {
    background: #eff8f8 no-repeat center/cover;
    cursor: pointer;
    display: block;
    height: 220px;  
}

.blogThreeColumnItem .blogOverviewImageLink {
    height: 190px;  
}

.blogOverviewTitle a {
    color: #3c99ac !important;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 8px;
    text-decoration: none;
}

.blogOverviewTitle a:hover {
    text-decoration: underline;
}

.blogOverviewSummary {
    line-height: 20px;
}

/* knowledgebase stuff */

#page.kbArticle .pageCenteredSection {
    width: 1060px;
}

.kbOverviewContainer {
    box-sizing: border-box;
    text-align: center;
}

.kbOverviewIntro {
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    margin: 10px 0 15px 0;
    padding: 20px;
}

.kbOverviewIntro h1, .kbCategoryPageBlock h1 {
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 8px;
}

.kbOverviewItem {
    box-sizing: border-box;
    display: inline-block;
    padding: 1.5%;
    width: 32%;
}

.kbOverviewItem a {
    background: #eff8f8 no-repeat center/cover;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;    
    transition: all 0.3s ease-out;
    width: 100%;
}

.kbOverviewItem a:hover {
    -webkit-transition: all 0.3s ease-out; /* Safari and Chrome */
    -moz-transition: all 0.3s ease-out; /* Firefox */
    -ms-transition: all 0.3s ease-out; /* IE 9 */
    -o-transition: all 0.3s ease-out; /* Opera */
    transition: all 0.3s ease-out;  
    -webkit-transform:scale(0.93); /* Safari and Chrome */
    -moz-transform:scale(0.93); /* Firefox */
    -ms-transform:scale(0.93); /* IE 9 */
    -o-transform:scale(0.93); /* Opera */
    transform:scale(0.93);
}

.kbOverviewItemBorder {
    border: 2px solid #eff8f8;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    height: 125px;
    margin: 7px;
    filter: Alpha(opacity=80);
    opacity: 0.8;
}

.kbOverviewItemText {
    background-color: #eff8f8;
    bottom: 15%;
    color: #000 !important;
    filter: Alpha(opacity=88);
    left: 0;
    opacity: 0.88;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 100%
}

.kbOverviewItemText h3 {
    font-size: 115%;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
}

.kbSidebarHeaderLink {
    color: #290064 !important;
    display: block;
    font-size: 24px;
    margin-bottom: 14px;
    text-decoration: none;
}

.kbSidebarIntro {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    font-style: italic;
    line-height: 20px;
    margin: 0 -5px 15px -5px;
    padding: 15px 10px 15px 15px;
}

.kbSidebarCategoriesHeader {
    font-size: 17px;
    margin-bottom: 12px;
}

.kbSidebarCategoryLink {
    display: block;
    font-weight: bold;
    margin: 10px 0 8px 10px;
    text-decoration: none;
}

.kbSidebarCategoryLink:before {
    box-sizing: border-box;
    content: url("../img/navigation-arrow-orange.png");
    display: inline-block;
    padding-right: 7px;
    vertical-align: middle;
}

.kbSidebarCategoryLink.unfolded {
    color: #290064 !important;
}

.kbSidebarCategoryLink.unfolded:before {
    content: url("../img/navigation-arrow-orange-down.png");
}

.kbSidebarArticleLinks {
    border-left: 1px solid #c0c1c1;
    display: none;
    margin-left: 17px;
    padding-left: 9px;
}

.kbSidebarArticleLinks.unfolded {
    display: block;
}

.kbSidebarArticleLink {
    display: block;
    margin-bottom: 8px;
    text-decoration: none;
}

.kbSidebarArticleLink.selected {
    color: #F9A31A !important;
    font-weight: bold;
}

.kbCategoryPageBlock {
    background-color: #eff8f8;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    line-height: 20px;
    margin: 15px 0 20px 0;
    padding: 20px 20px 5px 20px;
}

.kbCategoryPageArticles {
    margin-left: 20px;
}

.kbCategoryPageArticles h2, .kbCategoryPageArticles ul a  {
    color: #3c99ac !important;
}

.kbCategoryPageArticles ul {
    margin-left: 0;
}

.kbCategoryPageArticles ul a {
    font-size: 115%;
    text-decoration: none;
}

.kbSidebarHeaderLink:hover, 
.kbSidebarCategoryLink:hover, 
.kbSidebarArticleLink:hover,
.kbCategoryPageArticles ul a:hover {
    text-decoration: underline;
}

.kbArticleImageContent {
    height: 380px;
}

/* media queries */

@media screen and (max-width: 1210px) {

    #page.blog .pageCenteredSection {
        width: auto !important;
    }
}

@media screen and (max-width: 1120px) {

    .articleImageContent {
        height: 50vw;
    }
}

@media screen and (max-width: 920px)  {

    .blogThreeColumnItem {
        width: 50%;
    }

    .blogThreeColumnItem .blogOverviewImageLink {
        height: 220px;  
    }


    .blogTwoColumnItem .blogOverviewItemContent,
    .blogThreeColumnItem .blogOverviewItemContent {
        height: 405px;
    }
}

@media screen and (max-width: 820px)  {

    .articleAuthorImage {
        width: 30%;
    }

    .articleAuthorPerson {
        width: 70%;
    }

    .articleAuthorDescription { 
        padding: 0;
        width: 70%;
    }
}

@media screen and (max-width: 765px)  {

    .blogOverviewGeneralInfo, .blogOverviewTopItem  {
        float: none;
        width: auto;
    }

    .blogOverviewGeneralInfo {
        margin-top: 10px;
    }

}

@media screen and (max-width: 700px)  {
    .articleContent {
        padding: 20px;

    }

    .articleContent .articleCategory {
        padding: 15px 20px 30px 20px;

    }
}

@media screen and (max-width: 650px)  {

    .articleContent {
        width: 85%; 
    }

    .blogTwoColumnItem, .blogThreeColumnItem {
        float: none;
        width: auto;
    }

    .blogOverviewItemContent {
        height: auto !important;
    }

    .articleAuthorDescription {
        float: left;
        width: auto; 
    }

}

@media screen and (max-width: 620px)  {

    .shareBlog {
        margin-left: -5px;
    } 
}

@media screen and (max-width: 600px)  {

    .knowledgeBaseCategoryBlock {
        float: none;
        width: auto;
    }
}

@media screen and (max-width: 600px), screen and (min-width: 850px) and (max-width: 1000px) {

    .kbOverviewItem {
        width: 49%;
    }

}

@media screen and (max-width: 500px)  {

    .articleImage {
        margin: 0 -25px;
    }

    .shareBlog {
        margin-left: -4%;
    } 

}