.menue-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.row_menu-image {
    padding: 25px;
}

.row_menue-title {
  font-size: small;
}


.image-menue-icon {
    margin-right: 15px;
    width: 15%;
}

.image-menue-title {
    font-weight: bold;
}

.mobile-menue-container a {
    color: white;
}

.mobile-menue-container li {
    list-style-type: none;
}

#navbar-toggle {
    padding: 0 !important;
}


/*Main Menue*/
#navbarouter {
    z-index: 999;
    width: 100%;
  }
  
  #navbar {
    border-radius: 0;
  }
  
  #navigation {
    float: right;
    margin-top: 50px;
  }
  
  /* this id for mega menu plugin free version */
  
  .navbar {
    border: 1px solid transparent;
    margin-bottom: 0px;
    min-height: 5px;
  
  }
  
  #primary-menu {
    margin-left: 35px;
  }
  
  
  #navbar ul li,
  #navbar ul li a {
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    padding: 10px;
  }
  
  ul.navbar-nav li a {
    font-size: 14px;
    font-weight: 600;
    padding: 4px;
    text-transform: uppercase;
  }
  
  .navbar-default .navbar-nav>.active>a,
  .navbar-default .navbar-nav>.active>a:hover,
  .navbar-default .navbar-nav>.active>a:focus {
    background-color: unset;
  }
  
  .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }


/*Tooltipps*/
.tooltip-menue {
  position: relative;
  display: inline-block;
}

.tooltip-menue .tooltiptext-menue {
  visibility: hidden;
  width: 500px;
  background-color: white;
  text-align: left;
  border-radius: 6px;
  border: 1px solid;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -250px; /* Use half of the width (120/2 = 60), to center the tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltiptext-menue a {
	color: black;
}

.tooltip-menue:hover .tooltiptext-menue {
  visibility: visible;
  opacity: 1;
}

.tooltip-image {
    margin-top: -10px;
}

.tooltip-icon {
  width: 100px;
}
 
.tooltip-three-point-menue {
  position: relative;
  display: inline-block;
}

.tooltip-three-point-menue .tooltiptext-three-point-menue {
    visibility: hidden;
    width: 150px;
    background-color: #fff;
    text-align: left;
    border-radius: 6px;
    border: 1px solid;
    position: absolute;
    z-index: 1;
    /* top: 90%; */
    right: 20px;
}

.tooltiptext-three-point-menue a {
    color: #000;
    font-size: smaller;
}
.tooltip-three-point-menue:hover .tooltiptext-three-point-menue {
  visibility: visible;
}

.tooltipp-text-menue-content {
    padding: 0;
    margin-top: -10px;
}

.three-point-menue {
	height: 1.2em;
}

.image-menue-text {
  min-height: 16em;
}


