/* this is for backend only */

/* Ausnahme Icons in Toolbar */
/* @plone-icons-fontello-prefix: '../../++plone++static/fonts/'; */
@font-face {
  font-family: 'plone-icons-fontello';
  src: url('../../++plone++static/fonts/plone-fontello.eot?23168230');
  src: url('../../++plone++static/fonts/plone-fontello.eot?23168230#iefix') format('embedded-opentype'),
       url('../../++plone++static/fonts/plone-fontello.woff?23168230') format('woff'),
       url('../../++plone++static/fonts/plone-fontello.ttf?23168230') format('truetype'),
       url('../../++plone++static/fonts/plone-fontello.svg?23168230#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
 /* #edit-zone [class^="icon-"]:before */
[class^="icon-"]:before
 {
     font-family: "plone-icons-fontello";
 }


 @font-face {
   font-family: 'Glyphicons Halflings';
   src: url('++plone++static/components/bootstrap/dist/fonts/glyphicons-halflings-regular.eot');
   src: url('++plone++static/components/bootstrap/dist/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
        url('++plone++static/components/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2') format('woff2'),
        url('++plone++static/components/bootstrap/dist/fonts/glyphicons-halflings-regular.woff') format('woff'),
        url('++plone++static/components/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
        url('++plone++static/components/bootstrap/dist/fonts/glyphicons-halflings-regular.svg#@{icon-font-svg-id}') format('svg');
 }



#calltoactionviewlet,
#bottom_bar,
img.logo_hover {
    display: none;
}



body.template-folder_contents .items.popover-content .pattern-pickadate-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.template-folder_contents .items.popover-content textarea {
  min-height: 4em;
}
