div#header {
    background-color: #333;
    color: white;
    height: 100px;
    background-image: url(/fileadmin/img/lpback.jpg);
}

#navcontainer {
  background-color: white;
      box-shadow: 1px 11px 30px 0px rgba(50, 50, 50, 0.09);
}

#header .navigation ul a {
  color: black;
}

.logoimg .ce-row .ce-column:first-child {
  display: block !important;
}


.logoimg .ce-row .ce-column:last-child {
  display: none !important;
}
