:root {
  /* HAUPTFARBEN */
  --f0: #ede9de;
  --f1: #c0c7b7;
  --f2: #94a89c;
  --f3: #6b8884;
  --f4: #48686f;
  --f5: #2f4858;
  /* extrahell */
  --f0a: #e5e6d8;
  --f0b: #DADBCF;
  /* WARNEN (gelb) */
  --fg0: #f7edbd;
  --fg1: #f5e7a5;

  --gelb: #f8de2c;
  --grau: #6b8884;
  /* TYPO */
  --serif: 'IBM Plex Serif', serif;
  --sansserif: 'IBM Plex Sans', sans-serif;
}

#brotbroesel {
  display: none;
}

#topnavi {
  background: rgba(255, 255, 255, 0.8);
}

body {
  background: url('../img/marion_bg_01.jpg') no-repeat center top;
  background-size: auto 400px;
  /* background-attachment: fixed; */
  font-family: var(--sansserif);
  color: #333;
  /* padding-top: 80px; */
  margin:0;
  padding:0;
}
#logoundnavi {
  position: relative;
  top: 80px;
  left:0;
  margin-left: 10px;
  display: flex;
  gap: 20px;
  /* border: 3px yellow solid; */
}
#logocontainer {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 60px 0 0 0;
}
#logo {
  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;
  text-decoration: none;
}
#logo:hover {
  text-decoration: none;
  background: rgba(255,255,255,1);
}


#navi {
   align-content: center;
   margin-top: 80px;
}

#navi nav.row{
   position: relative;
   margin:0;
   z-index: 9999;
   margin-top: 40px;
}

#navi nav {
   margin-top: 0;
   display: block;
   background: none;
}
#navi .main-menu-btn {
   width: 42px;
   float: left;
   height: 36px;
   margin-top: -40px;
}
#navi .main-menu-btn-icon,
#navi .main-menu-btn-icon:before,
#navi .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;
}

#navi .main-menu-btn-icon:before {
  content: '';
  top: -12px;
  left: 0;
}

#navi .main-menu-btn-icon:after {
  content: '';
  top: 12px;
  left: 0;
}

#navi #main-menu {
   border-radius: 12px;
   background: rgba(255,255,255,0.9);
   isolation: isolate;
}

nav {
  /* margin-bottom: 24px; */
  background-color: #fff;
  margin-top: 12vW;
}
#ganzebreiteoben .frame {
  margin-bottom: 0;
}
#ganzebreiteoben {
  margin-bottom: 40px;
  margin-top: 30px;
}
#ganzebreiteoben figure.image {
  margin:0;
  padding:0;
}
#ganzebreiteoben .ce-above .ce-gallery {
  margin-bottom:0;
}

#oben {
  margin: 0 0 0 30px;
}

#oben h1{
  margin-top: 0px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'IBM Plex Sans Condensed';
  font-size: 3em;
}
#oben .frame {
  margin:0;
}
#inhalt {
  min-height: 70vH;
  margin-top: 30px;
}

.inhaltmitte {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 12px;
}
/*######################  MITTE  ##*/
#mitte {
  /* padding-bottom: 80px; */
  /* background: rgba(255, 255, 255, 0.8);
  border-radius: 12px; */
}
@media (min-width: 800px) {
  .einspaltigspaltig #mitte {
    margin: 12px 30px 30px 30px;
  }
}
#mitte.col-md-9 {
  padding: 0 30px;
  /* max-width: 940px; */
}
#mitte h1 {
  margin-top: 23px;
}
#links.startseite p{ 
    font-family: var(--serif);
}
#links.startseite h2 {
  font-size: 2em;
  font-weight: 300;
  margin-top: 4px;
}
#mitte.startseite {
  font-family: 'IBM Plex Sans Condensed';
}


#links.startseite {
  padding-top: 60px;
}

#rechts {
  padding-top: 40px;
}

#rechts.startseite {
  /* background-image: url('../img/Doppellinie.png');
  background-repeat: repeat-y;
  background-size: 12px;
  padding-left: 30px; */
  padding-top: 50px;
  border-left: solid 3px rgba(0,0,0,0.1);
  font-family: 'IBM Plex Sans Condensed';
}
#rechts.startseite .frame {
  background-color: rgba(0,0,0,0.05);
  padding: 12px;
}

#rechts p {
  padding: 2px 0;
  margin:0;
}
#rechts h2{
  font-size: 0.95em;
  font-weight: 600;
  padding: 0 3px;
  margin-top: 0;
  /* background: var(--gelb); */
  /* border-top: 3px var(--gelb) solid; */
}
#rechts h3 {
  margin-top: 0;
  font-weight: 500;
  font-size: 1.1em;
}

#rechts .frame {
  margin-bottom: 20px;;
}


/*######################  FUSS ####*/
#fuss {
  display: none;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  left:0;
  bottom:0;
  height: 34px;
  /* background: #ddd; */
}

#fuss .container {
  background: rgba(255, 255, 255, 0.8);
}

#fuss .col-md-6 {
  padding-top: 0;
  margin-top: 0;
}
#fuss .col-md-6.links {
  padding-top: 4px;
}
#fuss .col-md-6.rechts {
  padding-top: 4px;
  text-align: right;
}

/*Fancy box weiß ############*/

.pagelayout-1 .fancybox-bg {
    background: #fff;
  }
.pagelayout-1 .fancybox-caption {
    background: none;
    color: #aaa;
  }
.pagelayout-1 .fancybox-button {
    background: none;
    color: #aaa;
}
.pagelayout-1 .fancybox-button:hover {
  color: #666;
}
.pagelayout-1 .fancybox-is-open .fancybox-bg {
  opacitiy: 1;
}