#video-bg {
  position: fixed;
  /* z-index: -1; */
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  pointer-events: none;
}

video {
   height: 100%;
   width: 100%;
   object-fit: cover;
}

.backendlayout-startseite #inhalt {
   font-family: 'IBM Plex Sans Condensed';
}
#logoundnavi {
  position: absolute;
  top: 7vh;
  left: 60%;
  width: 500px;
  display: flex;
  gap: 20px;
  /* border: 3px yellow solid; */
}
#startseitenlogo {
  z-index: 999;
  background: rgba(255,255,255,0.9);
  border-radius: 12px;
  padding: 30px 40px;
  color: #000;
  max-height: 114px;
  max-width: 294px;
  font-family: 'IBM Plex Sans Condensed';
  font-size: 1.85em;
}
#startseitenlogo:hover {
   background: #fff;
}
#startseitennavi {
   align-content: center;
   /* min-width: 300px; */
}

#startseitennavi nav.row{
   position: relative;
   margin:0;
   z-index: 9999;
   margin-top: 40px;
}

#startseitennavi nav {
   margin-top: 0;
   display: block;
   background: none;
}
#startseitennavi .main-menu-btn {
   width: 42px;
   float: left;
   height: 36px;
   margin-top: -40px;
}
#startseitennavi .main-menu-btn-icon,
#startseitennavi .main-menu-btn-icon:before,
#startseitennavi .main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 4px;
  width: 44px;
  background: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

#startseitennavi .main-menu-btn-icon:before {
  content: '';
  top: -12px;
  left: 0;
}

#startseitennavi .main-menu-btn-icon:after {
  content: '';
  top: 12px;
  left: 0;
}

#startseitennavi #main-menu {
   border-radius: 12px;
   background: rgba(255,255,255,0.9);
}

#inhalt {
   background: none;
   min-height: auto;
}
.frame {
   background-color: rgba(255,255,255,0.9);
   border-radius: 12px;
   padding: 6px 16px;
}
.frame:hover {
   background: #fff;
}
#links {
position: relative;
  top: 200px;
  left: 0;
}
#rechts {
  position: relative;
  top: 360px;
  left: 0;
}

#rechts .frame {
   max-width: 80%;
}


#links .frame:first-of-type {

   /* width: 440px; */
   /* min-height: 260px; */
   margin-right: 30px;
}
#links .frame:nth-of-type(2) {
   width: 300px;
   max-width: 300px;
   margin-top: 30px;
   margin-left: 150px;
}



.frame.frame-type-mangomoonblog_pagelist {
   background: none;
   padding:0;
}
a.pagelist-box {
   display: block;
   background-color: rgba(255,255,255,0.9);
   border-radius: 12px;
   padding: 12px 16px;
   text-decoration: none;
}
a.pagelist-box:hover {
   background: #fff;
}
a.pagelist-box span {
   display: block;
}
.pagelist-box .obertitel, #rechts h2, #links h2 {
   font-size: 1em;
   font-weight: 400;
   color: var(--grau);
   text-align: center;
   text-transform: uppercase;
   margin-top: 0;
}
.pagelist-box .pagelist-title, #rechts h3 {
   font-size: 1.3em;
   font-weight: 400;
   text-align: center;
   margin-top: 6px;
   margin-bottom: 1px;
}
.pagelist-box .pagelist-teaser {
   font-size: 1em;
   text-transform: none;
   font-family: var(--sansserif);
}
.pagelist-box .pagelist-link, a.link-page, a.link-external {
   display: block;
   font-size: 1em;
   font-weight: 400;
   /* color: var(--grau); */
   text-align: right;
   /* text-transform: uppercase; */
   text-decoration: underline;
}
.pagelist-link:hover, a.link-page:hover, a.link-external:hover {
   background: none;
   color: var(--grau);
}

