.container {
  display: flex;
}

.container aside {
  flex: 25%;
  padding-top: 0;
}

aside {
  padding: 1.5rem 1.5rem 1.5rem 0;
  position: relative;
  background-color: var(--lighter-gray);
}

.aside-title {
  display: none;
}

.aside-items {
  display: block;
  max-height: unset;
  margin-top: 1.5rem;
  margin-left: 1.5rem;
}

.aside-item:first-of-type {
  border-top: none;
}

aside .easy-access {
  display: block;
  background-color: white;
  margin-top: 1rem;
  box-shadow: 0 0 4px #1d27303f;
  margin-left: 1.5rem;
  position: relative;
}

.easy-access::before {
  content: '';
  background: url('../img/white-stripes-hd-p.png');
  height: 20px;
  width: 100%;
  position: absolute;
  left: 0;
}

.easy-access::after {
  content: '';
  background: url('../img/white-stripes-hd-p.png');
  height: 20px;
  width: 100%;
  position: absolute;
  left: 0;
  top: calc(100% - 20px);
}

.easy-access .easyAccess-list {
  list-style: none;
  padding: 3rem 0;
}

.easy-access .easyAccess-item {
  padding: 1rem 0;
}

.easy-access .easyAccess-item a {
  color: var(--dark-gray);
  text-decoration: none;
  font-size: 1.4rem;
  font-family: 'font-medium';
  padding: 0.5rem 2rem;
  transition: all 0.25s;
}

.easy-access .easyAccess-item a:hover {
  color: var(--primary);
  border: 2px solid var(--primary);
}

.container main {
  flex: 75%;
}

/* //////////////registerForm//////////// */
.register-form-container .form-row {
  display: flex;
}
.register-form-container .first-div-form-row {
  margin-left: 6rem;
}
.register-form-container .form-row-address {
  display: block;
}
.register-form-container .first-div-form-row-address {
  margin-left: 0rem;
}
.register-form-container .form-row-further-info {
  display: block;
}
.register-form-container .form-row-course {
  display: flex;
}
.register-form-container .form-row-further-info div {
  width: 100%;
}

.footer__container {
  flex-direction: row;
}

.footer__bio {
  margin: 0 0 0 3%;
  flex: 47%;
}

.footer__links {
  padding-right: 2rem;
}
/* .fullWidth-main article{
    flex-direction: row;
} */
