/*!
 * small.css
 *
 * @link https://www.vektorrausch.de
 * @author vektorrausch GmbH <sippel@vektorrausch.de>
 *
 * @package WordPress
 * @subpackage cleantheme
 */

/* ######################################## *\
    HTML
\* ######################################## */

html {}

body {}

/* ######################################## *\
    STRUKTUR
\* ######################################## */

/* page-wrapper */
#wrapper {}

/* header */
.header-container {}

#header {}

#branding {}

#logo {}

/* main */
.main-container {}

#main {}

.content-container {}

#content {}

/* footer */
.footer-container {}

#footer {}

/* ######################################## *\
    SIDEBARS / WIDGET-AREAS
\* ######################################## */



/* ######################################## *\
    WIDGETS
\* ######################################## */



/* ######################################## *\
    LAYOUTS / BLÖCKE
\* ######################################## */



/* ######################################## *\
    INHALTE
\* ######################################## */



/* ######################################## *\
    FELDER
\* ######################################## */



/* ######################################## *\
    ELEMENTE
\* ######################################## */



/* ######################################## *\
    MENÜS
\* ######################################## */



/* ######################################## *\
    SEITENNUMMERIERUNG / BREADCRUMBS
\* ######################################## */



/* ######################################## *\
    KOMMENTARE
\* ######################################## */



/* ######################################## *\
    MISC / CONTRIB
\* ######################################## */


   
/* ######################################## *\
    WORDPRESS CORE
\* ######################################## */
      
.alignright,
.alignleft,
.aligncenter,
p .alignright,
p .alignleft,
p .aligncenter,
a img.alignright,
a img.alignleft,
a img.aligncenter {
  float: none;
  display: block;
  margin: 0 auto 1.375em auto;
}

.gallery .gallery-item,
.gallery .gallery-item:nth-child(4n+1) {
  width: 33% !important;
  clear: none !important;
}
  .gallery .gallery-item:nth-child(3n+1) {
    clear: left !important;
  }
  .gallery.gallery-columns-3 .gallery-item {
    width: 33% !important;
    clear: none !important;
  }
    .gallery.gallery-columns-3 .gallery-item:nth-child(3n+1) {
      clear: left !important;
    }
  .gallery.gallery-columns-2 .gallery-item {
    width: 50% !important;
    clear: none !important;
  }
    .gallery.gallery-columns-2 .gallery-item:nth-child(2n+1) {
      clear: left !important;
    }
  .gallery.gallery-columns-1 .gallery-item {
    width: 100% !important;
    clear: none !important;
  }

/* ######################################## *\
    KEIN JAVASCRIPT
\* ######################################## */


