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

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

html {
}

body {
}

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

#wrapper {
}

.page-top-container {
}

#page-top {
}

.header-container {
}

#header {
}

.main-container {
}

#main {
}

#content {
}

#primary {
}

#secondary {
}

.footer-container {
}

#footer {
}

.page-bottom-container {
}

#page-bottom {
}

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


/* ######################################## *\
		CONTENT
\* ######################################## */


/* ######################################## *\
		BLOCKS
\* ######################################## */

/* wp-block-spacer */
.wp-block-spacer.wp-block-spacer--big {
    height: 36px !important;
}

.wp-block-spacer.wp-block-spacer--medium {
    height: 24px !important;
}

.wp-block-spacer.wp-block-spacer--small {
    height: 12px !important;
}

/* wp-block-file */
.wp-block-file .wp-block-file__button {
    margin-left: 0;
    margin-top: 0.6875em;
}

/* ######################################## *\
		ELEMENTS
\* ######################################## */


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

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