#hkhaeder {
    padding-top: 5px;
    padding-left: 10%;
    /* mrm_dunkel */
    background-color: #E0E0E1;
    /* mrm  
    background-color: #1D0759; 
    */
}

body:not(.has-sidebar-right) .site-grid .container-component {
    grid-column-end: full-end;
}
body:not(.has-sidebar-left) .site-grid .container-component {
    grid-column-start: full-start;
}

#hktopbar {
    /* background-color: #66579d;   */
    /* background-color: #6346a4b5; */
    /* background-color: #9178c8;   */
    /* background-color: #5c3180;   */
    background-color: #0d0348;

}

.container-header {
    background-color: transparent;
    background-image: none;
}

.container-header .mod-menu {
    padding-left: 9%;
}

.container-header nav {
    padding: 0;
    margin-top: 0em;
}

.metismenu.mod-menu .mm-collapse {
    background-color: #e0e0e1;
}

.hkcontainer-banner {
  display: block;
  /* margin: 0 0 2rem; */
}

#hkmain {
    /* padding-top: 30px; */
    padding-top: 30px;
}

/*
.hkpage-1, .hkpage-2, .hkpage-3, .hkpage4 {
    border-top: 5px solid #66579d;
    padding-top: 30px;
}
*/
.hkpage-1, .hkpage-3, .hkpage-5 { 
    /* background-color: #f1eeff; */
    background-color: #E0E0E163;
    padding-top: 30px;
}
.hkpage-2, .hkpage-4, .hkpage-6 { 
    padding-top: 10px;
}

#hkcontwidth {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}
#hkspace {
    padding: 20px 30px 0px 30px;
}


#hkartikel {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

/*
#hkmodulBild {
    position: sticky;
    top: 0px;
}
*/

#hkmodultxt {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 980px)  {
    .nav-item.item-101, .nav-item.item-101.default {
	padding-left: 120px;
    }
}


@media (min-width: 768px) and (max-width: 979px) {
    .position-sticky {
        position: -webkit-sticky;
        position: sticky !important;
    }

    .nav-item.item-101, .nav-item.item-101.default {
        padding-left: 75px;
    }
    .nav-item.item-102, .nav-item.item-102.default  {
        padding-left: 25px;
    }
    .nav-item.item-103, .nav-item.item-103.default  {
        padding-left: 25px;
    }
    .nav-item.item-104, .nav-item.item-104.default  {
        padding-left: 25px;
    }
    .nav-item.item-105, .nav-item.item-105.default  {
        padding-left: 25px;
    }
    #hkartikel, #hkmodultxt {
	max-width: 90%;
    }
    #footer-links {
	padding-left: 15%;
    }
    #footer-rechts {
	padding-right: 15%;    
    }

}


@media (max-width: 767px) {
    #hkhaeder {
        margin-left: -12px;
	padding-top: 7px;
	padding-left: 10%;
    }
    .position-sticky {
        position: sticky !important;
    }

    .container-header nav {
    padding: 5px 0 5px 25px;
    margin-top: 0em;
    }
    #hkartikel, #hkmodultxt {
        max-width: 90%;
    }

    #footer-links  {
        padding-left: 30px;
    }
    #footer-rechts {
        padding-right: 30px;
    }

}

/* Footer */
#hkfooterdist {
    margin-top: 10vh;
    border-top: 1px solid #DBDBC4;
    /* mrm_dunkel */
    background-color: #E0E0E1;
    /* mrm
    background-color: #42287b;
    */
}
#hkfooter {
    padding-top: 20px;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    /* mrm_dunkel */
    border-bottom: 1px solid #D3CADB;
    /* mrm 
    border-bottom: 1px solid #DBDBC4;
    */
}
.footer {
    margin-top: 1em;
    /* mrm_dunkel */
    color: #000;
    /* mrm 
    color: #FFF;
    */
    background-color: transparent;
    background-image: none;
    /* mrm_dunkel  */
    background-color: #E0E0E1;
    /* mrm
    background-color: #42287b;
    */

}
#hklogin {
    text-decoration: none;
}

.mod-login__options.list-unstyled {
  visibility: hidden;
}



/* HK READ MORE */
#hkmore {display: none;}

/* weiter lesen */
#wlesen-hide {
    visibility: hidden;
}
.hkbutton {
    background-color: transparent;
    color: #4bafa5;
    padding: 4px 4px 0px 4px;
        padding-top: 4px;
        padding-right: 4px;
        padding-bottom: 2px;
        padding-left: 4px;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #4bafa5;
    font-size: 12px;
    text-decoration-color: transparent;
}
.hkbutton:hover {
    background-color: #4bafa5;
    color: white;
    text-decoration-color: transparent;
    font-size: 12px;
}
.hkbutton:focus {
    background-color: transparent;
    color: #4bafa5;
    text-decoration-color: transparent;
    font-size: 12px;
    border: 1px solid #4bafa5;
}

/* TEST responsive Tabelle */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

th, td {
  text-align: left;
  padding: 8px;
}

th, thead {
  background-color: #f2f2f2;
  border-bottom: 1px solid #000;
}
tr:nth-child(even){background-color: #f2f2f2}


table td  {
  white-space: nowrap;
}

/* end Tabelle */
