/*!
 * 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 {}

/* header */
.header-container {}

#header {}

#branding {}

#logo {}

/* main */
.main-container {
	margin-top: 2.75em;
}

#main {
	padding-top: 2.75em;
}

.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: calc((100% + 25px) / 2);
  padding-right: 25px;
}

.sidebar-primary.sidebar-secondary #secondary {
  margin-left: 0%;
  width: calc((100% - 25px) / 2);
}

/* widget-area-logos */
#widget-area-logos .widget-inner {
  padding: 0;
}

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



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

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

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

/* post-type-archive-location */
.post-type-archive-location .list-archive-location {
  margin-right: -1.375em;
}

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

/* post-view-highlights */
.post-view-highlights .list-item:nth-of-type(1),
.post-view-highlights .list-item:nth-of-type(3) {
	border-right: 1px solid rgba(255,255,255, .15);
}
	.post-view-highlights .list-item:nth-of-type(3) {
		border-bottom: none;
	}

/* flexible-content */
.layout-wysiwyg .list .field-image {
	width: 20%;
	margin-bottom: 1.375em;
}

.layout-wysiwyg .list .field-body {
	width: 80%;
}

/* ######################################## *\
    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 .wpcf7-list-item {
  margin-bottom: 5px;
  float: left;
}

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

/* footer-menu */
.footer-menu-container {
	border-top: 1px solid rgba(255,255,255, .25);
}

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

#footer-menu li {
  display: inline-block;
  margin-left: 25px;
  position: relative;
}
  #footer-menu li.copyright {
    float: left;
    margin-left: 0;
  }
  #footer-menu li:before {
    position: absolute;
    left: -15px;
    top: 2px;
    z-index: 1;
    content: "";
    height: 14px;
    width: 1px;
    background: rgba(255,255,255, 0.2);
  }
  #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;
}

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


