@font-face {
    font-family: 'DINPro-CondensedBold';
    src: url('/themes/custom/rapunzel/fonts/DINPro-CondensedBold.woff2') format('woff2'),
        url('/themes/custom/rapunzel/fonts/DINPro-CondensedBold.woff') format('woff'),
        url('/themes/custom/rapunzel/fonts/DINPro-CondensedBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
  }
  /**
 * MMM Berry Theme
 */

/*** Header und Navigation **/

.navbar.sticky-top.affix .navbar-brand {
    font-size:  2rem !important;
    transition: all 1s ease-out;
}
.navbar.sticky-top.affix .navbar-brand img {
    max-width:  20%;
    height:  auto;
    transition: all 0.6s ease-out;
}
#toolbar-administration {
    z-index:  9999 !important;
}
.main-content {padding:  0;}


/** Breadcrumbs **/
ol.breadcrumb {line-height:  2rem;}
ol.breadcrumb li:first-child a::before {background-position: 0 center !important;height: 2rem !important;float: left;}


/*temporär...um die scheisse auszugleichen, die mit dem ollen barrio einherkommt. kann gern bei theme-wechsel gelöscht werden*/
h1, h2, h3, h4, h5 {letter-spacing: 0 !important;text-transform: none !important;}
.paragraph img {width: 100%;height: auto;margin: 0;}
.navbar-brand {font-size: 3rem !important;}

/*Allgemeines Zeug*/

/*Page Title*/
#block-barrio-berry-page-title{
    margin-bottom: 1.5rem !important;
}

 /*Paragraphs*/
 .paragraph{
}
 .paragraph--type--container{
  padding: 0 !important;
 }

.paragraph,
.highlighted,
#block-barrio-berry-breadcrumbs,
#block-barrio-berry-page-title{
    margin: 0 auto;
}
.highlighted{
    padding: 2rem 0 0 0;
}
.flex-even{
    flex:1; 
}

 /* Bühne */
.buehneTextBild{
    position: relative;
}
.buehneTextBild .layer{
    position: absolute;
    bottom: 3rem;
    right: 3rem;
    background: #fff;
    padding: 1rem;
}
.buehneTextBild .layer .text p{
    margin: 0;
}

/* Text Bild  */
.bild img{
    width: 100%;
    height: auto;
    margin: 0;
}

/*Zitat*/
blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
  }
  blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
  }
  blockquote p {
    display: inline;
  }





  /*Nodetypes*/

  /*Person*/
  .person{
      width: 600px;
  }
  .person .positionPerson{
      font-style: italic;
      margin: -.5rem 0 .7rem 0;
  }

tbody, td, tfoot, th, thead, tr {background: none;}
