.region {
  /*border: 2px solid gray;*/
}

.layout-container {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  font-family: 'Roboto', sans-serif;
}

.mobile-open-menu,
.mobile-close-menu {
  display: none;
  margin: 0 20px;
}

.side-navbar {
  display: flex;
  flex-direction: column;
  left: 0;
  overflow: auto;
  height: 100vh;
  top: 0;
  width: 256px;
  transform: translateX(0px);
  position: fixed;
  background-color: white;
  z-index: 8;
  transition: 0.5s;
}

#block-daka-branding {
  align-items: center;
  align-self: center;
  display: flex;
  flex-wrap: wrap;
  flex: 1 1;
  overflow: hidden;
  padding: 12px 15px;
  border-bottom:1px solid rgba(0,0,0,.12);
}

#block-daka-branding .site-name a {
  color: #3699d0;
  line-height: 1.2;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: .0125em;
  align-self: center;
  flex: 1 1 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
}
#block-daka-branding .site-slogan {
  color: rgba(0,0,0,.6);
  line-height: 1.2;
  font-size: .875rem;
  flex: 1 1 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

header {
  height: 64px;
  transform: translateY(0px);
  left: 256px;
  right: 0;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0;
  max-width: 100%;
  padding: 0;
  position: fixed;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
  box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
  transition: 0.5s;
}

header .v-image__image {
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
}
header .region-search {
  width: 25%;
}
header .region-header {
  width: 50%;
}
header .region-secondary-menu {
  width: 25%;
}
#block-logo {
  display: flex;
  justify-content: center;
}

.region-secondary-menu {
  position: relative;
  margin-right: 100px;
}
.user-menu-content {
  position: absolute;
  background: white;
  box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
  border-radius: 6px;
  margin-top: 4px;
  width: 140px;
  display: none;
  right: 0;
  top: 20px;
}
.user-menu-button {
  padding: 5px 10px;
  background: transparent;
  border: 1px solid gray;
  border-radius: 4px;
  float: right;
}


main {
  box-sizing: border-box;
  display: flex;
  flex: 1 0 auto;
  max-width: 100%;
  flex-basis: auto;
  flex-grow: 1;
  flex-direction: column;
  flex-shrink: 0;
  margin: 0;
  padding: 64px 0px 0px 256px;
  background-color: #576065;
  transition: 0.5s;
}

.main-container {
  margin: 12px;
  background: white;
  border-radius: 5px;
  padding: 20px;
}

.region-secondary-menu .menu {
  display: flex;
  flex-direction: column;
  list-style: disc;
}

.region-secondary-menu .menu li {
  margin-right: 15px;
  color: rgba(0, 0, 0, 0.87) ;
  padding: 12px 12px 12px 0;
  margin-left: 17px;
}

.region-secondary-menu .menu li a{
  color: rgba(0, 0, 0, 0.87) ;
}

h1{
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87) ;
}

.breadcrumb a,
.breadcrumb{
  color: grey;
  font-style: italic;
}

.mobile-open-menu span,
.mobile-close-menu span{
  background:url("/themes/custom/daka/images/icons/menu.svg") 0 0 no-repeat;
  display:block;
  height:30px;
  text-indent:-99999em;
  width:30px;
  overflow:hidden;
}
.mobile-close-menu span {
  background:url("/themes/custom/daka/images/icons/close.svg") 0 0 no-repeat;
}
