/*!
 * 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 {}

.navigation {}

/* main */
.main-container {}

#main {}

.content-container {}

#content {}

/* footer */
.footer-container {}

#footer {}

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



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



/* ######################################## *\
    LAYOUTS
\* ######################################## */



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

.post-type-manufacturer.post-view-marker .field-more a {
	display: block;
	padding: 0.6875em 1.375em;
	text-align: center;
	color: rgba(255,255,255, 1);
	background-color: rgba(52,169,54, 1);
	font-size: 1rem;
	text-decoration: none;
	cursor: pointer;
	margin: 0 -35px 0 -25px;
}

.post-type-manufacturer.post-view-marker .field-more i {
  color: rgba(255,255,255, 1);
  font-size: 1rem;
  vertical-align: baseline;
  font-weight: 900;
}

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



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

.btn, .button, .submit {
	margin-right: 0;
}

/* 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;
	border-radius: 0;
	padding-top: 2.75em;
}

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

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



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



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

/* swipebox */
#swipebox-close {
  top: 0;
  right: 0;
}

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

#swipebox-bottom-bar {
  background: rgba(28,169,239, 0.88);
  min-height: 50px;
  padding-top: 0;
}

#swipebox-title {
  padding: 0.6875em 15px 0;
}

#swipebox-arrows {
  right: 0;
}
   
/* ######################################## *\
    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
\* ######################################## */


