/*mainnav*/
.t4-header {
    min-height: 20px;
}

.t4-megamenu .navbar-nav>li>a, .t4-megamenu .navbar-nav>li>.nav-link {
    padding: 10px;
    line-height: 16px;
    height: 30px;
}

.nav-link{
    padding-top: 5px;
    padding-bottom: 5px;
}

/*content*/

.com-content-article {
    background-color: white;
    padding-bottom: 30px;
    border: 1px solid black;
    border-radius: 0px 0px 10px 10px;
}

.article-body {
    padding-left: 30px;
    padding-right: 30px;
}

.page-header h1 {
    display: block;
    width: 65px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #efefef;\
    font-weight: normal;
    color: black;
    font-size: 12px;
    margin-top: 0px;
    margin: auto;
    text-transform: none;
}

.page-header:first-of-type {
    background: url(https://alwsu.ch/files/windowborderleft.png), url(https://alwsu.ch/files/windowborderright.png), 
    url(https://alwsu.ch/files/windowbordercenter.png), #fff;
    background-position: 0 top, 99.95% top;
    background-repeat: no-repeat;
    text-align: center;
    border-bottom: 1px outset black;
}


/*Blog Archive*/
.system-unpublished .page-header {
    background: none;
    border-bottom: none;
}

.com-content-category-blog {
    background-color: white;
    border: 1px solid black;
    border-radius: 0px 0px 10px 10px;
}
.system-unpublished {
    padding-left: 15px;
    padding-right: 15px;
}

