/* Basiseinstellungen für die Navigation */
.ddsubnav-relative {
    position:relative;
}

.cf-cookie-openconsent {
  left: 15px;
  right: unset;
  background: #e1e1e1;
}

.cf-cookie-openconsent #icon {
		font-size: 32px;
		color: gray;
}	

 .navbar > .container.navbar-toogler {
    display: none;
    background-color: #ededed;
    border-color: transparent;
    border-radius: 0;
    margin-top: 20px;
 }

 .navbar-toggler:focus {
     box-shadow: none;
 }
 
@media (max-width:991px) {
 .navbar-mainnavigation .dropdown-toggle:after {
  display:none;
 }
 
 .navbar >  .container.navbar-toogler {
     display: block;
 }
}