.mobileMenu {
 	/* margin-top: 1.5em; */  
}


.mobile-logotype {
    max-width: 230px;
}

/*
.mobileMenuButton {   
   padding: 5px 10px 5px 5px;
   border-radius: 5px;
   background: #353535;
   border: 1px solid #353535;
   cursor: pointer;
}
*/

.mobileMenuButton {   
   padding: 0.38em 0.7em;
   border-radius: 5px;
   background: #696969; /* #353535; */
   /* border: 1px solid #353535; */
   border: 1px solid #696969;
   cursor: pointer;
   text-align: center;
}

.mobileMenuButton span {
   display: block;
}  

.mobileMenuIcon {
   /* margin: 0 0.2em 0 0.1em; */
   margin-bottom: 2px;
}

.fontAwesome{   
   font-family: FontAwesome;
}

/*
.mobileMenuSvg {
	width: 40px;
}
*/

.hideMobileMenu {
   display: none !important; 
}

@media (min-width: 766px) {
   .showHideBorderlines {
      border-left: 1px solid #c0c0c0;
      border-right: 1px solid #c0c0c0;
   } 
}   

@media (max-width: 766px) {
	.showHideBorderlines {
      border-left: none;
      border-right: none;
	} 
   
   .noMobilePaddingMargins {
      padding-left: 0 !important; 
      padding-right: 0 !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
	} 
}


.sve-logotype img{
   width: 100%;
   height: 100%;
}

  



