.principal {
    background-image: url("https://dummyimage.com/600/000/fff&text=Test+for+Image");
    background-color: #d9d7d7;
    background-size: 20px 20px;
    margin-top: -20px;
    margin-bottom: 20px;
    padding: 50px 0;
    background-repeat: no-repeat, repeat;
    background-size: cover;
}
main#main-container {
 /*   background: white; */
    padding: 40px;
    margin-bottom:5%;
}
.plone-navbar {
    background-color: #2d2e83;
    color: white;
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgb(255 255 255 / 17%);
}
img.hahlogo {
    width: 100%;
}
.plone-breadcrumb {
    clear: left;
    background-color:#b4a470;
}
.plone-breadcrumb ol a {
    color: #f2f1f1;
}
div#portal-header img {
    width: 100%;
}
.testing {
    display: inline-block;
    background: #AE1D4A;
    width: 100%;
    height: 100%;
    padding-top: 10px;
    padding-bottom:20px;
}

.testing .col-md-4 {
    text-align: center;
    color: #fff;
}
.plone-navbar-nav .current > a, .plone-navbar-nav .selected > a, .plone-navbar-nav .current > a:hover, .plone-navbar-nav .selected > a:hover, .plone-navbar-nav .current > a:focus, .plone-navbar-nav .selected > a:focus{
color: #fff;
    background-color: #b4a470;
}
.plone-nav li a:hover, .plone-nav li a:focus {
    text-decoration: none;
    background-color: #b4a470;
    color:#fff;
}
.plone-nav li ul li a {
    font-size: 16px;
    background-color: #273583;
}

div#portal-header img {
    width: 100%;
}

div#portal-searchbox {
    display: none;
}
.plone-breadcrumb ol a {
    color: #ffffff;
}
[class*="contenttype-"]::before, .contenttype-file #crud-edit-File-widgets-view_title::before {
    font-family: "Fontello";
    font-size: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    left: inherit;
    color: inherit;
    width: 20px;
    height: 20px;
    text-align: center;
    margin-right: 6px;
    content: '\e834';
    display:none;
}
.plone-navbar-nav .has_subtree.inPath > a, .plone-navbar-nav .has_subtree.inPath > a:hover, .plone-navbar-nav .has_subtree.inPath > a:focus {
    color: #fff;
    background-color: #b4a470;
}
span.headitext {
    padding-left: 5px;
}
.plone-breadcrumb ol a {
    color: #000;
}
span#breadcrumbs-current {
    color: #000;
}
article.entry {
    margin-bottom: 20px;
}
userrole-anonymous .documentByLine {
    display: none;
}

div#portal-anontools {
    position: absolute;
}
header#content-header {
    background: #2d2e83;
    margin-top: -20px;
    padding-top: 20px;
    margin-bottom: -20px;
    padding-bottom: 10px;
}
.portlet .portletHeader {
    background: #f2f1f1;
    font-weight: 500;
    font-size: 18px;
    padding: 13px 15px;
    color: #fff !important;
    background: #2d2e83;
}
.portletHeader a {
   color: #fff !important;
}
.pat-autotoc:not(.autotabs) .autotoc-nav {
   display:none;
}
@media (min-width: 1600px) {
    .container {
        width: 100% !important;

    }
}

