.mobilPicture{
    height: calc(100vh - 56px);
    width: 100vw;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: -42px 0 !important;
}

.mobilmenu{
    position: fixed;
    top: 0;
    z-index: 998;
    background: #fff;
    width: 100vw;
    background: rgb(234,218,212);
background: linear-gradient(90deg, rgba(234,218,212,1) 0%, rgba(255,249,247,1) 73%, rgba(234,218,212,1) 100%);
overflow: scroll;
}

.subpageMobilMenu{
    background: rgb(234,218,212);
background: linear-gradient(90deg, rgba(234,218,212,1) 0%, rgba(255,249,247,1) 73%, rgba(234,218,212,1) 100%);
    height: 78px;
}

.mobilmenu .brand{
    padding-top: 5px;
}

.mobilmenu h2{
    font-size: 1.8rem !important;
    font-weight: 700;
    position: relative;
    color: var(--blue);
}

.mobilmenu h2:after{
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 3px !important;
    content: '';
    border-radius: 100%;
    background: #fff;
}

.mobilmenu h3{
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1rem;
    margin-top: 15px;
    color: var(--blue)
}

.mobilmenu .hamburger{
    border-bottom: 4px solid var(--blue);
    width: 25px;
    margin-bottom: 5px;
}

.mobilmenu .hb2{
    animation-delay: 0.3s;
}

.mobilmenu .hb3{
    animation-delay: 0.7s;
}
.mobilmenu #sidebarCollapse{
    margin-top: 14px;
    border: none;
    background: transparent;
    border: 1px solid #fff;
    padding-top: 12px;

}

#sidebar {
    width: 100vw;
    position: fixed;
    top: 0;
    left: -100vw;
    height: 100%;
    z-index: 999;
    background: rgb(244,235,232,181);
    background: linear-gradient(90deg, rgba(234,215,202,1) 0%, rgba(244,235,232,1) 100%);
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll !important;
}

#sidebar .sidebarlogo{
    max-height: 40px;
}

#sidebar .btn-light{
    background: #FFDE05;
    border: none;
    border-radius: 0;
    color: #000 !important;
}

#sidebar.active {
    left: 0;
}

#sidebar #dismiss {
    line-height: 25px;
    text-align: center;
    background: transparent;
    position: absolute;
    top: 14px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: var(--darkblue);
    border: 1px solid #fff;
    font-size: 25px;
    padding: 10px 16px 9px;
    z-index: 999;
}

#sidebar #dismiss:hover {
    background: #fff;
    color: #FFDE05;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    top: 0;
}

.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header {
    padding: 12px 20px;
    background: #ccc;
}

#sidebar ul.components {
    padding: 15px 0;
    text-align: center;
    padding-top: 15px;
}

#sidebar ul li a {
    padding: 10px 10px 10px 0;
    font-size: 1.2rem;
    font-weight: 500;
    display: block;
    color: var(--darkblue) !important;
}

#sidebar ul li a svg{
    height: 30px;
    width: 50px;
}

#sidebar ul li a svg .cls-1,
#sidebar ul li a svg .cls-2{
    fill: #fff !important;
    opacity: 1;
}

#sidebar ul li a:hover {
    color: var(--darkblue);
}

.submenuBg{
     background: #fff !important;
     padding: 6px 0;
}

#sidebar ul li a.btn-light{
    color: #333;
}

#sidebar ul li.active>a,
#sidebar a[aria-expanded="true"] {
    color: #fff;
}

#sidebar a[data-toggle="collapse"] {
    position: relative;
}


#sidebar .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 80px;
    transform: translateY(-50%);
}

#sidebar ul ul a {
    font-size: 0.9em !important;
    background: #fff;
    color: var(--darkblue)
}

#sidebar ul ul a:focus{
     background: linear-gradient(90deg, rgba(234,215,202,1) 0%, rgba(244,235,232,1) 100%);
}

#sidebar ul.CTAs {
    padding: 20px;
}

#sidebar ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

#sidebar a.download {
    background: #fff;
    color: #7386D5;
}

#sidebar a.article,
#sidebar a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

#sidebar ul.languages{
    text-align: center;
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 0;
}

#sidebar ul.languages li{
    display: inline-block;
    position: relative;
    text-align: center;
    padding: 0 8px;
}

#sidebar ul.languages li a{
    padding-right: 0;
}

#sidebar ul.languages img{
    width: 26px;
    height: 16px;
    position: absolute;
    margin-top: -20px;
    left: 50%;
    margin-left: -13px;
}

@media (max-width: 768px){
    .navbar{
		display: none;
	}

     .menuflow{
          right: 0 !important;
          height: 250px !important;
          width: 250px !important;
          position: absolute;
          background-position: 23px 30px !important;
          background-size: cover !important;
          background-repeat: no-repeat !important;
          margin-top: -220px;
          z-index: 0;
      }
}
