body {
    font-size: 14px;
}

.container {
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar {
    color: rgb(68, 68, 68);
    padding: 0px;
}

.navbar-brand {
    padding: 8px;
}

.navbar-brand img {
    width: 110px;
    heigth: auto;
}

.navbar-nav.side-nav {
    display: block;
    border: 1px solid lightgray;
    border-radius: 4px;
}

.nav-item {
    border-top: 1px solid lightgrey;
}



.nav-item.mpiNavbarTop {
    border: none;
}

.nav-item a {
    text-decoration: none;
    color: black;
}

.nav-item.mpiNavbarTop a {
    text-decoration: none;
    color: #777;
}


.nav-item.firstnavelem,
.nav-item.firstnavelem a{
    border: none;
    border-radius: 4px 4px 0px 0px;
    background: #ffe600;
    color: black;
}

.dropdown-item {
    color: black;
    border-bottom: 1px solid lightgrey;
}

nav.mpiNavbarTop {
    background: rgb(238, 238, 238);
    border: 1px rgb(221, 221, 221);
    border-radius: 4px;
    margin-bottom: 15px;
}

.nav {
    width: 100%;
}

.nav-item  a:hover {
    background: #f5f5f5;
}

.nav-item .dropdown-menu a:hover {
    background: #f5f5f5;
}

.nav-item.mpiNavbarTop > a:hover {
    color: rgb(68, 68, 68);
    background: rgb(238, 238, 238);
}

.nav-item.mpiNavbarTop .dropdown-menu a:hover {
    color: rgb(68, 68, 68);
    background: rgb(238, 238, 238);
}

.nav-item.firstnavelem > a:hover {
    background: #ffe600;
    color: black;
}

.nav-pills .firstnavelem.show > .nav-link {
    color: black;
    background-color: #ffe600;
}

.nav-pills .show > .nav-link {
    color: black;
    background-color: white;
}

.nav-item.dropdown.firstnavelem a {
    color: black;
}

.nav-item.firstnavelem .dropdown-menu,
.nav-item.firstnavelem .dropdown-menu a {
    background: white;
    color: black;
    border-bottom: 1px solid lightgray;
}

.nav-item.firstnavelem .dropdown-menu a:hover {
    background: #f5f5f5;
}

a.navbar-brand:hover {
    background: none;
}

.dropdown-menu.show {
    padding: 0px;
    border-radius: 0px;
    font-size: 14px;
}

footer {
    background: rgb(238, 238, 238);
    color: rgb(68, 68, 68);
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
}

.footer-link {
    color: rgb(68, 68, 68);
    text-decoration: none;
}

a {
    color: black;
    text-decoration: underline;
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.jumbotron {
    background-color: white;
}

.page-title {
    margin-top: 5em;
    margin-bottom: 1em;
}

/* Responsive */
@media screen and (max-width: 768px) { /* bootstrap -md- */
    .sidenav {
	float: left;
	display: flex;
	margin-bottom: 10px;
    }
}

.content--container + .content--container {
  margin-top: 27px;
}

.col-container__col > .content {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 0em) and (max-width: 47.9375em) {
  .col-container__col + .col-container__col {
    margin-top: 32px;
  }
}
@media (min-width: 48em) {
  .col-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
  }
  .col-container--2cols .col-container__col {
    width: calc(50% - 8px);
  }
  .col-container--3cols .col-container__col {
    width: calc(33.3333% - 10.6666666667px);
  }
  .col-container--4cols {
    flex-wrap: wrap;
  }
  .col-container--4cols .col-container__col {
    width: calc(50% - 8px);
  }
}
@media (min-width: 62em) {
  .col-container {
    gap: 32px;
  }
  .col-container--2cols .col-container__col {
    width: calc(50% - 16px);
  }
  .col-container--3cols .col-container__col {
    width: calc(33.3333% - 21.3333333333px);
  }
  .col-container--4cols {
    flex-wrap: nowrap;
  }
  .col-container--4cols .col-container__col {
    width: calc(25% - 24px);
  }
}

.col-container .ce-textpic.ce-full-width {
  margin-top: 0;
}
