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

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

html {
  font-size: 15px;
}

body {}

/* ######################################## *\
    STRUKTUR
\* ######################################## */

/* page-wrapper */
#wrapper {}

/* notice */
#notice {
  padding-top: 1.71875em;
  padding-bottom: 1.71875em;
}

/* header */
.header-container {}

#header {}

#branding {}

#logo {
  margin: -1.03125em 0 0.6875em;
  width: 120px;
}

/* main */
.main-container {}

#main {}

.content-container {}

#content {}

/* footer */
.footer-container {}

#footer {}

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

/* widget-area-featured */
#widget-area-featured {
  padding-top: 2.75em;
  padding-bottom: 2.75em;
}

/* widget-area-footer */
#widget-area-footer {
  padding-top: 2.75em;
  padding-bottom: 2.75em;
}

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

/* widget_cleantheme_team */
.widget_cleantheme_team {
  margin-bottom: 2.75em;
}

/* widget_cleantheme_location */
.widget_cleantheme_location {
  
}
  .not-front .widget_cleantheme_location {
    margin-top: -2.75em;
  }

.widget_cleantheme_location .field-body .color {
  color: rgba(246,110,26, 1);
}

/* filter-team-archive */
.widget.filter-team-archive {
  margin-top: -1.375em;
}

.widget.filter-team-archive .bundle-widget-select  {
  width: 320px;
  margin: 0 auto;
}

.widget.filter-team-archive .bundle-widget-select .filter-select {
  width: 180%;
  left: -40%;
}

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

/* course-archive-filter */
.widget.course-archive-filter {
  margin-top: 2.75em; 
}

/* filter-course-archive */
.widget.filter-course-archive .coffee-filter .bundle-widget-text {
  text-align: left;
  line-height: 52px;
  float: left;
  width: 30%;
}

.widget.filter-course-archive .coffee-filter .bundle-widget-select {
  float: left;
  width: 70%;
}

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

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

.layout {
  padding: 2.75em 0;
}

.list-course-archive {
  margin-right: -10px !important;
}

.item-course-archive {
  padding-right: 10px;
}

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

/* post-type-page */
.post-type-page.post-view-intro .field-body h1,
.post-type-page.post-view-intro .field-body h2,
.post-type-page.post-view-intro .field-body h3,
.post-type-page.post-view-intro .field-body {
  text-align: left;
}

.post-type-page.post-view-intro .field-image img {
  max-width: 100%;
}

/* post-type-team */
.post-type-team.post-view-teaser .field-thumbnail {
  width: 170px;
}

.post-type-team.post-view-intro {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.post-type-team.post-view-intro .wrapper-1 {
  width: 50%;
  order: 1;
  padding-right: 1.375em;
}
  .item-intro:nth-child(2n+1) .post-type-team.post-view-intro .wrapper-1 {
    order: 2;
    padding-right: 0;
  }
  
.post-type-team.post-view-intro .wrapper-2 {
  width: 50%;
  order: 2;
  padding-left: 1.375em;
}
  .item-intro:nth-child(2n+1) .post-type-team.post-view-intro .wrapper-2 {
    order: 1;
    padding-left: 0;
  }
  
.post-type-team.post-view-intro .wrapper-3 {
  width: 100%;
  order: 3;
}

.post-type-team.post-view-intro .field-thumbnail {
  width: 90%;
  max-width: 218px;
  margin: 0 auto;
}
  .post-type-team.post-view-intro.not-owner .field-thumbnail {
    width: 80%;
    max-width: 148px;
    margin: 0 auto;
  }

.post-type-team.post-view-intro .field-body {
  text-align: left;
}

.post-type-team.post-view-intro .field-content {
  margin-top: 1.375em;
}

.post-type-team.post-view-widget {
  display: flex;
  align-items: center;
}

.post-type-team.post-view-widget .wrapper-1 {
  width: 50%;
  order: 1;
  padding-right: 1.375em;
}
  .item-team:nth-child(2n+1) .post-type-team.post-view-widget .wrapper-1 {
    order: 2;
    padding-right: 0;
  }
  
.post-type-team.post-view-widget .wrapper-2 {
  width: 50%;
  order: 2;
  padding-left: 1.375em;
}
  .item-team:nth-child(2n+1) .post-type-team.post-view-widget .wrapper-2 {
    order: 1;
    padding-left: 0;
  }

.post-type-team.post-view-widget .field-thumbnail {
  width: 90%;
  max-width: 218px;
  margin: 0 auto;
}

.post-type-team.post-view-widget .field-body {
  text-align: left;
}

/* post-type-course */
.post-type-course.post-view-info {
  padding: 2.75em 0;
}

.post-type-course.post-view-info .info-card {
  padding: 2.0625em 2.0625em 2.0625em 6.875em;
  background: rgba(255,255,255, 0.96);
}

.post-type-course.post-view-info .close {
  top: 0.6875em;
  right: auto;
  left: 1.03125em;
}

.post-type-course.post-view-info .field-more a {
  margin: 0 0.34375em 0.6875em 0;
}

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

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

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

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

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

/* formulare */
.btn, .button, .submit {
  padding-right: 20px;
  padding-left: 20px;
  display: inline-block;
  width: auto;
}
  .btn-w, .button-w {
    max-width: 320px;
    width: 100%;
  }
  .btn-lw, .button-lw {
    max-width: 100%;
    width: 100%;
  }

/* contactform 7 */
.wpcf7-form .wpcf7-list-item {
  margin-bottom: 5px;
  float: left;
}

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

/* meta-menu */
#meta-menu {}

#meta-menu li {
  margin-left: 2.75em;
}

#meta-menu li span {
  display: inline;
}

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

#footer-menu li {
  display: inline-block;
  margin-left: 18px;
  position: relative;
}
  #footer-menu li.totop {
    margin-left: 64px;
    display: block;
    margin-bottom: 1.375em;
  }
    #footer-menu li.totop span:after {
      content: '';
      width: 54px;
      height: 54px;
      background: url(img/totop.png) no-repeat left center;
      background-size: 54px auto;
      position: absolute;
      left: -74px;
      top: -14px;
    }
  #footer-menu li.copyright {
    margin-left: 0;
  }
  #footer-menu li:before {
    content: '\f111';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    position: absolute;
    left: -13px;
    top: 7px;
    z-index: 1;
    font-size: 5px;
    color: rgba(0,0,0, 0.12);
  }
  #footer-menu li:first-child:before,
  #footer-menu li.copyright:before {
    display: none;
  }
  
#footer-menu li a {
  display: block;
  padding: 0;
  text-align: left;
  border-bottom: 0;
  font-size: 1rem;
}

#footer-menu li.totop i {
  font-size: 1.5rem;
  position: relative;
  top: 4px;
  line-height: 0;
}

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



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

/* archive */
#pagination.archive.paged .page-count {
  margin: 0 0.34375em 0 0;
  display: inline;
  border-right: 1px solid rgba(0,0,0, 0.05);
  padding: 0 1.03125em 0 0;
}

/* single */
#pagination.single.prev-next {
  padding: 0.6875em;
}

#pagination.single.prev-next .page-overview {
  float: left;
  margin-bottom: 0;
}

#pagination.single.prev-next .page-prev-next {
  float: right;
  width: 101px;
}

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



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


   
/* ######################################## *\
    WORDPRESS CORE
\* ######################################## */

.gallery.gallery-columns-2 figcaption {
  display: block;
}
   
/* ######################################## *\
    KEIN JAVASCRIPT
\* ######################################## */


