/*!
 * 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 {
	opacity: 1;
}

/* main */
.main-container {}

#main {}

.content-container {}

#content {}

/* footer */
.footer-container {}

#footer {}

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

/* widget-area-featured */
.widget-area-featured-container {
	margin-top: 1.375em;
}
	.category-story .widget-area-featured-container,
	.category-werksspionage .widget-area-featured-container {
		margin-top: 0;
	}


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



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



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

/* post-type-post */
.post-type-post.post-view-teaser,
.post-type-post.post-view-teaser:last-of-type {
	border-bottom: 1px solid rgba(0,0,0, .12);
	padding-bottom: 1.375em;
	margin-bottom: 2.75em;
}

.post-type-post.post-view-teaser .bg-image {
	margin-bottom: 0.6875em;
}

/*
.post-type-post.post-view-related,
.post-type-post.post-view-related:last-of-type {
	border-bottom: 1px solid rgba(0,0,0, .12);
	padding-bottom: 1.375em;
	margin-bottom: 2.75em;
}
*/

.post-type-post.post-view-slide .bg-image,
.post-type-post.post-view-slide .responsive-container {
	margin-bottom: 0.6875em;
}


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



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

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

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

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

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

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

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

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



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



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

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

#swipebox-bottom-bar {
  background: rgba(0,159,227, 1);
}

#swipebox-title {
  padding-right: 15px;
}

/* owl-carousel */
.owl-carousel.owl-theme .owl-dots {
	position: absolute;
	bottom: auto;
	top: 0.6875em;
	left: 0.6875em;
	margin: 0;
}
	.video-playing .owl-carousel.owl-theme .owl-dots {
		bottom: 1.71875em;
		top: auto;
	}

.owl-carousel.owl-theme .owl-nav {
	bottom: -3.25em;
}

   
/* ######################################## *\
    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
\* ######################################## */


