/* form login */
.ae-form-group {
	margin: 0 10px 0 0;
    display: inline-block;
}
.ae-form-group label {
    display: block;
    margin-bottom: 10px;
}
input[type="submit"] {
	background-color: #006eb8 !important;
}
.ae-loginerror {
    background: #fb9292;
    padding: 2px 8px;
}
.ea-headline {
	color: initial;
}

/* downloads */
.ea-col1 {
	float: left;
    width: 33%;
    margin: 0 !important;
}
.ea-col2 {
	float: right;
    width: 66%;
    margin: 0 !important;
}
.ea-col1 h4, .ea-col2 h4 {
	margin-bottom: 20px;
}
.ae-dld-subcatlist {
	margin-left: 20px;
}
.ae-dld-catlist a {
    margin-bottom: 2px;
    text-decoration: none;
    background: rgba(238,238,238,1);
    color: #000;
    padding: 1px 10px;
    display: block;
}
.ae-dld-catlist a.active {
	background: #006eb8;
	color: #fff;
}
.ae-dld-catlist a:hover {
    background-color: rgba(238,238,238,0.8);
}
.ae-dld-catlist input[type="checkbox"] {
    margin: -5px 0px;
}
.ae-dld-filelist {
    padding: 20px;
    background-color: #F3F3F3;
	margin-bottom: 10px;
}
.ae-dld-filelist:hover {
    background-color: rgba(238,238,238,1);
}
.ae-dld-filelist a {
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: #006eb8 !important;
}
.ae-dld-cat {
	font-size: 0.8em;
}
.ae-navi {
	background: rgba(238,238,238,1);
	padding: 2px 6px;
	text-decoration: none;
	margin: 1px;
}
.ae-navi.active {
	background: #006eb8;
	color: #fff;
	padding: 2px 6px;
	text-decoration: none;
	margin: 1px;
}

#ae-logout {
	text-align: right;
    display: block;
	margin-bottom: -20px;
}

.clear {
	clear: both;
}

/* ---------------------------------------------------- CSS */
#ae-logout {
    text-align: left;
    display: block;
    margin-bottom: 20px;
    font-weight: 600;
    font-family: Muli,sans-serif;
    border: solid 1px;
    width: fit-content;
    padding:12px;
}
/*
h4 {
    font-family: Open Sans;
    font-weight: 500;
    background: #006eb8 !important;
    padding: 20px !important;
    color: white !important;
    font-family: Muli,sans-serif;
    font-size: 1.4rem;
}
*/
.ae-dld-filelist {
    border-left: solid 20px #006eb8;
}

.ae-dld-filelist a {
    font-weight: 800;
    font-family: Muli,sans-serif;
}
.ae-dld-catlist a {
font-family: Muli,sans-serif;
    
}
.ae-navi {
    font-family: Muli,sans-serif;
    background: #006eb8;
    color: white;
    font-weight: 400;
    width: 32px;
    display: inline-block;
    height: 32px;
    text-align: center;
    margin: 0px 12px 12px 0px;
}
.ae-navi:hover {
    color: white;
}

@media only screen and (max-width: 768px) {
  .ea-col1 {
    float: none;
    width: 100%;
}
    .ea-col2 {
    float: none;
    width: 100%;
}
}