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

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

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

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

/* ######################################## *\
    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(var(--color-base), 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;
}

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


