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

h1, .page-title {
  font-size: 2.125rem;
}

h2, .headline {
  font-size: 1.75rem;
}

.title-wrapper {
  margin: 1.375em 0 2.75em;
}

.title-wrapper .inner {
  float: left;
}
  .title-wrapper .inner:before,
  .title-wrapper .inner:after {
    border-width: 10px;
  }
  
.title-wrapper .sub-title {
  font-size: 1.25rem;
}

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

/* page-wrapper */
#wrapper {}

/* header */
.header-container {}

#header {
  min-height: 0;
}

#branding {
  top: -45px;
  left: 15px;
}
  .front #branding {
    left: 25px;
  }

#logo {
  width: 164px;
  border-width: 0 10px;
}
  .front #logo {
    width: 144px;
    border-width: 0;
  }
  
#locale-switcher {
  top: 65px;
}

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

#main {
  padding-left: 169px;
}
  .single-location #main {
    padding-left: 0;
  }
  .page-template-page-contact #main {
    padding-left: 0;
  }

.content-container {}

#content {}

/* footer */
.footer-container {
  margin-top: 4.125em;
  padding-top: 4.125em;
}

#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%;
}
  .front.sidebar-primary.sidebar-secondary #primary {
    width: 100%;
    margin-left: 0%;
  }

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

/* 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);
}

/* widget-area-header */
#widget-area-header {
  height: auto;
}

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

/* header-contact */
.widget.header-contact {
  padding-left: 169px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.widget.header-contact .mailto {
  height: 36px;
  width: auto;
  line-height: 36px;
  display: inline-block;
  position: relative;
  right: 0;
  top: 0;
  text-align: left;
  border-right: 0;
  z-index: 1;
  margin-right: 2.75em;
}
  .widget.header-contact .mailto:after {
    content: '';
    width: 1px;
    height: 48px;
    position: absolute;
    top: -6px;
    right: -1.375em;
    background: rgba(0,0,0, 0.12);
  }

.widget.header-contact .mailto .fa {
  vertical-align: middle;
  margin-right: 0.34375em;
}

.widget.header-contact .phone {
  height: 36px;
  width: auto;
  line-height: 36px;
  display: inline-block;
  position: relative;
  right: 0;
  top: 0;
  text-align: left;
  border-right: 0;
  z-index: 1;
}

.widget.header-contact .phone .fa {
  margin-right: 0.171875em;
  vertical-align: middle;
}

.widget.header-contact a span {
  color: rgba(0,0,0, 0.66);
  vertical-align: middle;
}

/* widget_coffee_filter */
.widget_coffee_filter .filter-bundle {
  float: right;
  width: 50%;
}

/* widget_ammap */
.widget_ammap #am-key {
  float: left;
  margin-top: 0;
}

/* widget_parallax */
.widget_parallax {}
  .widget_parallax:after {
    height: 35px;
  }

.widget_parallax .wrapper .page-title {
  font-size: 3rem;
}

.widget_parallax .wrapper .sub-title {
  font-size: 1.25rem;
}

.widget_parallax #parallax .inner {
  transform: scale(1.25);
}

/* recent-news */
.widget.recent-news .widget-title {
  font-size: 2rem;
  padding: 0 25px;
  margin: 0 -25px 1.375em;
}

/* ######################################## *\
    SEITEN: PAGES / POST TYPE ARCHIVES
\* ######################################## */

/* 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;
}

/* single */
.single-page .list-internal-attachment {
  padding: 4.125em 0;
}

.single-page .list-internal-attachment  .list-label {
  font-size: 2rem;
  padding: 0 25px;
  margin: 0 -25px 0 144px;
  margin-bottom: 1.375em;
}

.single-page .list-internal-attachment  .grouped-label {
  font-size: 1.5rem;
  margin: 0 0 0 169px;
  margin-bottom: 1.375em;
}

.single-page .list-internal-attachment .field-internal-attachment {
  margin-left: 169px;
}

/* front */
.front .list-front-teaser {
  margin-top: 4.125em;
}

.front .list-front-teaser .front-teaser {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.front .list-front-teaser .front-teaser .headline {
  font-size: 1.325em;
}

/* ######################################## *\
    INHALTE: POSTS / PAGES / CPTs
\* ######################################## */

/* post-type-page */
.post-type-page.post-view-contact .list-contact-info .wrapper {
  float: right;
  width: calc(100% - 169px);
}

.post-type-page.post-view-contact .list-contact-info .field-map {
  float: left;
  width: 169px;
  margin-top: 5.5em;
}

.post-type-page.post-view-front {
  margin-bottom: 2.75em;
}

.post-type-page.post-view-front .field-body {
  font-size: 1.25rem;
}

/* post-type-post */
.post-type-post.post-view-teaser,
.post-type-post.post-view-teaser:last-child {
  margin-top: 2.75em;
	margin-bottom: 4.125em;
	border-bottom: 0;
	padding-bottom: 0;
}
  .post-type-post.post-view-teaser.post-scope-front {
    margin-top: 0;
    margin-bottom: 2.75em;
  }

/* post-type-team */
.post-type-team.post-view-teaser .headline {
  font-size: 1.375rem;
}

/* post-type-location */
.post-type-location.post-view-full .list-location-info {
  margin-bottom: 4.125em;
}

.post-type-location.post-view-full .list-location-info .wrapper {
  float: right;
  width: calc(100% - 169px);
}

.post-type-location.post-view-full .list-location-info .field-map {
  float: left;
  width: 169px;
  margin-top: 5.5em;
}

.post-type-location.post-view-full .list-location-gallery {
  margin-bottom: 4.125em;
}

.post-type-location.post-view-full .list-location-gallery .field-thumbnail {
  padding-right: 10px;
  margin-bottom: 0;
}

.post-type-location.post-view-full .list-location-gallery .field-gallery {
  padding-right: 10px;
}

.post-type-location.post-view-full .list-location-gallery .field-gallery .gallery-item {
  width: 25%;
}

.post-type-location.post-view-full .list-location-mass {
  margin-bottom: 1.375em;
}

.post-type-location.post-view-full .list-location-mass  .list-label {
  font-size: 2rem;
  padding: 0 25px;
  margin: 0 -25px 0 144px;
  margin-bottom: 1.375em;
}

.post-type-location.post-view-full .list-location-mass .field-location-mass-1 {
  margin-bottom: 2.75em;
}

.post-type-location.post-view-full .list-location-mass .field-location-mass-1 .value {
  font-size: 3rem;
}

.post-type-location.post-view-full .list-location-mass .field-location-mass-1 .label {
  font-size: 1.5rem;
}

.post-type-location.post-view-full .list-location-mass .list-mass-units .field {
  padding-bottom: 0;
  margin-bottom: 4.125em;
  border-bottom: 0;
}

.post-type-location.post-view-full .list-location-mass .list-mass-units .field .value {
  font-size: 1.75rem;
}

.post-type-location.post-view-full .list-location-mass .list-mass-units .field .label {
  font-size: 1.25rem;
}

.post-type-location.post-view-full .list-location-security {
  margin-bottom: 4.125em;
}

.post-type-location.post-view-full .list-location-security .list-label {
  font-size: 2rem;
  padding: 0 25px;
  margin: 0 -25px 0 144px;
  margin-bottom: 1.375em;
}

.post-type-location.post-view-full .list-location-security .field-security {
  padding-left: 169px;
  font-size: 1.25rem; 
}

.post-type-location.post-view-full .list-location-attachment {
  padding: 4.125em 0;
}

.post-type-location.post-view-full .list-location-attachment  .list-label {
  font-size: 2rem;
  padding: 0 25px;
  margin: 0 -25px 0 144px;
  margin-bottom: 1.375em;
}

.post-type-location.post-view-full .list-location-attachment .field-location-attachment {
  margin-left: 169px;
}

.post-type-location.post-view-full .list-location-attachment .location-attachment-spoiler-button {
  margin-left: 169px;
}

.post-type-location.post-view-teaser .headline {
  font-size: 1.375rem;
}

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

/* field-thumbnail */
.field-thumbnail.relative-main {
  position: absolute;
  right: calc(100% - 169px);
  top: 84px;
  width: 169px;
  z-index: 5;
}

.field-thumbnail.relative-article {
  position: absolute;
  right: calc(100% + 25px);
  top: 4px;
  width: 169px;
  z-index: 5;
}

/* field-subtitle */
.field-subtitle {
  font-size: 1.25rem;
}

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

/* formulare */
.btn, .button, input[type="submit"] {
  max-width: 100%;
  padding-right: 100px;
  padding-left: 100px;
  display: inline-block;
  width: auto;
}
  .btn-max, .button-max {
    max-width: 360px;
  }
  .btn-w, .button-w {
    width: 100%;
    max-width: 100%;
  }
  .btn-lw, .button-lw {
    width: 100%;
    max-width: 100%;
    display: block;
  }

/* 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-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 .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;
}

/* wppb-user-forms */
.wppb-user-forms > ul {
  margin-right: -20px;
}

.wppb-user-forms .wppb-form-field {
  padding-right: 20px;
  float: left;
  width: 100%;
}
  .wppb-user-forms .wppb-form-field.field-float-clear {
    clear: left;
  }
  .wppb-user-forms .wppb-form-field.field-float-20 {
    width: 20%;
  }
  .wppb-user-forms .wppb-form-field.field-float-25 {
    width: 25%;
  }
  .wppb-user-forms .wppb-form-field.field-float-33 {
    width: 33.333%;
  }
  .wppb-user-forms .wppb-form-field.field-float-40 {
    width: 40%;
  }
  .wppb-user-forms .wppb-form-field.field-float-50 {
    width: 50%;
  }
  .wppb-user-forms .wppb-form-field.field-float-66 {
    width: 66.666%;
  }
  .wppb-user-forms .wppb-form-field.field-float-75 {
    width: 75%;
  }
  .wppb-user-forms .wppb-form-field.field-float-80 {
    width: 80%;
  }

/* ######################################## *\
    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: -15px;
    z-index: 1;
    content: "";
    height: 48px;
    width: 1px;
    background: rgba(255,255,255, 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;
}

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

#search {
  top: 60px;
  width: 100%;
  width: calc(100% - 179px);
}

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

/* archive */
#pagination.archive.paged .page-count {
  margin: 0;
  float: left;
  padding: 1.375em 2.0625em 1.375em 0;
  border-right: 1px solid rgba(0,0,0, 0.12);
}

#pagination.archive.paged .page-numbers {
  width: auto;
  padding: 1.375em 2.0625em;
}

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

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

#pagination.single.title .post-link {
  font-size: 1.25rem;
}

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



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


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

.gallery.gallery-columns-2 figcaption {
  display: block;
}   

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


