/*!
 * medium.css
 *
 * @link http://www.vektorrausch.de
 * @author vektorrausch GmbH <sippel@vektorrausch.de>
 *
 * @package WordPress
 * @subpackage agoodstart
 * 
 * @version 4.0.0
 */

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

html {
  font-size: 15px;
}

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

/* no sidebar */
.no-sidebar #content {
  width: 100%;
}

/* sidebars */
.sidebar-primary.sidebar-secondary .content-container,
.sidebar-primary.sidebar-secondary .sidebar-area {
  clear: none;
  float: left;
}

.sidebar-primary.sidebar-secondary #content {
  margin-left: 0%;
  margin-right: 0%;
  width: auto;
}

.sidebar-primary.sidebar-secondary #primary {
  margin-left: 0%;
  width: 50%;
}

.sidebar-primary.sidebar-secondary #secondary {
  margin-left: 0%;
  width: 50%;
}

/* primary */
/*
.sidebar-primary.no-sidebar-secondary .content-container,
.sidebar-primary.no-sidebar-secondary .sidebar-area {
  clear: none;
  float: left;
}

.sidebar-primary.no-sidebar-secondary #content {
  margin-left: 33.333%;
  margin-right: 0%;
  width: auto;
}

.sidebar-primary.no-sidebar-secondary #primary {
  margin-left: -100%;
  width: 33.333%;
}
*/

/* secondary */
/*
.sidebar-secondary.no-sidebar-primary .content-container,
.sidebar-secondary.no-sidebar-primary .sidebar-area {
  clear: none;
  float: left;  
}

.sidebar-secondary.no-sidebar-primary #content {
  margin-left: 0%;
  margin-right: 33.333%;
  width: auto;
}

.sidebar-secondary.no-sidebar-primary #secondary {
  margin-left: -33.333%;
  width: 33.333%;
}
*/

/* widget-area-logos */
#widget-area-logos section {
  width: 25%;
}

#widget-area-logos .widget-inner:hover {
	opacity: 1.0;
  filter: grayscale(0);
}

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

/* logo */
.widget.logo {
  width: 40%;
  max-width: 240px;
}

.widget.logo img {
  width: 248px;
}

.widget.logo .widget_sp_image-description p {
  font-size: 1.25rem;
}

/* widget_nav_menu_advanced */
.widget_nav_menu_advanced.header-meta {
  text-align: right;
}


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

/* author */
.author .vcard .avatar {
  width: 96px;
  height: 96px;
}

.author .vcard .about {
  margin-left: 96px;
}

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

/* post-type-event */
.post-type-event.post-view-teaser .field-schedule > span {
  display: inline;
}
  .post-type-event.post-view-teaser .field-schedule > span:after {
    content: " •";
    color: rgba(0,0,0, 0.5);
    margin: 0 0.171875em;
  }
    .post-type-event.post-view-teaser .field-schedule > span:last-child:after {
      display: none;
    }

.post-type-event.post-view-sidebar .map {
  height: 280px;
}

/* post-type-location */
.post-type-location.post-view-teaser {
  padding-right: 1.375em;
}

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



/* ######################################## *\
    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 .field-float {
  margin-right: -20px;
  margin-bottom: 1.375em;
}
  .wpcf7-form .field-float:before,
  .wpcf7-form .field-float:after {
    content:' ';
    display:table;
  }
    .wpcf7-form .field-float:after {
      clear:both;
    }

.wpcf7-form .field-float .field-wrap {
  float: left;
  padding-right: 20px;
  margin-bottom: 0;
}
  .wpcf7-form .field-float-10 {
    width: 20%;
  }
  .wpcf7-form .field-float-20 {
    width: 20%;
  }
  .wpcf7-form .field-float-25 {
    width: 25%;
  }
  .wpcf7-form .field-float-33 {
    width: 33.333%;
  }
  .wpcf7-form .field-float-40 {
    width: 40%;
  }
  .wpcf7-form .field-float-50 {
    width: 50%;
  }
  .wpcf7-form .field-float-66 {
    width: 66.666%;
  }
  .wpcf7-form .field-float-75 {
    width: 75%;
  }
  .wpcf7-form .field-float-80 {
    width: 80%;
  }
  .wpcf7-form .field-float-90 {
    width: 90%;
  }

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

.wpcf7-form .field-float .field-submit .wpcf7-submit {
  width: 100%;
  max-width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
}

/* locales-switcher */
#locale-switcher {
  right: 20px;
}

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

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

#footer-menu li {
  float: left;
  position: relative;
  width: 33.333%;
}
  #footer-menu li:nth-child(3n+1) {
    clear: left;
  }
  
#footer-menu li a {
  display: block;
  padding: 1.375em 0.34375em;
  border-bottom: 1px solid rgba(0,0,0, 0.33);
  text-align: center;
}
  #footer-menu li:nth-child(7) a,
  #footer-menu li:nth-child(8) a {
    border-bottom: 0;
  }

/* error-404 */
#error-404-menu .menu-item-depth-0 {
  border-bottom: 0;
  float: left;
  width: 33.333%;
}
  #error-404-menu .menu-item-depth-0:nth-child(3n+1) {
    clear: left;
  }

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


