body {
  background:#f1ebd7;
}

#kopf {
  background-image:url("../img/flo_frei.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
}
#kopf #identity {
  padding-left: 160px;
}
#page-43 #kopf #identity {
  padding-left: 160px;
}
/*######################  MITTE  ##*/
#mitte {
  padding-bottom: 80px;
  background-image:url("../img/bg-6.jpg");
  background-size: cover;
  padding-top: 40px;
  min-height: calc(100vH - 195px);
}

.dreispaltig #mitte {
  padding-top: 12px;
}

/*######################  FUSS ####*/
#fuss {
  position: fixed;
  left:0;
  bottom:0;
  height: 30px;
  background: #ddd;
}

#fuss a {
  color: #f1ebd7;
  text-decoration: none;
  padding-right: 40px;
  text-transform: uppercase;
  font-size: 0.8em;
}
#fuss a:hover {
  color: #fff;
}

/*   Rahmen Logokasten   */
.frame-logokasten {
  border: solid 1px #5d5c59;
}
.frame-logokasten .ce-gallery {
  background: #fff;
  min-height: 150px;
  margin-bottom:0;
}
.frame-logokasten .ce-above .ce-gallery {
  margin-bottom:0;
}
.frame-logokasten .ce-bodytext {
  text-align: center;
  padding: 4px;
}
.frame-logokasten figure {
  height: 150px;
  display: table-cell;
  vertical-align: middle;
}

/*####################### INHALTSELEMENTE #####*/

.frame {
  margin-bottom: 48px;
}
.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
  margin-bottom: 5px;
}



/*  Überschriften Layout  */
.ce-headline-center {
  text-align: center;
}
.ce-headline-right {
  text-align: right;
}
.ce-headline-rot {
  color: #be1622;
}
.ce-headline-rotcenter {
  color: #be1622;
  text-align: center;
  max-width: 100%;
  border-bottom: none;
}
ce-headline-kasten {
  border: 1px solid #ddd;
  padding: 8px;
}
ce-headline-kastencenter {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
}



.ce-center .ce-row {
  /*justify-content: center;*/
}

ul {
  padding: 0;
}


.ce-intext.ce-left .ce-gallery {
  margin-right: 20px;
}
p.text-center {
  text-align: center;
}


/*  Bild im Text, rechts und links*/ 
.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery {
  max-width: 66%;
  margin-top: 10px;
}
@media (max-width: 550px) {
  .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.ce-intext.ce-right p.kasten, .ce-intext.ce-left p.kasten {
    display: inline-block;
}

/*  Bild neben dem text, rechts und links*/
.ce-intext.ce-right.ce-nowrap p.kasten, .ce-intext.ce-left.ce-nowrap  p.kasten {
    display: block;
}
.ce-intext.ce-right.ce-nowrap .ce-gallery, .ce-intext.ce-left.ce-nowrap  .ce-gallery {
  margin-top: 15px;
  max-width: 50%;
}
@media (max-width: 550px) {
  .ce-intext.ce-right.ce-nowrap .ce-gallery, .ce-intext.ce-left.ce-nowrap  .ce-gallery {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    float: none;
  }
}




.copyrightimage {
  position: relative;
  /*transform: rotate(-90deg);*/
  /*text-align: right;*/
  top: -10px;
  left:0;
  font-size: 0.6em;
  color:#fff;
  padding-left: 8px;
  margin-bottom: 0;
  margin-top: -5px;
  padding-bottom:0;
  line-height: 2px;
  /*background: rgba(255,255,255,0.2);*/
}