/*!
 * small.css
 *
 * @link http://www.vektorrausch.de
 * @author vektorrausch GmbH <sippel@vektorrausch.de>
 *
 * @package WordPress
 * @subpackage agoodstart
 * 
 * @version 4.0.0
 */

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

html {}

body {}

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

/* page-wrapper */
#wrapper {}

/* header */
.header-container {}

#header {}

#branding {}

#logo {}

/* main */
.main-container {}

#main {}

.content-container {}

#content {}

/* footer */
.footer-container {}

#footer {}

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



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



/* ######################################## *\
    SEITEN: PAGES / POST TYPE ARCHIVES
\* ######################################## */



/* ######################################## *\
    INHALTE: POSTS / PAGES / CPTs
\* ######################################## */



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



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

/* contactform 7 */
.wpcf7-form .field-submit .ajax-loader {
  display: none;
}

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

/* main-menu */
.nav-button {
	top: 20px;
	right: 5px;
}

.main-menu-container {
	width: auto;
	position: static;
	margin: 0 -15px;
	box-shadow: none;
}

/* ######################################## *\
    SUCHFORMULAR
\* ######################################## */

.search-button {
  right: 52px;
  top: 20px;
}
  .search-button:after {
    right: -2px;
    top: 0;
  }

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



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



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

/* wpml */
#locale-switcher {
  top: 2.25em;
  right: 7.5em;
}

/* swipebox */
#swipebox-top-bar {
  transform: translate3d(0px, 100%, 0px);
}
  #swipebox-top-bar.visible-bars {
    bottom: 0;
  }

#swipebox-bottom-bar {
  background: rgba(255,255,255, 1);
}

#swipebox-title {
  padding-right: 15px;
}
   
/* ######################################## *\
    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;
  }

html.js {
	margin-top:	0 !important;
}

#wpadminbar {
	display: none;
}

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


