:root {
  --orange: #ea8907;
}

body {
  padding: 0;
  margin: 0;
  overflow: hidden;
}

@media(max-width: 1023px) {
  body {
    border-top: none !important;
  }
  
}


a {
  color: var(--orange);
}

.frame-layout-0 { margin-bottom: 2em;}

.ce-left {
  display: flex;
  gap: 50px;
  align-items: center;
}
.ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
     overflow: visible;
}

.container-fluid {
  padding: 0 6em;
}

/* ANDREA */
.andrea #c67 img  {
  width: 164px;
  height: auto;
}

/* SPONSOREN */
#sponsoren img {
  width: 40%;
  height: auto;
}

/* FOOTER */
.footer-element {
  display: flex;
  justify-content: center;
  gap: 30px;
  list-style: none;
}
.footer-element li {
  text-transform: uppercase;
  font-size: .9em;
}


#ausschreibung .frame-type-textmedia img {
  width: 100%;
  height: auto;
}

@media(max-width: 768px) {
  .ce-left {
    display: flex;
    gap: 50px;
    align-items: center;
    flex-direction: column;
  }
}
