.logo {
	position: fixed;
	left: 5%;
	top: 15px;
	height: 50px;
}

.logolink {
	z-index: 999;
	position: sticky;
}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wrapper {
	z-index: 999;
	position: fixed;
	top: 0;
	right: -100%;
	height: 100%;
	width: 100%;
	background: #000;
	transition: all 0.6s ease-in-out;
	background: rgb(231 228 246) url('../img/bold_white_vert.png') no-repeat center right/auto 100%;
}
#active:checked ~ .wrapper{
  /*left: 0;*/
  right:0;
}
.menu-btn{
  position: fixed;
  z-index: 9999;
  right: 50px;
  /*left: 20px; */
  top: 20px;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.menu-btn:hover span,
.menu-btn:hover:before,
.menu-btn:hover:after {
	border-color: #707070;
}
.menu-btn span,
.menu-btn:before,
.menu-btn:after{
	content: "";
	position: absolute;
	right: 0;
	width: 50px;
	border-bottom: 3px solid #4C5EEB;
	transition: all 0.3s ease;
}
.menu-btn:before{
  	transform: rotate(0);
  	top: calc(50% - 12px);
}
.menu-btn:after{
	transform: rotate(0) translate(0);
	top: calc(50% + 8px);
	width: 30px;
}

.menu-btn span {
	top: calc(50% - 2px);
}


.close {
	z-index: 1;
	width: 100%;
	height: 100%;
	pointer-events: none;
	transition: background .6s;
}

/* closing animation */
#active:checked + .menu-btn span {
	transform: scaleX(0);
}
#active:checked + .menu-btn:before {
    -webkit-transform: rotate(45deg) translate(0px, 15px);
    transform: rotate(45deg) translate(0px, 15px);
    background: #4C5EEB;
    width: 40px;
}
#active:checked + .menu-btn:after {
	-webkit-transform: rotate(-45deg) translate(-1px, -14px);
    transform: rotate(-45deg) translate(-1px, -14px);
    background: #4C5EEB;
    width: 40px;
}
.wrapper > ul{
    position: absolute;
    top: 20%;
    left: 0%;
    height: 90%;
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
    transition: width 0.3s;
}
.wrapper ul li{
  margin: 24px 0;
  list-style-type: none;
}
.wrapper ul li a{
  text-decoration: none;
  font-size: 30px;
  font-weight: 500;
  padding: 5px 30px;
  color: #fff;
  line-height: 50px;
  opacity: 0;
  transition: all 0.3s ease;
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.wrapper ul li a:hover{
  color: #1a73e8;
}

.wrapper ul li a:hover,
.wrapper ul li a:active,
.wrapper ul li a:focus {
	outline: none;
}

.wrapper ul li a:hover,
.current-menu-item a {
	color: #4C5EEB;
}
input[type="checkbox"]{
  display: none;
}
.content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  text-align: center;
  width: 100%;
  color: #202020;
}
.content .title{
  font-size: 40px;
  font-weight: 700;
}
.content p{
  font-size: 35px;
  font-weight: 600;
}

#active:checked ~ .wrapper ul li a{
  opacity: 1;
}
.wrapper ul li a{
	transition: opacity 1.2s, color 0.4s, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	/*transform: translateX(100px);*/
	color: #4C5EEB;
	min-height: 3.75rem;
	font-weight: 800;
	font-size: 36px;
    width: 100%;
    display: block;
    text-align: center;
}
#active:checked ~ .wrapper ul li a{
	/*transform: none;
	transition-timing-function: ease, cubic-bezier(.1,1.3,.3,1);
	transform: translateX(-100px);*/
}

.menu-right {
	width: 0%;
    height: 100vh;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
}

#Mainmenu .sub-menu {
	display: none;
}

#Mainmenu > li > .sub-menu {
    position: fixed;
    left: 35%;
    top: 20%;
    width: 65%;
    margin-left: 0;
    padding-left: 0;
}

#Mainmenu > li > .sub-menu > li > .sub-menu {
	left: 0;
    width: 100%;
    top: 30px;
    margin-left: 0;
    padding-left: 0;
    display: block;
}

#Mainmenu > li > .sub-menu > li > .sub-menu > li {
	margin: 0px 0;
	max-height: 30px;
}

#Mainmenu > li > .sub-menu > li > .sub-menu > li a {
	font-size: 15px;
}

#Mainmenu > li.menu-item-has-children > a:after {
	color: #4C5EEB;
	font-size: 24px;
	font-family: "Font Awesome 5 Free";
	content: "\f060";
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
	font-weight: 900;
	line-height: 0.7;
	transform: rotate(180deg);
	margin-left: 10px;
}

#Mainmenu > li > .sub-menu > li {
	width: 50%;
	list-style-type: none;
	float: left;
}

#Mainmenu > li > .sub-menu > li:nth-child(odd) {
   clear: both;
}

#Mainmenu li > .sub-menu > li > a {
	font-size: 20px;
	margin-left: 0;
	padding-left: 0;
	display: inline;
}

#Mainmenu li > .sub-menu > li > .sub-menu li a {
	font-weight: 300;
}

.menu-image-title-below.menu-image-title {
	font-size: 20px;
	pointer-events: none !important;
	cursor: default !important;
}

.menu-image-title-below.menu-image-not-hovered > img, 
.menu-image-hovered.menu-image-title-below .menu-image-hover-wrapper, 
.menu-image-title-below .menu-image-hover-wrapper {
	max-height: 50px;
	margin: 0 !important;
	padding: 0;
}

.menu-image-title.menu-image-title-above, 
.menu-image-title.menu-image-title-below, 
.menu-image-title-below, 
.menu-image-title-above, 
.menu-item a.menu-image-title-above, 
.menu-item a.menu-image-title-below, 
.menu-image-title.menu-image-title-above, 
.menu-image-title.menu-image-title-below {
	text-align: left;
	display: inherit;
}

h1 { 
	display:inline-block; 
	margin:0;
}

/*#Mainmenu li > a:after {
  display: block;
  content: '';
  border-bottom: solid 3px #4C5EEB;  
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
}

#Mainmenu li > a:hover:after { transform: scaleX(1); }
#Mainmenu li > a.fromRight:after{ transform-origin:100% 50%; }
#Mainmenu li > a.fromLeft:after{  transform-origin:  0% 50%; }
*/


.menuBg {
	position: fixed;
	top: 0;
	left: 0;
	height: 90px;
	width: 100%;
}

#Mainmenu > li > ul > .menu-item-has-children > a {
	pointer-events: none;
}