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

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

/* list */
.list-item {
  margin-top: 2.75em;
}

/* layout-content */
.layout-content {
  padding: 2.75em 0;
}

/* layout-content-image */
.layout-content-image {
  padding: 2.75em 0;
}
  .layout-content-image.image-position-left-absolute,
  .layout-content-image.image-position-right-absolute {
    position: relative;
  }

.layout-content-image.image-position-left-absolute .field-image,
.layout-content-image.image-position-right-absolute .field-image {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 50%;
  height: 100%;
}
  .layout-content-image.image-position-left-absolute .field-image {
    left: 0;
  }
  .layout-content-image.image-position-right-absolute .field-image {
    right: 0;
  }
  
.layout-content-image.image-position-left-absolute .field-image .bg-image,
.layout-content-image.image-position-right-absolute .field-image .bg-image {
  padding-top: 0 !important;
  height: 100%;
}

/* layout-image */
.layout-image.layout-width-max {
  padding: 2.75em 0;
}

/* layout-video */
.layout-video.layout-width-max {
  padding: 2.75em 0;
}

/* layout-slider */
.layout-slider .slide .inner {
  margin-top: -2.75em;
}

/* layout-teaser */
.layout-teaser {
  padding: 2.75em 0;
}

/* layout-gallery-slider */
.layout-gallery-slider {
  padding: 2.75em 0;
}

.layout-gallery-slider .slide .wrapper {
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
	background: rgba(151,107,2, .95);
	padding: 1em 2em;
}

/* layout-gallery-grid */
.layout-gallery-grid {
  padding: 2.75em 0;
}

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

/* post-view-slider */
.post-view-slider .wrapper {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.post-view-slider .wrapper .inner {
	height: 100%;
}

.post-view-slider .field-text {
	width: 50%;
	color: rgba(255,255,255, 1);
}

.post-view-slider .field-text .btn-o {
	color: rgba(255,255,255, 1);
}

/* ######################################## *\
    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 {
  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.25);
  }
  #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;
}

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

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

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

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

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



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


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

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


