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

/* filter-team-archive */
.widget.filter-team-archive .bundle-widget-select .filter-select {
  width: 300%;
  left: -100%;
}

.widget.filter-team-archive .bundle-widget-select .bundle-item {
  float: left;
  width: 25%;
}
  .widget.filter-team-archive .bundle-widget-select .bundle-item:nth-child(3n+1) {
    clear: none;
  }
  .widget.filter-team-archive .bundle-widget-select .bundle-item:nth-child(4n+1) {
    clear: left;
  }

/* filter-course-archive */
.widget.filter-course-archive .coffee-filter .filter-inner {
  margin-right: -20px;
}

.widget.filter-course-archive .coffee-filter .bundle-name-txt_1 {
  padding-right: 20px;
}

.widget.filter-course-archive .coffee-filter .bundle-name-txt_2 {
  padding-right: 20px;
}

.widget.filter-course-archive .coffee-filter .bundle-name-course_age {
  width: 30%;
  padding-right: 20px;
}

.widget.filter-course-archive .coffee-filter .bundle-name-course_day {
  width: 20%;
  padding-right: 20px;
}

.widget.filter-course-archive .coffee-filter .bundle-widget-submit {
  width: 20%;
  padding-right: 20px;
}

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

.course-archive .course-archive-title {
  font-size: 2.25rem;
  margin-bottom: 0.171875em;
}

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

/* post-type-team */
.post-type-team.post-view-intro {}
  .intro-team .item-intro:nth-child(2n+1) .post-type-team.post-view-intro {
    padding-left: 8.125em;
  }
  .intro-team .item-intro:nth-child(2n) .post-type-team.post-view-intro {
    padding-right: 8.125em;
  }

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

/* field-body */
.field-body h1 {
  font-size: 5rem;
  line-height: 1em;
  margin-bottom: 0.171875em;
}

.field-body h2 {
  font-size: 2.25rem;
  margin-bottom: 0.171875em;
}

.field-body h3 {
  font-size: 1.75rem;
}

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



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

/* main-menu */
.main-menu-container {
	margin: 3.4375em 0 0 25px;
}
#main-menu .menu-link {
	padding: 0.6875em 25px;
}

#main-menu .menu-link-depth-0 {
  padding-top: 0;
  padding-bottom: 0;
}

/* footer-menu */
#footer-menu {
  text-align: right;
  margin: 1.375em 0;
}

#footer-menu li {
  margin-left: 25px;
}
  #footer-menu li.copyright {
    position: absolute;
    left: 50%;
    top: -1px;
    transform: translateX(-50%);
  }
  #footer-menu li:nth-child(3):before {
    display: none;
  }
  #footer-menu li:before {
    left: -16px;
  }

#footer-menu li.copyright a:hover {
  text-decoration: none;
}

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

.search-container {
  top: 17px;
}

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



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



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

/* owl-carousel */
.owl-carousel.owl-theme .owl-nav [class*="owl-"] {}
  .owl-carousel.owl-theme .owl-nav .owl-prev {
    left: -50px;
  }
  .owl-carousel.owl-theme .owl-nav .owl-next {
    right: -50px;
  }
   
/* ######################################## *\
    WORDPRESS CORE
\* ######################################## */
   


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


